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

@font-face {
  font-family: "Compacta";
  src: url("../fonts/Compacta-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Compacta";
  src: url("../fonts/Compacta-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Compacta";
  src: url("../fonts/Compacta-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC-Avant-Garde-Gothic-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC-Avant-Garde-Gothic-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC-Avant-Garde-Gothic-BoldOblique.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akzidenz Grotesk";
  src: url("../fonts/AkzidenzGrotesk-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

body {
  margin: 0;
  background: #050609;
  color: #f4f0df;
  font-family: "JetBrains Mono", monospace;
}

:root {
  --mv-footer-height: 100svh;
}

.wp-site-blocks {
  min-height: 100vh;
  background: #050609;
}

body:not(.home) .wp-site-blocks > .wp-block-post-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  background: #050609;
  margin-bottom: var(--mv-footer-height);
}

body:not(.home) .wp-site-blocks > .wp-block-template-part:has(.moh-footer) {
  position: relative;
  z-index: 0;
  min-height: 0;
}

.wp-block-post-content > .moh-block-home,
.wp-block-post-content > .mv-brutalist-hub,
.wp-block-post-content > .veritas-page {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.moh-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 30%, rgba(201, 168, 76, 0.12), transparent 34%),
    linear-gradient(180deg, #101112, #050609 42%, #000);
}

.moh-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
}

.moh-ui,
.moh-footer {
  position: relative;
  z-index: 1;
}

.moh-ui {
  z-index: 10000;
  isolation: isolate;
}

.moh-nav {
  position: fixed;
  top: 25px;
  left: 24px;
  right: 24px;
  z-index: 20;
  display: flex;
  gap: 10px;
  align-items: center;
}

.moh-btn,
.site-menu-trigger,
.site-menu-close,
.moh-submit,
.moh-media-tab,
.moh-rail-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 240, 223, 0.45);
  background: rgba(0, 0, 0, 0.64);
  color: #f4f0df;
  padding: 0 18px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.moh-btn.active {
  border-color: rgba(244, 240, 223, 0.92);
}

.moh-nav-spacer {
  flex: 1;
}

.moh-btn--redacted {
  color: transparent;
  position: relative;
}

.moh-btn--redacted::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  height: 18px;
  background: #000;
  box-shadow: 8px 7px 0 rgba(0,0,0,.7);
}

.site-menu-trigger {
  margin-left: auto;
}

.site-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(0,0,0,.9);
  padding: 24px;
}

.site-menu-overlay[hidden] {
  display: none;
}

.site-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
}

.site-menu-nav {
  min-height: 100%;
  display: grid;
  align-content: center;
  gap: 28px;
  padding-left: min(12vw, 120px);
}

.site-menu-link {
  display: block;
  width: fit-content;
  color: #f4f0df;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1.6rem, 7vw, 4.5rem);
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.08;
}

.site-menu-tier--secondary .site-menu-link {
  font-size: clamp(1rem, 4vw, 2rem);
  color: rgba(244,240,223,.68);
}

.moh-hero {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  padding: 140px clamp(24px, 8vw, 96px) 80px;
  overflow: hidden;
}

.moh-hero-video,
.moh-hero .wp-block-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  margin: 0;
}

.moh-hero .wp-block-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(.72);
}

.moh-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0,0,0,.54), rgba(0,0,0,.12)), linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.68));
}

.moh-hero-inner {
  max-width: 820px;
}

.moh-eyebrow,
.moh-section-kicker,
.moh-archive-kicker,
.moh-news-label {
  color: #f4f0df;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .42em;
  text-transform: uppercase;
}

.moh-title,
.moh-section-title,
.moh-archive-heading {
  margin: 0;
  font-family: "Syncopate", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

.moh-title {
  font-size: clamp(3.8rem, 11vw, 8.2rem);
  line-height: .88;
}

.moh-line {
  display: block;
}

.moh-tagline,
.moh-section-copy,
.moh-character-lead,
.moh-news-description,
.moh-world-description,
.moh-footer-summary,
.moh-submit-feedback {
  color: rgba(244, 240, 223, 0.82);
  font-size: clamp(.9rem, 2vw, 1rem);
  line-height: 1.7;
}

.moh-hero-actions,
.moh-store-grid,
.moh-social-row,
.moh-news-grid,
.moh-footer-links,
.moh-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.moh-hero-actions .wp-block-button {
  display: inline-flex;
  margin: 0;
}

.moh-hero-actions .wp-block-button__link,
.moh-btn .wp-block-button__link,
.wp-block-button.moh-btn .wp-block-button__link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f4f0df;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.wp-block-buttons .wp-block-button.moh-btn {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.64);
}

.moh-section,
.moh-archive,
.moh-footer {
  padding: clamp(72px, 12vw, 150px) clamp(24px, 8vw, 96px);
}

.moh-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.moh-section-title,
.moh-archive-heading {
  font-size: clamp(2rem, 6vw, 4.8rem);
  line-height: .95;
}

.moh-store-card,
.moh-social-pill,
.moh-news-card,
.moh-world-thumb,
.moh-media-thumb,
.moh-faq-item {
  border: 1px solid rgba(244, 240, 223, 0.2);
  background: rgba(0, 0, 0, 0.48);
}

.moh-store-card,
.moh-social-pill {
  color: #f4f0df;
  text-decoration: none;
  padding: 18px;
}

.moh-social-pill {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 88px;
}

.moh-social-pill svg {
  display: block;
  fill: currentColor;
  height: 28px;
  width: 28px;
}

.moh-store-card {
  min-width: min(240px, 100%);
}

.moh-store-label {
  display: block;
  font-family: "Syncopate", Arial, sans-serif;
  text-transform: uppercase;
}

.moh-store-note {
  display: block;
  margin-top: 8px;
  color: #c9a84c;
  font-size: 12px;
  text-transform: uppercase;
}

.moh-archive {
  background: #060606;
}

.moh-card-grid,
.moh-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.moh-book-card,
.moh-news-card {
  padding: 18px;
}

.moh-book-card img,
.moh-news-card img,
.moh-world-image,
.moh-media-image {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1) contrast(1.04);
}

.moh-character {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.moh-sequence-shell {
  border: 1px solid rgba(244, 240, 223, 0.28);
  background: #050609;
  padding: 12px;
}

.moh-sequence-shell img {
  width: 100%;
  display: block;
}

.moh-world-panel,
.moh-media-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 18px;
}

.moh-world-main,
.moh-media-primary {
  position: relative;
  min-height: 360px;
}

.moh-world-overlay,
.moh-media-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  background: rgba(0,0,0,.62);
  border: 1px solid rgba(244,240,223,.2);
}

.moh-world-rail,
.moh-media-sidebar {
  display: grid;
  gap: 12px;
}

.moh-world-thumb,
.moh-media-thumb {
  color: #f4f0df;
  padding: 10px;
  text-align: left;
}

.moh-newsletter {
  display: grid;
  grid-template-columns: minmax(220px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  background: #0b0b0b;
}

.moh-newsletter-book {
  max-width: 320px;
  width: 100%;
}

.moh-input {
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  min-height: 50px;
  border: 1px solid rgba(244,240,223,.3);
  background: rgba(0,0,0,.7);
  color: #f4f0df;
  padding: 0 14px;
  font: inherit;
}

.moh-check {
  display: flex;
  gap: 10px;
  margin: 12px 0;
  color: rgba(244,240,223,.74);
  font-size: 13px;
}

.moh-faq-list {
  display: grid;
  gap: 10px;
}

.moh-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: #f4f0df;
  display: flex;
  justify-content: space-between;
  padding: 18px;
  font: inherit;
  text-align: left;
}

.moh-faq-answer {
  display: none;
  padding: 0 18px 18px;
  color: rgba(244,240,223,.74);
}

.moh-faq-item.is-open .moh-faq-answer {
  display: block;
}

.moh-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: var(--mv-footer-height);
  min-height: 0;
  overflow: hidden;
  padding: 0 clamp(24px, 6vw, 72px);
  border-top: 1px solid rgba(244,240,223,.16);
  color: #f4f0df;
  background:
    linear-gradient(90deg, rgba(244,240,223,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244,240,223,.03) 1px, transparent 1px),
    radial-gradient(circle at 70% 72%, rgba(201,168,76,.08), transparent 34%),
    #010403;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.moh-footer-inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  position: relative;
  display: grid;
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
  padding: clamp(36px, 5vh, 64px) 0 clamp(22px, 3vh, 36px);
}

