@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800&family=Heebo:wght@500;700;800;900&family=Rubik:wght@700;800;900&display=swap");

body.evm-gameit-shadows-experience-page {
  background: #05040b;
}

body.evm-gameit-shadows-experience-page .wp-block-post-title,
body.evm-gameit-shadows-experience-page h1.wp-block-post-title,
body.evm-gameit-shadows-experience-page .entry-title,
body.evm-gameit-shadows-experience-page .post-title,
body.evm-gameit-shadows-experience-page .page-title,
body.evm-gameit-shadows-experience-page .entry-header,
body.evm-gameit-shadows-experience-page .page-header,
body.evm-gameit-shadows-experience-page .post-header {
  display: none;
}

body.evm-gameit-shadows-experience-page .wp-site-blocks,
body.evm-gameit-shadows-experience-page #page,
body.evm-gameit-shadows-experience-page .site,
body.evm-gameit-shadows-experience-page .site-content,
body.evm-gameit-shadows-experience-page .site-main,
body.evm-gameit-shadows-experience-page main,
body.evm-gameit-shadows-experience-page article,
body.evm-gameit-shadows-experience-page .type-page,
body.evm-gameit-shadows-experience-page .page,
body.evm-gameit-shadows-experience-page .wp-block-post-content,
body.evm-gameit-shadows-experience-page .entry-content,
body.evm-gameit-shadows-experience-page .post-content {
  max-width: 100%;
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
  background: transparent;
}

body.evm-gameit-shadows-experience-page .site-main {
  padding-inline: 0 !important;
}

body.evm-gameit-shadows-experience-page .page-content {
  width: 100%;
}

.evm-shadows-experience,
.evm-shadows-experience * {
  box-sizing: border-box;
}

.evm-shadows-experience {
  --shadows-admin-offset: 0px;
  --shadows-bg: #05040b;
  --shadows-bg-soft: #0b0915;
  --shadows-panel: rgba(17, 14, 30, 0.9);
  --shadows-panel-soft: rgba(29, 23, 47, 0.74);
  --shadows-parchment: #e8d7aa;
  --shadows-text: #fffaf0;
  --shadows-muted: rgba(243, 236, 221, 0.74);
  --shadows-soft: rgba(243, 236, 221, 0.55);
  --shadows-border: rgba(211, 181, 112, 0.24);
  --shadows-gold: #d8b86a;
  --shadows-gold-bright: #f2da91;
  --shadows-aqua: #62dfd1;
  --shadows-aqua-soft: rgba(98, 223, 209, 0.18);
  --shadows-violet: #6c3d8f;
  --shadows-font-display: "Rubik", "Heebo", sans-serif;
  --shadows-font-body: "Assistant", "Heebo", sans-serif;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100% !important;
  min-height: 100svh;
  margin-block: 0 !important;
  margin-inline: 0 !important;
  direction: rtl;
  overflow-x: clip;
  color: var(--shadows-text);
  background:
    radial-gradient(circle at 10% 28%, rgba(91, 51, 124, 0.2), transparent 34rem),
    radial-gradient(circle at 88% 48%, rgba(38, 129, 131, 0.12), transparent 30rem),
    linear-gradient(180deg, #05040b 0%, #0a0712 47%, #06050b 100%);
  font-family: var(--shadows-font-body);
  isolation: isolate;
}

body.evm-gameit-shadows-experience-page.admin-bar .evm-shadows-experience {
  --shadows-admin-offset: 32px;
}

.evm-shadows-experience a {
  color: inherit;
}

.evm-shadows-experience button,
.evm-shadows-experience a {
  -webkit-tap-highlight-color: transparent;
}

.evm-shadows-experience__container {
  width: min(100% - 32px, 1160px);
  margin-inline: auto;
}

.evm-shadows-experience__skip {
  position: fixed;
  top: calc(12px + var(--shadows-admin-offset));
  right: 14px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  color: #07050c;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-160%);
}

.evm-shadows-experience__skip:focus-visible {
  transform: translateY(0);
  outline: 3px solid var(--shadows-aqua);
  outline-offset: 3px;
}

.evm-shadows-experience__hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100svh - var(--shadows-admin-offset)));
  overflow: hidden;
  isolation: isolate;
}

.evm-shadows-experience__hero-image,
.evm-shadows-experience__hero-shade,
.evm-shadows-experience__dust {
  position: absolute;
  inset: 0;
}

.evm-shadows-experience__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(0.86) contrast(1.04) brightness(0.76);
  transform: scale(1.015);
}

.evm-shadows-experience.is-enhanced:not(.is-reduced-motion) .evm-shadows-experience__hero-image img {
  animation: evmShadowsHeroBreath 14s ease-in-out infinite alternate;
}

.evm-shadows-experience__hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 4, 10, 0.46) 0%, rgba(4, 4, 10, 0.54) 42%, rgba(4, 4, 10, 0.92) 100%),
    radial-gradient(circle at 33% 30%, rgba(40, 213, 196, 0.13), transparent 23rem),
    linear-gradient(180deg, rgba(5, 4, 11, 0.08) 44%, #05040b 100%);
}

.evm-shadows-experience__dust {
  z-index: 2;
  opacity: 0.52;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 34%, rgba(255, 239, 176, 0.9) 0 1px, transparent 1.7px),
    radial-gradient(circle at 42% 24%, rgba(98, 223, 209, 0.82) 0 1px, transparent 1.8px),
    radial-gradient(circle at 73% 61%, rgba(255, 239, 176, 0.74) 0 1px, transparent 1.7px);
  background-size: 137px 139px, 173px 181px, 211px 223px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.evm-shadows-experience.is-enhanced:not(.is-reduced-motion) .evm-shadows-experience__dust {
  animation: evmShadowsDustDrift 18s linear infinite;
}

.evm-shadows-experience__hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(270px, 0.6fr);
  align-items: center;
  gap: clamp(24px, 6vw, 84px);
  width: min(100% - 32px, 1160px);
  margin-inline: auto;
  padding-block: 74px 132px;
}

.evm-shadows-experience__hero-copy {
  display: grid;
  gap: 18px;
  max-width: 700px;
}

