/*
  Ocultraver static site styles.
  Generated from the original WordPress-exported inline styles.
  Keep shared visual changes here so every HTML page stays clean.
*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Exo+2:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Rajdhani:wght@400;500;600;700&display=swap');

html {
  min-height: 100%;
  background: #020202;
  overscroll-behavior: none;
  --oc-viewport-height: 100vh;
  --oc-font-body: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --oc-font-display: "Cinzel", "Noto Sans JP", serif;
  --oc-font-ui: "Rajdhani", "Noto Sans JP", sans-serif;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #020202;
  overflow-x: hidden;
  overscroll-behavior: none;
}

body.oc-home {
  background:
    linear-gradient(rgba(2,2,2,.22), rgba(2,2,2,.22)),
    url('../img/TOP_IMAGE.jpg') center center / cover no-repeat,
    #020202;
}

.oc-what,
.oc-book,
.oc-mind,
.oc-ritual,
.oc-lab,
.oc-zikaku {
  font-family: var(--oc-font-body) !important;
}

.oc-title {
  font-family: var(--oc-font-display);
  letter-spacing: .1em;
  padding-right: .22em;
  box-sizing: content-box;
}

.oc-sub,
.oc-kicker,
.oc-small-title,
.oc-ai,
.oc-btn,
.oc-link,
.oc-category-title-btn,
.oc-category-text,
.oc-tag,
.oc-format,
.oc-site-menu a {
  font-family: var(--oc-font-ui);
}

.oc-menu-toggle {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 16px);
  right: calc(env(safe-area-inset-right, 0px) + 16px);
  z-index: 10000;
  display: grid;
  place-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(0,0,0,.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}

.oc-mail-button {
  position: fixed;
  right: calc(env(safe-area-inset-right, 0px) + 16px);
  bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);
  z-index: 10000;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(0,0,0,.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
  text-decoration: none;
}

.oc-mail-button img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.oc-mail-button:hover,
.oc-mail-button:focus-visible {
  border-color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.14);
}

.oc-menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: rgba(255,255,255,.86);
  transform-origin: center;
  transition:
    opacity .22s ease,
    transform .22s ease;
}

.oc-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.oc-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.oc-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.oc-site-menu {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 70px);
  right: calc(env(safe-area-inset-right, 0px) + 16px);
  z-index: 9999;
  display: grid;
  gap: 2px;
  width: min(230px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(0,0,0,.58);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  pointer-events: none;
  transition:
    opacity .22s ease,
    transform .22s ease;
}

.oc-site-menu.is-open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.oc-site-menu a {
  display: block;
  padding: 11px 12px;
  border-radius: 6px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .13em;
  text-decoration: none;
}

.oc-menu-group {
  display: grid;
  gap: 2px;
}

.oc-menu-sub {
  display: grid;
  gap: 1px;
  margin: -2px 0 4px 12px;
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,.18);
}

.oc-site-menu .oc-menu-sub a {
  padding: 8px 10px;
  color: rgba(255,255,255,.66);
  font-size: 11px;
  letter-spacing: .12em;
}

.oc-site-menu a:hover,
.oc-site-menu a:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.12);
}

.oc-page-transition {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #020202;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .14s ease,
    visibility 0s linear .18s;
}

.oc-page-transition video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  filter: grayscale(1) contrast(1.36) brightness(.92);
  mix-blend-mode: screen;
}

.oc-page-transition::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.18) 46%, rgba(0,0,0,.78) 100%),
    linear-gradient(to bottom, rgba(255,255,255,.08), transparent 32%, rgba(0,0,0,.48));
}

body.oc-arrival-transition .oc-page-transition {
  opacity: 1;
  visibility: visible;
  transition: none;
}

body.oc-arrival-transition-out .oc-page-transition {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transition: opacity 5s cubic-bezier(.16, 1, .3, 1);
}

/* Top page */
.oc-depth {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #020202;
  color: #f2f2f2;
  font-family: var(--oc-font-body);
  overflow-x: hidden;
}

.oc-bg-layer {
  position: fixed;
  top: calc(var(--oc-viewport-height) * -0.24);
  right: -4vw;
  bottom: auto;
  left: -4vw;
  width: 108vw;
  height: calc(var(--oc-viewport-height) * 1.48);
  min-height: 148vh;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  background-color: #020202;
  transition: opacity 1.2s ease;
  filter: brightness(.92) contrast(1.08);
  pointer-events: none;
  will-change: opacity, transform;
  transform: translate3d(0, 0, 0) scale(1.03);
}

.oc-bg-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.04), rgba(0,0,0,.32)),
    linear-gradient(to top, rgba(0,0,0,.48), rgba(0,0,0,.10), rgba(0,0,0,.34));
}

.site-header,
header,
.site-footer,
footer {
  position: relative;
  z-index: 9999;
}

/* ---------- Fixed Layers ---------- */

.oc-noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .055;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,.12) 0px,
    rgba(255,255,255,.12) 1px,
    transparent 1px,
    transparent 3px
  );
  animation: ocNoise .18s infinite;
}

@keyframes ocNoise {
  0% { transform: translate(0,0); }
  25% { transform: translate(-1px,1px); }
  50% { transform: translate(1px,-1px); }
  75% { transform: translate(-1px,-2px); }
  100% { transform: translate(0,0); }
}

.oc-sigil {
  position: fixed;
  z-index: 30;
  width: min(70vw, 620px);
  aspect-ratio: 1 / 1;
  --sigil-glitch-rotate: 0deg;
  pointer-events: none;
  mix-blend-mode: screen;
  animation: ocSigilRotate 95s linear infinite;
  will-change: transform;
}

.oc-sigil::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("../img/uzu.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .20;
  filter: none;
}