.moh-footer-panel {
  position: relative;
  isolation: isolate;
  z-index: 2;
  grid-area: 1 / 1;
  display: grid;
  align-content: end;
  gap: clamp(18px, 3vw, 32px);
  min-height: 100%;
  padding: clamp(18px, 3vw, 34px) 0 0;
  pointer-events: none;
}

.moh-footer.is-parallax-ready .moh-footer-panel {
  opacity: 1;
  transform: none;
}

.moh-footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, .95fr) repeat(3, minmax(150px, .7fr));
  gap: clamp(20px, 3vw, 46px);
  padding-top: clamp(8px, 1.5vw, 18px);
  pointer-events: auto;
}

.moh-footer-brand {
  max-width: 380px;
}

.moh-footer-heading,
.moh-footer-bottom,
.moh-footer-contact,
.moh-footer-coordinates,
.moh-footer-placeholder span {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.moh-footer-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  color: #c9a84c;
  font-size: 11px;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

.moh-footer-heading::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  background: #d8172f;
}

.moh-footer-name {
  margin: 0 0 14px;
  color: #f4f0df;
  font-family: "Syncopate", Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.moh-footer-statement {
  margin: 0;
  color: rgba(244,240,223,.68);
  font-size: .86rem;
  line-height: 1.55;
}

.moh-footer-contact {
  margin: 24px 0 0;
  color: rgba(244,240,223,.38);
  line-height: 1.6;
}

.moh-footer-contact a,
.moh-footer-column a,
.moh-inline-link {
  color: #f4f0df;
}

.moh-footer-contact a {
  letter-spacing: 0;
  text-decoration: none;
}

.moh-footer-column {
  display: grid;
  align-content: start;
  gap: 6px;
}

.moh-footer-column a,
.moh-footer-placeholder {
  text-decoration: none;
}

.moh-footer-column a,
.moh-footer-placeholder {
  display: block;
  width: fit-content;
  color: rgba(244,240,223,.8);
  font-family: "Aktiv Grotesk", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.65rem);
  font-weight: 500;
  line-height: 1.02;
}

.moh-footer-placeholder {
  color: rgba(244,240,223,.45);
  cursor: not-allowed;
}

.moh-footer-placeholder span {
  display: inline;
  margin-left: 4px;
  color: rgba(216, 23, 47, .82);
  font-size: .44em;
  vertical-align: middle;
}

.moh-footer-lockup {
  position: relative;
  isolation: isolate;
  z-index: 1;
  grid-area: 1 / 1;
  align-self: center;
  transform: translateY(clamp(-122px, -8vh, -66px));
  display: grid;
  place-items: center;
  min-height: clamp(160px, 28vw, 330px);
  padding: clamp(26px, 4vw, 52px) clamp(18px, 4vw, 48px);
  border-top: 1px solid rgba(244,240,223,.13);
  border-bottom: 1px solid rgba(244,240,223,.13);
}

.moh-footer.is-parallax-ready .moh-footer-lockup {
  opacity: 1;
  transform: translateY(clamp(-122px, -8vh, -66px));
}

.moh-footer-lockup::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image: repeating-linear-gradient(0deg, rgba(244,240,223,.32) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
}

.moh-footer-coordinates {
  margin: 0 0 16px;
  max-width: 840px;
  color: rgba(244,240,223,.64);
  text-align: center;
  line-height: 1.4;
}

.moh-footer-title {
  margin: 0;
  color: rgba(244,240,223,.82);
  font-family: "Syncopate", Arial, sans-serif;
  font-size: clamp(3rem, 12vw, 11.5rem);
  font-weight: 700;
  line-height: .82;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(244,240,223,.12);
}

.moh-footer-corner {
  position: absolute;
  width: clamp(34px, 6vw, 76px);
  height: clamp(34px, 6vw, 76px);
  pointer-events: none;
}

.moh-footer-corner--tl {
  top: 24px;
  left: 0;
  border-top: 1px solid rgba(244,240,223,.62);
  border-left: 1px solid rgba(244,240,223,.62);
}

.moh-footer-corner--tr {
  top: 24px;
  right: 0;
  border-top: 1px solid rgba(244,240,223,.62);
  border-right: 1px solid rgba(244,240,223,.62);
}

.moh-footer-corner--bl {
  bottom: 24px;
  left: 0;
  border-bottom: 1px solid rgba(244,240,223,.62);
  border-left: 1px solid rgba(244,240,223,.62);
}

.moh-footer-corner--br {
  right: 0;
  bottom: 24px;
  border-right: 1px solid rgba(244,240,223,.62);
  border-bottom: 1px solid rgba(244,240,223,.62);
}

.moh-footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  padding-top: 14px;
  color: rgba(244,240,223,.54);
  border-top: 1px dashed rgba(244,240,223,.28);
  pointer-events: auto;
}

.moh-footer-bottom p {
  margin: 0;
}

body:not(.home) .moh-ui::before {
  height: clamp(58px, 7vh, 74px);
}

