:root {
  --epi-ink: #1d1835;
  --epi-purple: #6f35a5;
  --epi-violet: #955bc7;
  --epi-orchid: #bb82d8;
  --epi-lilac: #e5d5f0;
  --epi-cream: #faf8f5;
  --epi-mist: #f5f0f8;
  --epi-pearl: #fdfbf8;
  --epi-line: rgba(71, 45, 101, .16);
  --epi-deep: #160f2d;
  --epi-plum: #2b1944;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.epitelous-landing {
  margin: 0;
  background: var(--epi-deep);
  color: var(--epi-ink);
  font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.epitelous-landing > div:has(img[src*="/plugins/malcare-security/"]) {
  display: none !important;
}

.epitelous-page {
  position: relative;
  overflow: clip;
  background: #fff;
  color: var(--epi-ink);
}

.epitelous-content > * {
  margin-block: 0;
}

.epitelous-page .epi-shell {
  width: min(1180px, calc(100% - clamp(40px, 8vw, 112px)));
  margin-inline: auto;
}

.epitelous-page h1,
.epitelous-page h2,
.epitelous-page h3 {
  color: var(--epi-ink);
  font-family: var(--disp, "Literata", Georgia, serif);
  font-weight: 400;
}

.epitelous-page h1 em,
.epitelous-page h2 em,
.epitelous-page h3 em {
  color: var(--epi-violet);
  font-style: normal;
}

.epitelous-page h2 em {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 20' preserveAspectRatio='none'%3E%3Cpath d='M4 14 C70 4 150 17 296 7' fill='none' stroke='%23d9b9ed' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% .28em;
  padding-bottom: .08em;
}

.epitelous-page p,
.epitelous-page li,
.epitelous-page summary,
.epitelous-page .wp-block-button__link {
  font-family: var(--sans, "Alegreya Sans", "Helvetica Neue", sans-serif);
}

.epitelous-page p {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.7;
}

.epitelous-page .epi-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: var(--epi-violet);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.epitelous-page .epi-eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: .58;
}

.epitelous-page .epi-lead {
  color: #585164;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.62;
}

.epitelous-page .wp-block-buttons {
  margin-top: 30px;
}

.epitelous-page .wp-block-button__link {
  min-height: 48px;
  padding: 15px 28px;
  border: 2px solid var(--epi-purple);
  border-radius: 999px;
  background: var(--epi-purple);
  box-shadow: 0 18px 36px -25px rgba(73, 30, 111, .9);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.epitelous-page .wp-block-button__link:hover {
  background: #54257f;
  box-shadow: 0 23px 42px -24px rgba(73, 30, 111, .95);
  transform: translateY(-2px);
}

.epitelous-page .wp-block-button__link:active {
  transform: translateY(1px);
}

.epitelous-page :where(a, button, summary):focus-visible {
  outline: 2px solid var(--epi-violet);
  outline-offset: 4px;
}

.epi-hero__grid > *,
.epi-format__grid > *,
.epi-recognition__layout > *,
.epi-arenas__grid > *,
.epi-method__steps > *,
.epi-experience__layout > *,
.epi-session > *,
.epi-fit__grid > *,
.epi-offer__layout > *,
.epi-offer__items > *,
.epi-faq__layout > * {
  min-width: 0;
  margin-block: 0 !important;
}

/* Hero: one decisive, full-width editorial statement. */
.epi-hero {
  position: relative;
  display: grid;
  min-height: 100dvh;
  padding: clamp(62px, 7vw, 92px) 0 clamp(76px, 8vw, 104px);
  place-items: center;
  background:
    radial-gradient(circle at 5% 92%, rgba(229, 213, 240, .92), transparent 27%),
    radial-gradient(circle at 73% 19%, rgba(187, 130, 216, .13), transparent 26%),
    linear-gradient(132deg, #fff 0%, var(--epi-pearl) 48%, #f2ebf6 100%);
  overflow: hidden;
}

.epi-hero::before {
  position: absolute;
  top: -290px;
  right: -270px;
  width: 520px;
  aspect-ratio: 1;
  border: 1px solid rgba(111, 53, 165, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 76px rgba(111, 53, 165, .026), 0 0 0 152px rgba(111, 53, 165, .018);
  content: "";
  pointer-events: none;
}

.epi-hero::after {
  position: absolute;
  bottom: -210px;
  left: 24%;
  width: 420px;
  aspect-ratio: 1;
  border-radius: 44% 56% 62% 38% / 56% 48% 52% 44%;
  background: rgba(255, 255, 255, .5);
  content: "";
  pointer-events: none;
  transform: rotate(18deg);
}

.epitelous-page .epi-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  width: min(1540px, calc(100% - clamp(40px, 8vw, 112px)));
}

.epi-hero__copy {
  width: 100%;
}

.epi-hero__copy h1 {
  margin: 0 0 15px;
  font-size: clamp(72px, 10vw, 144px);
  line-height: .94;
  letter-spacing: -.06em;
}

.epi-hero__copy::before {
  display: block;
  width: 54px;
  height: 5px;
  margin-bottom: 27px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--epi-purple), var(--epi-orchid));
  content: "";
}