.oc-sigil-noise-layer {
  position: fixed;
  z-index: 31;
  width: min(70vw, 620px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: screen;
}

.oc-sigil-noise-block {
  position: absolute;
  display: block;
  width: var(--noise-size, 14px);
  height: var(--noise-size, 14px);
  background: rgba(255,255,255,.82);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scaleX(var(--noise-scale-x, 1));
  filter: blur(var(--noise-blur, 0px));
  animation: ocSigilNoiseBlock .23s steps(2, end) forwards;
}

.oc-title-glitch-layer {
  position: absolute;
  inset: -8% -4%;
  z-index: 6;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.oc-title-glitch-block {
  position: absolute;
  display: block;
  left: var(--title-noise-x, 50%);
  top: var(--title-noise-y, 50%);
  width: var(--title-noise-w, 18px);
  height: var(--title-noise-h, 8px);
  background: var(--title-noise-color, rgba(255,255,255,.9));
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scaleX(var(--title-noise-scale-x, 1));
  filter: blur(var(--title-noise-blur, 0px));
  box-shadow:
    calc(var(--title-noise-offset, 2px) * -1) 0 0 rgba(255, 0, 72, .72),
    var(--title-noise-offset, 2px) 0 0 rgba(0, 220, 255, .66);
  animation: ocTitleGlitchBlock .18s steps(2, end) forwards;
}

@keyframes ocTitleGlitchBlock {
  0% {
    opacity: 0;
  }

  14%,
  62% {
    opacity: var(--title-noise-alpha, .68);
  }

  100% {
    opacity: 0;
  }
}

@keyframes ocSigilNoiseBlock {
  0% {
    opacity: 0;
  }

  18%,
  72% {
    opacity: var(--noise-alpha, .42);
  }

  100% {
    opacity: 0;
  }
}

.oc-sigil-left {
  top: -24vw;
  left: -28vw;
}

.oc-sigil-noise-left {
  top: -24vw;
  left: -28vw;
}

.oc-sigil-right {
  right: -30vw;
  top: 64vh;
  top: 64lvh;
  bottom: auto;
  animation-direction: reverse;
}

.oc-sigil-noise-right {
  right: -30vw;
  top: 64vh;
  top: 64lvh;
  bottom: auto;
}

@keyframes ocSigilRotate {
  from {
    transform:
      rotate(calc(0deg + var(--sigil-glitch-rotate)))
      scale(1.05);
  }

  to {
    transform:
      rotate(calc(360deg + var(--sigil-glitch-rotate)))
      scale(1.05);
  }
}

/* ---------- Layout ---------- */

.oc-scroll {
  position: relative;
  z-index: 2;
}

.oc-panel {
  position: relative;
  min-height: 92svh;
  padding: 16vh 7vw 12vh;
  box-sizing: border-box;
  display: flex;
  align-items: start;
}

.oc-panel.oc-top {
  overflow: hidden;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  min-height: 112svh;
  padding: 44vh 7vw 14vh;
}

.oc-top-inner {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  text-align: center;
}

.oc-depth .oc-panel:not(.oc-top):not(.oc-declaration-panel) .oc-title,
.oc-depth .oc-panel:not(.oc-top):not(.oc-declaration-panel) .oc-sub {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.oc-top-inner::before,
.oc-top-inner.oc-reveal::before,
.oc-top .oc-title::before {
  content: none;
  display: none;
  animation: none;
}

.oc-declaration-panel {
  min-height: 86svh;
  padding-top: 18vh;
  padding-bottom: 18vh;
  justify-content: center;
  text-align: center;
}

.oc-declaration-line {
  margin-inline: auto;
  max-width: 860px;
  text-align: center;
  clip-path: none;
  filter: blur(0);
  transform: none;
  transition: opacity .3s ease;
}

.oc-declaration-line .oc-text {
  font-size: clamp(20px, 2.55vw, 32px);
  line-height: 1.72;
  word-break: normal;
  overflow-wrap: normal;
  color: rgba(255,255,255,.88);
  text-shadow:
    0 0 18px rgba(255,255,255,.12),
    0 0 48px rgba(255,255,255,.07);
}

.oc-declaration-line .oc-word {
  display: inline-block;
  white-space: nowrap;
}

.oc-declaration-line .oc-char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(var(--char-x, 0), var(--char-y, 28px), 0) scaleY(1.18);
  filter: blur(var(--char-blur, 18px));
  transition:
    opacity .52s ease,
    transform .68s cubic-bezier(.16, 1, .3, 1),
    filter .62s ease;
  transition-delay: var(--char-delay, 0ms);
  will-change: opacity, transform, filter;
}

.oc-declaration-line .oc-char-space {
  width: .34em;
}

.oc-declaration-line::before {
  display: none;
}

.oc-declaration-line.oc-reveal {
  opacity: 1;
  transform: none;
  filter: blur(0);
  clip-path: none;
}

.oc-declaration-line.oc-reveal .oc-char {
  opacity: 1;
  transform: translate3d(0, 0, 0) scaleY(1);
  filter: blur(0);
}

.oc-declaration-line:not(.oc-reveal) {
  opacity: 0;
  filter: blur(0);
}

.oc-declaration-final {
  min-height: 96svh;
}

.oc-section-shift {
  position: fixed;
  inset: 0;
  z-index: 18;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  mix-blend-mode: screen;
}

.oc-section-shift::before,
.oc-section-shift::after {
  content: "";
  position: absolute;
  inset: -12vh -10vw;
  opacity: 0;
}

.oc-section-shift::before {
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.82) 44%, rgba(255,255,255,.28) 50%, transparent 64%),
    repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 18px,
      rgba(255,255,255,.28) 18px,
      rgba(255,255,255,.28) 20px
    );
  transform: translate3d(0, 34vh, 0) scaleY(.35);
}

.oc-section-shift::after {
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.38), transparent 26%),
    repeating-linear-gradient(
      0deg,
      transparent 0px,
      transparent 7px,
      rgba(255,255,255,.22) 7px,
      rgba(255,255,255,.22) 9px
    );
  filter: blur(3px);
  transform: translate3d(0, 12vh, 0) scaleX(1.12);
}

.oc-section-shift.is-active {
  animation: ocSectionShiftGate 1.15s cubic-bezier(.16, 1, .3, 1) both;
}

.oc-section-shift.is-active::before {
  animation: ocSectionShiftBand 1.15s cubic-bezier(.16, 1, .3, 1) both;
}

.oc-section-shift.is-active::after {
  animation: ocSectionShiftStatic 1.15s steps(8, end) both;
}

@keyframes ocSectionShiftGate {
  0% { opacity: 0; }
  14% { opacity: .95; }
  42% { opacity: .62; }
  100% { opacity: 0; }
}

@keyframes ocSectionShiftBand {
  0% {
    opacity: 0;
    transform: translate3d(0, 38vh, 0) scaleY(.24);
  }
  16% {
    opacity: .92;
    transform: translate3d(0, 16vh, 0) scaleY(.42);
  }
  48% {
    opacity: .68;
    transform: translate3d(0, -4vh, 0) scaleY(.72);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -36vh, 0) scaleY(1.05);
  }
}

@keyframes ocSectionShiftStatic {
  0% {
    opacity: 0;
    clip-path: inset(48% 0 46% 0);
  }
  18% {
    opacity: .68;
    clip-path: inset(28% 0 30% 0);
  }
  34% {
    opacity: .22;
    clip-path: inset(64% 0 18% 0);
  }
  52% {
    opacity: .42;
    clip-path: inset(12% 0 58% 0);
  }
  100% {
    opacity: 0;
    clip-path: inset(0 0 0 0);
  }
}

.oc-panel-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  opacity: 0;
  transform: translateY(44px);
  filter: blur(14px);
  clip-path: inset(0 0 100% 0);
  transition:
    opacity .25s ease,
    transform 1.05s ease,
    filter .9s ease,
    clip-path .95s steps(10, end);
  will-change: transform, opacity, filter, clip-path;
}