body:not(.home) .moh-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  gap: clamp(6px, 1vw, 10px);
  padding: clamp(10px, 1.4vw, 18px);
  box-sizing: border-box;
  background: linear-gradient(180deg, #000 0%, rgba(0,0,0,.96) 72%, rgba(0,0,0,.82) 100%);
  border-bottom: 1px solid rgba(244, 240, 223, .1);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

body:not(.home) .moh-nav::-webkit-scrollbar {
  display: none;
}

body:not(.home) .moh-nav-spacer {
  display: block;
  flex: 1 1 auto;
}

body:not(.home) .moh-btn,
body:not(.home) .site-menu-trigger {
  min-height: 42px;
  padding: .62rem clamp(.7rem, 1.4vw, 1rem);
  box-sizing: border-box;
  justify-content: center;
  white-space: normal;
  text-align: center;
  overflow-wrap: anywhere;
  font-size: clamp(.58rem, .9vw, .76rem);
  letter-spacing: clamp(.12em, .45vw, .24em);
  line-height: 1.15;
}

body:not(.home) .site-menu-trigger {
  margin-left: 0;
  min-width: min(100%, 150px);
}

body:not(.home) .moh-btn--redacted::after {
  inset: 45% 10px auto;
  height: 2px;
}

body:not(.home) .wp-block-post-content {
  padding-top: var(--moh-header-height);
}

body:not(.home) .moh-lean-page {
  width: min(100%, 1120px);
  min-height: auto;
  padding: clamp(76px, 12vw, 132px) clamp(20px, 6vw, 72px);
  box-sizing: border-box;
}

body:not(.home) .mv-series-page {
  min-height: auto;
}

body:not(.home) .mv-series-page .mv-series-hero,
body:not(.home) .mv-series-page .moh-hero {
  min-height: auto;
  padding: clamp(72px, 10vw, 128px) clamp(20px, 6vw, 72px) clamp(44px, 8vw, 84px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

body:not(.home) .mv-series-page .moh-hero-inner {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin: 0 auto;
}

body:not(.home) .mv-series-page .moh-title,
body:not(.home) .moh-lean-page .moh-section-title {
  max-width: 100%;
  font-size: clamp(2.4rem, 9vw, 7rem);
  line-height: .92;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

body:not(.home) .mv-series-page .moh-line {
  display: block;
}

body:not(.home) .mv-series-page .moh-eyebrow,
body:not(.home) .mv-series-page .moh-tagline,
body:not(.home) .moh-lean-page .moh-section-kicker,
body:not(.home) .moh-lean-page .moh-section-copy {
  max-width: min(100%, 760px);
}

body:not(.home) .mv-series-page .moh-section {
  padding: clamp(44px, 8vw, 88px) clamp(20px, 6vw, 72px);
}

body:not(.home) .moh-footer {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: clamp(42px, 6vw, 72px) clamp(24px, 6vw, 72px);
}

body:not(.home) .moh-footer-inner {
  height: auto;
  min-height: 0;
  padding: 0;
}

body:not(.home) .moh-footer-lockup {
  display: none;
}

body:not(.home) .moh-footer-panel {
  display: block;
  min-height: 0;
  padding: 0;
  pointer-events: auto;
}

body:not(.home) .moh-footer-grid {
  padding-top: 0;
}

@media (max-width: 760px) {
  body:not(.home) .moh-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
    align-items: center;
    padding: 10px;
    gap: 10px;
    overflow-x: visible;
  }

  body:not(.home) .moh-nav-spacer {
    display: none;
  }

  body:not(.home) .moh-btn,
  body:not(.home) .site-menu-trigger {
    width: auto;
    flex: 0 0 auto;
  }

  body:not(.home) .moh-btn:not(.active) {
    display: none;
  }

  body:not(.home) .moh-btn.active {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body:not(.home) .site-menu-trigger {
    min-width: 112px;
    margin-left: auto;
    flex-shrink: 0;
    justify-self: end;
  }

  body:not(.home) .mv-series-page .moh-title,
  body:not(.home) .moh-lean-page .moh-section-title {
    font-size: clamp(2rem, 15vw, 4rem);
  }
}

@media (max-width: 520px) {
  body:not(.home) .moh-nav {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body:not(.home) .moh-btn,
  body:not(.home) .site-menu-trigger {
    min-height: 38px;
  }
}

.moh-footer-contact a:hover,
.moh-footer-column a:hover,
.moh-footer-contact a:focus-visible,
.moh-footer-column a:focus-visible {
  color: #fff;
}

@media (max-width: 820px) {
  body.home .moh-nav {
    position: absolute;
    flex-wrap: wrap;
  }

  .moh-character,
  .moh-world-panel,
  .moh-media-panel,
  .moh-newsletter {
    grid-template-columns: 1fr;
  }

  .moh-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .moh-footer {
    height: var(--mv-footer-height);
    min-height: 0;
    padding: 0 clamp(24px, 8vw, 96px);
  }

  .moh-footer-inner {
    position: relative;
    height: 100%;
    min-height: 0;
    padding: clamp(30px, 5vh, 48px) 0 clamp(20px, 3vh, 30px);
  }

  .moh-footer-lockup {
    min-height: 200px;
  }

}

@media (max-width: 640px) {
  .moh-footer {
    height: var(--mv-footer-height);
    min-height: 0;
    padding: 0 clamp(24px, 8vw, 42px);
  }

  .moh-footer-inner {
    padding: clamp(34px, 6vh, 56px) 0 20px;
  }

  .moh-footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .moh-footer-column a,
  .moh-footer-placeholder {
    font-size: 1rem;
    line-height: 1.12;
  }

  .moh-footer-heading,
  .moh-footer-bottom,
  .moh-footer-contact,
  .moh-footer-placeholder span {
    font-size: 9px;
  }

  .moh-footer-bottom {
    display: grid;
    justify-content: start;
  }

  .moh-footer-lockup,
  .moh-footer.is-parallax-ready .moh-footer-lockup {
    display: none;
  }

  .moh-footer-corner {
    width: 34px;
    height: 34px;
  }
}

/* Let WordPress editor typography choices override the theme shell. */
.moh-block-home .has-syncopate-font-family { font-family: var(--wp--preset--font-family--syncopate) !important; }
.moh-block-home .has-jetbrains-font-family { font-family: var(--wp--preset--font-family--jetbrains) !important; }
.moh-block-home .has-compacta-font-family { font-family: var(--wp--preset--font-family--compacta) !important; }
.moh-block-home .has-itc-avant-garde-gothic-font-family { font-family: var(--wp--preset--font-family--itc-avant-garde-gothic) !important; }
.moh-block-home .has-aktiv-grotesk-font-family { font-family: var(--wp--preset--font-family--aktiv-grotesk) !important; }
.moh-block-home .has-akzidenz-grotesk-font-family { font-family: var(--wp--preset--font-family--akzidenz-grotesk) !important; }
.moh-block-home .has-universal-quaternary-font-family { font-family: var(--wp--preset--font-family--universal-quaternary) !important; }

/* Let WordPress editor font-size choices override the title shell. */
.moh-block-home .has-small-font-size { font-size: var(--wp--preset--font-size--small) !important; }
.moh-block-home .has-body-font-size { font-size: var(--wp--preset--font-size--body) !important; }
.moh-block-home .has-large-font-size { font-size: var(--wp--preset--font-size--large) !important; }
.moh-block-home .has-display-font-size { font-size: var(--wp--preset--font-size--display) !important; }

/* Extra title scale choices for the WordPress editor. */
.moh-block-home .has-title-small-font-size { font-size: var(--wp--preset--font-size--title-small) !important; }
.moh-block-home .has-title-default-font-size { font-size: var(--wp--preset--font-size--title-default) !important; }
.moh-block-home .has-title-large-font-size { font-size: var(--wp--preset--font-size--title-large) !important; }
.moh-block-home .has-title-xl-font-size { font-size: var(--wp--preset--font-size--title-xl) !important; }
.moh-block-home .has-title-xxl-font-size { font-size: var(--wp--preset--font-size--title-xxl) !important; }
.moh-block-home .has-title-huge-font-size { font-size: var(--wp--preset--font-size--title-huge) !important; }

/* Built-in motion layer. */
.mv-motion-ready .mv-reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(.985);
  filter: blur(6px);
  transition:
    opacity 850ms cubic-bezier(.19, 1, .22, 1) var(--mv-delay, 0ms),
    transform 850ms cubic-bezier(.19, 1, .22, 1) var(--mv-delay, 0ms),
    filter 850ms cubic-bezier(.19, 1, .22, 1) var(--mv-delay, 0ms);
  will-change: opacity, transform, filter;
}

.mv-motion-ready .mv-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.mv-motion-ready .moh-hero-video video {
  animation: mv-video-breathe 14s ease-in-out infinite alternate;
}

.mv-motion-ready .moh-title .moh-line {
  display: block;
  animation: mv-title-slam 1100ms cubic-bezier(.16, 1, .3, 1) both;
}

.mv-motion-ready .moh-title .moh-line:nth-child(2) {
  animation-delay: 130ms;
}

.moh-btn,
.site-menu-trigger,
.site-menu-close,
.moh-store-card,
.moh-book-card,
.moh-world-card,
.moh-news-card,
.moh-social-pill {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.moh-btn:hover,
.site-menu-trigger:hover,
.site-menu-close:hover,
.moh-store-card:hover,
.moh-book-card:hover,
.moh-world-card:hover,
.moh-news-card:hover,
.moh-social-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(244, 240, 223, .95);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .34);
}

@keyframes mv-title-slam {
  0% {
    opacity: 0;
    transform: translate3d(0, 46px, 0) scale(.96);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes mv-video-breathe {
  0% { transform: scale(1); filter: contrast(1.02) saturate(.88); }
  100% { transform: scale(1.045); filter: contrast(1.14) saturate(1); }
}

.site-menu-overlay:not([hidden]) {
  animation: mv-menu-wipe 320ms ease both;
}

@keyframes mv-menu-wipe {
  0% { opacity: 0; clip-path: inset(0 0 100% 0); }
  100% { opacity: 1; clip-path: inset(0 0 0 0); }
}

@media (prefers-reduced-motion: reduce) {
  .mv-motion-ready .mv-reveal,
  .mv-motion-ready .moh-title .moh-line,
  .mv-motion-ready .moh-hero-video video,
  .site-menu-overlay:not([hidden]) {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}

/* Brutalist rolling hub restored from the legacy/FOrX tunnel direction. */
body:has(.mv-brutalist-hub) {
  background: #030303;
}

.mv-brutalist-hub {
  --mv-hub-ink: #f4f1e8;
  --mv-hub-dim: rgba(244, 241, 232, .58);
  --mv-hub-line: rgba(244, 241, 232, .22);
  --mv-hub-blood: #d12b1f;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  color: var(--mv-hub-ink);
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #030303;
  background-size: auto, 78px 78px, 78px 78px, auto;
  font-family: "JetBrains Mono", monospace;
  cursor: grab;
}

.mv-brutalist-hub.is-dragging {
  cursor: grabbing;
}

.mv-hub-scanlines,
.mv-hub-depth-mask,
.mv-hub-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mv-hub-scanlines {
  z-index: 8;
  opacity: .34;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,.12) 0 1px, transparent 1px 5px);
  mix-blend-mode: overlay;
}

.mv-hub-depth-mask {
  z-index: 2;
  background:
    radial-gradient(ellipse at center, transparent 0 34%, rgba(0,0,0,.38) 55%, rgba(0,0,0,.92) 100%),
    linear-gradient(180deg, rgba(0,0,0,.82), transparent 24%, transparent 70%, rgba(0,0,0,.92));
}

.mv-hub-noise {
  z-index: 9;
  opacity: .12;
  background-image:
    linear-gradient(30deg, rgba(255,255,255,.18) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.18) 87.5%, rgba(255,255,255,.18)),
    linear-gradient(150deg, rgba(255,255,255,.18) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.18) 87.5%, rgba(255,255,255,.18));
  background-size: 7px 7px;
}

.mv-hub-stage {
  position: relative;
  z-index: 4;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(76px, 10vh, 120px) clamp(18px, 4vw, 64px);
}

.mv-hub-hud {
  position: absolute;
  inset: 18px 24px auto;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  color: var(--mv-hub-dim);
  font-size: clamp(10px, .8vw, 12px);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mv-hud-row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.mv-hud-row:last-child {
  justify-content: flex-end;
}

.mv-hud-center {
  padding: 8px 14px;
  border: 1px solid var(--mv-hub-line);
  background: rgba(0,0,0,.44);
  box-shadow: 0 0 28px rgba(255,255,255,.08);
}

.mv-tunnel-world {
  position: relative;
  width: min(1180px, 94vw);
  height: min(680px, 72vh);
  perspective: 1100px;
  transform-style: preserve-3d;
}

.mv-tunnel-group {
  --tx: 0px;
  --ty: 0px;
  --depth: 0px;
  --rot: 0deg;
  --scale: 1;
  --alpha: 1;
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(820px, 86vw);
  transform:
    translate3d(calc(-50% + var(--tx)), calc(-50% + var(--ty)), var(--depth))
    rotateY(var(--rot))
    scale(var(--scale));
  opacity: var(--alpha);
  transform-style: preserve-3d;
  transition: opacity 140ms linear, filter 140ms linear;
  will-change: transform, opacity;
}

.mv-tunnel-group:not(.is-front) {
  filter: blur(.5px) grayscale(.24);
}

.mv-hub-big-text {
  margin: 0 0 18px;
  font-family: "Syncopate", "ITC Avant Garde Gothic", sans-serif;
  font-size: clamp(46px, 11vw, 156px);
  line-height: .78;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244,241,232,.82);
  text-shadow: 0 0 26px rgba(244,241,232,.16), 0 0 80px rgba(209,43,31,.12);
}

.mv-tunnel-card {
  display: block;
  padding: clamp(18px, 3vw, 34px);
  color: var(--mv-hub-ink);
  text-decoration: none;
  border: 1px solid rgba(244,241,232,.54);
  background: linear-gradient(135deg, rgba(5,5,5,.78), rgba(20,20,18,.58));
  box-shadow: 0 34px 120px rgba(0,0,0,.78), inset 0 0 42px rgba(255,255,255,.03);
  backdrop-filter: blur(7px);
}

.mv-tunnel-card:hover,
.mv-tunnel-card:focus-visible {
  border-color: rgba(244,241,232,.95);
  outline: none;
}

.mv-card-header,
.mv-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--mv-hub-dim);
  font-size: clamp(10px, 1vw, 13px);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.mv-card-header {
  margin-bottom: 26px;
}

.mv-card-footer {
  margin-top: 24px;
  border-top: 1px solid rgba(244,241,232,.18);
  padding-top: 14px;
}

.mv-hub-particle {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 1px;
  background: rgba(244,241,232,.75);
  box-shadow: 0 0 12px rgba(244,241,232,.42);
}

.mv-hub-particle:nth-of-type(1) { top: 18%; left: 18%; }
.mv-hub-particle:nth-of-type(2) { top: 72%; left: 24%; }
.mv-hub-particle:nth-of-type(3) { top: 34%; left: 77%; }
.mv-hub-particle:nth-of-type(4) { top: 82%; left: 68%; }

.mv-veritas-node {
  position: absolute;
  right: 26px;
  bottom: 24px;
  z-index: 7;
  color: rgba(150,196,255,.54);
  text-decoration: none;
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.mv-veritas-node:hover,
.mv-veritas-node:focus-visible {
  color: #dcecff;
}

.veritas-page {
  --veritas-blue: #0b4ea2;
  --veritas-light: #f7fbff;
  --veritas-ink: #08264a;
  --veritas-muted: #58718c;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--veritas-ink);
  background:
    linear-gradient(90deg, rgba(11,78,162,.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11,78,162,.08) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #e7f2ff 48%, #fafdff 100%);
  background-size: 44px 44px, 44px 44px, auto;
  font-family: "Aktiv Grotesk", "ITC Avant Garde Gothic", Arial, sans-serif;
}

.veritas-page,
.veritas-page *,
.veritas-page *::before,
.veritas-page *::after {
  box-sizing: border-box;
}

.veritas-page img,
.veritas-page video,
.veritas-page canvas,
.veritas-page iframe {
  display: block;
  max-width: 100%;
}

.veritas-hero {
  position: relative;
  overflow: hidden;
  min-height: 86vh;
  display: grid;
  align-content: center;
  padding: clamp(86px, 12vh, 150px) clamp(24px, 7vw, 110px);
}

.veritas-hero::before {
  content: "";
  position: absolute;
  inset: 8% -10% auto auto;
  width: min(760px, 74vw);
  aspect-ratio: 1.6;
  background:
    linear-gradient(135deg, rgba(255,255,255,.6), rgba(11,78,162,.12)),
    repeating-linear-gradient(90deg, rgba(11,78,162,.18) 0 1px, transparent 1px 38px),
    linear-gradient(180deg, transparent 48%, rgba(11,78,162,.2) 48% 55%, transparent 55%);
  border: 1px solid rgba(11,78,162,.22);
  box-shadow: 0 34px 110px rgba(11,78,162,.18);
  transform: skewY(-7deg);
}

.veritas-grid {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.veritas-logo-mark {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  color: #fff;
  background:
    linear-gradient(135deg, #0b4ea2, #64a8ff),
    linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px);
  box-shadow: 0 18px 54px rgba(11,78,162,.32);
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 22% 100%);
}

.veritas-logo-mark p {
  margin: 0;
}

.veritas-eyebrow,
.veritas-kicker,
.veritas-footer-slogan {
  color: var(--veritas-muted);
  font-size: 12px;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.veritas-page h1 {
  max-width: 720px;
  margin: 0;
  color: var(--veritas-blue);
  font-size: clamp(48px, 8vw, 108px);
  line-height: .9;
  letter-spacing: 0;
}

.veritas-lede,
.veritas-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: #244a70;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.42;
}

.veritas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.veritas-button,
.veritas-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 20px;
  color: #fff;
  background: var(--veritas-blue);
  border: 1px solid var(--veritas-blue);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.veritas-button.is-secondary,
.veritas-actions a:nth-child(2) {
  color: var(--veritas-blue);
  background: rgba(255,255,255,.74);
}

.veritas-parallax-story {
  --veritas-frame-fit: cover;
  --veritas-frame-position: center top;
  position: relative;
  width: 100%;
  max-width: 100vw;
  min-height: 300vh;
  overflow: hidden;
  color: #e7f2ff;
  background: #01080d;
  border-top: 1px solid rgba(11,78,162,.26);
  border-bottom: 1px solid rgba(11,78,162,.26);
}

.veritas-parallax-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 40%, rgba(20,119,176,.22), transparent 58%),
    linear-gradient(180deg, rgba(1,8,13,.24), rgba(1,8,13,.92));
}

.veritas-parallax-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background: #01080d;
}