.epi-hero__subtitle {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--epi-purple);
  font-size: clamp(15px, 1.45vw, 19px) !important;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.42 !important;
}

.epi-hero__lede {
  max-width: 780px;
  margin: 0;
  color: #50495e;
  font-size: clamp(19px, 1.7vw, 23px) !important;
  line-height: 1.54 !important;
}

.epi-hero__visual {
  display: none;
}

/* Kinetic bridge: the homepage ticker language, scoped to this campaign. */
.epi-ticker {
  position: relative;
  overflow: hidden;
  padding: 30px 0 32px;
  color: #fff;
  background: linear-gradient(120deg, var(--epi-deep), var(--epi-plum) 58%, #3b1852);
}

.epi-ticker::before {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0, transparent 47px, rgba(255, 255, 255, .12) 48px);
  content: "";
  opacity: .22;
  pointer-events: none;
}

.epi-ticker .fromitowe-ticker__inner {
  position: relative;
  z-index: 1;
}

.epi-ticker .fromitowe-ticker__heading {
  margin: 0;
  color: #fff;
  font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.025em;
  text-align: center;
}

.epi-ticker .fromitowe-ticker__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .32em;
  flex-wrap: wrap;
}

.epi-ticker .fromitowe-ticker__prefix,
.epi-ticker .fromitowe-ticker__suffix {
  font-weight: 700;
  white-space: nowrap;
}

.epi-ticker .fromitowe-ticker__flap {
  position: relative;
  display: inline-grid;
  min-height: 1.55em;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: .01em;
  perspective: 700px;
  vertical-align: middle;
}

.epi-ticker .fromitowe-ticker__measure,
.epi-ticker .fromitowe-ticker__word {
  grid-area: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .22em .65em;
  white-space: nowrap;
}

.epi-ticker .fromitowe-ticker__measure {
  visibility: hidden;
}