.oc-panel-inner.oc-reveal {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  clip-path: inset(0 0 0 0);
}

.oc-panel-inner.oc-declaration-line {
  opacity: 1;
  transform: none;
  filter: blur(0);
  clip-path: none;
}

/* ---------- Section Reveal Noise ---------- */

.oc-panel-inner::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,.95) 18%, transparent 36%),
    linear-gradient(90deg, transparent 12%, rgba(255,255,255,.55) 28%, transparent 44%),
    linear-gradient(90deg, transparent 38%, rgba(255,255,255,.75) 52%, transparent 70%),
    repeating-linear-gradient(
      0deg,
      transparent 0px,
      transparent 9px,
      rgba(255,255,255,.65) 9px,
      rgba(255,255,255,.65) 11px,
      transparent 11px,
      transparent 26px
    );
  background-size:
    44% 3px,
    68% 2px,
    36% 4px,
    100% 22px;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    repeat;
  background-position:
    -50% 18%,
    120% 46%,
    -40% 73%,
    0 0;
  mix-blend-mode: screen;
}

.oc-panel-inner.oc-reveal::before {
  animation: ocRandomScanLines 1.2s steps(9, end) forwards;
}

.oc-panel-inner.oc-declaration-line::before,
.oc-panel-inner.oc-declaration-line.oc-reveal::before {
  content: none;
  display: none;
  animation: none;
}

@keyframes ocRandomScanLines {
  0% {
    opacity: .95;
    background-position:
      -60% 14%,
      110% 42%,
      -45% 76%,
      0 0;
    clip-path: inset(0 0 82% 0);
  }
  18% {
    opacity: .9;
    background-position:
      30% 18%,
      40% 47%,
      90% 68%,
      0 8px;
    clip-path: inset(12% 0 58% 0);
  }
  36% {
    opacity: .82;
    background-position:
      95% 26%,
      -30% 39%,
      35% 80%,
      0 16px;
    clip-path: inset(30% 0 38% 0);
  }
  55% {
    opacity: .65;
    background-position:
      -20% 34%,
      84% 55%,
      120% 71%,
      0 4px;
    clip-path: inset(52% 0 18% 0);
  }
  75% {
    opacity: .38;
    background-position:
      76% 22%,
      10% 63%,
      48% 86%,
      0 14px;
    clip-path: inset(72% 0 6% 0);
  }
  100% {
    opacity: 0;
    background-position:
      120% 18%,
      -40% 46%,
      100% 73%,
      0 0;
    clip-path: inset(0);
  }
}

/* ---------- Typography ---------- */

.oc-title {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: clamp(38px, 11vw, 78px);
  line-height: .95;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: 700;
  z-index: 2;

  opacity: 0;
  filter: blur(10px);
  clip-path: inset(0 100% 0 0);

  text-shadow:
    0 0 10px rgba(255,255,255,.20),
    0 0 32px rgba(255,255,255,.12),
    0 0 64px rgba(255,255,255,.06);
}

.oc-title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -42%;
  width: 130%;
  height: 42%;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.72) 0%, rgba(255,255,255,.26) 34%, transparent 72%);
  filter: blur(14px);
  mix-blend-mode: screen;
}

.oc-title::after {
  content: attr(data-ghost);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  font-size: 2.4em;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
  color: rgba(255,255,255,.10);
  text-shadow:
    0 0 40px rgba(255,255,255,.08),
    0 0 90px rgba(255,255,255,.05);
  white-space: nowrap;
  pointer-events: none;
  filter: blur(1px);
}

.oc-panel-inner.oc-reveal .oc-title {
  animation: ocTitleLineReveal 1.15s steps(10, end) forwards;
}

.oc-panel-inner.oc-reveal .oc-title::before {
  animation: ocTitleVerticalMask 1.15s steps(10, end) forwards;
}

@keyframes ocTitleLineReveal {
  0% {
    opacity: 0;
    filter: blur(12px);
    clip-path: inset(0 100% 0 0);
    transform: translateY(12px);
  }
  20% {
    opacity: .85;
    clip-path: inset(0 58% 0 0);
  }
  45% {
    opacity: 1;
    filter: blur(4px);
    clip-path: inset(0 24% 0 0);
    transform: translateY(-5px);
  }
  75% {
    clip-path: inset(0 4% 0 0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

@keyframes ocTitleVerticalMask {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scaleY(.72);
  }
  25% {
    opacity: .62;
    transform: translate3d(-50%, 92%, 0) scaleY(.86);
  }
  55% {
    opacity: .34;
    transform: translate3d(-50%, 205%, 0) scaleY(1);
  }
  80% {
    opacity: .16;
    transform: translate3d(-50%, 310%, 0) scaleY(.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, 410%, 0) scaleY(.7);
  }
}

@keyframes ocGhostReveal {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
    filter: blur(18px);
  }
  30% {
    opacity: .16;
    transform: translate(-50%, -50%) scale(1.15);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(1px);
  }
}

.oc-sub {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 18px;
  color: #fff;
}

.oc-sub.oc-sub-effect {
  display: block;
  text-align: center;
  white-space: normal;
  overflow: visible;
}

.oc-sub-char {
  position: relative;
  display: inline-block;
  opacity: 0;
  color: rgba(255,255,255,.90);
  transform: translate3d(0, 0, 0);
  transition: opacity .01s steps(1, end) var(--sub-delay, 0ms);
}

.oc-sub-char::before {
  content: "■";
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 1em;
  height: 1em;
  color: rgba(255,255,255,.72);
  font-size: .62em;
  opacity: 0;
  transform: translate(-50%, -50%);
  text-shadow:
    0 0 12px rgba(255,255,255,.28),
    0 0 26px rgba(255,255,255,.18);
}

.oc-sub-space {
  width: .36em;
}

.oc-sub-space::before {
  content: none;
}

.oc-panel-inner.oc-reveal .oc-sub-char,
.oc-sub.oc-sub-reveal .oc-sub-char {
  opacity: 1;
}

.oc-panel-inner.oc-reveal .oc-sub-char::before,
.oc-sub.oc-sub-reveal .oc-sub-char::before {
  animation: ocSubtitleBlockFlash .28s steps(2, end) var(--sub-block-delay, 0ms) forwards;
}

@keyframes ocSubtitleBlockFlash {
  0% {
    opacity: 0;
  }

  18%,
  68% {
    opacity: .95;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ocSubtitleCharPop {
  0% {
    opacity: 0;
    filter: blur(1px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.oc-scroll-cue {
  display: inline-block;
  margin-top: 3px;
  color: rgba(255,255,255,.68);
  font-family: var(--oc-font-ui);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 0 14px rgba(255,255,255,.18),
    0 0 32px rgba(255,255,255,.10);
  transform: translate3d(-138px, 0, 0);
  animation: ocScrollCue 3s cubic-bezier(.16, 1, .3, 1) infinite;
  will-change: transform, opacity, filter;
}

body.oc-cue-hidden .oc-scroll-cue {
  opacity: 0;
  animation: none;
  transition: opacity .2s ease;
}

@keyframes ocScrollCue {
  0% {
    opacity: 0;
    transform: translate3d(-138px, 10px, 0);
    filter: blur(1px);
  }

  18% {
    opacity: .88;
    transform: translate3d(-138px, 0, 0);
    filter: blur(0);
  }

  58% {
    opacity: .88;
    transform: translate3d(-138px, -8px, 0);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-138px, -28px, 0);
    filter: blur(1px);
  }
}

.oc-text {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(255,255,255,.80);
}

.oc-ai {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255,255,255,.50);
}

.oc-panel .oc-ai {
  max-width: 680px;
  margin: 28px auto 0;
  text-align: left;
  color: rgba(255,255,255,.58);
}

.oc-kindle-visual {
  display: grid;
  place-items: center;
  margin: 30px auto;
  padding: 0;
}

.oc-kindle-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.26);
  box-shadow:
    0 18px 60px rgba(0,0,0,.36),
    0 0 42px rgba(255,255,255,.06);
}

.oc-kindle-visual-top {
  width: 100%;
  max-width: 230px;
  margin: 0;
  opacity: .9;
}

.oc-kindle-visual-page {
  max-width: 260px;
  margin-top: 18px;
  margin-bottom: 38px;
}

.oc-story-magazine {
  display: grid;
  gap: 24px;
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}

.oc-story-copy {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.9;
}

.oc-story-copy-a {
  max-width: 100%;
}

.oc-story-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, .62fr);
  gap: 24px;
  align-items: start;
}