.veritas-parallax-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(1,8,13,.18) 0%, transparent 38%, rgba(1,8,13,.72) 100%),
    radial-gradient(circle at 50% 42%, transparent 0 48%, rgba(0,0,0,.46) 100%);
}

.veritas-parallax-frame img {
  width: 100%;
  height: 100%;
  object-fit: var(--veritas-frame-fit);
  object-position: var(--veritas-frame-position);
  filter: contrast(1.04) saturate(.92);
}

.veritas-parallax-copy {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - clamp(32px, 9vw, 132px)));
  margin: 0 clamp(20px, 7vw, 110px) clamp(34px, 8vh, 90px);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(231,242,255,.22);
  background: rgba(1,8,13,.7);
  box-shadow: 0 24px 90px rgba(0,0,0,.34);
  backdrop-filter: blur(12px);
}

.veritas-parallax-copy h2 {
  margin: 0;
  color: #f7fbff;
  font-size: clamp(34px, 5vw, 76px);
  line-height: .95;
  letter-spacing: 0;
}

.veritas-parallax-copy p:not(.veritas-kicker) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(231,242,255,.76);
  font-size: clamp(16px, 1.55vw, 22px);
  line-height: 1.5;
}

.veritas-section {
  padding: clamp(52px, 8vw, 96px) clamp(24px, 7vw, 110px);
  border-top: 1px solid rgba(11,78,162,.18);
}

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

