/*
Theme Name: VRodos Showcase
Theme URI: https://github.com/VRodos/VRodos
Author: Information Technologies Institute, CERTH
Description: Editorial Material 3 Expressive presentation theme for the VRodos immersive authoring platform.
Version: 0.8.19
Requires at least: 6.8
Requires PHP: 8.3
Text Domain: vrodos-showcase
*/

:root {
  --vrodos-ink: #181714;
  --vrodos-muted: #5f5a52;
  --vrodos-paper: #f8f5ee;
  --vrodos-paper-strong: #fffdf8;
  --vrodos-stone: #eee9df;
  --vrodos-ochre: #e2dac9;
  --vrodos-sand: #d2c5ae;
  --vrodos-blue: #1648e5;
  --vrodos-blue-dark: #0e36b9;
  --vrodos-focus: #0b63f6;
  --vrodos-display: "Roboto Condensed Variable", "Arial Narrow", sans-serif;
  --state-hover: 8%;
  --state-focus: 10%;
  --state-pressed: 12%;
  --state-disabled: 38%;
  --motion-fast: 160ms;
  --motion-standard: 320ms;
  --motion-header: 180ms;
  --motion-flow: 920ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --ease-emphasized: cubic-bezier(0.05, 0.7, 0.1, 1);
  --leading-display: 1.02;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--vrodos-paper);
  color: var(--vrodos-ink);
  -webkit-font-smoothing: antialiased;
}

.wp-site-blocks {
  padding: 92px 0 0;
}

.home .wp-site-blocks {
  padding-top: 0;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.wp-site-blocks a:hover {
  color: var(--vrodos-blue-dark);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--vrodos-focus);
  outline-offset: 4px;
}

img {
  display: block;
  max-width: 100%;
}

.wp-site-blocks > header.wp-block-template-part {
  height: 108px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  isolation: isolate;
  pointer-events: none;
  transition: height var(--motion-header) ease;
}

.wp-site-blocks > header.wp-block-template-part.is-scrolled {
  height: 64px;
}

.wp-site-blocks > header.wp-block-template-part::before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid transparent;
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  opacity: 0;
  background: rgb(248 245 238 / 30%);
  box-shadow: 0 10px 34px rgb(42 34 24 / 0%);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  transition:
    height var(--motion-header) var(--ease-standard),
    opacity var(--motion-fast) ease-out,
    border-color var(--motion-fast) ease-out,
    box-shadow var(--motion-standard) ease-out;
}

.wp-site-blocks > header.wp-block-template-part.is-scrolled::before {
  height: 64px;
  border-bottom-color: rgb(255 255 255 / 24%);
  opacity: 1;
  box-shadow:
    0 14px 38px rgb(42 34 24 / 12%),
    0 2px 8px rgb(42 34 24 / 6%);
}

body.admin-bar .wp-site-blocks > header.wp-block-template-part {
  top: 32px;
  transition:
    top var(--motion-header) var(--ease-standard),
    height var(--motion-header) ease;
}

.site-header {
  width: calc(100% - clamp(64px, 9vw, 172px));
  height: 92px;
  min-height: 0;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 20;
  pointer-events: none;
  transition:
    height var(--motion-header) var(--ease-standard),
    gap var(--motion-header) var(--ease-standard);
}

.wp-site-blocks > header:not(.is-scrolled) .site-header {
  height: 108px;
}

.wp-site-blocks > header.is-scrolled .site-header {
  height: 64px;
  gap: 26px;
  pointer-events: auto;
}

.hero-brand {
  width: auto;
  height: 92px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  position: absolute;
  top: 8px;
  left: clamp(32px, 4.5vw, 86px);
  z-index: 4;
  line-height: 0;
}

.hero-brand a {
  height: 100%;
  display: block;
  pointer-events: auto;
}

.hero-brand img {
  width: auto !important;
  height: 100% !important;
  max-width: none;
  max-height: 100%;
  mix-blend-mode: normal;
  filter: none;
}

.hero[data-scene-state="ready"] .hero-brand img {
  height: 86.5% !important;
  transform: translate(20.23%, 12.21%);
  transform-origin: top left;
}

.header-brand {
  width: auto;
  height: 48px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-self: start;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity var(--motion-fast) ease-out,
    visibility 0s linear var(--motion-fast);
}

.header-brand a {
  height: 100%;
  display: block;
}

.header-brand img {
  width: auto !important;
  height: 100% !important;
  max-width: none;
  max-height: 100%;
  filter: none;
}

.wp-site-blocks > header.is-scrolled .header-brand {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 60ms, 0s;
}

.primary-nav {
  justify-self: center;
  font-size: 14px;
  font-weight: 620;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity var(--motion-fast) ease-out,
    visibility 0s linear var(--motion-fast);
}

.mobile-menu-brand {
  display: none;
}

.wp-site-blocks > header.is-scrolled .primary-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 60ms, 0s;
}

.header-github {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-self: end;
  display: grid;
  place-items: center;
  color: var(--vrodos-ink);
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    color var(--motion-fast) ease-out,
    background-color var(--motion-fast) ease-out,
    box-shadow var(--motion-fast) ease-out,
    opacity var(--motion-fast) ease-out,
    visibility 0s linear var(--motion-fast),
    transform var(--motion-fast) var(--ease-standard);
}

.header-github:hover,
.header-github:focus-visible {
  color: var(--vrodos-blue);
  background: transparent;
}

.header-github:focus-visible {
  box-shadow: 0 0 0 3px rgb(22 72 229 / var(--state-focus));
  outline: 0;
}

.header-github:active {
  color: var(--vrodos-blue-dark);
  background: transparent;
  transform: scale(0.94);
  transition-duration: 80ms;
}