.oc-story-final .oc-kindle-visual-top {
  justify-self: end;
  align-self: start;
}

/* ---------- Buttons / Cards ---------- */

.oc-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 13px 22px;
  border: 1px solid rgba(255,255,255,.40);
  background: rgba(25,100,100,.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  text-decoration: none;
  letter-spacing: .16em;
  font-size: 12px;
  text-transform: uppercase;
  transition: .25s ease;
}

.oc-btn:hover {
  background: rgba(255,255,255,.35);
  border-color: rgba(255,255,255,.65);
  transform: translateY(-2px);
}

.oc-btn-disabled {
  cursor: default;
  opacity: .72;
  pointer-events: none;
}

.oc-categories {
  display: grid;
  gap: 14px;
  margin-top: 48px;
}

.oc-category {
  display: block;
  border: 1px solid rgba(255,255,255,.18);
  padding: 16px;
  background: rgba(0,0,0,.42);
  backdrop-filter: blur(4px);
}

.oc-category-title-btn {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(100,100,100,.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .12em;
  line-height: 1.4;
  transition: .25s ease;
}

.oc-category-title-btn:hover {
  border-color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.34);
  transform: translateX(3px);
}

.oc-category-text {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255,255,255,.68);
}

.oc-links {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  padding-bottom: 35vh;
}

.oc-link {
  border: 1px solid rgba(255,255,255,.40);
  padding: 15px 18px;
  background: rgba(100,100,100,.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  text-decoration: none;
  letter-spacing: .12em;
  font-size: 13px;
  text-transform: uppercase;
  transition: .25s ease;
}

.oc-link:hover {
  background: rgba(255,255,255,.35);
  border-color: rgba(255,255,255,.65);
  transform: translateY(-2px);
}

.oc-fx-layer {
  position: fixed;
  top: calc(var(--oc-viewport-height) * -0.08);
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 20;
  display: block;
  width: 100vw;
  height: calc(var(--oc-viewport-height) * 1.16);
  opacity: .9;
  mix-blend-mode: screen;
  pointer-events: none;
}


/* ---------- Mobile ---------- */

@media (max-width: 600px) {
  .oc-title {
    letter-spacing: .055em;
    padding-right: .28em;
    max-width: calc(100vw - 10vw);
  }

  .oc-panel.oc-top {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    min-height: 108svh;
    padding: 42vh 7vw 12vh;
  }

  .oc-declaration-panel {
    min-height: 78svh;
    padding-top: 15vh;
    padding-bottom: 15vh;
    text-align: center;
  }

  .oc-declaration-line .oc-text {
    font-size: 20px;
    line-height: 1.72;
  }

  .oc-sigil {
    width: 92vw;
  }

  .oc-sigil-noise-layer {
    width: 92vw;
  }

  .oc-sigil::before {
    opacity: .18;
  }

  .oc-sigil-left {
    top: -36vw;
    left: -44vw;
  }

  .oc-sigil-noise-left {
    top: -36vw;
    left: -44vw;
  }

  .oc-sigil-right {
    right: -46vw;
    top: 62vh;
    top: 62lvh;
    bottom: auto;
  }

  .oc-sigil-noise-right {
    right: -46vw;
    top: 62vh;
    top: 62lvh;
    bottom: auto;
  }

  .oc-title::after {
    font-size: 1.8em;
  }

  .oc-scroll-cue {
    transform: translate3d(-116px, 0, 0);
    animation-name: ocScrollCueMobile;
  }
}

@keyframes ocScrollCueMobile {
  0% {
    opacity: 0;
    transform: translate3d(-116px, 10px, 0);
    filter: blur(1px);
  }

  18% {
    opacity: .88;
    transform: translate3d(-116px, 0, 0);
    filter: blur(0);
  }

  58% {
    opacity: .88;
    transform: translate3d(-116px, -8px, 0);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-116px, -28px, 0);
    filter: blur(1px);
  }
}

/* What page */
.oc-what {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #020202;
  color: #f2f2f2;
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

.oc-what-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 0;
  background-image: url('../img/WHAT_IS_OCULTRAVER_IMAGE.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(.9) contrast(1.08);
  pointer-events: none;
}

.oc-what-bg::after {
  background:
    radial-gradient(circle at center, rgba(0,0,0,.02), rgba(0,0,0,.16)),
    linear-gradient(to top, rgba(0,0,0,.28), rgba(0,0,0,.03), rgba(0,0,0,.16));
}

.site-header,
header,
.site-footer,
footer {
  position: relative;
  z-index: 9999;
}

.oc-noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .055;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,.12) 0px,
    rgba(255,255,255,.12) 1px,
    transparent 1px,
    transparent 3px
  );
  animation: ocNoise .18s infinite;
}

@keyframes ocNoise {
  0% { transform: translate(0,0); }
  25% { transform: translate(-1px,1px); }
  50% { transform: translate(1px,-1px); }
  75% { transform: translate(-1px,-2px); }
  100% { transform: translate(0,0); }
}