.veritas-page .veritas-montage {
  display: grid;
}

.veritas-card,
.veritas-montage article,
.veritas-montage .wp-block-column {
  min-height: 240px;
  padding: 26px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(11,78,162,.22);
  box-shadow: 0 24px 70px rgba(11,78,162,.09);
}

.veritas-card h2,
.veritas-montage h2,
.veritas-montage h3 {
  margin: 0 0 16px;
  color: var(--veritas-blue);
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1;
}

.veritas-card p,
.veritas-montage p {
  color: #365f83;
  line-height: 1.55;
}

.veritas-montage span,
.veritas-montage .veritas-index {
  display: block;
  margin-bottom: 24px;
  color: rgba(11,78,162,.48);
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.veritas-blue-card {
  margin-top: 22px;
  padding: clamp(28px, 5vw, 54px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), transparent),
    linear-gradient(100deg, #063677, #0d68c7);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.24), 0 32px 90px rgba(11,78,162,.28);
}

.veritas-blue-card strong {
  display: block;
  font-size: clamp(32px, 5vw, 72px);
  line-height: .95;
}

.veritas-blue-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 5vw, 72px);
  line-height: .95;
}

.veritas-blue-card span,
.veritas-blue-card p:last-child {
  display: block;
  max-width: 760px;
  margin-top: 20px;
  color: rgba(255,255,255,.78);
  font-size: clamp(16px, 1.7vw, 22px);
  line-height: 1.5;
}

.veritas-footer-slogan {
  padding: 28px clamp(24px, 7vw, 110px) 42px;
  color: rgba(8,38,74,.58);
}

@media (max-width: 782px) {
  .veritas-page {
    overflow-x: hidden;
    background-size: clamp(24px, 8vw, 34px) clamp(24px, 8vw, 34px), clamp(24px, 8vw, 34px) clamp(24px, 8vw, 34px), auto;
  }

  .veritas-hero {
    min-height: auto;
    align-content: start;
    padding: clamp(76px, 20vw, 104px) clamp(18px, 5.5vw, 28px) clamp(38px, 11vw, 58px);
  }

  .veritas-hero::before {
    inset: clamp(10px, 3vw, 18px) auto auto 50%;
    width: min(92vw, 520px);
    opacity: .58;
    transform: translateX(-50%) skewY(-7deg);
  }

  .veritas-logo-mark {
    width: clamp(56px, 17vw, 72px);
    height: clamp(56px, 17vw, 72px);
    margin-bottom: clamp(18px, 6vw, 28px);
    font-size: clamp(34px, 11vw, 44px);
  }

  .veritas-kicker,
  .veritas-eyebrow,
  .veritas-footer-slogan {
    font-size: clamp(10px, 3vw, 12px);
    letter-spacing: clamp(.14em, 1.1vw, .24em);
    line-height: 1.45;
  }

  .veritas-page h1 {
    max-width: 100%;
    font-size: clamp(42px, 16vw, 72px);
    line-height: .92;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  .veritas-lead,
  .veritas-lede {
    max-width: 100%;
    margin-top: clamp(18px, 5vw, 24px);
    font-size: clamp(17px, 5vw, 21px);
    line-height: 1.45;
  }

  .veritas-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: clamp(24px, 7vw, 32px);
  }

  .veritas-actions .wp-block-button,
  .veritas-actions a {
    width: 100%;
  }

  .veritas-actions a,
  .veritas-button {
    min-height: 50px;
    justify-content: center;
    padding: 12px 16px;
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 1.2;
    text-align: center;
  }

  .veritas-parallax-story {
    --veritas-frame-position: center top;
    min-height: 240vh;
  }

  .veritas-parallax-sticky {
    position: sticky;
    top: var(--moh-header-height, 58px);
    min-height: calc(100svh - var(--moh-header-height, 58px));
    align-content: start;
    align-items: start;
    grid-template-rows: auto 1fr;
    padding: clamp(14px, 4vw, 20px) clamp(14px, 4vw, 20px) clamp(24px, 7vw, 34px);
    gap: clamp(14px, 4vw, 20px);
  }

  .veritas-parallax-frame {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 100vw;
    height: clamp(280px, 58svh, 560px);
    aspect-ratio: auto;
    border: 1px solid rgba(231,242,255,.16);
    overflow: hidden;
  }

  .veritas-parallax-frame::after {
    background:
      linear-gradient(180deg, rgba(1,8,13,.04), rgba(1,8,13,.16)),
      radial-gradient(circle at 50% 42%, transparent 0 58%, rgba(0,0,0,.24) 100%);
  }

  .veritas-parallax-copy {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .veritas-parallax-copy h2 {
    font-size: clamp(30px, 10vw, 48px);
    line-height: 1;
    text-wrap: balance;
  }

  .veritas-parallax-copy p:not(.veritas-kicker) {
    margin-top: clamp(12px, 4vw, 18px);
    font-size: clamp(16px, 4.6vw, 19px);
    line-height: 1.48;
  }

  .veritas-section,
  .veritas-blue-card,
  .veritas-footer-slogan {
    padding-left: clamp(18px, 5.5vw, 28px);
    padding-right: clamp(18px, 5.5vw, 28px);
  }

  .veritas-section {
    padding-top: clamp(42px, 12vw, 64px);
    padding-bottom: clamp(42px, 12vw, 64px);
  }

  .veritas-card-grid,
  .veritas-montage {
    grid-template-columns: 1fr;
    gap: clamp(14px, 4vw, 18px);
  }

  .veritas-card,
  .veritas-montage article,
  .veritas-montage .wp-block-column {
    min-height: 0;
    padding: clamp(20px, 6vw, 26px);
  }

  .veritas-card h2,
  .veritas-montage h2,
  .veritas-montage h3,
  .veritas-blue-card h2 {
    font-size: clamp(26px, 9vw, 44px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .veritas-card p,
  .veritas-montage p,
  .veritas-blue-card p:last-child {
    font-size: clamp(16px, 4.5vw, 18px);
    line-height: 1.52;
  }

  .veritas-blue-card {
    margin-top: 0;
    padding-top: clamp(28px, 9vw, 42px);
    padding-bottom: clamp(32px, 10vw, 48px);
  }

  .veritas-footer-slogan {
    display: block;
    padding-top: clamp(22px, 7vw, 30px);
    padding-bottom: clamp(28px, 9vw, 42px);
  }

  .veritas-footer-slogan p {
    margin: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 520px) {
  .veritas-parallax-sticky {
    padding-left: clamp(12px, 3.8vw, 16px);
    padding-right: clamp(12px, 3.8vw, 16px);
  }

  .veritas-parallax-frame {
    height: clamp(250px, 50svh, 440px);
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .veritas-parallax-sticky {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
    grid-template-rows: none;
    align-items: center;
  }

  .veritas-parallax-frame {
    height: min(70svh, 430px);
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 783px) and (max-aspect-ratio: 4 / 3) {
  .veritas-parallax-story {
    --veritas-frame-position: center top;
  }
}

@media (prefers-reduced-motion: reduce) {
  .veritas-parallax-story {
    min-height: auto;
  }

  .veritas-parallax-sticky {
    position: relative;
    min-height: auto;
    padding: clamp(34px, 7vw, 70px) clamp(18px, 7vw, 110px);
    gap: 22px;
  }

  .veritas-parallax-frame {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 100vw;
    aspect-ratio: 1920 / 960;
  }

  .veritas-parallax-copy {
    margin: 22px 0 0;
  }
}

@media (max-width: 782px) {
  .mv-hub-hud {
    inset: 12px 14px auto;
    grid-template-columns: 1fr;
  }

  .mv-hud-row:last-child {
    justify-content: flex-start;
  }

  .mv-tunnel-world {
    height: 64vh;
  }

  .mv-card-header,
  .mv-card-footer {
    flex-direction: column;
  }

  .veritas-card-grid,
  .veritas-montage {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv-tunnel-group {
    position: relative;
    inset: auto;
    width: auto;
    margin: 18px 0;
    transform: none !important;
    opacity: 1 !important;
  }

  .mv-tunnel-world {
    height: auto;
    perspective: none;
  }
}

/* Original Cloudflare launch tunnel hub. Keep this hard-coded, not editable. */
body.tunnel-mode,
body:has(.mv-legacy-hub) {
  background: #000;
  color: #fff;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  cursor: crosshair;
}

body.home .mv-legacy-card-source {
  display: none;
}

.mv-legacy-card-source {
  padding: 96px 24px 48px;
  background: #f6f3ea;
  color: #111;
  font-family: "Aktiv Grotesk", Arial, sans-serif;
}

.mv-card-source {
  max-width: 760px;
  margin: 0 auto 18px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.18);
  background: #fff;
}

.mv-card-source figure,
.mv-card-source .wp-block-image {
  margin: 14px 0;
}

.mv-card-source img {
  max-width: 220px;
  height: auto;
  display: block;
}

.mv-legacy-hub {
  --bg: #000000;
  --card-bg: rgba(10, 10, 10, 0.45);
  --text: #ffffff;
  --accent: #ff003c;
  --accent-2: #00f3ff;
  --border: rgba(255, 255, 255, 0.15);
  --font-display: "Syncopate", sans-serif;
  --font-code: "JetBrains Mono", monospace;
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-display);
}

.mv-legacy-hub .scanlines {
  position: fixed;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0.25)
  );
  background-size: 100% 4px;
  pointer-events: none;
  z-index: 10;
}

.mv-legacy-hub .depth-mask {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0%, #000 85%);
  z-index: 11;
  pointer-events: none;
}

.mv-legacy-hub .noise {
  position: fixed;
  inset: 0;
  background: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  z-index: 12;
  opacity: 0.4;
  pointer-events: none;
}

.mv-legacy-hub .hud {
  position: fixed;
  inset: 2rem;
  z-index: 20;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--font-code);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.mv-legacy-hub .hud-top,
.mv-legacy-hub .hud-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv-legacy-hub .hud strong {
  color: var(--accent-2);
}

.mv-legacy-hub .hud-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 1rem;
  position: relative;
}

.mv-legacy-hub .hud-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  width: 5px;
  height: 5px;
  background: var(--accent);
}

.mv-legacy-hub .center-nav {
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.mv-legacy-hub .viewport {
  position: fixed;
  inset: 0;
  perspective: 1000px;
  overflow: hidden;
  z-index: 1;
}

.mv-legacy-hub .world {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  will-change: transform;
}

.mv-legacy-hub .item {
  position: absolute;
  left: 0;
  top: 0;
  backface-visibility: hidden;
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-legacy-hub .card {
  width: 320px;
  height: 460px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6), 0 20px 50px rgba(0, 0, 0, 0.7);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(-50%, -50%);
}

@media (hover: hover) {
  .mv-legacy-hub .card:hover {
    border-color: var(--accent);
    box-shadow: 0 0 30px rgba(255, 0, 60, 0.2);
    background: rgba(20, 20, 20, 0.85);
    z-index: 100;
  }
}

.mv-legacy-hub .card::before,
.mv-legacy-hub .card::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.mv-legacy-hub .card::before {
  top: -1px;
  left: -1px;
  border-top-color: var(--text);
  border-left-color: var(--text);
}

.mv-legacy-hub .card::after {
  bottom: -1px;
  right: -1px;
  border-bottom-color: var(--text);
  border-right-color: var(--text);
}

.mv-legacy-hub .card:hover::before,
.mv-legacy-hub .card:hover::after {
  width: 100%;
  height: 100%;
  border-color: var(--accent);
}

.mv-legacy-hub .card-header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv-legacy-hub .card-id {
  font-family: var(--font-code);
  color: var(--accent);
  font-size: 0.8rem;
}

.mv-legacy-hub .card h2 {
  font-size: 2.5rem;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  mix-blend-mode: hard-light;
}

.mv-legacy-hub .card-image {
  position: absolute;
  inset: 1px;
  width: auto;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
}

.mv-legacy-hub .card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 36%, rgba(0,0,0,.2)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 4px);
  mix-blend-mode: soft-light;
  opacity: .22;
}