.evm-shadows-experience__eyebrow {
  margin: 0;
  color: var(--shadows-gold);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evm-shadows-experience h1,
.evm-shadows-experience h2,
.evm-shadows-experience h3,
.evm-shadows-experience p {
  margin-block-start: 0;
}

.evm-shadows-experience h1,
.evm-shadows-experience h2,
.evm-shadows-experience h3 {
  color: var(--shadows-text);
  font-family: var(--shadows-font-display);
  font-weight: 900;
  letter-spacing: -0.025em;
}

.evm-shadows-experience h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.35rem, 8vw, 6.5rem);
  line-height: 0.95;
  text-shadow: 0 14px 48px rgba(0, 0, 0, 0.54);
}

.evm-shadows-experience h2 {
  margin-block-end: 14px;
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  line-height: 1.04;
}

.evm-shadows-experience h3 {
  margin-block-end: 10px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.evm-shadows-experience__lead {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 250, 240, 0.84);
  font-size: clamp(1.06rem, 1.6vw, 1.24rem);
  font-weight: 500;
  line-height: 1.64;
}

.evm-shadows-experience__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block-start: 4px;
}

.evm-shadows-experience__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.evm-shadows-experience__button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.evm-shadows-experience__button--primary {
  border-color: rgba(242, 218, 145, 0.66);
  color: #181005 !important;
  background: linear-gradient(180deg, #f4dfa0 0%, #d9b65f 54%, #ad8535 100%);
  box-shadow: 0 14px 34px rgba(196, 151, 65, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.evm-shadows-experience__button--ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--shadows-text) !important;
  background: rgba(12, 10, 22, 0.52);
  backdrop-filter: blur(10px);
}

.evm-shadows-experience__button:hover,
.evm-shadows-experience__button:focus-visible {
  transform: translateY(-2px);
}

.evm-shadows-experience__button--primary:hover,
.evm-shadows-experience__button--primary:focus-visible {
  box-shadow: 0 18px 40px rgba(196, 151, 65, 0.31), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.evm-shadows-experience__button:focus-visible,
.evm-shadows-experience summary:focus-visible,
.evm-shadows-experience__review a:focus-visible {
  outline: 3px solid var(--shadows-aqua);
  outline-offset: 4px;
}

.evm-shadows-experience__hero-seal {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: min(29vw, 330px);
  margin-inline: auto;
  border: 1px solid rgba(216, 184, 106, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(98, 223, 209, 0.2) 0 14%, transparent 15% 28%, rgba(216, 184, 106, 0.12) 29% 31%, transparent 32%),
    rgba(6, 5, 13, 0.46);
  box-shadow: 0 0 0 14px rgba(5, 4, 11, 0.28), 0 0 78px rgba(87, 220, 207, 0.14);
  backdrop-filter: blur(8px);
}

.evm-shadows-experience__hero-seal::before,
.evm-shadows-experience__hero-seal::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(98, 223, 209, 0.34);
  transform: rotate(45deg);
}

.evm-shadows-experience__hero-seal::after {
  inset: 21%;
  border-color: rgba(216, 184, 106, 0.42);
  transform: rotate(22.5deg);
}

.evm-shadows-experience__seal-orbit {
  position: absolute;
  inset: -9%;
  border: 1px dashed rgba(216, 184, 106, 0.36);
  border-radius: 50%;
}

.evm-shadows-experience__seal-core {
  display: grid;
  place-items: center;
  width: 42%;
  color: var(--shadows-aqua);
  filter: drop-shadow(0 0 14px rgba(98, 223, 209, 0.48));
}

.evm-shadows-experience__seal-core svg {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.evm-shadows-experience__seal-label {
  position: absolute;
  bottom: 14%;
  color: var(--shadows-gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.evm-shadows-experience.is-enhanced:not(.is-reduced-motion) .evm-shadows-experience__seal-orbit {
  animation: evmShadowsOrbit 26s linear infinite;
}

.evm-shadows-experience.is-enhanced:not(.is-reduced-motion) .evm-shadows-experience__hero-seal {
  animation: evmShadowsSealFloat 4.8s ease-in-out infinite;
}

.evm-shadows-experience.is-enhanced:not(.is-reduced-motion) .evm-shadows-experience__seal-core {
  animation: evmShadowsCorePulse 2.8s ease-in-out infinite;
}

.evm-shadows-experience__hero-facts {
  position: absolute;
  z-index: 4;
  right: 50%;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(calc(100% - 32px), 810px);
  transform: translateX(50%);
}

.evm-shadows-experience__hero-fact {
  display: grid;
  gap: 2px;
  min-height: 74px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(7, 6, 14, 0.72);
  text-align: center;
  backdrop-filter: blur(12px);
}

.evm-shadows-experience__hero-fact span {
  color: var(--shadows-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.evm-shadows-experience__hero-fact strong {
  color: var(--shadows-text);
  font-size: 1rem;
}

.evm-shadows-experience__floating-booking {
  position: fixed;
  z-index: 90;
  right: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  width: min(calc(100% - 28px), 420px);
  border: 1px solid rgba(242, 218, 145, 0.56);
  border-radius: 16px;
  color: #171005 !important;
  background: linear-gradient(180deg, #f1d98f, #bd923e);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.evm-shadows-experience__floating-booking svg {
  width: 19px;
  fill: currentColor;
}

.evm-shadows-experience__floating-booking.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(50%, 0);
}

.evm-shadows-experience__trust {
  position: relative;
  z-index: 2;
  border-block: 1px solid var(--shadows-border);
  background: rgba(10, 8, 18, 0.94);
}

.evm-shadows-experience__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.evm-shadows-experience__trust-item {
  position: relative;
  display: grid;
  gap: 3px;
  padding: 20px 24px;
  text-align: center;
}

.evm-shadows-experience__trust-item + .evm-shadows-experience__trust-item::before {
  content: "";
  position: absolute;
  inset-block: 22%;
  right: 0;
  width: 1px;
  background: var(--shadows-border);
}

.evm-shadows-experience__trust-item span {
  color: var(--shadows-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.evm-shadows-experience__trust-item strong {
  font-size: 1rem;
}

.evm-shadows-experience__section {
  position: relative;
  padding-block: clamp(68px, 8vw, 112px);
  scroll-margin-top: 24px;
}

.evm-shadows-experience__section-head {
  max-width: 720px;
}

.evm-shadows-experience__section-head > p:last-child {
  margin: 0;
  color: var(--shadows-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.evm-shadows-experience__section-head--center {
  margin-inline: auto;
  text-align: center;
}

.evm-shadows-experience__story {
  background:
    linear-gradient(90deg, rgba(216, 184, 106, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(216, 184, 106, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
}

.evm-shadows-experience__chapters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-block-start: 34px;
}

.evm-shadows-experience__chapter {
  position: relative;
  min-height: 270px;
  padding: 64px 28px 28px;
  border: 1px solid var(--shadows-border);
  background:
    linear-gradient(135deg, rgba(216, 184, 106, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(28, 23, 43, 0.86), rgba(12, 10, 21, 0.92));
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
}

.evm-shadows-experience__chapter::before,
.evm-shadows-experience__chapter::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-color: rgba(216, 184, 106, 0.4);
  border-style: solid;
}

.evm-shadows-experience__chapter::before {
  top: 12px;
  right: 12px;
  border-width: 1px 1px 0 0;
}

.evm-shadows-experience__chapter::after {
  bottom: 12px;
  left: 12px;
  border-width: 0 0 1px 1px;
}

.evm-shadows-experience__chapter-number {
  position: absolute;
  top: 20px;
  right: 26px;
  color: var(--shadows-gold);
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.evm-shadows-experience__chapter p,
.evm-shadows-experience__benefit p,
.evm-shadows-experience__review p {
  margin: 0;
  color: var(--shadows-muted);
  line-height: 1.68;
}

.evm-shadows-experience__ritual {
  overflow: hidden;
  border-block: 1px solid var(--shadows-border);
  background:
    radial-gradient(circle at 50% 34%, rgba(75, 168, 164, 0.16), transparent 28rem),
    linear-gradient(180deg, #0a0813, #08060f);
}

.evm-shadows-experience__ritual-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
	opacity: calc(0.15 + (var(--book-progress, 1) * 0.2));
  background: radial-gradient(circle at 50% 48%, rgba(98, 223, 209, 0.32), transparent 25rem);
}

.evm-shadows-experience__ritual-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.evm-shadows-experience__ritual-tags li {
  padding: 7px 13px;
  border: 1px solid rgba(216, 184, 106, 0.3);
  border-radius: 999px;
  color: var(--shadows-soft);
  background: rgba(16, 13, 26, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
}

.evm-shadows-experience__ritual-stage {
	display: block;
	margin-block-start: 40px;
}

.evm-shadows-experience__book {
	--book-progress: 1;
	position: relative;
	width: min(100%, 900px);
	min-height: 430px;
	margin-inline: auto;
	perspective: 1000px;
	transform-style: preserve-3d;
	filter: drop-shadow(0 30px 28px rgba(0, 0, 0, 0.46));
}

.evm-shadows-experience__video-frame {
	position: absolute;
	inset: 8% 5%;
	z-index: 1;
	overflow: hidden;
	border: 1px solid rgba(216, 184, 106, 0.5);
	border-radius: 18px;
	background: #05040b;
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.56), inset 0 0 30px rgba(98, 223, 209, 0.12);
	opacity: clamp(0.08, calc((var(--book-progress) - 0.08) * 1.5), 1);
	transform: translateY(calc((1 - var(--book-progress)) * 16px)) scale(calc(0.94 + (var(--book-progress) * 0.06)));
}

.evm-shadows-experience__book-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #05040b;
}

.evm-shadows-experience__book-page {
  position: absolute;
  top: 8%;
  bottom: 8%;
	z-index: 3;
	width: 45%;
  border: 1px solid rgba(207, 177, 112, 0.42);
  background:
    radial-gradient(circle at 50% 44%, rgba(98, 223, 209, 0.08), transparent 30%),
    repeating-linear-gradient(0deg, transparent 0 24px, rgba(68, 49, 30, 0.13) 25px),
    linear-gradient(135deg, #d9c38e, #a78e5e);
	box-shadow: inset 0 0 30px rgba(47, 24, 14, 0.38);
	backface-visibility: hidden;
	pointer-events: none;
	will-change: transform;
}

.evm-shadows-experience__book-page::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(58, 37, 22, 0.25);
}

.evm-shadows-experience__book-page--right {
	right: 5%;
	border-radius: 8px 22px 22px 8px;
	transform: rotateY(calc(-4deg - (var(--book-progress) * 158deg))) rotateZ(calc((1 - var(--book-progress)) * 1deg));
	transform-origin: left center;
}

.evm-shadows-experience__book-page--left {
	left: 5%;
	border-radius: 22px 8px 8px 22px;
	transform: rotateY(calc(4deg + (var(--book-progress) * 158deg))) rotateZ(calc((1 - var(--book-progress)) * -1deg));
	transform-origin: right center;
}

.evm-shadows-experience__book-spine {
  position: absolute;
  top: 8%;
  bottom: 8%;
	left: calc(50% - 6px);
	z-index: 4;
  width: 12px;
  border-radius: 50%;
	background: linear-gradient(90deg, rgba(45, 23, 15, 0.64), rgba(245, 218, 157, 0.28), rgba(45, 23, 15, 0.64));
	opacity: calc(1 - var(--book-progress));
	pointer-events: none;
}

.evm-shadows-experience__ritual-seal {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
	z-index: 5;
	width: 30%;
  aspect-ratio: 1;
  color: #3d2b22;
	opacity: calc(1 - var(--book-progress));
	transform: translate(-50%, -50%) scale(calc(1 - (var(--book-progress) * 0.18))) rotate(calc(var(--book-progress) * 12deg));
	pointer-events: none;
}

.evm-shadows-experience__ritual-seal > svg {
  width: 62%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.evm-shadows-experience__ritual-ring {
  position: absolute;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.evm-shadows-experience__ritual-ring--outer {
  inset: 0;
  border-style: double;
}

.evm-shadows-experience__ritual-ring--inner {
  inset: 18%;
  border-width: 1px;
  border-style: dashed;
}

.evm-shadows-experience.is-enhanced .evm-shadows-experience__book {
	--book-progress: 0;
}

.evm-shadows-experience.is-reduced-motion .evm-shadows-experience__book {
	--book-progress: 1 !important;
}

.evm-shadows-experience.is-enhanced:not(.is-reduced-motion) .evm-shadows-experience__ritual-ring--outer {
	animation: evmShadowsOrbit 18s linear infinite;
}

.evm-shadows-experience.is-enhanced:not(.is-reduced-motion) .evm-shadows-experience__ritual-ring--inner {
	animation: evmShadowsOrbitReverse 12s linear infinite;
}

.evm-shadows-experience__benefits {
  background: linear-gradient(180deg, rgba(5, 4, 11, 0.6), rgba(14, 10, 22, 0.9));
}

.evm-shadows-experience__benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-block-start: 34px;
}

.evm-shadows-experience__benefit {
  position: relative;
  min-height: 230px;
  padding: 54px 24px 24px;
  border: 1px solid var(--shadows-border);
  border-radius: 18px;
  background: var(--shadows-panel-soft);
}

.evm-shadows-experience__benefit-index {
  position: absolute;
  top: 18px;
  right: 22px;
  color: var(--shadows-aqua);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.evm-shadows-experience__audiences {
  padding-block: 58px;
  border-block: 1px solid var(--shadows-border);
  background:
    radial-gradient(circle at 15% 50%, rgba(98, 223, 209, 0.1), transparent 23rem),
    rgba(12, 9, 19, 0.9);
}

.evm-shadows-experience__audiences-inner {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: 42px;
}

.evm-shadows-experience__audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evm-shadows-experience__audience-list li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid var(--shadows-border);
  border-radius: 999px;
  background: rgba(23, 18, 35, 0.86);
  font-weight: 800;
}

.evm-shadows-experience__audience-list svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--shadows-gold);
  stroke-width: 3;
}

.evm-shadows-experience__reviews {
  background:
    radial-gradient(circle at 50% 10%, rgba(103, 58, 136, 0.13), transparent 25rem),
    #07050d;
}

.evm-shadows-experience__review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-block-start: 34px;
}

.evm-shadows-experience__review {
  position: relative;
  min-height: 210px;
  padding: 46px 25px 24px;
  border: 1px solid var(--shadows-border);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(32, 25, 47, 0.84), rgba(11, 9, 18, 0.94));
}

.evm-shadows-experience__quote {
  position: absolute;
  top: 8px;
  right: 22px;
  color: var(--shadows-gold);
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.evm-shadows-experience__review a {
  display: inline-flex;
  margin-block-start: 18px;
  color: var(--shadows-aqua);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.evm-shadows-experience__reviews--compact {
  padding-block: clamp(46px, 6vw, 72px);
}

.evm-shadows-experience__review-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin-inline: auto;
  margin-block-start: 24px;
}

.evm-shadows-experience__review-grid--compact .evm-shadows-experience__review {
  min-height: 170px;
}

.evm-shadows-experience__booking {
  scroll-margin-top: 12px;
  border-block: 1px solid var(--shadows-border);
  background:
    radial-gradient(circle at 90% 8%, rgba(98, 223, 209, 0.1), transparent 27rem),
    linear-gradient(180deg, #0d0a16, #07050d);
}

.evm-shadows-experience__booking-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
  align-items: end;
  gap: 34px;
  margin-block-end: 28px;
}

.evm-shadows-experience__booking-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evm-shadows-experience__booking-facts li {
  display: grid;
  gap: 3px;
  padding: 14px;
  border: 1px solid var(--shadows-border);
  border-radius: 14px;
  background: rgba(27, 22, 40, 0.76);
  text-align: center;
}

.evm-shadows-experience__booking-facts strong {
  color: var(--shadows-soft);
  font-size: 0.72rem;
}

.evm-shadows-experience__booking-facts span {
  font-size: 0.9rem;
  font-weight: 800;
}

.evm-shadows-experience__booking-proof {
  margin: 20px 0 0;
  padding: 14px 18px;
  border-right: 2px solid var(--shadows-aqua);
  border-radius: 0 12px 12px 0;
  background: rgba(15, 32, 37, 0.52);
}

.evm-shadows-experience__booking-proof p {
  margin: 0 0 5px;
  color: var(--shadows-text);
  line-height: 1.55;
}

.evm-shadows-experience__booking-proof cite {
  color: var(--shadows-aqua);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.evm-shadows-experience__pricing {
  overflow: hidden;
  border: 1px solid rgba(216, 184, 106, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(98, 223, 209, 0.12), transparent 15rem),
    linear-gradient(145deg, rgba(29, 23, 43, 0.96), rgba(9, 8, 17, 0.98));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.evm-shadows-experience__pricing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--shadows-border);
}

.evm-shadows-experience__pricing-head span {
  color: var(--shadows-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.evm-shadows-experience__pricing-head strong {
  color: var(--shadows-text);
  font-size: 1.05rem;
}

.evm-shadows-experience__pricing table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: var(--shadows-text);
  background: transparent;
}

.evm-shadows-experience__pricing th,
.evm-shadows-experience__pricing td {
  padding: 10px 18px;
  border: 0;
  text-align: right;
}

.evm-shadows-experience__pricing th {
  color: var(--shadows-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.evm-shadows-experience__pricing tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.evm-shadows-experience__pricing tbody tr:hover {
  background: rgba(98, 223, 209, 0.06);
}

.evm-shadows-experience__pricing th:last-child,
.evm-shadows-experience__pricing td:last-child {
  text-align: left;
}

.evm-shadows-experience__pricing td strong {
  color: var(--shadows-gold-bright);
  white-space: nowrap;
}

.evm-shadows-experience__booking-shell {
  overflow: hidden;
  border: 1px solid rgba(216, 184, 106, 0.32);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}

.evm-shadows-experience__booking-shell-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 14px 22px;
  color: var(--shadows-text);
  background: linear-gradient(90deg, #191329, #0e0b17);
}

.evm-shadows-experience__booking-shell-head span {
  color: var(--shadows-aqua);
  font-size: 0.78rem;
  font-weight: 800;
}

.evm-shadows-experience__booking-frame {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: #fff;
}

.evm-shadows-experience__booking-frame iframe {
  display: block;
  width: 100%;
  min-height: 780px;
  border: 0;
}

.evm-shadows-experience__booking-fallback {
  margin: 0;
  padding: 14px 20px;
  color: #50445d;
  background: #f4f0f6;
  font-size: 0.86rem;
  text-align: center;
}

.evm-shadows-experience__booking-fallback a {
  color: #315c75;
  font-weight: 800;
  text-underline-offset: 3px;
}

.evm-shadows-experience__faq {
  background: #06050b;
}

.evm-shadows-experience__faq-inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.32fr);
  gap: 56px;
}

.evm-shadows-experience__faq-list {
  display: grid;
  gap: 9px;
}

.evm-shadows-experience__faq-list details {
  border: 1px solid var(--shadows-border);
  border-radius: 15px;
  background: rgba(24, 19, 36, 0.72);
}

.evm-shadows-experience__faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 16px 20px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.evm-shadows-experience__faq-list summary::-webkit-details-marker {
  display: none;
}

.evm-shadows-experience__faq-symbol {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.evm-shadows-experience__faq-symbol::before,
.evm-shadows-experience__faq-symbol::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--shadows-gold);
}

.evm-shadows-experience__faq-symbol::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.evm-shadows-experience__faq-list details[open] .evm-shadows-experience__faq-symbol::after {
  transform: rotate(0deg);
}

.evm-shadows-experience__faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--shadows-muted);
  line-height: 1.62;
}

.evm-shadows-experience__final {
  position: relative;
  overflow: hidden;
  padding-block: clamp(50px, 6vw, 78px);
  border-top: 1px solid rgba(216, 184, 106, 0.28);
  background:
    radial-gradient(circle at 15% 50%, rgba(98, 223, 209, 0.14), transparent 24rem),
    radial-gradient(circle at 86% 50%, rgba(117, 68, 149, 0.2), transparent 28rem),
    #0c0914;
}

.evm-shadows-experience__final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.evm-shadows-experience__final h2 {
  margin-block-end: 6px;
}

.evm-shadows-experience__final p:last-child {
  margin: 0;
  color: var(--shadows-muted);
  font-size: 1.08rem;
}

.evm-shadows-experience.is-enhanced [data-shadows-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.evm-shadows-experience.is-enhanced [data-shadows-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes evmShadowsOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes evmShadowsOrbitReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes evmShadowsHeroBreath {
  0% {
    transform: scale(1.015);
  }
  100% {
    transform: scale(1.065) translate3d(-0.7%, -0.5%, 0);
  }
}

@keyframes evmShadowsDustDrift {
  to {
    background-position: 137px -70px, -86px 90px, 105px -111px;
  }
}

@keyframes evmShadowsSealFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.4deg);
  }
  50% {
    transform: translateY(-10px) rotate(0.7deg);
  }
}

@keyframes evmShadowsCorePulse {
  0%,
  100% {
    filter: drop-shadow(0 0 12px rgba(98, 223, 209, 0.42));
    transform: scale(0.98);
  }
  50% {
    filter: drop-shadow(0 0 24px rgba(98, 223, 209, 0.76));
    transform: scale(1.04);
  }
}

@media (max-width: 980px) {
  .evm-shadows-experience__hero-inner {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 28px;
  }

  .evm-shadows-experience__chapters,
  .evm-shadows-experience__review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .evm-shadows-experience__benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evm-shadows-experience__booking-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  body.evm-gameit-shadows-experience-page.admin-bar .evm-shadows-experience {
    --shadows-admin-offset: 46px;
  }

  .evm-shadows-experience__hero {
    min-height: 760px;
  }

  .evm-shadows-experience__hero-inner {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 18px;
    padding-block: 52px 118px;
  }

  .evm-shadows-experience__hero-copy {
    position: relative;
    z-index: 2;
    max-width: 530px;
  }

  .evm-shadows-experience__hero-seal {
    position: absolute;
    left: 22px;
    bottom: 122px;
    width: 170px;
    opacity: 0.9;
  }

  .evm-shadows-experience__chapters {
    grid-template-columns: 1fr;
  }

  .evm-shadows-experience__chapter {
    min-height: 0;
  }

  .evm-shadows-experience__audiences-inner,
  .evm-shadows-experience__faq-inner {
    grid-template-columns: 1fr;
  }

  .evm-shadows-experience__book {
    min-height: 340px;
  }

  .evm-shadows-experience__review-grid {
    grid-template-columns: 1fr;
  }

  .evm-shadows-experience__reviews--compact {
    padding-block: 38px;
  }

  .evm-shadows-experience__review-grid--compact {
    gap: 9px;
    margin-block-start: 18px;
  }

  .evm-shadows-experience__review-grid--compact .evm-shadows-experience__review {
    min-height: 0;
    padding: 38px 18px 18px;
  }

  .evm-shadows-experience__review {
    min-height: 0;
  }

  .evm-shadows-experience__final-inner {
    display: grid;
  }
}

@media (max-width: 620px) {
  .evm-shadows-experience__container {
    width: min(100% - 28px, 1160px);
  }

  .evm-shadows-experience__hero {
    min-height: max(680px, calc(100svh - 80px - var(--shadows-admin-offset)));
  }

  .evm-shadows-experience__hero-image img {
    object-position: 49% center;
  }

  .evm-shadows-experience__hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 4, 11, 0.62) 0%, rgba(5, 4, 11, 0.42) 34%, rgba(5, 4, 11, 0.9) 70%, #05040b 100%),
      linear-gradient(90deg, rgba(5, 4, 11, 0.36), rgba(5, 4, 11, 0.68));
  }

  .evm-shadows-experience__hero-inner {
    width: min(100% - 28px, 1160px);
    padding-block: 32px 108px;
  }

  .evm-shadows-experience h1 {
    max-width: 330px;
    font-size: clamp(3.2rem, 17vw, 4.35rem);
  }

  .evm-shadows-experience__lead {
    max-width: 365px;
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .evm-shadows-experience__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 350px);
  }

  .evm-shadows-experience__button {
    width: 100%;
    min-height: 52px;
  }

  .evm-shadows-experience__hero-seal {
    left: 18px;
    bottom: 104px;
    width: 132px;
  }

  .evm-shadows-experience__seal-label {
    display: none;
  }

  .evm-shadows-experience__hero-facts {
    bottom: 14px;
    width: min(calc(100% - 28px), 810px);
    gap: 6px;
  }

  .evm-shadows-experience__hero-fact {
    min-height: 68px;
    padding: 10px 7px;
    border-radius: 13px;
  }

  .evm-shadows-experience__hero-fact span {
    font-size: 0.66rem;
  }

  .evm-shadows-experience__hero-fact strong {
    font-size: 0.82rem;
  }

  .evm-shadows-experience__floating-booking {
    display: flex;
  }

  .evm-shadows-experience__trust {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .evm-shadows-experience__trust::-webkit-scrollbar {
    display: none;
  }

  .evm-shadows-experience__trust-grid {
    grid-template-columns: repeat(4, minmax(145px, 1fr));
    width: max-content;
    min-width: 100%;
  }

  .evm-shadows-experience__trust-item {
    min-width: 145px;
    padding: 16px 14px;
  }

  .evm-shadows-experience__section {
    padding-block: 48px;
  }

  .evm-shadows-experience__section-head > p {
    line-height: 1.55;
  }

  .evm-shadows-experience__ritual-tags {
    gap: 6px;
    margin-top: 14px;
  }

  .evm-shadows-experience__ritual-tags li {
    padding: 6px 10px;
    font-size: 0.74rem;
  }

  .evm-shadows-experience__ritual-stage {
    margin-block-start: 26px;
  }

  .evm-shadows-experience__chapters,
  .evm-shadows-experience__benefit-grid {
    grid-template-columns: 1fr;
  }

  .evm-shadows-experience__benefit {
    min-height: 0;
  }

  .evm-shadows-experience__book {
    min-height: 238px;
  }

  .evm-shadows-experience__booking-proof {
    margin-top: 14px;
    padding: 12px 14px;
  }

  .evm-shadows-experience__pricing-head {
    padding: 13px 14px;
  }

  .evm-shadows-experience__pricing th,
  .evm-shadows-experience__pricing td {
    padding: 9px 14px;
  }

  .evm-shadows-experience__audience-list li {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    padding-inline: 12px;
  }

  .evm-shadows-experience__booking-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .evm-shadows-experience__booking-facts li {
    padding: 11px 7px;
  }

  .evm-shadows-experience__booking-shell-head {
    min-height: 58px;
    padding: 12px 15px;
  }

  .evm-shadows-experience__booking-frame,
  .evm-shadows-experience__booking-frame iframe {
    min-height: 1180px;
    height: 1180px;
  }
}

@media (max-width: 370px) {
  .evm-shadows-experience__hero {
    min-height: 760px;
  }

  .evm-shadows-experience__hero-inner {
    padding-top: 26px;
  }

  .evm-shadows-experience h1 {
    font-size: 3.25rem;
  }

  .evm-shadows-experience__lead {
    font-size: 0.96rem;
  }

  .evm-shadows-experience__hero-seal {
    width: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .evm-shadows-experience *,
  .evm-shadows-experience *::before,
  .evm-shadows-experience *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .evm-shadows-experience.is-enhanced [data-shadows-reveal] {
    opacity: 1;
    transform: none;
  }
}


/* Shadows-only booking flow and contact actions. */
.evm-shadows-experience #shadows-booking {
  scroll-margin-top: clamp(92px, 8vw, 116px);
}

.evm-shadows-experience__actions {
  display: grid;
  grid-template-columns: minmax(0, 380px);
  gap: 12px;
  width: min(100%, 380px);
  margin-block-start: 14px;
}

.evm-shadows-experience__actions > .evm-shadows-experience__button--primary {
  width: 100%;
  min-height: 54px;
}

.evm-shadows-experience__actions > .evm-gameit-cta-contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0;
}

.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(216, 184, 106, 0.52);
  border-radius: 16px;
  color: var(--shadows-text) !important;
  background:
    linear-gradient(145deg, rgba(39, 29, 52, 0.94), rgba(9, 8, 17, 0.98));
  box-shadow: inset 0 1px 0 rgba(242, 218, 145, 0.12), 0 8px 18px rgba(0, 0, 0, 0.16);
  font-family: var(--shadows-font-body);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link--phone {
  border-color: rgba(216, 184, 106, 0.58);
}

.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link--whatsapp {
  border-color: rgba(98, 223, 209, 0.54);
}

.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link:hover,
.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link:active {
  border-color: var(--shadows-gold-bright);
  background:
    linear-gradient(145deg, rgba(56, 39, 67, 0.96), rgba(14, 13, 25, 0.98));
  box-shadow: inset 0 1px 0 rgba(242, 218, 145, 0.18), 0 10px 22px rgba(0, 0, 0, 0.2);
}

.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link--whatsapp:hover,
.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link--whatsapp:active {
  border-color: var(--shadows-aqua);
}

.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link:focus-visible {
  outline: 3px solid var(--shadows-aqua);
  outline-offset: 3px;
}

.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__icon {
  display: inline-grid;
  flex: 0 0 20px;
  place-items: center;
  width: 20px;
  height: 20px;
  color: var(--shadows-gold-bright);
}

.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link--whatsapp .evm-gameit-cta-contacts__icon {
  color: var(--shadows-aqua);
}

.evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__icon svg {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: currentColor;
  aspect-ratio: 1;
}

.evm-shadows-experience__booking-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  margin-block-end: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(216, 184, 106, 0.36);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 0%, rgba(98, 223, 209, 0.1), transparent 23rem),
    linear-gradient(145deg, rgba(30, 23, 47, 0.96), rgba(8, 7, 15, 0.98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(242, 218, 145, 0.08);
}

.evm-shadows-experience__booking-intro .evm-shadows-experience__section-head {
  max-width: 720px;
}

.evm-shadows-experience__booking-intro .evm-shadows-experience__section-head h2 {
  margin-block: 0 12px;
  color: var(--shadows-text);
  font-family: var(--shadows-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.evm-shadows-experience__booking-intro-important {
  margin-block-start: 22px;
  padding-block-start: 18px;
  border-block-start: 1px solid rgba(98, 223, 209, 0.24);
}

.evm-shadows-experience__booking-intro-important h3 {
  margin: 0 0 12px;
  color: var(--shadows-gold-bright);
  font-family: var(--shadows-font-display);
  font-size: 1.18rem;
  line-height: 1.2;
}

.evm-shadows-experience__booking-important-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evm-shadows-experience__booking-important-list li {
  display: grid;
  gap: 4px;
  align-content: start;
  min-width: 0;
  padding-inline-start: 14px;
  border-inline-start: 2px solid rgba(98, 223, 209, 0.48);
}

.evm-shadows-experience__booking-important-list span {
  color: var(--shadows-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.evm-shadows-experience__booking-important-list strong {
  color: var(--shadows-text);
  font-size: 1rem;
  line-height: 1.3;
}

.evm-shadows-experience__booking-shell {
  display: grid;
  gap: 14px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.evm-shadows-experience__selected-room {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 20px;
  border: 1px solid rgba(216, 184, 106, 0.34);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(216, 184, 106, 0.1), transparent 42%),
    rgba(17, 14, 30, 0.82);
}

.evm-shadows-experience__selected-room span {
  color: var(--shadows-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.evm-shadows-experience__selected-room strong {
  color: var(--shadows-gold-bright);
  font-family: var(--shadows-font-display);
  font-size: 1.1rem;
}

.evm-shadows-experience__pricing {
  border-color: rgba(216, 184, 106, 0.42);
}

.evm-shadows-experience__pricing-head h3 {
  margin: 0;
  color: var(--shadows-gold-bright);
  font-family: var(--shadows-font-display);
  font-size: 1.22rem;
  line-height: 1.2;
}

.evm-shadows-experience__pricing-head span {
  color: var(--shadows-soft);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 620px) {
  .evm-shadows-experience__actions {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 350px);
    gap: 10px;
  }

  .evm-shadows-experience__actions > .evm-gameit-cta-contacts {
    gap: 8px;
  }

  .evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link {
    min-height: 50px;
    padding-inline: 10px;
    font-size: 0.9rem;
  }

  .evm-shadows-experience__booking-intro {
    margin-block-end: 12px;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .evm-shadows-experience__booking-intro-important {
    margin-block-start: 18px;
    padding-block-start: 15px;
  }

  .evm-shadows-experience__booking-important-list {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .evm-shadows-experience__booking-important-list li {
    padding-inline-start: 12px;
  }

  .evm-shadows-experience__selected-room {
    align-items: start;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
  }

  .evm-shadows-experience__booking-shell {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .evm-shadows-experience__actions > .evm-gameit-cta-contacts .evm-gameit-cta-contacts__link {
    transition: none;
  }
}
/* Phase 4.34: Shadows-specific WP Social Ninja theme and containment. */
.evm-shadows-experience__reviews {
  overflow-x: clip;
  background: radial-gradient(circle at 18% 0, rgba(149, 107, 255, .18), transparent 42%), #0d0a18;
}

.evm-shadows-experience__reviews .evm-shadows-experience__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.evm-shadows-experience__reviews-plugin {
  box-sizing: border-box;
  max-inline-size: 100%;
  overflow: clip;
}

.evm-shadows-experience__reviews-plugin .wpsr-business-info,
.evm-shadows-experience__reviews-plugin .wpsr-total-rating,
.evm-shadows-experience__reviews-plugin .wpsr-review-template {
  box-sizing: border-box;
  min-height: 0;
  height: 100%;
  color: #f6f0ff;
  background: linear-gradient(150deg, rgba(30, 22, 49, .98), rgba(15, 11, 28, .98));
  border: 1px solid rgba(181, 145, 255, .28);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .04);
}

.evm-shadows-experience__reviews-plugin .wpsr-write-review-button,
.evm-shadows-experience__reviews-plugin .wpsr-write-review {
  border-color: #b58cff;
  background-color: #8b62d9;
  color: #fff;
}

.evm-shadows-experience__reviews-plugin .swiper-button-next,
.evm-shadows-experience__reviews-plugin .swiper-button-prev { color: #c7a8ff; }
.evm-shadows-experience__reviews-plugin .swiper-pagination-bullet-active { background: #c7a8ff; }

/* Phase 4.35: Shadows review chamber, hierarchy, and contrast. */
.evm-shadows-experience__reviews-plugin .wpsr-business-info,
.evm-shadows-experience__reviews-plugin .wpsr-business-info-wrapper,
.evm-shadows-experience__reviews-plugin .wpsr-total-rating {
  display: flex;
  width: min(100%, 720px);
  min-height: 0;
  margin-inline: auto;
  padding: 17px 21px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff8e9;
  background: linear-gradient(145deg, rgba(39, 26, 59, .98), rgba(15, 10, 27, .98));
  border-color: rgba(216, 184, 106, .3);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34), 0 0 28px rgba(125, 79, 181, .11);
}
.evm-shadows-experience__reviews-plugin .wpsr-review-template {
  display: flex;
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(18px, 2vw, 26px);
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  background: linear-gradient(155deg, rgba(42, 28, 62, .98), rgba(20, 13, 35, .98));
  border-color: rgba(190, 150, 242, .28);
}
.evm-shadows-experience__reviews-plugin .wpsr-review-header,
.evm-shadows-experience__reviews-plugin .wpsr-reviewer-info { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 12px; align-items: center; }
.evm-shadows-experience__reviews-plugin .wpsr-reviewer-image,
.evm-shadows-experience__reviews-plugin .wpsr-reviewer-image img,
.evm-shadows-experience__reviews-plugin .wpsr-profile-image img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(216, 184, 106, .48); }
.evm-shadows-experience__reviews-plugin .wpsr-reviewer-name,
.evm-shadows-experience__reviews-plugin .wpsr-reviewer-name a,
.evm-shadows-experience__reviews-plugin .wpsr-reviewer-name-url,
.evm-shadows-experience__reviews-plugin .wpsr-author-name,
.evm-shadows-experience__reviews-plugin .wpsr-profile-name { display: inline; padding: 0; background: transparent !important; color: #fff8e9; font-weight: 800; text-decoration: none; }
.evm-shadows-experience__reviews-plugin .wpsr-review-date { color: #c9bad8; }
.evm-shadows-experience__reviews-plugin .wpsr-review-content { color: #f4eafc; line-height: 1.72; }
.evm-shadows-experience__reviews-plugin .wpsr-review-rating { color: #f2cf75; }
.evm-shadows-experience__reviews-plugin .wpsr-write-review-button,
.evm-shadows-experience__reviews-plugin .wpsr-write-review { min-height: 44px; padding: 10px 20px; border: 1px solid #d9bc72; border-radius: 999px; background: linear-gradient(180deg, #7e56ad, #59377f); color: #fff8e9; font-weight: 900; text-decoration: none; box-shadow: 0 8px 22px rgba(67, 37, 99, .34); }

@media (max-width: 700px) {
  .evm-shadows-experience__reviews-plugin .wpsr-business-info,
  .evm-shadows-experience__reviews-plugin .wpsr-business-info-wrapper,
  .evm-shadows-experience__reviews-plugin .wpsr-total-rating { flex-wrap: wrap; padding: 14px; gap: 10px 14px; }
}

/* Phase 4.38: style the captured WPSR card DOM without taking ownership of
   the Swiper track or slides. */
.evm-shadows-experience__reviews {
  scroll-margin-top: var(--evm-header-offset, 88px);
}

.evm-shadows-experience__reviews-plugin .wpsr-business-info-wrapper {
  display: block;
  inline-size: auto;
  max-inline-size: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.evm-shadows-experience__reviews-plugin .wpsr-business-info {
  inline-size: min(100%, 1040px);
  min-block-size: 0;
  margin-inline: auto;
  margin-block-end: 24px;
  padding: 14px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
  color: #fff8e9;
  background: linear-gradient(145deg, rgba(39, 26, 59, .98), rgba(15, 10, 27, .98));
}

.evm-shadows-experience__reviews-plugin .wpsr-business-info-logo,
.evm-shadows-experience__reviews-plugin .wpsr-business-info-logo span,
.evm-shadows-experience__reviews-plugin .wpsr-business-info-left,
.evm-shadows-experience__reviews-plugin .wpsr-rating-and-count,
.evm-shadows-experience__reviews-plugin .wpsr-total-reviews {
  color: #fff8e9 !important;
}

.evm-shadows-experience__reviews-plugin .wpsr-container > .wpsr-business-info-wrapper + .wpsr-row {
  margin-block-start: -30px;
}

.evm-shadows-experience__reviews-plugin .wpsr-review-template {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  min-block-size: 0 !important;
  block-size: auto !important;
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(18px, 2vw, 26px);
  gap: 8px 12px;
  overflow: hidden;
  color: #fff8e9;
}

.evm-shadows-experience__reviews-plugin .wpsr-review-template::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 20px;
  inline-size: 42px;
  block-size: 3px;
  border-radius: 0 0 4px 4px;
  background: #d9bc72;
  content: '';
}

.evm-shadows-experience__reviews-plugin .wpsr-reviewer-image {
  position: static !important;
  display: grid !important;
  grid-column: 1;
  grid-row: 1 / span 2;
  inline-size: 48px !important;
  block-size: 48px !important;
  min-inline-size: 48px;
  min-block-size: 48px;
  overflow: visible !important;
  place-items: center;
  border-radius: 50%;
}

.evm-shadows-experience__reviews-plugin .wpsr-reviewer-image-url,
.evm-shadows-experience__reviews-plugin .wpsr-reviewer-avatar {
  display: block;
  inline-size: 48px !important;
  block-size: 48px !important;
  max-inline-size: none;
  border-radius: 50%;
  object-fit: cover;
}

.evm-shadows-experience__reviews-plugin .wpsr-review-platform {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  min-inline-size: 0;
  align-items: center;
  justify-self: end;
  gap: 5px;
}

.evm-shadows-experience__reviews-plugin .wpsr-review-info {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  min-inline-size: 0;
  flex-wrap: wrap;
  align-content: center;
  gap: 2px 8px;
}

.evm-shadows-experience__reviews-plugin .wpsr-reviewer-name,
.evm-shadows-experience__reviews-plugin .wpsr-reviewer-name-url {
  color: #fff8e9 !important;
}

.evm-shadows-experience__reviews-plugin .wpsr-review-content {
  color: #f4eafc !important;
}

.evm-shadows-experience__reviews-plugin .wpsr-review-date { flex-basis: 100%; }

.evm-shadows-experience__reviews-plugin .wpsr-review-content {
  grid-column: 1 / -1;
  grid-row: 3;
  min-block-size: 0 !important;
  block-size: auto !important;
  margin: 0;
}

.evm-shadows-experience__reviews-plugin .wpsr-review-content p { margin: 0; }

.evm-shadows-experience__reviews-plugin .wpsr_read_more,
.evm-shadows-experience__reviews-plugin .wpsr_read_less {
  color: #d9bc72;
  font-weight: 800;
}

.evm-shadows-experience__reviews-plugin .evm-reviews-adapter__navigation {
  display: flex;
  min-block-size: 40px;
  margin-block-start: 14px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  direction: ltr;
}

.evm-shadows-experience__reviews-plugin .evm-reviews-adapter__button {
  inline-size: 36px;
  block-size: 36px;
  padding: 0;
  border: 1px solid rgba(217, 188, 114, .68);
  border-radius: 50%;
  background: rgba(36, 24, 54, .88);
  color: #f5d78b;
  cursor: pointer;
}

.evm-shadows-experience__reviews-plugin .evm-reviews-adapter__status {
  min-inline-size: 4.5ch;
  color: #e4cee9;
  font-size: .84rem;
  font-weight: 800;
  text-align: center;
}

.evm-shadows-experience__reviews-plugin .evm-reviews-adapter__original-pagination[hidden] {
  display: none !important;
}

@media (max-width: 700px) {
  .evm-shadows-experience__reviews-plugin .wpsr-business-info { margin-block-end: 16px; }
}

@media (min-width: 701px) and (max-width: 900px) {
  .evm-shadows-experience__reviews-plugin .wpsr-business-info { margin-block-end: 20px; }
}

/* Phase 4.39: hide only the dynamic 4514 summary and release scoped card
   clipping; Swiper owns the track, widths and transforms. */
.evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-business-info-wrapper {
  display: none !important;
}

.evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-container > .wpsr-business-info-wrapper + .wpsr-row,
.evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-container > .wpsr-row {
  margin-block-start: 18px;
}

.evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-container.wpsr-fixed-height {
  block-size: auto !important;
  min-block-size: 0 !important;
  max-block-size: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-review-template {
  block-size: auto !important;
  min-block-size: 0 !important;
  max-block-size: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-review-content {
  block-size: auto !important;
  min-block-size: 0 !important;
  max-block-size: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-review-content p {
  color: #f4eafc !important;
}

.evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-review-date {
  color: #e4cee9 !important;
}

@media (max-width: 700px) {
  .evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-container > .wpsr-business-info-wrapper + .wpsr-row,
  .evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-container > .wpsr-row {
    margin-block-start: 16px;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-container > .wpsr-business-info-wrapper + .wpsr-row,
  .evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-container > .wpsr-row {
    margin-block-start: 20px;
  }
}

/* Phase 4.41: room-only slider gutter and equal-height card contract. */
.evm-shadows-experience__reviews-plugin .wpsr-reviews-slider-wrapper-inner {
  box-sizing: border-box;
  inline-size: 100% !important;
  max-inline-size: 100% !important;
  margin-inline: 0 !important;
  padding-inline: 16px;
}

.evm-shadows-experience__reviews-plugin .wpsr-reviews-slider .swiper-wrapper {
  align-items: stretch;
}

.evm-shadows-experience__reviews-plugin .wpsr-reviews-slider .swiper-slide {
  height: auto !important;
}

.evm-shadows-experience__reviews-plugin #wpsr-reviews-slider-4514 .wpsr-review-template {
  block-size: auto !important;
  height: auto !important;
  min-block-size: var(--evm-room-review-min-height, 0px) !important;
  min-height: var(--evm-room-review-min-height, 0px) !important;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .evm-shadows-experience__reviews-plugin .wpsr-reviews-slider-wrapper-inner {
    padding-inline: 8px;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .evm-shadows-experience__reviews-plugin .wpsr-reviews-slider-wrapper-inner {
    padding-inline: 12px;
  }
}