.oc-what-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 18vh 7vw 14vh;
  box-sizing: border-box;
}

.oc-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 22px;
  background: rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(5px);
}

.oc-what .oc-card > .oc-title,
.oc-youtube-card > .oc-title,
.oc-zikaku-card > .oc-title,
.oc-book-card > .oc-title {
  animation: ocTitleLineReveal 1.15s steps(10, end) .12s forwards;
}

.oc-what .oc-card > .oc-title::before,
.oc-youtube-card > .oc-title::before,
.oc-zikaku-card > .oc-title::before,
.oc-book-card > .oc-title::before {
  animation: ocTitleVerticalMask 1.15s steps(10, end) .12s forwards;
}

.oc-what .oc-card > .oc-title::after,
.oc-youtube-card > .oc-title::after,
.oc-zikaku-card > .oc-title::after,
.oc-book-card > .oc-title::after {
  animation: ocGhostReveal 1.6s ease .16s forwards;
}

.oc-title {
  font-size: clamp(34px, 10vw, 58px);
  line-height: .95;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: 500;
}

.oc-sub {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 28px;
  color: #fff;
}

.oc-text {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(255,255,255,.82);
}

.oc-divider {
  height: 1px;
  background: rgba(255,255,255,.16);
  margin: 34px 0;
}

.oc-small-title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: rgba(255,255,255,.72);
}

.oc-ai {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255,255,255,.52);
}

.oc-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.oc-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  opacity: .86;
  transition: .25s;
}

.oc-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.oc-link img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 8px;
}

.oc-link span {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .oc-what-content {
    padding: 14vh 6vw 12vh;
  }

.oc-card {
  background: rgba(0,0,0,.10);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(3px);
}
}

/* Story page */
.oc-book {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #020202;
  color: #f2f2f2;
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

.oc-book-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  z-index: 0;
  background-image: url('../img/KINDLE_IMAGE.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(1.04) contrast(1.08) saturate(.95);
  pointer-events: none;
}

.oc-book-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.03), rgba(0,0,0,.20)),
    linear-gradient(to top, rgba(0,0,0,.34), rgba(0,0,0,.05), rgba(0,0,0,.22));
}

.site-header,
header,
.site-footer,
footer {
  position: relative;
  z-index: 9999;
}

.oc-noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .05;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,.10) 0px,
    rgba(255,255,255,.10) 1px,
    transparent 1px,
    transparent 3px
  );
  animation: ocNoise .18s infinite;
}

@keyframes ocNoise {
  0% { transform: translate(0,0); }
  25% { transform: translate(-1px,1px); }
  50% { transform: translate(1px,-1px); }
  75% { transform: translate(-1px,-2px); }
  100% { transform: translate(0,0); }
}

.oc-book-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 12vh 5vw 10vh;
  box-sizing: border-box;
}

.oc-book-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 18px;
  background: rgba(0,0,0,.14);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(3px);
}

.oc-kicker {
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(255,255,255,.68);
  margin-bottom: 14px;
}

.oc-title {
  font-size: clamp(34px, 10vw, 58px);
  line-height: .95;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: 500;
}

.oc-sub {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 26px;
  color: #fff;
}

.oc-text {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(255,255,255,.84);
}

.oc-divider {
  height: 1px;
  background: rgba(255,255,255,.18);
  margin: 32px 0;
}

.oc-small-title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: rgba(255,255,255,.74);
}

.oc-ai {
  margin-top: 24px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.26);
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255,255,255,.62);
}

.oc-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 13px 22px;
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  text-decoration: none;
  letter-spacing: .16em;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(0,0,0,.28);
}

@media (max-width: 600px) {
  .oc-book-content {
    padding: 12vh 5vw 10vh;
  }

  .oc-book-card {
    padding: 24px 18px;
  }
}

/* Mind page */
.oc-mind {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #020202;
  color: #f2f2f2;
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

.oc-mind-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 0;
  background-image: url('../img/MIND_IMAGE.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(1.06) contrast(1.05) saturate(.95);
  pointer-events: none;
}

.oc-mind-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(60,90,20,.03), rgba(0,0,0,.16)),
    linear-gradient(to top, rgba(0,0,0,.28), rgba(30,45,10,.04), rgba(0,0,0,.16));
}

.site-header,
header,
.site-footer,
footer {
  position: relative;
  z-index: 9999;
}

.oc-noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .045;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,.10) 0px,
    rgba(255,255,255,.10) 1px,
    transparent 1px,
    transparent 3px
  );
  animation: ocNoise .18s infinite;
}

@keyframes ocNoise {
  0% { transform: translate(0,0); }
  25% { transform: translate(-1px,1px); }
  50% { transform: translate(1px,-1px); }
  75% { transform: translate(-1px,-2px); }
  100% { transform: translate(0,0); }
}

.oc-mind-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 12vh 5vw 10vh;
  box-sizing: border-box;
}

.oc-mind-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 18px;
  background: rgba(0,0,0,.14);
  border: 1px solid rgba(145,185,90,.24);
  backdrop-filter: blur(3px);
}

.oc-kicker {
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(145,185,90,.88);
  margin-bottom: 14px;
}

.oc-title {
  font-size: clamp(34px, 10vw, 58px);
  line-height: .95;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: 500;
}

.oc-sub {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 26px;
  color: #fff;
}

.oc-text {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(255,255,255,.84);
}

.oc-divider {
  height: 1px;
  background: rgba(145,185,90,.22);
  margin: 32px 0;
}

.oc-small-title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: rgba(145,185,90,.88);
}

.oc-profile {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.oc-tag {
  border: 1px solid rgba(145,185,90,.24);
  padding: 10px 12px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: rgba(0,0,0,.28);
}

.oc-format {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.32);
  font-size: 13px;
  line-height: 1.8;
}

.oc-code {
  display: block;
  margin: 10px 0;
  padding: 10px 12px;
  border-left: 2px solid rgba(145,185,90,.72);
  background: rgba(255,255,255,.05);
  font-size: 13px;
  letter-spacing: .04em;
}

.oc-request-compact {
  margin: 14px 0 22px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.30);
  line-height: 1.45;
}

.oc-request-compact .oc-code {
  margin: 7px 0;
  padding: 8px 11px;
}