.mv-legacy-hub .card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.42) contrast(1.12) brightness(1.08);
}

.mv-legacy-hub .card.has-image h2 {
  display: none;
}

.mv-legacy-hub .card.has-image .card-header,
.mv-legacy-hub .card.has-image .card-footer {
  position: relative;
  z-index: 2;
}

.mv-legacy-hub .card.has-image .card-header {
  border-bottom: 0;
}

.mv-legacy-hub .card.has-image .card-header > div {
  display: none !important;
}

.mv-legacy-hub .card.has-image .card-footer,
.mv-legacy-hub .card.has-image .card-number {
  display: none;
}

.mv-legacy-hub .card.has-full-frame-image {
  padding: 2rem;
}

.mv-legacy-hub .card.has-full-frame-image .card-image {
  inset: 0;
  border: 0;
  margin: 0;
}

.mv-legacy-hub .card.has-full-frame-image .card-image img {
  object-fit: cover;
  filter: saturate(1.55) contrast(1.14) brightness(1.12);
}

.mv-legacy-hub .card.has-full-frame-image .card-image::after {
  opacity: .24;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 38%, rgba(0,0,0,.22)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 4px);
}

.mv-legacy-hub .card.has-image {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 18px 60px rgba(0, 0, 0, 0.72),
    0 0 44px rgba(255, 255, 255, 0.08);
}

.mv-legacy-hub .card.has-full-frame-image .card-header,
.mv-legacy-hub .card.has-full-frame-image .card-footer {
  text-shadow: 0 1px 12px rgba(0,0,0,.86);
}

.mv-legacy-hub .card-footer {
  margin-top: auto;
  font-family: var(--font-code);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
}

.mv-legacy-hub .card-number {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 4rem;
  opacity: 0.1;
  font-weight: 900;
}

.mv-legacy-hub .big-text {
  font-size: 15vw;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: none;
  letter-spacing: -0.5rem;
  mix-blend-mode: overlay;
}

.mv-legacy-hub .big-text:hover,
.mv-legacy-hub .big-text:focus-visible {
  -webkit-text-stroke-color: rgba(255, 0, 60, 0.48);
  text-shadow: 8px 0 rgba(255, 0, 60, 0.8), -8px 0 rgba(0, 243, 255, 0.58), 0 0 34px rgba(255, 0, 60, 0.44);
  mix-blend-mode: screen;
}

.mv-legacy-hub .particle {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
}

@media (max-width: 900px) {
  .mv-legacy-hub .hud {
    inset: 1rem;
  }

  .mv-legacy-hub .card {
    width: min(80vw, 320px);
    height: min(68vh, 460px);
  }

  .mv-legacy-hub .big-text {
    font-size: 20vw;
  }
}

/* Hub and series page structure. */
.mv-hub-hero,
.mv-series-hero {
  min-height: 82vh;
}

.mv-hub-grid .moh-book-card,
.mv-series-card {
  min-height: 280px;
  justify-content: space-between;
}