.epi-ticker .fromitowe-ticker__word {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.epi-ticker .fromitowe-ticker__word--current {
  z-index: 2;
}

.epi-ticker .fromitowe-ticker__word--next {
  z-index: 3;
  visibility: hidden;
}

.epi-ticker .fromitowe-ticker__flap.is-flipping .fromitowe-ticker__word--next {
  visibility: visible;
}

.epi-ticker.fromitowe-ticker--flap .fromitowe-ticker__flap {
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: .16em;
  background: linear-gradient(#211529 0 49.5%, #120b17 50.5% 100%);
  box-shadow: 0 .2em .5em rgba(0, 0, 0, .32), inset 0 1px rgba(255, 255, 255, .12);
}

.epi-ticker.fromitowe-ticker--flap .fromitowe-ticker__flap::before,
.epi-ticker.fromitowe-ticker--flap .fromitowe-ticker__flap::after {
  position: absolute;
  top: 50%;
  z-index: 5;
  content: "";
  pointer-events: none;
}

.epi-ticker.fromitowe-ticker--flap .fromitowe-ticker__flap::before {
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(0, 0, 0, .78);
  box-shadow: 0 1px rgba(255, 255, 255, .08);
}

.epi-ticker.fromitowe-ticker--flap .fromitowe-ticker__flap::after {
  right: .16em;
  left: .16em;
  height: .12em;
  margin-top: -.06em;
  background: radial-gradient(circle at left, #050307 0 .06em, transparent .065em), radial-gradient(circle at right, #050307 0 .06em, transparent .065em);
}

.epi-ticker.fromitowe-ticker--flap .fromitowe-ticker__word--next {
  transform: rotateX(88deg);
  transform-origin: 50% 50%;
}

.epi-ticker.fromitowe-ticker--flap .is-flipping .fromitowe-ticker__word--current {
  animation: fromitowe-flap-out .34s cubic-bezier(.55, .05, .75, .35) forwards;
  transform-origin: 50% 50%;
}

.epi-ticker.fromitowe-ticker--flap .is-flipping .fromitowe-ticker__word--next {
  animation: fromitowe-flap-in .4s .3s cubic-bezier(.2, .75, .25, 1) forwards;
}

@keyframes fromitowe-flap-out {
  to { opacity: .25; transform: rotateX(-90deg); }
}

@keyframes fromitowe-flap-in {
  from { transform: rotateX(88deg); }
  to { transform: rotateX(0); }
}

.epi-ticker.fromitowe-ticker--fan {
  background: linear-gradient(122deg, #241036, #51246c 52%, #8a59bd);
}

.epi-ticker.fromitowe-ticker--fan .fromitowe-ticker__flap {
  overflow: visible;
}

.epi-ticker.fromitowe-ticker--fan .fromitowe-ticker__word {
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(201, 174, 232, .16));
  box-shadow: 0 .22em .6em rgba(20, 7, 35, .3), inset 0 1px rgba(255, 255, 255, .42);
  backdrop-filter: blur(12px);
}

.epi-ticker.fromitowe-ticker--fan .fromitowe-ticker__word--next {
  transform: translateY(.28em) rotate(24deg);
  transform-origin: 50% 135%;
}

.epi-ticker.fromitowe-ticker--fan .is-flipping .fromitowe-ticker__word--current {
  animation: fromitowe-fan-out .42s cubic-bezier(.55, .05, .65, .35) forwards;
  transform-origin: 50% 135%;
}

.epi-ticker.fromitowe-ticker--fan .is-flipping .fromitowe-ticker__word--next {
  animation: fromitowe-fan-in .52s .16s cubic-bezier(.18, .8, .24, 1) forwards;
}

@keyframes fromitowe-fan-out {
  to { opacity: 0; transform: translateY(.3em) rotate(-25deg) scale(.92); }
}

@keyframes fromitowe-fan-in {
  from { opacity: 0; transform: translateY(.28em) rotate(24deg) scale(.92); }
  to { opacity: 1; transform: none; }
}

.epi-ticker.fromitowe-ticker--wheel {
  background: linear-gradient(120deg, #1c0f3a, #3c164f 55%, #6d345f);
}

.epi-ticker.fromitowe-ticker--wheel .fromitowe-ticker__flap {
  border: 1px solid rgba(244, 211, 145, .58);
  border-radius: 999px;
  background: linear-gradient(#5b2a68, #26122f 48%, #160b1c 52%, #4d2359);
  box-shadow: 0 .2em .65em rgba(0, 0, 0, .38), inset 0 .18em .35em rgba(255, 255, 255, .12), inset 0 -.18em .35em rgba(0, 0, 0, .35);
}

.epi-ticker.fromitowe-ticker--wheel .fromitowe-ticker__flap::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0, 0, 0, .24), transparent 18% 82%, rgba(0, 0, 0, .24));
  content: "";
  pointer-events: none;
}

.epi-ticker.fromitowe-ticker--wheel .fromitowe-ticker__word {
  text-shadow: 0 2px 10px rgba(0, 0, 0, .42);
}

.epi-ticker.fromitowe-ticker--wheel .fromitowe-ticker__word--next {
  transform: translateY(78%) rotateX(68deg);
}

.epi-ticker.fromitowe-ticker--wheel .is-flipping .fromitowe-ticker__word--current {
  animation: fromitowe-wheel-out .4s cubic-bezier(.55, .05, .7, .35) forwards;
}

.epi-ticker.fromitowe-ticker--wheel .is-flipping .fromitowe-ticker__word--next {
  animation: fromitowe-wheel-in .46s .2s cubic-bezier(.18, .78, .24, 1) forwards;
}

@keyframes fromitowe-wheel-out {
  to { opacity: .1; transform: translateY(-78%) rotateX(-68deg); }
}

@keyframes fromitowe-wheel-in {
  from { opacity: .1; transform: translateY(78%) rotateX(68deg); }
  to { opacity: 1; transform: none; }
}

.epi-ticker.fromitowe-ticker--aurora {
  background:
    radial-gradient(circle at 18% 15%, rgba(201, 174, 232, .34), transparent 32%),
    radial-gradient(circle at 82% 100%, rgba(153, 102, 204, .4), transparent 38%),
    linear-gradient(120deg, #160a2d, #42165d 55%, #742f89);
}

.epi-ticker.fromitowe-ticker--aurora::after {
  position: absolute;
  top: 50%;
  right: 9%;
  width: 36vw;
  min-width: 300px;
  height: 36vw;
  min-height: 300px;
  border-radius: 42% 58% 62% 38%;
  background: rgba(255, 255, 255, .07);
  content: "";
  filter: blur(1px);
  pointer-events: none;
  transform: translateY(-50%) rotate(18deg);
}

.epi-ticker.fromitowe-ticker--aurora .fromitowe-ticker__flap {
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: .46em;
  background: linear-gradient(125deg, rgba(255, 255, 255, .22), rgba(201, 174, 232, .1));
  box-shadow: 0 .22em .72em rgba(14, 4, 29, .34), inset 0 1px rgba(255, 255, 255, .42);
  backdrop-filter: blur(16px);
}

.epi-ticker.fromitowe-ticker--aurora .fromitowe-ticker__flap::before {
  position: absolute;
  inset: -45% -10%;
  z-index: 0;
  background: linear-gradient(90deg, transparent 25%, rgba(255, 255, 255, .2) 48%, transparent 72%);
  content: "";
  pointer-events: none;
  transform: rotate(14deg);
}

.epi-ticker.fromitowe-ticker--aurora .fromitowe-ticker__word {
  text-shadow: 0 2px 16px rgba(28, 15, 58, .5);
}

.epi-ticker.fromitowe-ticker--aurora .fromitowe-ticker__word--next {
  opacity: 0;
  filter: blur(9px);
  transform: translateY(.3em) scale(.9);
}

.epi-ticker.fromitowe-ticker--aurora .is-flipping .fromitowe-ticker__word--current {
  animation: fromitowe-aurora-out .38s cubic-bezier(.5, .05, .7, .3) forwards;
}

.epi-ticker.fromitowe-ticker--aurora .is-flipping .fromitowe-ticker__word--next {
  animation: fromitowe-aurora-in .5s .18s cubic-bezier(.16, .8, .22, 1) forwards;
}

@keyframes fromitowe-aurora-out {
  to { opacity: 0; filter: blur(9px); transform: translateY(-.28em) scale(1.08); }
}

@keyframes fromitowe-aurora-in {
  from { opacity: 0; filter: blur(9px); transform: translateY(.3em) scale(.9); }
  to { opacity: 1; filter: blur(0); transform: none; }
}

.epi-ticker .fromitowe-screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

/* The factual format band is one evidence panel, not three floating cards. */
.epi-format {
  position: relative;
  padding: 42px 0;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent 59px, rgba(255, 255, 255, .025) 60px),
    linear-gradient(135deg, var(--epi-deep), var(--epi-plum));
  color: #fff;
}

.epi-format__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.epi-format__item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 17px;
  padding: 7px clamp(22px, 3vw, 38px);
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.epi-format__item:first-child {
  padding-left: 0;
  border-left: 0;
}

.epi-format__item:last-child {
  padding-right: 0;
}

.epi-format__number {
  grid-row: 1 / 3;
  margin: 0;
  color: #dcbbed;
  font: 500 clamp(43px, 4vw, 58px) / .95 var(--disp, "Literata", Georgia, serif) !important;
}

.epi-format__item h2 {
  margin: 1px 0 5px;
  color: #fff;
  font-family: var(--sans, "Alegreya Sans", "Helvetica Neue", sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.epi-format__item p:last-child {
  margin: 0;
  color: #d5cfdd;
  font-size: 14px;
  line-height: 1.45;
}

/* Recognition: editorial argument paired with one quiet statement block. */
.epi-recognition {
  padding: clamp(94px, 9vw, 128px) 0;
  background: var(--epi-cream);
}

.epi-recognition__layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr);
  align-items: start;
  gap: clamp(56px, 9vw, 126px);
}

.epi-recognition__lead h2 {
  max-width: 650px;
  margin: 17px 0 24px;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -.043em;
}

.epi-recognition__story {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--epi-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 35px 72px -62px rgba(43, 25, 68, .9);
}

.epi-recognition__story > p {
  margin: 0 0 18px;
  color: #5d5667;
}

.epi-recognition__quote {
  margin-top: 30px !important;
  padding: 25px 0 0;
  border-top: 1px solid var(--epi-line);
}

.epi-recognition__quote p {
  margin: 0;
  color: var(--epi-purple);
  font: 500 clamp(23px, 2.2vw, 31px) / 1.35 var(--disp, "Literata", Georgia, serif);
}

/* Four arenas: a broken editorial grid, not a forced equal-height bento. */
.epi-arenas {
  position: relative;
  padding: clamp(98px, 9vw, 126px) 0;
  background:
    radial-gradient(circle at 94% 18%, rgba(229, 213, 240, .66), transparent 20%),
    radial-gradient(circle at 6% 82%, rgba(245, 240, 248, .92), transparent 24%),
    #fff;
  overflow: hidden;
}

.epi-arenas::before {
  position: absolute;
  top: 90px;
  right: -128px;
  width: 300px;
  aspect-ratio: 1;
  border: 1px solid rgba(111, 53, 165, .11);
  border-radius: 62% 38% 46% 54% / 48% 42% 58% 52%;
  box-shadow: 0 0 0 48px rgba(111, 53, 165, .018), 0 0 0 96px rgba(111, 53, 165, .012);
  content: "";
  transform: rotate(14deg);
}

.epi-section-head {
  position: relative;
  z-index: 1;
  max-width: 830px;
  margin: 0 0 56px !important;
}

.epi-section-head h2 {
  margin: 0 0 20px;
  font-size: clamp(40px, 4.9vw, 64px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.epi-section-head p {
  max-width: 740px;
  margin: 0;
  color: #60596a;
}

.epi-arenas__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
}

.epi-arena {
  position: relative;
  min-height: 0;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid rgba(71, 45, 101, .13);
  border-radius: 38px 38px 12px 38px;
  background: var(--epi-pearl);
  box-shadow: 0 28px 70px -62px rgba(43, 25, 68, .9);
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.epi-arena:hover {
  border-color: rgba(149, 91, 199, .32);
  box-shadow: 0 34px 78px -58px rgba(58, 28, 87, .78);
  transform: translateY(-5px);
}

.epi-arena::after {
  position: absolute;
  right: -48px;
  bottom: -64px;
  width: 180px;
  aspect-ratio: 1;
  border: 1px solid rgba(149, 91, 199, .12);
  border-radius: 62% 38% 46% 54% / 48% 42% 58% 52%;
  content: "";
  transform: rotate(24deg);
}

.epi-arena--01 {
  grid-column: 1 / span 7;
  grid-row: 1;
  background:
    radial-gradient(circle at 84% 12%, rgba(187, 130, 216, .42), transparent 29%),
    linear-gradient(145deg, var(--epi-mist), #fff);
}

.epi-arena--02 {
  grid-column: 8 / -1;
  grid-row: 1;
  margin-top: 46px !important;
  background: rgba(253, 251, 248, .94);
  border-radius: 12px 38px 38px 38px;
}

.epi-arena--03 {
  grid-column: 1 / span 5;
  grid-row: 2;
  margin-top: -16px !important;
  border-color: rgba(255, 255, 255, .12);
  border-radius: 38px 12px 38px 38px;
  background: linear-gradient(145deg, var(--epi-plum), var(--epi-deep));
  color: #fff;
}

.epi-arena--04 {
  grid-column: 6 / -1;
  grid-row: 2;
  margin-top: 12px !important;
  border-radius: 38px 38px 38px 12px;
  background:
    radial-gradient(circle at 91% 18%, rgba(149, 91, 199, .29), transparent 25%),
    linear-gradient(135deg, #f7f1fa, #fff 72%);
}

.epi-arena__number {
  margin: 0 0 clamp(24px, 3vw, 36px);
  color: var(--epi-violet);
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1 !important;
}

.epi-arena__name {
  margin: 0 0 8px;
  color: var(--epi-purple);
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.epi-arena h3 {
  margin: 0 0 12px;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.epi-arena p:last-child {
  max-width: 610px;
  margin: 0;
  color: #625b6c;
  font-size: 16px;
}

.epi-arena--01 p:last-child,
.epi-arena--04 p:last-child {
  max-width: 520px;
}

.epi-arena--03 .epi-arena__number,
.epi-arena--03 .epi-arena__name {
  color: #d9b9ed;
}

.epi-arena--03 h3 {
  color: #fff;
}

.epi-arena--03 p:last-child {
  color: #d9d2df;
}

/* Method: one continuous dark sequence with calm internal dividers. */
.epi-method {
  position: relative;
  padding: clamp(104px, 10vw, 140px) 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(187, 130, 216, .18), transparent 24%),
    linear-gradient(135deg, var(--epi-deep), #34204c);
  color: #fff;
  overflow: hidden;
}

.epi-method::after {
  position: absolute;
  right: -160px;
  bottom: -200px;
  width: 430px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 68px rgba(255, 255, 255, .022), 0 0 0 136px rgba(255, 255, 255, .014);
  content: "";
}

.epi-method .epi-shell {
  position: relative;
  z-index: 1;
}

.epi-method .epi-eyebrow {
  color: #dfc2ee;
}

.epi-method__intro {
  max-width: 790px;
  margin-bottom: 64px !important;
}

.epi-method__intro h2 {
  margin: 17px 0 22px;
  color: #fff;
  font-size: clamp(47px, 6.8vw, 88px);
  line-height: 1;
  letter-spacing: -.05em;
}

.epi-method__intro h2 em {
  color: #dcbbed;
}

.epi-method__intro > p:last-child {
  max-width: 690px;
  margin: 0;
  color: #d8d1de;
  font-size: 20px;
}

.epi-method__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.epi-method__step {
  padding: 31px clamp(24px, 3vw, 40px) 0;
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.epi-method__step:first-child {
  padding-left: 0;
  border-left: 0;
}

.epi-method__word {
  margin: 0 0 46px;
  color: #dcbbed;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .16em;
}

.epi-method__step h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(24px, 2.3vw, 31px);
  line-height: 1.15;
}

.epi-method__step p:last-child {
  margin: 0;
  color: #d2cbd8;
  font-size: 16px;
}

/* Experience: the supporting photograph leads into a readable sequence. */
.epi-experience {
  padding: clamp(100px, 9vw, 130px) 0;
  background: var(--epi-mist);
}

.epi-experience__layout {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(54px, 8vw, 108px);
}

.epi-experience__visual {
  position: sticky;
  top: 112px;
}

.epi-experience__image {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(111, 53, 165, .12);
  border-radius: 62% 38% 46% 54% / 48% 42% 58% 52%;
  box-shadow: 0 38px 74px -54px rgba(43, 25, 68, .85);
}

.epi-experience__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.epi-experience__caption {
  max-width: 390px;
  margin: 18px 0 0;
  color: #696173;
  font: 500 16px / 1.55 var(--disp, "Literata", Georgia, serif) !important;
}

.epi-experience__copy > h2 {
  margin: 0 0 23px;
  font-size: clamp(41px, 4.7vw, 62px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.epi-experience__copy > .epi-lead {
  margin: 0 0 44px;
}

.epi-sessions {
  display: grid;
}

.epi-session {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 23px;
  padding: 27px 0;
  border-top: 1px solid var(--epi-line);
}

.epi-session__label {
  margin: 4px 0 0;
  color: var(--epi-purple);
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.epi-session h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
}

.epi-session__copy p {
  margin: 0;
  color: #625b6b;
  font-size: 16px;
}

/* Fit: two distinct editorial fields, with the boundary note kept visible. */
.epi-fit {
  position: relative;
  padding: clamp(102px, 9vw, 130px) 0;
  background: #fff;
  overflow: hidden;
}

.epi-fit::before {
  position: absolute;
  bottom: -250px;
  left: -260px;
  width: 470px;
  aspect-ratio: 1;
  border: 1px solid rgba(111, 53, 165, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(111, 53, 165, .022), 0 0 0 140px rgba(111, 53, 165, .014);
  content: "";
}

.epi-fit .epi-shell {
  position: relative;
}

.epi-fit > .epi-shell > h2 {
  max-width: 920px;
  margin: 17px 0 53px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -.042em;
}

.epi-fit__grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 18px;
}

.epi-fit__yes,
.epi-fit__no {
  padding: clamp(30px, 4vw, 45px);
  border: 1px solid var(--epi-line);
  border-radius: 30px;
}

.epi-fit__yes {
  background: linear-gradient(145deg, #f6f0fa, #fff);
}

.epi-fit__no {
  background: var(--epi-cream);
}

.epi-fit__grid h3 {
  margin: 0 0 24px;
  font-size: clamp(26px, 2.7vw, 35px);
  line-height: 1.17;
}

.epi-fit__grid ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.epi-fit__grid li {
  position: relative;
  padding-left: 29px;
  color: #554e5f;
  font-size: 16px;
  line-height: 1.55;
}

.epi-fit__yes li::before,
.epi-fit__no li::before {
  position: absolute;
  top: .2em;
  left: 0;
  color: var(--epi-violet);
  font-weight: 800;
}

.epi-fit__yes li::before {
  content: "✓";
}

.epi-fit__no li::before {
  content: "×";
}

.epi-fit__note {
  margin: 25px 0 0;
  padding-top: 21px;
  border-top: 1px solid var(--epi-line);
  color: #6a6371;
  font-size: 14px !important;
}

/* Offer: make the commercial decision explicit without inventing price or dates. */
.epi-offer {
  position: relative;
  padding: clamp(104px, 10vw, 142px) 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(187, 130, 216, .18), transparent 25%),
    linear-gradient(135deg, var(--epi-deep), var(--epi-plum));
  color: #fff;
  overflow: hidden;
}

.epi-offer::after {
  position: absolute;
  right: -190px;
  bottom: -270px;
  width: 470px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(255, 255, 255, .018), 0 0 0 144px rgba(255, 255, 255, .012);
  content: "";
  pointer-events: none;
}

.epi-offer__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(54px, 8vw, 104px);
}

.epi-offer__intro h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -.042em;
}

.epi-offer__intro h2 em {
  color: #dec3ed;
}

.epi-offer__intro > p:not(.epi-offer__note) {
  margin: 0;
  color: #e8e0ec;
  font-size: 19px;
}

.epi-offer .wp-block-button__link {
  border-color: #fff;
  background: #fff;
  color: #54257f;
}

.epi-offer .wp-block-button__link:hover {
  background: #f3ebf7;
}

.epi-offer__note {
  max-width: 440px;
  margin: 19px 0 0;
  color: #cfc1d6;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.epi-offer__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 28px;
  background: rgba(255, 255, 255, .045);
  overflow: hidden;
}

.epi-offer__item {
  min-height: 245px;
  padding: clamp(27px, 3.2vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.epi-offer__item:nth-child(2n) {
  border-right: 0;
}

.epi-offer__item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.epi-offer__value {
  margin: 0 0 41px;
  color: #d7b5e9;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.epi-offer__item h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(23px, 2.1vw, 29px);
  line-height: 1.17;
}

.epi-offer__item > p:last-child {
  margin: 0;
  color: #d8cedd;
  font-size: 15px;
  line-height: 1.55;
}

/* FAQ: native Details blocks and a non-sticky editorial introduction. */
.epi-faq-section {
  padding: clamp(100px, 9vw, 126px) 0;
  background: var(--epi-cream);
}

.epi-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(52px, 8vw, 106px);
}

.epi-faq__intro h2 {
  margin: 0 0 21px;
  font-size: clamp(40px, 4.7vw, 62px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.epi-faq__intro p {
  margin: 0;
  color: #625b6b;
}

.epi-faq {
  display: grid;
  gap: 11px;
}

.epi-faq .wp-block-details {
  margin: 0;
  padding: 4px 25px;
  border: 1px solid var(--epi-line);
  border-radius: 20px;
  background: #fff;
  transition: background .25s ease, border-color .25s ease;
}

.epi-faq .wp-block-details[open] {
  border-color: #c9a8df;
  background: #fcfafd;
}

.epi-faq summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  color: var(--epi-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.epi-faq summary::-webkit-details-marker {
  display: none;
}

.epi-faq summary::after {
  flex: 0 0 auto;
  color: var(--epi-violet);
  content: "+";
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: transform .25s ease;
}

.epi-faq details[open] summary::after {
  transform: rotate(45deg);
}

.epi-faq details p {
  max-width: 760px;
  margin: 0;
  padding: 0 0 20px;
  color: #60596a;
  font-size: 16px;
}

/* Final CTA: a focused conclusion using the same contact intent as the hero. */
.epi-final {
  position: relative;
  padding: clamp(104px, 10vw, 142px) 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .1), transparent 24%),
    radial-gradient(circle at 88% 84%, rgba(215, 175, 235, .2), transparent 28%),
    linear-gradient(135deg, var(--epi-purple), var(--epi-plum));
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.epi-final::before,
.epi-final::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.epi-final::before {
  top: -360px;
  left: -270px;
  width: 540px;
  aspect-ratio: 1;
  box-shadow: 0 0 0 74px rgba(255, 255, 255, .022), 0 0 0 148px rgba(255, 255, 255, .014);
}

.epi-final::after {
  right: -160px;
  bottom: -200px;
  width: 330px;
  aspect-ratio: 1;
}

.epi-final__inner {
  position: relative;
  z-index: 1;
}

.epi-final h2 {
  max-width: 910px;
  margin: 0 auto 23px;
  color: #fff;
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.epi-final h2 em {
  color: #ead9f4;
}

.epi-final__inner > p:not(.epi-final__note) {
  max-width: 690px;
  margin-inline: auto;
  color: #f0ebf2;
  font-size: 19px;
}

.epi-final .wp-block-buttons {
  justify-content: center;
}

.epi-final .wp-block-button__link {
  border-color: #fff;
  background: #fff;
  color: #54257f;
}

.epi-final .wp-block-button__link:hover {
  background: #f3ebf7;
}

.epi-final__note {
  margin: 24px 0 0;
  color: #e1d4e7;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .045em;
}

/* Standalone campaign footer: brand, ownership and privacy only. */
.epitelous-footer {
  padding: 28px 0;
  background: #100a22;
  color: #dcd3e3;
  font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
}

.epitelous-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  gap: 30px;
}

.epitelous-footer__brand,
.epitelous-footer__legal {
  color: inherit;
}

.epitelous-footer img {
  display: block;
  width: auto;
  height: 34px;
  object-fit: contain;
}

.epitelous-footer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.epitelous-footer__legal {
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.epitelous-footer a:focus-visible {
  outline: 2px solid #d8b7ec;
  outline-offset: 5px;
}

@media (max-width: 1050px) {
  .epi-hero {
    min-height: 0;
  }

  .epi-format__item {
    padding-inline: 22px;
  }

  .epi-recognition__layout {
    gap: 52px;
  }

  .epi-experience__layout {
    grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
    gap: 54px;
  }

  .epi-offer__layout {
    gap: 58px;
  }
}

@media (max-width: 820px) {
  .epi-recognition__layout,
  .epi-experience__layout,
  .epi-fit__grid,
  .epi-offer__layout,
  .epi-faq__layout {
    grid-template-columns: 1fr;
  }

  .epi-format__grid {
    grid-template-columns: 1fr;
  }

  .epi-format__item,
  .epi-format__item:first-child,
  .epi-format__item:last-child {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 0;
  }

  .epi-format__item:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .epi-format__item:last-child {
    padding-bottom: 0;
  }

  .epi-arenas__grid {
    grid-template-columns: 1fr 1fr;
  }

  .epi-arena,
  .epi-arena--01,
  .epi-arena--02,
  .epi-arena--03,
  .epi-arena--04 {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    margin-top: 0 !important;
  }

  .epi-arena--01,
  .epi-arena--04 {
    grid-column: 1 / -1;
    padding-right: clamp(27px, 4vw, 38px);
  }

  .epi-method__steps {
    grid-template-columns: 1fr;
  }

  .epi-method__step,
  .epi-method__step:first-child {
    padding: 29px 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-left: 0;
  }

  .epi-method__word {
    margin-bottom: 20px;
  }

  .epi-experience__visual {
    position: static;
    width: min(100%, 620px);
  }

  .epi-experience__image {
    aspect-ratio: 3 / 2;
  }

  .epi-experience__caption {
    max-width: 560px;
  }

  .epi-offer__intro {
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  .epitelous-page .epi-shell {
    width: min(100% - 34px, 1180px);
  }

  .epi-hero {
    padding: 64px 0 82px;
  }

  .epi-hero__copy h1 {
    font-size: clamp(51px, 15vw, 70px);
  }

  .epi-hero__subtitle {
    max-width: 350px;
    font-size: 13px !important;
    letter-spacing: .08em;
  }

  .epi-ticker {
    padding: 24px 0 26px;
  }

  .epi-ticker .fromitowe-ticker__heading {
    font-size: clamp(25px, 7.6vw, 34px);
  }

  .epi-ticker .fromitowe-ticker__visual {
    display: grid;
    gap: .08em;
    justify-items: center;
  }

  .epi-ticker .fromitowe-ticker__prefix,
  .epi-ticker .fromitowe-ticker__suffix {
    white-space: normal;
  }

  .epi-ticker .fromitowe-ticker__flap {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: .82em;
  }

  .epi-ticker .fromitowe-ticker__measure,
  .epi-ticker .fromitowe-ticker__word {
    padding-inline: .55em;
  }

  .epi-recognition,
  .epi-arenas,
  .epi-method,
  .epi-experience,
  .epi-fit,
  .epi-offer,
  .epi-faq-section {
    padding-block: 84px;
  }

  .epi-recognition__story,
  .epi-fit__yes,
  .epi-fit__no {
    padding: 27px 23px;
  }

  .epi-arenas__grid {
    grid-template-columns: 1fr;
  }

  .epi-arena,
  .epi-arena--01,
  .epi-arena--02,
  .epi-arena--03,
  .epi-arena--04 {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    margin-top: 0 !important;
    padding: 28px 23px;
    border-radius: 28px 28px 9px 28px;
  }

  .epi-arena__number {
    margin-bottom: 24px;
  }

  .epi-arena__name {
    margin-top: 0;
  }

  .epi-method__intro {
    margin-bottom: 34px !important;
  }

  .epi-experience__image {
    aspect-ratio: 4 / 3;
  }

  .epi-session {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .epi-session__label {
    margin: 0;
  }

  .epi-offer__items {
    grid-template-columns: 1fr;
  }

  .epi-offer__item,
  .epi-offer__item:nth-child(2n),
  .epi-offer__item:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .epi-offer__item:last-child {
    border-bottom: 0;
  }

  .epi-offer__value {
    margin-bottom: 29px;
  }

  .epi-faq .wp-block-details {
    padding-inline: 19px;
  }

  .epi-faq summary {
    font-size: 16px;
  }

  .epi-final {
    padding-block: 94px;
  }

  .epitelous-footer__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .epitelous-footer__inner > * {
    justify-self: center;
  }

  .epitelous-page .wp-block-button,
  .epitelous-page .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .epitelous-page .epi-shell {
    width: calc(100% - 40px);
  }

  .epi-hero__copy h1 {
    font-size: 50px;
  }

  .epi-format__item {
    grid-template-columns: 70px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .epitelous-page *,
  .epitelous-page *::before,
  .epitelous-page *::after {
    scroll-behavior: auto !important;
  }

  .epitelous-page .wp-block-button__link,
  .epi-faq .wp-block-details,
  .epi-faq summary::after,
  .epi-arena {
    transition: none;
  }

  .epi-ticker .fromitowe-ticker__word {
    animation: none;
    transform: none;
  }

  .epi-arena:hover,
  .epitelous-page .wp-block-button__link:hover,
  .epitelous-page .wp-block-button__link:active {
    transform: none;
  }
}