.oc-request-heading {
  margin: 2px 0 8px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.oc-request-heading:not(:first-child) {
  margin-top: 14px;
}

.oc-request-or {
  margin: 4px 0 2px;
  color: rgba(255,255,255,.46);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.oc-warning {
  color: #cc3333;
  font-weight: 700;
}

.oc-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 13px 22px;
  border: 1px solid rgba(145,185,90,.55);
  color: #fff;
  text-decoration: none;
  letter-spacing: .16em;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(0,0,0,.28);
}

@media (max-width: 600px) {
  .oc-mind-content {
    padding: 12vh 5vw 10vh;
  }

  .oc-mind-card {
    padding: 24px 18px;
  }
}

/* Ritual page */
.oc-ritual {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #020202;
  color: #f2f2f2;
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

.oc-ritual-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 0;
  background-image: url('../img/RITUAL_IMAGE.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(1.04) contrast(1.08) saturate(1);
  pointer-events: none;
}

.oc-ritual-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(40,0,70,.03), rgba(0,0,0,.18)),
    linear-gradient(to top, rgba(0,0,0,.30), rgba(20,0,45,.04), rgba(0,0,0,.18));
}

.site-header,
header,
.site-footer,
footer {
  position: relative;
  z-index: 9999;
}

.oc-noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .055;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,.12) 0px,
    rgba(255,255,255,.12) 1px,
    transparent 1px,
    transparent 3px
  );
  animation: ocNoise .18s infinite;
}

@keyframes ocNoise {
  0% { transform: translate(0,0); }
  25% { transform: translate(-1px,1px); }
  50% { transform: translate(1px,-1px); }
  75% { transform: translate(-1px,-2px); }
  100% { transform: translate(0,0); }
}

.oc-ritual-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 12vh 5vw 10vh;
  box-sizing: border-box;
}

.oc-ritual-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 18px;
  background: rgba(0,0,0,.14);
  border: 1px solid rgba(190,130,255,.24);
  backdrop-filter: blur(3px);
}

.oc-kicker {
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(210,160,255,.78);
  margin-bottom: 14px;
}

.oc-title {
  font-size: clamp(34px, 10vw, 58px);
  line-height: .95;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: 500;
}

.oc-sub {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 26px;
  color: #fff;
}

.oc-text {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(255,255,255,.84);
}

.oc-divider {
  height: 1px;
  background: rgba(190,130,255,.22);
  margin: 32px 0;
}

.oc-small-title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: rgba(105,70,145,.92);
}

.oc-profile {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.oc-tag {
  border: 1px solid rgba(190,130,255,.24);
  padding: 10px 12px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: rgba(0,0,0,.28);
}

.oc-format {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.32);
  font-size: 13px;
  line-height: 1.8;
}

.oc-code {
  display: block;
  margin: 10px 0;
  padding: 10px 12px;
  border-left: 2px solid rgba(210,160,255,.72);
  background: rgba(255,255,255,.05);
  font-size: 13px;
  letter-spacing: .04em;
}

.oc-warning {
  color: #cc3333;
  font-weight: 700;
}

.oc-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 13px 22px;
  border: 1px solid rgba(210,160,255,.55);
  color: #fff;
  text-decoration: none;
  letter-spacing: .16em;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(0,0,0,.28);
}

@media (max-width: 600px) {
  .oc-ritual-content {
    padding: 12vh 5vw 10vh;
  }

  .oc-ritual-card {
    padding: 24px 18px;
  }
}

/* Lab page */
.oc-lab {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #020202;
  color: #f2f2f2;
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

.oc-lab-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  z-index: 0;
  background-image: url('../img/LAB_IMAGE.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(.9) contrast(1.12) saturate(.9);
  pointer-events: none;
}

.oc-lab-bg::after {
  background:
    radial-gradient(circle at center,
      rgba(0,0,0,.03),
      rgba(0,0,0,.18)),
    linear-gradient(
      to top,
      rgba(0,0,0,.28),
      rgba(0,0,0,.04),
      rgba(0,0,0,.18)
    );
}

.site-header,
header,
.site-footer,
footer {
  position: relative;
  z-index: 9999;
}

.oc-noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .055;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,.12) 0px,
    rgba(255,255,255,.12) 1px,
    transparent 1px,
    transparent 3px
  );
  animation: ocNoise .18s infinite;
}

@keyframes ocNoise {
  0% { transform: translate(0,0); }
  25% { transform: translate(-1px,1px); }
  50% { transform: translate(1px,-1px); }
  75% { transform: translate(-1px,-2px); }
  100% { transform: translate(0,0); }
}

.oc-lab-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 14vh 6vw 12vh;
  box-sizing: border-box;
}

.oc-lab-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 26px 20px;
  background: rgba(0,0,0,.48);
  border: 1px solid rgba(160,255,245,.20);
  backdrop-filter: blur(5px);
}

.oc-kicker {
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(160,255,245,.72);
  margin-bottom: 14px;
}

.oc-title {
  font-size: clamp(34px, 10vw, 58px);
  line-height: .95;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: 500;
}

.oc-sub {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 26px;
  color: #fff;
}

.oc-text {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(255,255,255,.82);
}

.oc-divider {
  height: 1px;
  background: rgba(160,255,245,.20);
  margin: 32px 0;
}

.oc-small-title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: rgba(160,255,245,.78);
}

.oc-profile {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.oc-tag {
  border: 1px solid rgba(160,255,245,.20);
  padding: 10px 12px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: rgba(0,0,0,.32);
}

.oc-format {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.38);
  font-size: 13px;
  line-height: 1.8;
}

.oc-code {
  display: block;
  margin: 10px 0;
  padding: 10px 12px;
  border-left: 2px solid rgba(160,255,245,.65);
  background: rgba(255,255,255,.05);
  font-size: 13px;
  letter-spacing: .04em;
}

.oc-warning {
  color: #ff4d4d;
  font-weight: 700;
}

.oc-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 13px 22px;
  border: 1px solid rgba(160,255,245,.50);
  color: #fff;
  text-decoration: none;
  letter-spacing: .16em;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(0,0,0,.28);
}

@media (max-width: 600px) {
  .oc-lab-content {
    padding: 12vh 5vw 10vh;
  }

.oc-lab-card {
  background: rgba(0,0,0,.10);
  border: 1px solid rgba(160,255,245,.22);
  backdrop-filter: blur(3px);
}
}

/* Zikaku page */
.oc-zikaku {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #020202;
  color: #f2f2f2;
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

.oc-zikaku-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  z-index: 0;
  background-image: url('../img/ZIKAKU_IMAGE.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(1.04) contrast(1.08) saturate(.95);
  pointer-events: none;
}

.oc-zikaku-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.03), rgba(0,0,0,.20)),
    linear-gradient(to top, rgba(0,0,0,.34), rgba(0,0,0,.05), rgba(0,0,0,.22));
}

.site-header,
header,
.site-footer,
footer {
  position: relative;
  z-index: 9999;
}

.oc-noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .05;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,.10) 0px,
    rgba(255,255,255,.10) 1px,
    transparent 1px,
    transparent 3px
  );
  animation: ocNoise .18s infinite;
}