.mv-hub-grid .moh-book-card h3,
.mv-series-card h3 {
  font-family: "Syncopate", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

.moh-btn[aria-current="page"] {
  border-color: rgba(244, 240, 223, .96);
  background: rgba(244, 240, 223, .12);
}


/* Man of Hattan hero shell. The GSAP-owned hero rules live below. */
body,
.wp-site-blocks,
.moh-block-home {
  background-color: #000;
}

.moh-ui::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  z-index: 10000;
  pointer-events: none;
  background: linear-gradient(180deg, #000 0%, #000 48%, rgba(0,0,0,.86) 72%, rgba(0,0,0,0) 100%);
}

body.admin-bar .moh-ui::before {
  top: 32px;
}

.moh-nav {
  z-index: 10001;
}

.moh-section,
.moh-archive {
  position: relative;
  z-index: 3;
  background: #050609;
}

.moh-footer {
  z-index: 1;
}

@media (max-width: 720px) {
  .moh-hero.is-cinematic-hero {
    min-height: 150vh;
  }

  .moh-hero.is-cinematic-hero .moh-hero-inner {
    padding-top: 112px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .moh-ui::before {
    top: 46px;
  }
}

/* Man of Hattan controlled motion system: GSAP owns timeline transforms. */
.moh-motion-system {
  --moh-motion-ease: cubic-bezier(.22, 1, .36, 1);
}

.mv-motion-ready .moh-motion-system .moh-title .moh-line,
.mv-motion-ready .moh-motion-system .moh-hero-video video {
  animation: none;
}

.moh-motion-system .moh-hero.is-cinematic-hero {
  min-height: 100svh;
  height: 100svh;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.moh-motion-system .moh-hero.is-cinematic-hero .moh-hero-video,
.moh-motion-system .moh-hero.is-cinematic-hero .wp-block-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 0;
  pointer-events: none;
  background: #000;
}

.moh-motion-system .moh-hero.is-cinematic-hero .wp-block-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1) contrast(1.12) brightness(.76) saturate(.9);
  will-change: transform;
}

.moh-motion-system .moh-hero.is-cinematic-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  height: auto;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(0,0,0,0) 0 24%, rgba(0,0,0,calc(.18 + var(--mv-hero-progress, 0) * .30)) 64%, rgba(0,0,0,calc(.50 + var(--mv-hero-progress, 0) * .22)) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,calc(.40 + var(--mv-hero-progress, 0) * .34)) 82%, #050609 100%);
}

.moh-motion-system .moh-hero.is-cinematic-hero .moh-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  max-width: min(980px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 130px clamp(18px, 5vw, 72px) 76px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  pointer-events: auto;
  will-change: opacity, transform, filter;
}

.moh-motion-system .moh-hero.is-cinematic-hero .moh-tagline,
.moh-motion-system .moh-hero.is-cinematic-hero .moh-hero-actions {
  opacity: 1;
}

.moh-motion-system .moh-character,
.moh-motion-system .moh-world {
  min-height: 125svh;
  align-items: start;
}

.moh-motion-system .moh-character-copy,
.moh-motion-system .moh-world .moh-section-heading {
  position: sticky;
  top: clamp(92px, 15vh, 140px);
  align-self: start;
}

.moh-motion-system .moh-character-visual,
.moh-motion-system .moh-world-image,
.moh-motion-system .moh-book-card,
.moh-motion-system .moh-news-card,
.moh-motion-system .moh-store-card,
.moh-motion-system .moh-social-pill,
.moh-motion-footer .moh-footer-heading,
.moh-motion-footer .moh-footer-name,
.moh-motion-footer .moh-footer-statement,
.moh-motion-footer .moh-footer-column,
.moh-motion-footer .moh-footer-bottom {
  will-change: opacity, transform;
}

.moh-btn,
.site-menu-trigger,
.site-menu-close,
.moh-submit,
.moh-store-card,
.moh-book-card,
.moh-news-card,
.moh-social-pill,
.moh-faq-question,
.moh-footer-column a,
.moh-footer-contact a {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    text-shadow 220ms ease;
}

.moh-btn:hover,
.site-menu-trigger:hover,
.site-menu-close:hover,
.moh-submit:hover,
.moh-store-card:hover,
.moh-book-card:hover,
.moh-news-card:hover,
.moh-social-pill:hover {
  transform: translateY(-3px) scale(1.03);
  border-color: rgba(244, 240, 223, .95);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .34), 0 0 22px rgba(201, 168, 76, .12);
}

.moh-btn:hover,
.site-menu-trigger:hover,
.site-menu-close:hover,
.moh-submit:hover {
  background: rgba(244, 240, 223, .92);
  color: #050609;
}

.moh-faq-question:hover,
.moh-faq-question:focus-visible {
  transform: translateX(3px);
  color: #fff8dc;
}

.moh-footer-column a:hover,
.moh-footer-contact a:hover,
.moh-footer-column a:focus-visible,
.moh-footer-contact a:focus-visible {
  text-shadow: 0 0 18px rgba(201, 168, 76, .22);
}