.header-github svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.wp-site-blocks > header.is-scrolled .header-github {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s, 0s, 0s, 60ms, 0s, 0s;
}

.mobile-menu-github__label {
  display: none;
}

.back-to-top {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 50%;
  position: fixed;
  right: clamp(24px, 4.5vw, 86px);
  bottom: clamp(24px, 4.5vw, 64px);
  z-index: 90;
  display: grid;
  place-items: center;
  color: var(--vrodos-paper-strong);
  background: var(--vrodos-ink);
  box-shadow: 0 10px 28px rgb(42 34 24 / 18%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.92);
  transition:
    opacity var(--motion-fast) ease-out,
    visibility 0s linear var(--motion-fast),
    transform var(--motion-standard) var(--ease-emphasized),
    color var(--motion-fast) ease-out,
    background-color var(--motion-fast) ease-out;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 60ms, 0s, 60ms, 0s, 0s;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: #fff;
  background: var(--vrodos-blue);
}

.back-to-top:active {
  background: var(--vrodos-blue-dark);
  transform: translateY(1px) scale(0.96);
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-nav .wp-block-navigation__container {
  gap: clamp(20px, 2.6vw, 42px);
}

.primary-nav a,
.platform-links a {
  position: relative;
  text-decoration: none;
}

.primary-nav a {
  min-height: 44px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  color: var(--vrodos-ink);
  transition: color var(--motion-fast) ease-out;
}

.platform-links a {
  color: var(--vrodos-blue);
  transition: color var(--motion-fast) ease-out;
}

.platform-links a:hover,
.platform-links a:focus-visible {
  color: var(--vrodos-blue-dark);
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.is-active,
.primary-nav .current-menu-item > a {
  color: var(--vrodos-blue) !important;
}

.primary-nav a:active {
  color: var(--vrodos-blue-dark) !important;
}

.vrodos-main > section[id] {
  scroll-margin-top: 82px;
}

.primary-nav .wp-block-navigation__responsive-container-open,
.primary-nav .wp-block-navigation__responsive-container-close {
  border-radius: 12px;
  transition:
    color var(--motion-fast) ease-out,
    background-color var(--motion-fast) ease-out,
    transform var(--motion-fast) var(--ease-standard),
    box-shadow var(--motion-fast) var(--ease-standard);
}

.primary-nav .wp-block-navigation__responsive-container-open:hover,
.primary-nav .wp-block-navigation__responsive-container-close:hover {
  background: rgb(22 72 229 / var(--state-hover));
}

.primary-nav .wp-block-navigation__responsive-container-open:focus-visible,
.primary-nav .wp-block-navigation__responsive-container-close:focus-visible {
  background: rgb(22 72 229 / var(--state-focus));
}

.primary-nav .wp-block-navigation__responsive-container-open:active,
.primary-nav .wp-block-navigation__responsive-container-close:active {
  background: rgb(22 72 229 / var(--state-pressed));
  transform: scale(0.94);
  transition-duration: 80ms;
}

.mobile-section-label {
  display: none;
}

.hero {
  width: 100%;
  min-height: clamp(700px, 100svh, 1024px);
  margin: 0;
  display: block;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: #806950;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 16% 82%, rgb(248 245 238 / 68%) 0%, rgb(248 245 238 / 38%) 34%, transparent 62%),
    linear-gradient(90deg, rgb(244 235 218 / 58%) 0%, rgb(244 235 218 / 24%) 28%, transparent 52%),
    linear-gradient(0deg, rgb(18 13 9 / 12%) 0%, transparent 34%);
}

.hero[data-scene-state="ready"]::before {
  background:
    radial-gradient(ellipse 42% 22% at 14% 88%, rgb(248 245 238 / 56%) 0%, rgb(248 245 238 / 28%) 52%, transparent 100%),
    linear-gradient(0deg, rgb(18 13 9 / 8%) 0%, transparent 22%);
}

.hero-copy {
  width: min(46vw, 610px);
  padding: 0;
  position: absolute;
  left: clamp(44px, 5.2vw, 84px);
  bottom: clamp(52px, 7.4vh, 82px);
  z-index: 4;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--vrodos-blue);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.workflow-step h3,
.demo-copy h3,
.capability-title,
.platform h2 {
  font-family: var(--vrodos-display);
}

.hero h1 {
  margin: 0 0 clamp(42px, 5vh, 62px);
  font-size: clamp(74px, 7.2vw, 116px);
  font-weight: 720;
  font-variation-settings: "wdth" 78;
  letter-spacing: -0.064em;
  line-height: 0.88;
  text-wrap: balance;
  text-shadow: 0 1px 0 rgb(255 251 242 / 36%), 0 14px 34px rgb(25 17 10 / 16%);
  transform-origin: left center;
  transition: opacity 420ms ease-out, transform 680ms var(--ease-emphasized);
}

.hero h1 span {
  display: block;
}

.hero h1 span:nth-child(3) {
  margin-top: 0.2em;
}

.hero[data-mesh-title="visible"] .hero-title {
  opacity: 0;
  transform: translate3d(0, 4px, 0);
  pointer-events: none;
}

.hero-lede {
  width: fit-content;
  max-width: min(42ch, 100%);
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  color: #1d1b18;
  background: transparent;
  box-shadow: none;
  font-size: clamp(16px, 1.18vw, 19px);
  font-weight: 520;
  line-height: 1.62;
  text-shadow: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-credit {
  margin: 0;
  position: absolute;
  right: clamp(18px, 2.4vw, 38px);
  bottom: clamp(64px, 5vw, 96px);
  z-index: 4;
  color: rgb(255 255 255 / 72%);
  font-size: 10px;
  font-weight: 560;
  letter-spacing: 0.025em;
  line-height: 1.35;
  text-shadow: 0 1px 5px rgb(0 0 0 / 78%);
  white-space: nowrap;
}

.hero-credit a {
  color: inherit;
  text-decoration-color: rgb(255 255 255 / 38%);
  text-underline-offset: 2px;
}

.hero-credit a:hover,
.hero-credit a:focus-visible {
  color: #fff;
}

.button,
.hero-actions .wp-block-button__link {
  min-height: 52px;
  padding: 15px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
  transition:
    color var(--motion-fast) ease-out,
    background-color var(--motion-fast) ease-out,
    border-color var(--motion-fast) ease-out,
    box-shadow var(--motion-fast) ease-out,
    transform var(--motion-fast) var(--ease-standard);
}

.button:active,
.hero-actions .wp-block-button__link:active {
  color: var(--vrodos-blue-dark);
}

.button[aria-disabled="true"],
.hero-actions .wp-block-button__link[aria-disabled="true"],
button:disabled {
  opacity: var(--state-disabled);
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.button--primary {
  background: transparent;
}

.button--primary .wp-block-button__link {
  border: 1px solid rgb(255 255 255 / 32%);
  background: rgb(255 253 248 / 9%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    0 10px 26px rgb(47 38 27 / 8%);
  color: var(--vrodos-ink);
  backdrop-filter: blur(4px) saturate(1.34);
  -webkit-backdrop-filter: blur(4px) saturate(1.34);
}

.button--primary .wp-block-button__link:hover {
  border-color: rgb(255 255 255 / 64%);
  background: rgb(255 253 248 / 16%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 32%),
    0 14px 30px rgb(47 38 27 / 11%);
  color: var(--vrodos-ink);
  transform: translateY(-1px);
}

.button--primary .wp-block-button__link:focus-visible {
  border-color: rgb(255 255 255 / 66%);
  background: rgb(255 253 248 / 16%);
  color: var(--vrodos-ink);
}

.button--primary .wp-block-button__link:active {
  border-color: rgb(255 255 255 / 58%);
  background: rgb(255 253 248 / 20%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    0 7px 18px rgb(47 38 27 / 10%);
  color: var(--vrodos-ink);
  transform: translateY(0);
}

.button--quiet,
.button--quiet .wp-block-button__link {
  color: var(--vrodos-blue);
  background: transparent;
}

.button--quiet .wp-block-button__link {
  border: 0;
}

.button--quiet:hover,
.button--quiet .wp-block-button__link:hover,
.button--quiet:focus-visible,
.button--quiet .wp-block-button__link:focus-visible,
.button--quiet:active,
.button--quiet .wp-block-button__link:active {
  color: var(--vrodos-blue-dark);
}

.hero-scene {
  min-width: 0;
  min-height: 0;
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  isolation: isolate;
}

.hero-scene__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #806950;
}

.hero-scene__poster,
.hero-scene__canvas,
.hero-scene__frame {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.hero-scene__poster {
  z-index: 0;
  object-position: center center;
}

.hero-scene__canvas,
.hero-scene__frame {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease-out;
}

.hero-scene__canvas.is-visible,
.hero-scene__frame.is-visible {
  opacity: 1;
}

.hero-scene__frame {
  border: 0;
}

.hero-scene__loader {
  width: 38px;
  height: 38px;
  display: grid;
  position: absolute;
  top: clamp(18px, 2vw, 30px);
  right: clamp(20px, 2.6vw, 42px);
  z-index: 2;
  place-items: center;
  border: 0;
  background: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: opacity 180ms ease-out, visibility 180ms ease-out;
}

.hero-scene[data-state="loading"] .hero-scene__loader {
  opacity: 1;
  visibility: visible;
}

.hero-scene__loader::before {
  width: 16px;
  height: 16px;
  border: 2px solid rgb(255 255 255 / 36%);
  border-top-color: #fff;
  border-radius: 50%;
  content: "";
  animation: hero-scene-loader-spin 720ms linear infinite;
}

.hero-scene__loader-label {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes hero-scene-loader-spin {
  to { transform: rotate(1turn); }
}

.hero-scene__enable,
.hero-scene__fullscreen {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 2.6vw, 42px);
  left: auto;
  bottom: clamp(18px, 2vw, 30px);
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 999px;
  background: rgb(18 18 17 / 88%);
  box-shadow: 0 16px 36px rgb(20 14 8 / 24%);
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition: background-color 180ms ease, transform 180ms ease;
}

.hero-scene__enable:hover,
.hero-scene__enable:focus-visible,
.hero-scene__fullscreen:hover,
.hero-scene__fullscreen:focus-visible {
  background: var(--vrodos-blue);
  transform: translateY(-2px);
}

.hero-scene__enable:focus-visible,
.hero-scene__fullscreen:focus-visible {
  outline: 3px solid rgb(255 255 255 / 86%);
  outline-offset: 3px;
}

.hero-scene__enable {
  min-height: 52px;
  padding: 15px 22px;
  bottom: calc(clamp(64px, 5vw, 96px) + 24px);
  border-color: rgb(255 255 255 / 32%);
  border-radius: 12px;
  background: rgb(255 253 248 / 9%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    0 10px 26px rgb(47 38 27 / 8%);
  color: var(--vrodos-ink);
  font-size: 14px;
  font-weight: 760;
  -webkit-backdrop-filter: blur(4px) saturate(1.34);
  backdrop-filter: blur(4px) saturate(1.34);
}

.hero-scene__enable:hover {
  border-color: rgb(255 255 255 / 64%);
  background: rgb(255 253 248 / 16%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 32%),
    0 14px 30px rgb(47 38 27 / 11%);
  color: var(--vrodos-ink);
  transform: translateY(-1px);
}

.hero-scene__enable:focus-visible {
  border-color: rgb(255 255 255 / 66%);
  background: rgb(255 253 248 / 16%);
  color: var(--vrodos-ink);
  outline: 3px solid var(--vrodos-focus);
  outline-offset: 4px;
}

.hero-scene__enable:active {
  border-color: rgb(255 255 255 / 58%);
  background: rgb(255 253 248 / 20%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    0 7px 18px rgb(47 38 27 / 10%);
  color: var(--vrodos-ink);
  transform: translateY(0);
}

.hero-scene__enable:disabled {
  cursor: progress;
  opacity: 0.9;
  transform: none;
}

.hero-scene__enable[hidden],
.hero-scene__fullscreen[hidden] {
  display: none;
}

.hero-scene__fullscreen {
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  top: clamp(18px, 2vw, 30px);
  right: clamp(20px, 2.6vw, 42px);
  bottom: auto;
  display: grid;
  place-items: center;
  border-color: rgb(255 255 255 / 32%);
  border-radius: 50%;
  background: rgb(255 253 248 / 9%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    0 10px 26px rgb(47 38 27 / 8%);
  color: #fff;
  -webkit-backdrop-filter: blur(4px) saturate(1.34);
  backdrop-filter: blur(4px) saturate(1.34);
  transition:
    color var(--motion-fast) ease-out,
    background-color var(--motion-fast) ease-out,
    border-color var(--motion-fast) ease-out,
    box-shadow var(--motion-fast) ease-out,
    transform var(--motion-fast) var(--ease-standard);
}

.hero-scene__fullscreen:hover,
.hero-scene__fullscreen:focus-visible {
  border-color: rgb(255 255 255 / 64%);
  background: rgb(255 253 248 / 16%);
  color: #fff;
}

.hero-scene__fullscreen:hover {
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 32%),
    0 14px 30px rgb(47 38 27 / 11%);
  transform: translateY(-1px);
}

.hero-scene__fullscreen:active {
  border-color: rgb(255 255 255 / 58%);
  background: rgb(255 253 248 / 20%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    0 7px 18px rgb(47 38 27 / 10%);
  color: #fff;
  transform: translateY(0);
}

.hero-scene__fullscreen svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-scene__fullscreen[aria-pressed="false"] .hero-scene__fullscreen-collapse,
.hero-scene__fullscreen[aria-pressed="true"] .hero-scene__fullscreen-expand {
  display: none;
}

.hero-scene__controls-hint {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: clamp(22px, 3vw, 40px);
  z-index: 4;
  align-items: center;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition:
    opacity var(--motion-fast) ease-out,
    visibility 0s linear var(--motion-fast),
    transform var(--motion-fast) var(--ease-standard);
}

.hero-scene[data-fullscreen="true"] .hero-scene__controls-hint[data-visible="true"] {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

.hero-scene__control-pill {
  min-height: 40px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 999px;
  background: rgb(18 18 17 / 46%);
  box-shadow: 0 10px 28px rgb(0 0 0 / 16%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  backdrop-filter: blur(10px) saturate(1.2);
}

.hero-scene__keys {
  display: inline-flex;
  gap: 3px;
}

.hero-scene__keys kbd {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 46%);
  border-radius: 5px;
  background: rgb(255 255 255 / 8%);
  box-shadow: inset 0 -1px 0 rgb(255 255 255 / 16%);
  color: #fff;
  font: inherit;
  font-size: 0.62rem;
  font-weight: 760;
}

.hero-scene__mouse-icon {
  width: 18px;
  height: 18px;
  color: #fff;
  stroke-width: 1.8;
}

.hero-scene__controls-hint-label {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-scene:fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  background: #000;
}

.hero-scene:fullscreen .hero-scene__frame {
  pointer-events: auto;
}

.hero-scene[data-state="failed"] .hero-scene__canvas,
.hero-scene[data-state="context-lost"] .hero-scene__canvas,
.hero-scene[data-state="poster"] .hero-scene__canvas,
.hero-scene[data-state="failed"] .hero-scene__frame,
.hero-scene[data-state="context-lost"] .hero-scene__frame,
.hero-scene[data-state="poster"] .hero-scene__frame {
  opacity: 0;
}

.wave-section {
  position: relative;
  background: var(--vrodos-ochre);
  isolation: isolate;
}

.wave-section::before,
.wave-section::after {
  content: "";
  position: absolute;
  left: -6%;
  width: 112%;
  height: 130px;
  z-index: -1;
  pointer-events: none;
  background: inherit;
}

.wave-section::before {
  left: -12%;
  width: 124%;
  top: -74px;
  border-radius: 58% 42% 0 0 / 88% 62% 0 0;
  transform: rotate(-0.8deg);
}

.wave-section::after {
  bottom: -74px;
  border-radius: 0 0 44% 56% / 0 0 72% 88%;
  transform: rotate(0.7deg);
}

.workflow {
  padding: 88px max(24px, calc((100vw - 1360px) / 2)) 96px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 54px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 620;
  font-variation-settings: "wdth" 86;
  letter-spacing: -0.04em;
  line-height: var(--leading-display);
}

.workflow-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.workflow-step {
  min-width: 0;
  padding: 10px 14px 0;
  position: relative;
}

.workflow-step + .workflow-step::before {
  content: "";
  position: absolute;
  top: 98px;
  left: -14px;
  width: 32px;
  height: 2px;
  background: var(--vrodos-blue);
}

.step-number,
.capability-number {
  display: block;
  margin-bottom: 10px;
  color: var(--vrodos-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.step-image-wrap {
  height: 220px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 46px 24px 52px 20px;
  background: var(--vrodos-stone);
}

.step-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workflow-step h3 {
  margin: 0 0 10px;
  font-size: 38px;
  font-weight: 640;
  font-variation-settings: "wdth" 84;
  line-height: 0.96;
}

.workflow-step p {
  margin: 0;
  color: var(--vrodos-muted);
  font-size: 14px;
  line-height: 1.55;
}

.demos {
  width: min(100% - 48px, 1360px);
  padding: 170px 0 140px;
  margin-inline: auto;
}

.section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 56px;
}

.section-heading--split > p {
  margin: 0 0 4px;
  color: var(--vrodos-muted);
  font-size: 16px;
  line-height: 1.65;
}

.demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.72fr);
  gap: 22px;
}

.demo-card {
  min-height: 300px;
  overflow: hidden;
  border-radius: 40px 28px 46px 24px;
  position: relative;
  background: #1d1b18;
  color: #fff;
  isolation: isolate;
}

.demo-card:nth-child(3) {
  border-radius: 24px 46px 28px 52px;
}

.demo-card:hover,
.demo-card:focus-within {
  z-index: 3;
}

.demo-card--featured {
  min-height: 624px;
  grid-row: span 2;
}

.demo-card > img,
.demo-card > .demo-card-image,
.demo-card > .demo-card-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -2;
  transition: transform var(--motion-flow) var(--ease-emphasized);
}

.demo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgb(18 14 10 / 28%);
}

.demo-copy {
  width: min(88%, 420px);
  min-height: 100%;
  margin: 0 !important;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(135deg, rgb(18 15 12 / 78%), rgb(18 15 12 / 64%));
  backdrop-filter: blur(9px) saturate(1.08);
  -webkit-backdrop-filter: blur(9px) saturate(1.08);
}

@media (min-width: 621px) {
  .demo-card--featured .demo-copy {
    width: 100%;
    min-height: auto;
    padding: 56px 28px 28px;
    position: absolute;
    inset: auto 0 0;
    background: linear-gradient(0deg, rgb(18 15 12 / 90%) 0%, rgb(18 15 12 / 72%) 70%, transparent 100%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .demo-card:not(.demo-card--featured) .demo-copy {
    width: min(66%, 310px);
    padding-right: 18px;
  }
}

.demo-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(34px, 3vw, 54px);
  font-weight: 630;
  font-variation-settings: "wdth" 84;
  line-height: 0.94;
}

.demo-copy p {
  margin: 0 0 18px;
  color: rgb(255 255 255 / 82%);
  font-size: 14px;
  line-height: 1.55;
}

.wave-section--capabilities {
  padding: 106px max(24px, calc((100vw - 1360px) / 2)) 120px;
  background: var(--vrodos-stone);
}

.capability-list {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.capability-item {
  flex: 1 1 0;
  min-width: 0;
  padding: 26px 22px 30px;
  border: 0;
  border-top: 1px solid rgb(24 23 20 / 22%);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: transparent;
  color: inherit;
}

.capability-number {
  font-size: 13px;
}

.capability-title {
  min-height: 2.1em;
  margin-bottom: 22px;
  display: block;
  font-size: clamp(42px, 4.1vw, 68px);
  font-weight: 650;
  font-variation-settings: "wdth" 78;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.capability-title::after {
  content: ".";
}

.capability-copy {
  display: block;
  color: var(--vrodos-muted);
  font-size: 14px;
  line-height: 1.62;
}

.experience-features {
  margin-top: 96px !important;
  padding-top: 72px;
  border-top: 1px solid rgb(24 23 20 / 18%);
}

.section-heading--compact {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  align-items: end;
  gap: 56px;
}

.section-heading--compact h3 {
  margin: 0;
  font-family: var(--vrodos-display);
  font-size: clamp(42px, 4.6vw, 68px);
  font-weight: 630;
  font-variation-settings: "wdth" 84;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.section-heading--compact > p {
  margin: 0 0 4px;
  color: var(--vrodos-muted);
  font-size: 15px;
  line-height: 1.65;
}

.experience-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.experience-feature {
  min-width: 0;
  padding: 26px 4px 8px;
  border-top: 1px solid rgb(24 23 20 / 18%);
}

.vrodos-icon {
  display: block;
  flex: 0 0 auto;
  stroke-width: 1.8;
}

.experience-feature > .vrodos-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--vrodos-blue);
}

.experience-feature h4 {
  margin: 0 0 10px;
  font-family: var(--vrodos-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.experience-feature p {
  margin: 0;
  color: var(--vrodos-muted);
  font-size: 13px;
  line-height: 1.58;
}

.research-proof {
  border-block: 1px solid rgb(24 23 20 / 14%);
  background: var(--vrodos-paper-strong);
}

.research-proof__inner {
  width: min(100% - 48px, 1360px);
  padding: clamp(88px, 9vw, 132px) 0;
  margin-inline: auto !important;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(64px, 8vw, 128px);
}

.research-proof__intro h2 {
  max-width: 480px;
  margin: 0 0 28px;
  font-family: var(--vrodos-display);
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 640;
  font-variation-settings: "wdth" 82;
  letter-spacing: -0.05em;
  line-height: var(--leading-display);
}

.research-proof__intro > p:last-child {
  max-width: 470px;
  margin: 0;
  color: var(--vrodos-muted);
  font-size: 16px;
  line-height: 1.65;
}

.research-proof__list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgb(24 23 20 / 20%);
  list-style: none;
}

.research-proof__item {
  min-height: 92px;
  padding: 18px 0;
  border-top: 1px solid rgb(24 23 20 / 20%);
  display: grid;
  grid-template-columns: 116px minmax(150px, 0.62fr) minmax(260px, 1fr);
  align-items: center;
  gap: clamp(18px, 2.4vw, 40px);
}

.research-proof__dates {
  color: var(--vrodos-muted);
  font-size: 12px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.research-proof__item a {
  width: fit-content;
  min-height: 44px;
  margin: -6px;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--vrodos-blue);
  font-family: var(--vrodos-display);
  font-size: clamp(24px, 2.2vw, 31px);
  font-weight: 680;
  letter-spacing: -0.025em;
  line-height: 1;
  text-decoration: none;
  transition: color var(--motion-fast) ease-out;
}

.research-proof__logo {
  width: 38px;
  height: 38px;
  padding: 5px;
  flex: 0 0 38px;
  border: 1px solid rgb(24 23 20 / 12%);
  border-radius: 11px;
  background: rgb(255 255 255 / 72%);
  object-fit: contain;
}

.research-proof__item a:hover,
.research-proof__item a:focus-visible {
  color: var(--vrodos-blue-dark);
}

.research-proof__item a:active {
  color: var(--vrodos-blue-dark);
}

.research-proof__item p {
  margin: 0;
  color: var(--vrodos-muted);
  font-size: 14px;
  line-height: 1.55;
}

.platform {
  width: min(100% - 48px, 1360px);
  padding: 112px 0 86px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(400px, 0.84fr);
  align-items: start;
  gap: clamp(72px, 8vw, 124px);
}

.platform h2 {
  max-width: 770px;
  margin: 0;
  font-size: clamp(48px, 5.6vw, 86px);
  font-weight: 630;
  font-variation-settings: "wdth" 84;
  letter-spacing: -0.045em;
  line-height: var(--leading-display);
}

.platform h2 span {
  display: block;
}

.platform-copy > p {
  max-width: 690px;
  margin: 32px 0 0;
  color: var(--vrodos-muted);
  font-size: 16px;
  line-height: 1.7;
}

.platform-details {
  padding-top: 8px;
}

.platform-kicker {
  margin: 0 0 18px;
  color: var(--vrodos-blue);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.platform-specs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgb(24 23 20 / 20%);
}

.platform-specs > div {
  min-height: 64px;
  padding: 13px 0;
  border-top: 1px solid rgb(24 23 20 / 20%);
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.platform-specs dt {
  color: var(--vrodos-muted);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.platform-specs dd {
  margin: 0;
  font-family: var(--vrodos-display);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.platform-links {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  font-size: 14px;
  font-weight: 680;
}

.platform-links p {
  margin: 0;
}

.site-footer {
  width: min(100% - 48px, 1360px);
  padding: 28px 0 38px;
  margin-inline: auto !important;
  border-top: 1px solid rgb(24 23 20 / 20%);
  gap: 16px 36px;
  color: var(--vrodos-muted);
  font-size: 12px;
}

.site-footer p {
  margin: 0;
}

.site-footer p:last-child {
  text-align: right;
}

.site-footer a {
  color: inherit;
  transition: color var(--motion-fast) ease-out;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--vrodos-blue-dark);
}

.content-page {
  min-height: 62vh;
  padding: 100px 24px;
}

.privacy-page {
  width: min(100% - 48px, 860px);
  max-width: none;
  padding-inline: 0;
  margin-inline: auto !important;
}

.privacy-page h1 {
  margin: 0 0 12px;
  font-size: clamp(52px, 8vw, 88px);
}

.privacy-page__updated {
  margin: 0 0 52px;
  color: var(--vrodos-muted);
  font-size: 14px;
}

.privacy-page h2 {
  margin: 42px 0 14px;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.05;
}

.privacy-page p,
.privacy-page li {
  line-height: 1.75;
}

.privacy-page p {
  margin: 0 0 16px;
}

.privacy-page ul {
  margin: 0 0 20px;
  padding-left: 1.4rem;
}

.privacy-page li + li {
  margin-top: 6px;
}

@media (max-width: 1320px) {
  .hero-copy {
    padding-left: 0;
  }

  .hero h1 {
    margin-bottom: clamp(34px, 4.2vh, 48px);
    font-size: clamp(70px, 7.1vw, 98px);
  }

  .hero-lede {
    margin-bottom: 24px;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .wp-block-button__link {
    padding-inline: 17px;
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 150px minmax(0, 1fr) 150px;
  }

  .primary-nav {
    font-size: 13px;
  }

  .primary-nav .wp-block-navigation__container {
    gap: 18px;
  }

  .hero {
    grid-template-columns: minmax(280px, 0.72fr) minmax(500px, 1.3fr);
    gap: 24px;
  }

  .hero h1 {
    font-size: clamp(64px, 8.2vw, 88px);
  }

  .workflow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 18px;
  }

  .workflow-step + .workflow-step::before {
    display: none;
  }

  .capability-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .back-to-top {
    right: 20px;
    bottom: 20px;
  }

  .vrodos-main > section[id] {
    scroll-margin-top: 80px;
  }

  .wp-site-blocks {
    padding-top: 76px;
  }

  .home .wp-site-blocks {
    padding-top: 0;
  }

  .wp-site-blocks > header.wp-block-template-part {
    height: 76px;
  }

  .wp-site-blocks > header.wp-block-template-part.is-scrolled {
    height: 64px;
  }

  .wp-site-blocks > header.wp-block-template-part.is-scrolled::before {
    height: 64px;
  }

  .wp-site-blocks > header.wp-block-template-part:not(.is-scrolled),
  .wp-site-blocks > header:not(.is-scrolled) .site-header {
    height: 76px;
  }

  .wp-site-blocks > header:not(.is-scrolled) .site-header {
    width: calc(100% - 48px);
  }

  .site-header {
    height: 76px;
    min-height: 0;
    grid-template-columns: 1fr auto;
  }

  .hero-brand {
    height: 58px;
    top: 9px;
    left: 24px;
  }

  .header-brand {
    height: 46px;
  }

  .wp-site-blocks > header.is-scrolled .site-header {
    height: 64px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 64px;
    row-gap: 0;
  }

  .wp-site-blocks > header.is-scrolled .header-brand {
    align-self: center;
    grid-column: 1;
    grid-row: 1;
  }

  .wp-site-blocks > header.is-scrolled .primary-nav {
    align-self: center;
    grid-column: 3;
    grid-row: 1;
  }

  .site-header > .header-github {
    display: none;
  }

  .wp-site-blocks > header.is-scrolled .mobile-section-label {
    min-width: 0;
    margin: 0 !important;
    padding-inline: 8px;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    display: block;
    overflow: hidden;
    color: var(--vrodos-muted);
    font-size: 11px;
    font-weight: 720;
    letter-spacing: 0.08em;
    line-height: 18px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .primary-nav {
    order: 3;
    justify-self: end;
  }

  .primary-nav .wp-block-navigation__responsive-container-open,
  .primary-nav .wp-block-navigation__responsive-container-close {
    width: 48px;
    height: 48px;
    padding: 12px;
    align-items: center;
    justify-content: center;
  }

  .primary-nav .wp-block-navigation__responsive-container {
    opacity: 0;
    transform: translateX(16px);
    transition:
      opacity var(--motion-header) ease-out,
      transform var(--motion-header) var(--ease-standard),
      display var(--motion-header) allow-discrete;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    padding: 20px 20px 30px;
    border-left: 1px solid rgb(24 23 20 / 10%);
    background:
      linear-gradient(145deg, rgb(255 253 248 / 82%), rgb(239 229 210 / 72%)) !important;
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 54%),
      -18px 0 46px rgb(42 34 24 / 12%);
    opacity: 1;
    transform: translateX(0);
    backdrop-filter: blur(28px) saturate(1.28);
    -webkit-backdrop-filter: blur(28px) saturate(1.28);
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open.is-menu-closing {
    opacity: 0;
    transform: translateX(16px);
  }

  @starting-style {
    .primary-nav .wp-block-navigation__responsive-container.is-menu-open {
      opacity: 0;
      transform: translateX(16px);
    }
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    width: 100%;
    position: relative;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    width: 100%;
    padding-top: 84px;
    align-items: stretch;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    color: var(--vrodos-ink);
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .mobile-menu-brand {
    width: auto;
    height: 58px;
    min-height: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--vrodos-ink);
    line-height: 1;
    text-decoration: none;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .mobile-menu-brand img {
    width: auto;
    height: 52px;
    max-width: none;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .mobile-menu-brand__wordmark {
    font-family: var(--vrodos-display);
    font-size: 30px;
    font-weight: 680;
    letter-spacing: -0.035em;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    width: 100%;
    align-items: stretch;
    gap: 6px;
    order: 1;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a {
    width: 100%;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a {
    min-height: 52px;
    padding: 13px 12px;
    justify-content: flex-start;
    font-family: var(--vrodos-display);
    font-size: 28px;
    font-weight: 650;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .mobile-menu-github {
    width: fit-content;
    height: auto;
    min-height: 50px;
    margin-top: 28px;
    padding: 13px 20px;
    border-radius: 999px;
    justify-content: flex-start;
    align-self: flex-start;
    display: inline-flex;
    gap: 12px;
    order: 2;
    color: var(--vrodos-paper-strong);
    background: var(--vrodos-ink);
    font-family: var(--vrodos-display);
    font-size: 22px;
    font-weight: 650;
    line-height: 1;
    text-decoration: none;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .mobile-menu-github:hover,
  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .mobile-menu-github:focus-visible {
    color: #fff;
    background: var(--vrodos-blue);
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open .mobile-menu-github__label {
    display: inline;
  }

  .hero {
    min-height: max(760px, 100svh);
    margin: 0;
    grid-template-columns: 1fr;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgb(244 235 218 / 76%) 0%, rgb(244 235 218 / 48%) 58%, rgb(244 235 218 / 12%) 100%),
      linear-gradient(0deg, rgb(18 13 9 / 16%) 0%, transparent 40%);
  }

  .hero-copy {
    width: min(calc(100% - 48px), 640px);
    max-width: 700px;
    left: 24px;
    bottom: 42px;
  }

  .hero-scene {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
    margin-inline: auto;
    transform: none;
    box-shadow: none;
  }

  .hero-scene__media {
    border-radius: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .section-heading--split,
  .platform {
    grid-template-columns: 1fr;
  }

  .demo-grid {
    grid-template-columns: 1fr;
  }

  .demo-card,
  .demo-card--featured {
    min-height: 430px;
    grid-row: auto;
  }

  .platform {
    gap: 46px;
  }

  .section-heading--compact {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .experience-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header,
  .demos,
  .platform,
  .site-footer {
    width: min(100% - 32px, 1360px);
  }

  .privacy-page {
    width: min(100% - 32px, 860px);
  }

  .site-header {
    gap: 14px;
  }

  .hero {
    width: 100%;
    min-height: max(560px, calc(75vw + 290px));
    margin-bottom: 0;
    background: var(--vrodos-ochre);
  }

  .hero-brand {
    z-index: 5;
  }

  .hero::before {
    height: 75vw;
    inset: 0 0 auto;
    background: linear-gradient(90deg, rgb(244 235 218 / 54%) 0%, rgb(244 235 218 / 20%) 74%, transparent 100%);
  }

  .hero::after {
    content: "";
    width: 124%;
    height: 60px;
    position: absolute;
    top: calc(75vw - 10px);
    left: -12%;
    z-index: 3;
    pointer-events: none;
    border-radius: 58% 42% 0 0 / 88% 62% 0 0;
    background: var(--vrodos-ochre);
    transform: rotate(-0.8deg);
  }

  .hero-copy {
    width: auto;
    max-width: none;
    inset: 0;
    z-index: 4;
    display: grid !important;
    grid-template-rows: 75vw auto auto minmax(0, 1fr);
  }

  .hero h1 {
    width: calc(100% - 48px);
    margin: 0;
    position: absolute;
    top: clamp(82px, 25vw, 96px);
    left: 24px;
    font-size: clamp(40px, 12vw, 50px);
    line-height: 0.9;
  }

  .hero-lede {
    width: auto;
    max-width: 38ch;
    margin: 36px 24px 0;
    position: static;
    grid-row: 2;
  }

  .hero-actions {
    margin: 24px 24px 0 !important;
    position: static;
    grid-row: 3;
    align-self: start;
  }

  .hero-scene {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .wp-block-button__link {
    border-color: var(--vrodos-blue);
    background: var(--vrodos-blue);
    color: var(--vrodos-paper-strong);
    box-shadow: 0 10px 24px rgb(14 54 185 / 22%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero-actions .wp-block-button__link:hover,
  .hero-actions .wp-block-button__link:focus-visible,
  .hero-actions .wp-block-button__link:active {
    border-color: var(--vrodos-blue-dark);
    background: var(--vrodos-blue-dark);
    color: var(--vrodos-paper-strong);
  }

  .hero-credit {
    display: none;
  }

  .workflow::before {
    top: -32px;
    height: 88px;
  }

  .workflow {
    background: var(--vrodos-paper);
  }

  .workflow::after {
    display: none;
  }

  .demos {
    width: 100%;
    padding-inline: 16px;
    position: relative;
    isolation: isolate;
    background: var(--vrodos-ochre);
  }

  .demos::before {
    content: "";
    width: 124%;
    height: 88px;
    position: absolute;
    top: -32px;
    left: -12%;
    z-index: -1;
    pointer-events: none;
    border-radius: 58% 42% 0 0 / 88% 62% 0 0;
    background: inherit;
    transform: rotate(-0.8deg);
  }

  .research-proof {
    border-block: 0;
  }

  .platform {
    width: 100%;
    padding-inline: 16px;
    position: relative;
    isolation: isolate;
    background: var(--vrodos-ochre);
  }

  .platform::before,
  .site-footer::before {
    content: "";
    width: 124%;
    height: 88px;
    position: absolute;
    top: -32px;
    left: -12%;
    z-index: -1;
    pointer-events: none;
    border-radius: 58% 42% 0 0 / 88% 62% 0 0;
    background: inherit;
    transform: rotate(-0.8deg);
  }

  .site-footer {
    width: 100%;
    padding: 52px 16px 38px;
    border-top: 0;
    position: relative;
    isolation: isolate;
    background: var(--vrodos-stone);
  }

  .button {
    width: 100%;
  }

  .workflow,
  .wave-section--capabilities {
    padding-inline: 16px;
  }

  .workflow-track,
  .capability-list {
    grid-template-columns: 1fr;
  }

  .workflow-step {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 0 18px;
  }

  .step-number {
    grid-column: 1 / -1;
  }

  .step-image-wrap {
    height: 140px;
    grid-row: span 2;
  }

  .workflow-step h3 {
    margin-top: 8px;
  }

  .demos {
    padding-top: 140px;
  }

  .section-heading--split {
    gap: 24px;
  }

  .demo-card,
  .demo-card--featured {
    min-height: 390px;
  }

  .demo-copy {
    width: 100%;
    min-height: auto;
    margin: 0 !important;
    padding: 22px 28px 24px;
    position: absolute;
    inset: auto 0 0;
    background: linear-gradient(0deg, rgb(18 15 12 / 92%), rgb(18 15 12 / 74%));
  }

  .demo-copy > p {
    margin-bottom: 0;
  }

  .capability-item {
    padding-inline: 8px;
    border-radius: 0;
  }

  .capability-title {
    min-height: 0;
  }

  .experience-features {
    margin-top: 72px !important;
    padding-top: 56px;
  }

  .experience-feature-grid {
    grid-template-columns: 1fr;
  }

  .experience-feature {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 14px;
  }

  .experience-feature > .vrodos-icon {
    grid-row: span 2;
  }

  .site-footer {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .site-footer p:last-child {
    text-align: left;
  }

}

@media (max-width: 782px) {
  body.admin-bar .wp-site-blocks > header.wp-block-template-part {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar .wp-site-blocks > header.wp-block-template-part.is-scrolled {
    top: 0;
  }
}

@media (max-width: 860px) {
  .research-proof__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .research-proof__intro h2,
  .research-proof__intro > p:last-child {
    max-width: 640px;
  }
}

@media (max-width: 620px) {
  .research-proof__inner {
    width: min(100% - 32px, 1360px);
    padding: 76px 0 82px;
    gap: 40px;
  }

  .research-proof__intro h2 {
    margin-bottom: 22px;
    font-size: clamp(52px, 17vw, 72px);
  }

  .research-proof__item {
    min-height: 0;
    padding: 22px 0 24px;
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
  }

  .research-proof__dates {
    grid-column: 2;
    grid-row: 1;
  }

  .research-proof__item a {
    grid-column: 1;
    grid-row: 1;
    gap: 10px;
    font-size: 28px;
  }

  .research-proof__logo {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .research-proof__item p {
    grid-column: 1 / -1;
    max-width: 34rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .demo-card:hover,
  .demo-card:hover img,
  .demo-copy a:hover,
  .primary-nav a:hover,
  .button:hover {
    transform: none;
  }

  .hero-scene__canvas,
  .hero-scene__frame {
    transition: none;
  }

  .hero-scene__loader {
    transition: none;
  }

  .hero-scene__controls-hint {
    transition: none;
  }

  .hero-scene__loader::before {
    animation: none;
  }

  .wp-site-blocks > header.wp-block-template-part,
  .wp-site-blocks > header.wp-block-template-part::before,
  .site-header {
    transition-duration: var(--motion-header) !important;
  }
}