@keyframes ocNoise {
  0% { transform: translate(0,0); }
  25% { transform: translate(-1px,1px); }
  50% { transform: translate(1px,-1px); }
  75% { transform: translate(-1px,-2px); }
  100% { transform: translate(0,0); }
}

.oc-zikaku-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 12vh 5vw 10vh;
  box-sizing: border-box;
}

.oc-zikaku-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 18px;
  background: rgba(0,0,0,.14);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(3px);
}

.oc-kicker {
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(255,255,255,.68);
  margin-bottom: 14px;
}

.oc-title {
  font-size: clamp(34px, 10vw, 58px);
  line-height: .95;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: 500;
}

.oc-sub {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 26px;
  color: #fff;
}

.oc-text {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(255,255,255,.84);
}

.oc-divider {
  height: 1px;
  background: rgba(255,255,255,.18);
  margin: 32px 0;
}

.oc-small-title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: rgba(255,255,255,.74);
}

.oc-ai {
  margin-top: 24px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.26);
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255,255,255,.62);
}

.oc-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 13px 22px;
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  text-decoration: none;
  letter-spacing: .16em;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(0,0,0,.28);
}

@media (max-width: 600px) {
  .oc-zikaku-content {
    padding: 12vh 5vw 10vh;
  }

  .oc-zikaku-card {
    padding: 24px 18px;
  }
}

/* Top page background images */
.oc-bg-layer[data-bg="top"] {
  opacity: 1;
  background-image: url('../img/TOP_IMAGE.jpg');
}
.oc-bg-layer[data-bg="top_01"] { background-image: url('../img/top_01.jpg'); }
.oc-bg-layer[data-bg="top_02"] { background-image: url('../img/top_02.jpg'); }
.oc-bg-layer[data-bg="top_03"] { background-image: url('../img/top_03.jpg'); }
.oc-bg-layer[data-bg="top_04"] { background-image: url('../img/top_04.jpg'); }
.oc-bg-layer[data-bg="top_05"] { background-image: url('../img/top_05.jpg'); }
.oc-bg-layer[data-bg="top_06"] { background-image: url('../img/top_06.jpg'); }
.oc-bg-layer[data-bg="what"] { background-image: url('../img/WHAT_IS_OCULTRAVER_IMAGE.jpg'); }
.oc-bg-layer[data-bg="zikaku"] { background-image: url('../img/ZIKAKU_IMAGE.jpg'); }
.oc-bg-layer[data-bg="youtube"] { background-image: url('../img/YOUTUBE_LIVE_IMAGE.jpg'); }
.oc-bg-layer[data-bg="kindle"] { background-image: url('../img/KINDLE_IMAGE.jpg'); }
.oc-bg-layer[data-bg="links"] { background-image: url('../img/LINKS_IMAGE.jpg'); }
.oc-bg-layer[data-bg="rave"] {
  background: #020202;
  filter: none;
}

.oc-bg-layer[data-bg="rave"]::after {
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.025), transparent 34%),
    linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.86));
}

.oc-rave-panel {
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.oc-bg-layer:not([data-bg="top"]) {
  filter: blur(1px) brightness(.84) contrast(1.06);
}

.oc-bg-layer[data-bg="rave"] {
  filter: none;
}

.oc-bg-layer[data-bg^="top_"] {
  background-color: #020202;
  background-size: min(100vw, 720px) auto;
  background-position: center center;
}

@media (max-width: 700px) {
  .oc-bg-layer[data-bg^="top_"] {
    background-size: 100vw auto;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* YouTube Observation page */
.oc-youtube {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 100svh;
  background: #020202;
  color: #f2f2f2;
  font-family: var(--oc-font-body);
  overflow-x: hidden;
}

.oc-youtube-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  z-index: 0;
  background-image: url('../img/YOUTUBE_LIVE_IMAGE.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(.88) contrast(1.1) saturate(.94);
  pointer-events: none;
}

.oc-youtube-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.02), rgba(0,0,0,.2)),
    linear-gradient(to top, rgba(0,0,0,.36), rgba(0,0,0,.05), rgba(0,0,0,.24));
}

.oc-youtube-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 13vh 6vw 12vh;
  box-sizing: border-box;
}

.oc-youtube-card {
  max-width: 760px;
  margin-left: auto;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.38);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

@media (max-width: 600px) {
  .oc-youtube-content {
    padding: 12vh 5vw 10vh;
  }

  .oc-youtube-card {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oc-section-shift,
  .oc-section-shift::before,
  .oc-section-shift::after {
    animation: none !important;
    opacity: 0 !important;
  }

  .oc-declaration-line .oc-char {
    transition-duration: .01ms;
    transition-delay: 0ms !important;
    transform: none;
    filter: none;
  }

  .oc-scroll-cue {
    animation: none;
  }

  .oc-sub-char {
    opacity: 1;
    animation: none;
    filter: none;
  }

  .oc-sub-char::before {
    content: none;
    animation: none;
  }

  .oc-page-transition video {
    display: none;
  }
}

/* Font overrides */
.oc-depth,
.oc-what,
.oc-book,
.oc-mind,
.oc-ritual,
.oc-lab,
.oc-zikaku {
  font-family: var(--oc-font-body);
}

.oc-title {
  font-family: var(--oc-font-display);
  font-weight: 700;
  padding-right: .16em;
  box-sizing: content-box;
}

.oc-sub,
.oc-kicker,
.oc-small-title,
.oc-ai,
.oc-btn,
.oc-link,
.oc-category-title-btn,
.oc-category-text,
.oc-tag,
.oc-format,
.oc-site-menu a,
.oc-menu-toggle {
  font-family: var(--oc-font-ui);
}

@media (max-width: 600px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  .oc-what,
  .oc-book,
  .oc-mind,
  .oc-ritual,
  .oc-lab,
  .oc-zikaku,
  .oc-youtube {
    width: 100%;
    margin-left: 0;
    overflow-x: hidden;
  }

  .oc-what-content,
  .oc-book-content,
  .oc-mind-content,
  .oc-ritual-content,
  .oc-lab-content,
  .oc-zikaku-content,
  .oc-youtube-content {
    width: 100%;
    min-height: 100svh;
    padding: calc(env(safe-area-inset-top, 0px) + 92px) 5vw 10vh;
  }

  .oc-card,
  .oc-book-card,
  .oc-mind-card,
  .oc-ritual-card,
  .oc-lab-card,
  .oc-zikaku-card,
  .oc-youtube-card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 22px 16px;
    box-sizing: border-box;
    background: rgba(0,0,0,.24);
    border-color: rgba(255,255,255,.18);
  }

  .oc-card .oc-title,
  .oc-book-card .oc-title,
  .oc-mind-card .oc-title,
  .oc-ritual-card .oc-title,
  .oc-lab-card .oc-title,
  .oc-zikaku-card .oc-title,
  .oc-youtube-card .oc-title {
    max-width: 100%;
    font-size: clamp(20px, 6.4vw, 30px);
    line-height: 1.02;
    letter-spacing: .025em;
    margin-top: 12px;
    margin-bottom: 28px;
    padding-right: .42em;
    overflow: visible;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .oc-card .oc-sub,
  .oc-book-card .oc-sub,
  .oc-mind-card .oc-sub,
  .oc-ritual-card .oc-sub,
  .oc-lab-card .oc-sub,
  .oc-zikaku-card .oc-sub,
  .oc-youtube-card .oc-sub {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 34px;
  }

  .oc-card .oc-text,
  .oc-book-card .oc-text,
  .oc-mind-card .oc-text,
  .oc-ritual-card .oc-text,
  .oc-lab-card .oc-text,
  .oc-zikaku-card .oc-text,
  .oc-youtube-card .oc-text {
    font-size: 13.5px;
    line-height: 1.9;
  }

  .oc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.35;
    white-space: normal;
  }

  .oc-links {
    flex-wrap: wrap;
    gap: 16px;
  }

  .oc-categories {
    gap: 12px;
    margin-top: 34px;
  }

  .oc-category {
    padding: 14px;
  }

  .oc-category-title-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    letter-spacing: .08em;
    overflow-wrap: anywhere;
  }

  .oc-divider {
    margin: 28px 0;
  }
}
.oc-panel-inner.oc-reveal .oc-title::after {
  animation: ocGhostReveal 1.6s ease forwards;
}