@media (max-width: 780px) {
  .moh-block-home,
  .moh-block-home *,
  .moh-block-home *::before,
  .moh-block-home *::after {
    box-sizing: border-box;
  }

  .moh-block-home,
  .moh-block-home .wp-block-group,
  .moh-block-home .wp-block-column,
  .moh-block-home .wp-block-image,
  .moh-section,
  .moh-archive,
  .moh-card-grid,
  .moh-news-grid,
  .moh-media-gallery,
  .moh-book-card,
  .moh-news-card {
    max-width: 100%;
    min-width: 0;
  }

  .moh-block-home img {
    max-width: 100%;
    height: auto;
  }

  .moh-book-card,
  .moh-news-card {
    overflow: hidden;
    padding: 14px;
  }

  .moh-book-card > *,
  .moh-news-card > *,
  .moh-book-card h3,
  .moh-news-title,
  .moh-book-card p,
  .moh-news-description {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .moh-book-card h3,
  .moh-news-title {
    font-size: clamp(1.15rem, 7vw, 1.7rem);
    line-height: 1.15;
    text-wrap: balance;
  }

  .moh-book-card p,
  .moh-news-description {
    font-size: clamp(.86rem, 4.8vw, 1rem);
    line-height: 1.55;
  }

  .moh-book-card .wp-block-image,
  .moh-news-card .wp-block-image {
    margin-left: 0;
    margin-right: 0;
  }

  .moh-book-card img,
  .moh-news-card img {
    display: block;
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
  }

  .moh-motion-system .moh-hero.is-cinematic-hero.is-mobile-motion {
    height: auto;
    min-height: calc(100svh - var(--moh-header-height));
  }

  .moh-motion-system .moh-hero.is-cinematic-hero.is-mobile-motion .moh-hero-video,
  .moh-motion-system .moh-hero.is-cinematic-hero.is-mobile-motion .wp-block-video {
    pointer-events: auto;
  }

  .moh-motion-system .moh-hero.is-cinematic-hero.is-mobile-motion .moh-hero-inner {
    min-height: calc(100svh - var(--moh-header-height));
    max-width: calc(100vw - 28px);
    padding: 88px 14px max(72px, env(safe-area-inset-bottom));
    align-content: end;
    overflow: hidden;
    pointer-events: none;
  }

  .moh-motion-system .moh-hero.is-cinematic-hero.is-mobile-motion .moh-title {
    max-width: 100%;
    font-size: clamp(2.9rem, 14vw, 4.2rem) !important;
    line-height: .9;
  }

  .moh-motion-system .moh-hero.is-cinematic-hero.is-mobile-motion .moh-title .moh-line {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .moh-motion-system .moh-hero.is-cinematic-hero.is-mobile-motion .moh-tagline {
    max-width: min(100%, 288px);
    font-size: .82rem;
    line-height: 1.45;
    text-wrap: balance;
  }

  .moh-motion-system .moh-hero.is-cinematic-hero.is-mobile-motion .moh-hero-actions,
  .moh-motion-system .moh-hero.is-cinematic-hero.is-mobile-motion .moh-hero-actions a {
    pointer-events: auto;
  }

  .moh-motion-system .moh-character,
  .moh-motion-system .moh-world {
    min-height: auto;
  }

  .moh-motion-system .moh-character-copy,
  .moh-motion-system .moh-world .moh-section-heading {
    position: relative;
    top: auto;
  }

  .moh-embla {
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .moh-embla-viewport {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  .moh-embla-container {
    display: flex !important;
    gap: 0 !important;
    grid-template-columns: none !important;
    align-items: stretch;
    touch-action: pan-y pinch-zoom;
  }

  .moh-embla-slide {
    flex: 0 0 min(78vw, 320px) !important;
    width: min(78vw, 320px) !important;
    max-width: calc(100vw - 48px) !important;
    min-width: 0;
    margin-right: 16px;
  }

  .moh-media-gallery.moh-embla-container {
    flex-wrap: nowrap !important;
  }

  .moh-media-gallery .moh-embla-slide {
    display: block !important;
  }

  .moh-embla-controls {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
  }

  .moh-embla-button {
    min-height: 38px;
    border: 1px solid rgba(244, 240, 223, .45);
    background: rgba(0, 0, 0, .64);
    color: #f4f0df;
    padding: 0 14px;
    font-family: "JetBrains Mono", monospace;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  .moh-motion-system .moh-hero.is-cinematic-hero {
    height: auto;
    min-height: 100vh;
    display: grid;
    padding: 140px clamp(24px, 8vw, 96px) 80px;
    overflow: hidden;
  }

  .moh-motion-system .moh-character,
  .moh-motion-system .moh-world {
    min-height: auto;
  }
}

/* Merch store carried over from the legacy app */
.mv-store-route,
.page-template-default:has(.mv-store-shell) {
  background: #0a0a0a;
}

.mv-store-shell {
  color: rgba(235, 230, 215, .9);
  font-family: "JetBrains Mono", monospace;
  min-height: 100vh;
}

.merch-bg,
.pdp-bg,
.cart-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: #0a0a0a;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255, 255, 255, .018) 3px, rgba(255, 255, 255, .018) 4px);
}

.merch-ui,
.pdp-ui,
.cart-ui {
  position: relative;
  z-index: 10;
  min-height: 100vh;
}

.merch-nav,
.pdp-nav,
.cart-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  padding: max(1.25rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) 1.25rem max(1.25rem, env(safe-area-inset-left));
  background: rgba(255, 255, 255, .04);
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.merch-nav-spacer,
.pdp-nav-spacer,
.cart-nav-spacer {
  flex: 1 1 auto;
}

.merch-btn,
.pdp-btn,
.cart-btn,
.merch-card-btn,
.pdp-add-btn,
.cart-checkout-btn,
.cart-qty-btn,
.cart-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  font-family: "JetBrains Mono", monospace;
  font-size: .65rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(220, 218, 210, .76);
  text-decoration: none;
  padding: .45rem .9rem;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(0, 0, 0, .52);
  cursor: pointer;
}

.pdp-add-btn[disabled],
.cart-checkout-btn[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

.merch-btn:hover,
.pdp-btn:hover,
.cart-btn:hover,
.merch-card-link:hover .merch-card-btn,
.pdp-add-btn:hover,
.cart-qty-btn:hover,
.cart-remove-btn:hover {
  color: rgba(240, 238, 228, .98);
  border-color: rgba(255, 255, 255, .4);
}

.merch-hero,
.cart-hero {
  padding: clamp(3rem, 8vw, 5rem) clamp(1.5rem, 5vw, 4rem) 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.merch-eyebrow,
.pdp-eyebrow {
  margin: 0 0 1rem;
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(235, 230, 215, .35);
}

.merch-title,
.cart-title {
  margin: 0 0 1rem;
  font-family: Syncopate, sans-serif;
  font-size: clamp(2.5rem, 8vw, 5.5rem);
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.merch-subtitle,
.merch-config-notice {
  margin: 0;
  max-width: 720px;
  font-size: .75rem;
  line-height: 1.8;
  letter-spacing: .1em;
  color: rgba(235, 230, 215, .48);
}

.merch-config-notice {
  margin-top: 1rem;
  color: rgba(255, 190, 110, .74);
}

.merch-section {
  padding: 3rem clamp(1.5rem, 5vw, 4rem);
}

.merch-section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.merch-section-label,
.merch-section-badge {
  font-size: .58rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(235, 230, 215, .42);
  white-space: nowrap;
}

.merch-section-badge {
  border: 1px solid rgba(255, 255, 255, .14);
  padding: .35rem .65rem;
  text-decoration: none;
}

.merch-section-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .1);
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}

.merch-card {
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
}

.merch-card--coming-soon .merch-card-btn {
  color: rgba(235, 230, 215, .48);
}

.merch-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.merch-card-image-wrap {
  aspect-ratio: 2 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(0, 0, 0, .42);
}

.merch-card-image,
.pdp-primary-image,
.cart-item-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merch-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: .85rem;
  padding: 1.25rem;
}

.merch-card-code,
.merch-card-desc,
.pdp-description,
.cart-item-variant,
.cart-payment-note {
  color: rgba(235, 230, 215, .48);
  line-height: 1.7;
}

.merch-card-code {
  margin: 0;
  font-size: .58rem;
  letter-spacing: .22em;
}

.merch-card-name,
.pdp-name {
  margin: 0;
  font-family: Syncopate, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}

.merch-card-name {
  font-size: clamp(1.1rem, 3vw, 1.7rem);
}

.merch-card-desc {
  margin: 0;
  font-size: .78rem;
}

.merch-card-footer,
.cart-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
}

.merch-card-price,
.pdp-price {
  font-weight: 800;
  letter-spacing: .12em;
  color: rgba(235, 230, 215, .86);
}

.pdp-body,
.cart-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(2rem, 5vw, 4rem);
}

.pdp-gallery,
.pdp-primary-image-wrap,
.cart-item,
.cart-summary,
.cart-empty,
.pdp-error {
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
}

.pdp-primary-image-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.pdp-info {
  align-self: center;
}

.pdp-back-link {
  display: inline-block;
  margin-bottom: 1.25rem;
  color: rgba(235, 230, 215, .58);
  text-decoration: none;
}

.pdp-option-label {
  display: block;
  margin: 1.25rem 0 .5rem;
  color: rgba(235, 230, 215, .58);
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.pdp-option-wrap {
  position: relative;
}

.pdp-option-select {
  width: 100%;
  min-height: 48px;
  padding: .85rem 1rem;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(0, 0, 0, .52);
  color: rgba(240, 238, 228, .94);
  font-family: "JetBrains Mono", monospace;
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pdp-name {
  font-size: clamp(2rem, 5vw, 4.5rem);
}

.pdp-add-btn,
.cart-checkout-btn {
  width: 100%;
  margin-top: 1.5rem;
}

.pdp-unavailable {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 190, 110, .24);
  background: rgba(255, 190, 110, .06);
}

.pdp-unavailable-title,
.pdp-state-note {
  margin: 0;
  color: rgba(255, 190, 110, .82);
  font-size: .72rem;
  line-height: 1.7;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pdp-state-note {
  margin-top: .75rem;
  color: rgba(235, 230, 215, .48);
  text-transform: none;
}

.cart-empty,
.pdp-error {
  margin: 3rem clamp(1.5rem, 5vw, 4rem);
  padding: 2rem;
  text-align: center;
}

.cart-empty-title,
.pdp-error-title,
.cart-summary-label,
.cart-item-name {
  margin: 0 0 .5rem;
  font-family: Syncopate, sans-serif;
  text-transform: uppercase;
}

.cart-items {
  display: grid;
  gap: 1rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 1rem;
  padding: 1rem;
}

.cart-item-thumb {
  aspect-ratio: 2 / 3;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  margin-top: .75rem;
}

.cart-qty-display {
  min-width: 2ch;
  text-align: center;
}

.cart-summary {
  align-self: start;
  padding: 1.5rem;
}

.cart-summary-row {
  padding: .85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.cart-summary-row--total {
  font-weight: 800;
}

.merch-footer,
.pdp-footer,
.cart-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1.5rem, 5vw, 4rem);
  color: rgba(235, 230, 215, .35);
  font-size: .62rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.merch-skeleton-block,
.pdp-skeleton-block,
.merch-skeleton-line {
  background: linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
  min-height: 1rem;
}

.pdp-skeleton-image {
  aspect-ratio: 1 / 1;
}

@media (max-width: 820px) {
  .pdp-body,
  .cart-body {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 88px 1fr;
  }

  .merch-section-header,
  .merch-footer,
  .pdp-footer,
  .cart-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