.oc-what .oc-card > .oc-kicker,
.oc-youtube-card > .oc-kicker,
.oc-zikaku-card > .oc-kicker,
.oc-book-card > .oc-kicker {
  display: block;
  text-align: center;
  margin-bottom: 28px;
}

.oc-what .oc-card > .oc-title,
.oc-youtube-card > .oc-title,
.oc-zikaku-card > .oc-title,
.oc-book-card > .oc-title {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.oc-what .oc-card > .oc-sub,
.oc-youtube-card > .oc-sub,
.oc-zikaku-card > .oc-sub,
.oc-book-card > .oc-sub {
  text-align: center;
  margin-bottom: 56px;
}

@media (max-width: 600px) {
  .oc-what .oc-card > .oc-kicker,
  .oc-youtube-card > .oc-kicker,
  .oc-zikaku-card > .oc-kicker,
  .oc-book-card > .oc-kicker {
    margin-bottom: 28px;
  }

  .oc-what .oc-card > .oc-title,
  .oc-youtube-card > .oc-title,
  .oc-zikaku-card > .oc-title,
  .oc-book-card > .oc-title {
    margin-left: auto;
    margin-right: auto;
  }

  .oc-what .oc-card > .oc-sub,
  .oc-youtube-card > .oc-sub,
  .oc-zikaku-card > .oc-sub,
  .oc-book-card > .oc-sub {
    margin-bottom: 68px;
  }
}

.oc-panel:is(#what, #youtube, #zikaku) {
  min-height: 142svh;
  padding-top: 32vh;
  padding-bottom: 28vh;
}

.oc-panel#what {
  padding-top: 24vh;
}

.oc-declaration-final {
  min-height: 98svh;
  padding-bottom: 18vh;
}

.oc-card,
.oc-youtube-card,
.oc-zikaku-card,
.oc-book-card,
.oc-lab-card,
.oc-ritual-card,
.oc-mind-card {
  border-color: transparent;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.oc-body-frame {
  margin-top: 0;
  padding: 26px 22px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.34);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.oc-body-frame > :first-child {
  margin-top: 0;
}

.oc-body-frame > :last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .oc-panel:is(#what, #youtube, #zikaku) {
    min-height: 128svh;
    padding-top: 28vh;
    padding-bottom: 24vh;
  }

  .oc-panel#what {
    padding-top: 20vh;
  }

  .oc-declaration-final {
    min-height: 94svh;
    padding-bottom: 16vh;
  }

  .oc-body-frame {
    padding: 20px 16px;
  }

  .oc-kindle-visual-top {
    max-width: 148px;
  }

  .oc-kindle-visual-page {
    max-width: min(68vw, 230px);
  }

  .oc-story-magazine {
    gap: 18px;
  }

  .oc-story-copy {
    font-size: 15px;
    line-height: 1.82;
  }

  .oc-story-final {
    grid-template-columns: minmax(0, 1fr) minmax(128px, .64fr);
    gap: 16px;
  }
}

.oc-important,
.oc-warning {
  color: #cc3333;
  font-weight: 700;
  text-shadow:
    0 0 12px rgba(204,51,51,.24),
    0 0 34px rgba(204,51,51,.12);
}

.oc-btn,
.oc-category-title-btn,
.oc-link,
.oc-menu-toggle,
.oc-mail-button {
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.12);
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.05),
    0 10px 34px rgba(0,0,0,.18);
}

.oc-btn:hover,
.oc-category-title-btn:hover,
.oc-link:hover,
.oc-menu-toggle:hover {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.22);
  color: #fff;
}

.oc-link {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.42);
}

.oc-btn.oc-btn-icon {
  display: grid !important;
  grid-template-columns: 28px minmax(0, auto);
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 12px;
  width: min(82vw, 240px) !important;
  min-width: 0 !important;
  max-width: 240px !important;
  min-height: 52px;
  padding: 11px 22px 11px 18px !important;
  margin: 30px auto 0;
  justify-self: center;
  border-radius: 999px;
  box-sizing: border-box;
  line-height: 1.15;
  text-align: center;
  letter-spacing: .06em;
  font-size: 10px;
}

.oc-btn.oc-btn-icon img {
  display: block;
  grid-column: 1;
  grid-row: 1;
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.oc-btn.oc-btn-icon span {
  display: block;
  grid-column: 2;
  grid-row: 1;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
  text-wrap: balance;
  text-align: center;
}

.oc-youtube .oc-channel-links {
  padding-bottom: 4vh;
}

.oc-capsule-links {
  gap: 14px;
}

.oc-capsule-links .oc-btn.oc-btn-icon {
  margin-top: 0;
}

.oc-menu-toggle span {
  background: rgba(255,255,255,.86);
}

@media (max-width: 700px) {
  .oc-btn,
  .oc-category-title-btn,
  .oc-link,
  .oc-menu-toggle,
  .oc-mail-button,
  .oc-body-frame {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
  }

  .oc-btn,
  .oc-category-title-btn,
  .oc-link,
  .oc-menu-toggle,
  .oc-mail-button {
    background: rgba(255,255,255,.16);
  }

  .oc-body-frame,
  .oc-site-menu {
    background: rgba(0,0,0,.52);
  }

  .oc-site-menu {
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }

}

