.elementor-widget-healthy-empire-manifest-hero,
.elementor-widget-healthy-empire-manifest-hero > .elementor-widget-container {
  min-width: 0;
}

.healthy-empire-manifest {
  --he-manifest-light-bg: #fff5f2;
  --he-manifest-light-text: #000;
  --he-manifest-dark-bg: #000;
  --he-manifest-dark-text: #fff;
  --he-manifest-muted: #d8d8d8;
  --he-manifest-accent: #fc441a;
  --he-manifest-line-light: #fc441a;
  --he-manifest-line-dark: #fff5f2;
  --he-manifest-line-width: 2.5px;
  --he-cta-light-bg: #fff5f2;
  --he-cta-light-text: #000;
  --he-cta-outline-border: #525252;
  --he-cta-outline-text: #fff;
  --he-cta-hover-bg: #fc441a;
  --he-cta-hover-text: #000;
  --he-collage-scale: 1;
  --he-collage-small-v13: clamp(7.5rem, 10.5cqw, 15.5rem);
  --he-collage-medium-v13: clamp(10rem, 14.5cqw, 21rem);
  --he-collage-large-v13: clamp(13rem, 19cqw, 28rem);
  --he-collage-safe-x: 43vw;
  --he-collage-safe-y: 23vw;
  --he-collage-safe-center-x: 50%;
  --he-collage-safe-center-y: 49%;
  --he-collage-safe-padding-x: 110px;
  --he-collage-safe-padding-y: 76px;
  --he-collage-opacity: 0.88;
  --he-collage-filter-tint: #f3a08c;
  --he-collage-filter-strength: 0.82;
  --he-collage-filter-contrast: 1.2;
  --he-marquee-duration: 42s;
  --he-marquee-logo-height: 72px;
  --he-marquee-logo-width: 200px;
  --he-marquee-item-width: 184px;
  --he-marquee-gap: 56px;
  --he-marquee-safe-y: 16px;
  --he-marquee-opacity: 0.52;
  --he-marquee-hover-opacity: 0.85;
  --he-marquee-edge-fade: 5%;
  position: relative;
  min-width: 0;
  margin: 16px;
  color: var(--he-manifest-light-text);
  font-size: 16px;
}

.healthy-empire-manifest *,
.healthy-empire-manifest *::before,
.healthy-empire-manifest *::after {
  box-sizing: border-box;
}

.healthy-empire-manifest__surface {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--he-manifest-light-bg);
  color: var(--he-manifest-light-text);
}

.healthy-empire-manifest__collage {
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: var(--he-collage-opacity);
  -webkit-mask-image: radial-gradient(
    ellipse var(--he-collage-safe-x) var(--he-collage-safe-y) at var(--he-collage-safe-center-x) var(--he-collage-safe-center-y),
    transparent 0%,
    transparent 54%,
    rgb(0 0 0 / 0.24) 72%,
    #000 100%
  );
  mask-image: radial-gradient(
    ellipse var(--he-collage-safe-x) var(--he-collage-safe-y) at var(--he-collage-safe-center-x) var(--he-collage-safe-center-y),
    transparent 0%,
    transparent 54%,
    rgb(0 0 0 / 0.24) 72%,
    #000 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  will-change: opacity, transform;
}

.healthy-empire-manifest__photo {
  position: absolute;
  width: var(--he-collage-medium-v13);
  margin: 0;
  --he-photo-offset-x: var(--he-photo-offset-x-desktop, 0cqw);
  --he-photo-offset-y: var(--he-photo-offset-y-desktop, 0cqw);
  --he-photo-focus-x: var(--he-photo-focus-x-desktop, 50%);
  --he-photo-focus-y: var(--he-photo-focus-y-desktop, 50%);
  --he-slot-shift-x: var(--he-slot-shift-x-desktop, 0cqw);
  --he-slot-shift-y: var(--he-slot-shift-y-desktop, 0cqw);
  transform: translate(
      calc(var(--he-photo-offset-x, 0cqw) + var(--he-slot-shift-x, 0cqw)),
      calc(var(--he-photo-offset-y, 0cqw) + var(--he-slot-shift-y, 0cqw))
    )
    rotate(var(--he-photo-rotation, 0deg))
    scale(var(--he-collage-scale));
  transform-origin: center;
}

.healthy-empire-manifest__photo--small {
  width: var(--he-collage-small-v13);
}

.healthy-empire-manifest__photo--large {
  width: var(--he-collage-large-v13);
}

.healthy-empire-manifest__photo--top_left {
  top: 7%;
  left: 2.5%;
}

.healthy-empire-manifest__photo--top_center {
  top: -8%;
  left: 50%;
  translate: -50% 0;
}

.healthy-empire-manifest__photo--top_right {
  top: 5%;
  right: 2.5%;
}

.healthy-empire-manifest__photo--middle_left {
  top: 36%;
  left: -2%;
}

.healthy-empire-manifest__photo--middle_right {
  top: 35%;
  right: -1.5%;
}

.healthy-empire-manifest__photo--bottom_left {
  bottom: 4%;
  left: 4%;
}

.healthy-empire-manifest__photo--bottom_center {
  bottom: -10%;
  left: 50%;
  translate: -50% 0;
}

.healthy-empire-manifest__photo--bottom_right {
  right: 4%;
  bottom: 3%;
}

.healthy-empire-manifest__photo-motion,
.healthy-empire-manifest__photo-frame {
  display: block;
  width: 100%;
  will-change: transform;
}

.healthy-empire-manifest__photo-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  background: rgb(0 0 0 / 0.06);
  box-shadow: 0 18px 48px rgb(0 0 0 / 0.12);
  will-change: opacity, transform;
}

.healthy-empire-manifest.is-collage-pending .healthy-empire-manifest__photo-frame {
  opacity: 0;
}

.healthy-empire-manifest__photo--portrait .healthy-empire-manifest__photo-frame {
  aspect-ratio: 4 / 5;
}

.healthy-empire-manifest__photo--landscape .healthy-empire-manifest__photo-frame {
  aspect-ratio: 4 / 3;
}

.healthy-empire-manifest__photo--square .healthy-empire-manifest__photo-frame {
  aspect-ratio: 1;
}

.healthy-empire-manifest__photo-image {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-position: var(--he-photo-focus-x, 50%) var(--he-photo-focus-y, 50%);
  background-repeat: no-repeat;
  background-size: cover;
  transition: filter 240ms ease;
}

.healthy-empire-manifest__photo-frame::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background: var(--he-collage-filter-tint);
  opacity: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.healthy-empire-manifest--brochure-filter .healthy-empire-manifest__photo-image {
  filter: grayscale(1) contrast(var(--he-collage-filter-contrast)) !important;
}

.healthy-empire-manifest--brochure-filter .healthy-empire-manifest__photo-frame::after {
  opacity: var(--he-collage-filter-strength);
}

.healthy-empire-manifest__visual {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.healthy-empire-manifest__line {
  position: absolute;
  inset: 0;
  opacity: 0.5;
}

.healthy-empire-manifest__line-svg,
.healthy-empire-manifest__line svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.healthy-empire-manifest__line-svg path,
.healthy-empire-manifest__line svg path,
.healthy-empire-manifest__line svg line,
.healthy-empire-manifest__line svg polyline,
.healthy-empire-manifest__line svg polygon,
.healthy-empire-manifest__line svg circle,
.healthy-empire-manifest__line svg ellipse {
  fill: none;
  stroke: var(--he-manifest-line-light);
  stroke-width: var(--he-manifest-line-width) !important;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  vector-effect: non-scaling-stroke;
}

.healthy-empire-manifest__number {
  position: absolute;
  top: clamp(3rem, 8vw, 8rem);
  right: clamp(-2rem, 2vw, 2rem);
  display: block;
  color: transparent;
  font-family: inherit;
  font-size: clamp(12rem, 28vw, 34rem);
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.1em;
  -webkit-text-stroke: 2px var(--he-manifest-line-light);
  text-stroke: 2px var(--he-manifest-line-light);
  opacity: 0.2;
  white-space: nowrap;
  user-select: none;
}

.healthy-empire-manifest__hero,
.healthy-empire-manifest__about {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 40px;
}

.healthy-empire-manifest__hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96svh;
  container-name: he-manifest-hero;
  container-type: inline-size;
}

.healthy-empire-manifest--mode-visual .healthy-empire-manifest__hero {
  min-height: 58svh;
  padding-bottom: max(40px, 5svh);
}

.healthy-empire-manifest--mode-visual .healthy-empire-manifest__hero-footer {
  justify-content: flex-start;
}

.healthy-empire-manifest__hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin: auto;
  text-align: center;
}

.healthy-empire-manifest__eyebrow,
.healthy-empire-manifest__heading,
.healthy-empire-manifest__intro,
.healthy-empire-manifest__about-label,
.healthy-empire-manifest__about-heading,
.healthy-empire-manifest__about-copy,
.healthy-empire-manifest__about-copy p {
  margin-top: 0;
}

.healthy-empire-manifest__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 2em;
  margin-bottom: clamp(1.3rem, 2.5vw, 2.5rem);
  padding: 0.45em 0.85em;
  border: 1px solid currentColor;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}

.healthy-empire-manifest__heading {
  width: 100%;
  margin-bottom: clamp(1.5rem, 2.8vw, 2.75rem);
  font-family: inherit;
  font-size: clamp(3.3rem, 7.3vw, 8.4rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.healthy-empire-manifest__heading-lead {
  display: block;
}

.healthy-empire-manifest__heading-loop-line {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.18em;
  width: 100%;
  min-width: 0;
  white-space: nowrap;
}

.healthy-empire-manifest__heading-prefix,
.healthy-empire-manifest__heading-suffix {
  display: inline-block;
  flex: 0 0 auto;
}

.healthy-empire-manifest__rotating {
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
  max-width: 100%;
  box-sizing: content-box;
  height: 1.16em;
  padding-right: 0.12em;
  margin-right: -0.12em;
  margin-top: -0.08em;
  margin-bottom: -0.08em;
  overflow: hidden;
  color: var(--he-manifest-accent);
  vertical-align: baseline;
}

.healthy-empire-manifest__rotating-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.healthy-empire-manifest__rotating-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}

.healthy-empire-manifest__rotating-item {
  display: flex;
  flex: 0 0 1.16em;
  align-items: center;
  height: 1.16em;
  margin: 0;
  padding: 0;
}

.healthy-empire-manifest__word {
  display: inline-block;
  white-space: nowrap;
}

.healthy-empire-manifest__intro {
  max-width: 660px;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  text-wrap: balance;
}

.healthy-empire-manifest__hero-footer {
  position: absolute;
  right: 40px;
  bottom: 32px;
  left: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  z-index: 2;
}

.healthy-empire-manifest__meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  font-size: 0.78rem;
  line-height: 1.2;
}

.healthy-empire-manifest__meta-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45em 0.75em;
  border: 1px solid currentColor;
  border-radius: 100px;
  white-space: nowrap;
}

.healthy-empire-manifest__scroll-cue,
.healthy-empire-manifest__scroll-cue:visited,
.healthy-empire-manifest__scroll-cue:hover,
.healthy-empire-manifest__scroll-cue:focus,
.healthy-empire-manifest__scroll-cue:active {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.48em 0.75em;
  border: 1px solid currentColor;
  border-radius: 100px;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: 0.78rem;
  line-height: 1;
  text-decoration: none !important;
}

.healthy-empire-manifest__scroll-cue svg {
  display: block;
  width: 1.1em;
  height: 1.1em;
  transition: transform 0.4s cubic-bezier(0.625, 0.05, 0, 1);
}

.healthy-empire-manifest__scroll-cue:hover svg,
.healthy-empire-manifest__scroll-cue:focus-visible svg {
  transform: translateY(0.2em);
}

.healthy-empire-manifest__about {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 92svh;
  padding-top: clamp(8rem, 14svh, 10rem);
  scroll-margin-top: clamp(7rem, 12svh, 9rem);
  background: var(--he-manifest-dark-bg);
  color: var(--he-manifest-dark-text);
}

.healthy-empire-manifest__about-grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1.5fr);
  gap: clamp(2rem, 8vw, 10rem);
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.healthy-empire-manifest__marquee {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 36px 0 10px;
  color: var(--he-manifest-dark-text);
}

.healthy-empire-manifest__marquee-viewport {
  width: 100%;
  overflow: hidden;
  padding-block: var(--he-marquee-safe-y);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 var(--he-marquee-edge-fade),
    #000 calc(100% - var(--he-marquee-edge-fade)),
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 var(--he-marquee-edge-fade),
    #000 calc(100% - var(--he-marquee-edge-fade)),
    transparent 100%
  );
}

.healthy-empire-manifest__marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: calc(var(--he-marquee-logo-height) + 32px);
  will-change: transform;
  animation-duration: var(--he-marquee-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.healthy-empire-manifest__marquee--left .healthy-empire-manifest__marquee-track {
  animation-name: healthy-empire-marquee-left;
}

.healthy-empire-manifest__marquee--right .healthy-empire-manifest__marquee-track {
  animation-name: healthy-empire-marquee-right;
}

.healthy-empire-manifest__marquee.is-marquee-enhanced .healthy-empire-manifest__marquee-track {
  animation: none;
}

.healthy-empire-manifest__marquee--pause-hover:hover .healthy-empire-manifest__marquee-track,
.healthy-empire-manifest__marquee--pause-hover:focus-within .healthy-empire-manifest__marquee-track {
  animation-play-state: paused;
}

.healthy-empire-manifest__marquee.is-marquee-static .healthy-empire-manifest__marquee-track {
  animation: none;
  transform: none;
}

.healthy-empire-manifest__marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: var(--he-marquee-gap);
  width: max-content;
  padding-right: var(--he-marquee-gap);
}

.healthy-empire-manifest__marquee-item {
  display: grid;
  flex: 0 0 max(var(--he-marquee-item-width), var(--he-marquee-logo-width));
  width: max(var(--he-marquee-item-width), var(--he-marquee-logo-width));
  min-width: 0;
  min-height: calc(var(--he-marquee-logo-height) + 32px);
  height: auto;
  padding-block: 16px;
  place-items: center;
  overflow: visible;
  line-height: 0;
}

.healthy-empire-manifest__marquee-link {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  place-items: center;
  overflow: visible;
}

.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__marquee-link,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__marquee-link:visited,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__marquee-link:hover,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__marquee-link:focus,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__marquee-link:active {
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
}

.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__marquee-image {
  display: block;
  width: min(100%, var(--he-marquee-logo-width)) !important;
  max-width: none !important;
  height: var(--he-marquee-logo-height) !important;
  max-height: none !important;
  object-fit: contain !important;
  opacity: var(--he-marquee-opacity);
  transition: opacity 0.35s ease, filter 0.35s ease;
}

.healthy-empire-manifest__marquee--light .healthy-empire-manifest__marquee-image {
  filter: grayscale(1) brightness(0) invert(1);
}

.healthy-empire-manifest__marquee--grayscale .healthy-empire-manifest__marquee-image {
  filter: grayscale(1);
}

.healthy-empire-manifest__marquee-item:hover .healthy-empire-manifest__marquee-image,
.healthy-empire-manifest__marquee-link:focus-visible .healthy-empire-manifest__marquee-image {
  opacity: var(--he-marquee-hover-opacity);
}

.healthy-empire-manifest__marquee-link:focus-visible {
  outline: 2px solid var(--he-manifest-accent);
  outline-offset: 6px;
}

@keyframes healthy-empire-marquee-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes healthy-empire-marquee-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.healthy-empire-manifest__about-label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding-top: 0.55em;
  font-size: 0.88rem;
  line-height: 1.4;
}

.healthy-empire-manifest__dot {
  display: block;
  flex: 0 0 auto;
  width: 0.45em;
  height: 0.45em;
  margin-top: 0.43em;
  border-radius: 50%;
  background: var(--he-manifest-accent);
}

.healthy-empire-manifest__about-heading {
  max-width: 18ch;
  margin-bottom: clamp(1.6rem, 3vw, 3rem);
  color: inherit;
  font-family: inherit;
  font-size: clamp(2.5rem, 5.4vw, 6rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.healthy-empire-manifest__about-copy {
  max-width: 680px;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  color: var(--he-manifest-muted);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.55;
}

.healthy-empire-manifest__about-copy > :last-child {
  margin-bottom: 0;
}

.healthy-empire-manifest__ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta:visited,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta:hover,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta:focus,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta:active {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 84px;
  overflow: hidden;
  padding: 26px 30px;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  font-family: inherit;
  text-decoration: none !important;
  transition: border-color 0.35s ease, color 0.35s ease;
}

.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta--light,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta--light:visited,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta--light:active {
  border: 1px solid var(--he-cta-light-bg);
  color: var(--he-cta-light-text) !important;
}

.healthy-empire-manifest__cta--light::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--he-cta-light-bg);
}

.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta--outline,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta--outline:visited,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta--outline:active {
  border: 1px solid var(--he-cta-outline-border);
  color: var(--he-cta-outline-text) !important;
}

.healthy-empire-manifest__cta-wipe {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--he-cta-hover-bg);
  transform: translateX(-101%);
  transition: transform 0.65s cubic-bezier(0.625, 0.05, 0, 1);
}

.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta:hover,
.elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta:focus-visible {
  border-color: var(--he-cta-hover-bg);
  color: var(--he-cta-hover-text) !important;
}

.healthy-empire-manifest__cta:hover .healthy-empire-manifest__cta-wipe,
.healthy-empire-manifest__cta:focus-visible .healthy-empire-manifest__cta-wipe {
  transform: translateX(0);
}

.healthy-empire-manifest__cta-label {
  position: relative;
  z-index: 1;
  font-size: clamp(1.25rem, 2.3vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  transition: transform 0.65s cubic-bezier(0.625, 0.05, 0, 1);
}

.healthy-empire-manifest__cta-icon {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 auto;
  width: clamp(2rem, 3vw, 3.2rem);
  height: clamp(2rem, 3vw, 3.2rem);
  place-items: center;
  color: var(--he-manifest-accent);
  transition: color 0.35s ease, transform 0.65s cubic-bezier(0.625, 0.05, 0, 1);
}

.healthy-empire-manifest__cta-icon svg,
.healthy-empire-manifest__cta-icon i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
}

.healthy-empire-manifest__cta:hover .healthy-empire-manifest__cta-label,
.healthy-empire-manifest__cta:focus-visible .healthy-empire-manifest__cta-label {
  transform: translateX(0.18em);
}

.healthy-empire-manifest__cta:hover .healthy-empire-manifest__cta-icon,
.healthy-empire-manifest__cta:focus-visible .healthy-empire-manifest__cta-icon {
  color: currentColor;
  transform: translateX(0.22em);
}

.healthy-empire-manifest__scroll-cue:focus-visible,
.healthy-empire-manifest__cta:focus-visible {
  outline: 3px solid var(--he-manifest-accent);
  outline-offset: 4px;
}

.healthy-empire-manifest.is-reduced .healthy-empire-manifest__surface {
  background: var(--he-manifest-dark-bg);
}

.healthy-empire-manifest.is-reduced .healthy-empire-manifest__collage {
  opacity: 0;
}

.healthy-empire-manifest.is-reduced .healthy-empire-manifest__hero {
  color: var(--he-manifest-dark-text);
}

.healthy-empire-manifest.is-reduced .healthy-empire-manifest__line-svg path,
.healthy-empire-manifest.is-reduced .healthy-empire-manifest__line svg path,
.healthy-empire-manifest.is-reduced .healthy-empire-manifest__line svg line,
.healthy-empire-manifest.is-reduced .healthy-empire-manifest__line svg polyline,
.healthy-empire-manifest.is-reduced .healthy-empire-manifest__line svg polygon,
.healthy-empire-manifest.is-reduced .healthy-empire-manifest__line svg circle,
.healthy-empire-manifest.is-reduced .healthy-empire-manifest__line svg ellipse {
  stroke: var(--he-manifest-line-dark);
}

.healthy-empire-manifest.is-reduced .healthy-empire-manifest__number {
  -webkit-text-stroke-color: var(--he-manifest-line-dark);
  text-stroke-color: var(--he-manifest-line-dark);
}

.elementor-editor-active .healthy-empire-manifest__marquee-track {
  animation-play-state: paused;
}

/* The collage follows the widget canvas, not the global browser viewport. */
@container he-manifest-hero (min-width: 1600px) {
  .healthy-empire-manifest__collage {
    --he-collage-small-v13: clamp(10rem, 11.5cqw, 17rem);
    --he-collage-medium-v13: clamp(14rem, 16.5cqw, 25rem);
    --he-collage-large-v13: clamp(18rem, 22cqw, 34rem);
  }

  .healthy-empire-manifest__photo--top_left,
  .healthy-empire-manifest__photo--bottom_left {
    left: 5%;
  }

  .healthy-empire-manifest__photo--top_right,
  .healthy-empire-manifest__photo--bottom_right {
    right: 5%;
  }

  .healthy-empire-manifest__photo--middle_left {
    left: 2.5%;
  }

  .healthy-empire-manifest__photo--middle_right {
    right: 2.5%;
  }
}

@container he-manifest-hero (min-width: 768px) and (max-width: 1024px) {
  .healthy-empire-manifest__collage {
    --he-collage-small-v13: clamp(7rem, 14cqw, 10rem);
    --he-collage-medium-v13: clamp(9rem, 19cqw, 13.5rem);
    --he-collage-large-v13: clamp(12rem, 24cqw, 17rem);
  }

  .healthy-empire-manifest__photo--top_left { left: -2%; }
  .healthy-empire-manifest__photo--top_right { right: -2%; }
  .healthy-empire-manifest__photo--middle_left { left: -7%; }
  .healthy-empire-manifest__photo--middle_right { right: -7%; }
  .healthy-empire-manifest__photo--bottom_left { left: 1%; }
  .healthy-empire-manifest__photo--bottom_right { right: 1%; }
}

@media (max-width: 1024px) {
  .healthy-empire-manifest {
    --he-marquee-logo-height: 60px;
    --he-marquee-logo-width: 170px;
    --he-marquee-item-width: 154px;
    --he-marquee-gap: 44px;
  }

  .healthy-empire-manifest__photo {
    --he-photo-offset-x: var(--he-photo-offset-x-tablet, var(--he-photo-offset-x-desktop, 0cqw));
    --he-photo-offset-y: var(--he-photo-offset-y-tablet, var(--he-photo-offset-y-desktop, 0cqw));
  }

  .healthy-empire-manifest__hero,
  .healthy-empire-manifest__about {
    padding: 28px;
  }

  .healthy-empire-manifest__hero-footer {
    right: 28px;
    bottom: 24px;
    left: 28px;
  }

  .healthy-empire-manifest--mode-visual .healthy-empire-manifest__hero {
    min-height: 62svh;
  }

  .healthy-empire-manifest__about-grid {
    grid-template-columns: minmax(140px, 0.5fr) minmax(0, 1.5fr);
    gap: 3rem;
  }
}

@media (max-width: 767px) {
  .healthy-empire-manifest {
    margin: 8px;
    --he-marquee-logo-height: 48px;
    --he-marquee-logo-width: 140px;
    --he-marquee-item-width: 124px;
    --he-marquee-gap: 32px;
    --he-marquee-safe-y: 22px;
  }

  .healthy-empire-manifest__hero {
    --he-collage-small-v13: clamp(6.5rem, 28cqw, 9rem);
    --he-collage-medium-v13: clamp(8rem, 36cqw, 11.5rem);
    --he-collage-large-v13: clamp(10rem, 44cqw, 14rem);
  }

  .healthy-empire-manifest__photo {
    display: none;
    --he-photo-offset-x: var(--he-photo-offset-x-mobile, 0cqw);
    --he-photo-offset-y: var(--he-photo-offset-y-mobile, 0cqw);
    --he-photo-focus-x: var(--he-photo-focus-x-mobile, 50%);
    --he-photo-focus-y: var(--he-photo-focus-y-mobile, 50%);
    --he-slot-shift-x: 0cqw;
    --he-slot-shift-y: 0cqw;
  }

  .healthy-empire-manifest__photo--mobile-top_left,
  .healthy-empire-manifest__photo--mobile-top_right,
  .healthy-empire-manifest__photo--mobile-bottom_left,
  .healthy-empire-manifest__photo--mobile-bottom_right {
    display: block;
  }

  .healthy-empire-manifest__photo--mobile-top_left {
    top: 8%;
    left: -14%;
    right: auto;
    bottom: auto;
    translate: none;
  }

  .healthy-empire-manifest__photo--mobile-top_right {
    top: 9%;
    right: -14%;
    left: auto;
    bottom: auto;
    translate: none;
  }

  .healthy-empire-manifest__photo--mobile-bottom_left {
    bottom: 5%;
    left: -12%;
    top: auto;
    right: auto;
    translate: none;
  }

  .healthy-empire-manifest__photo--mobile-bottom_right {
    right: -12%;
    bottom: 5%;
    top: auto;
    left: auto;
    translate: none;
  }

  .healthy-empire-manifest__photo--mobile-small {
    width: var(--he-collage-small-v13);
  }

  .healthy-empire-manifest__photo--mobile-medium {
    width: var(--he-collage-medium-v13);
  }

  .healthy-empire-manifest__photo--mobile-large {
    width: var(--he-collage-large-v13);
  }

  .healthy-empire-manifest__hero,
  .healthy-empire-manifest__about {
    padding: 20px;
  }

  .healthy-empire-manifest__hero {
    min-height: 92svh;
    padding-bottom: 104px;
  }

  .healthy-empire-manifest--mode-visual .healthy-empire-manifest__hero {
    min-height: 68svh;
    padding-bottom: 88px;
  }

  .healthy-empire-manifest__heading {
    font-size: clamp(2.35rem, 11.4vw, 5.2rem);
    line-height: 0.9;
  }

  .healthy-empire-manifest__heading-loop-line {
    gap: 0.13em;
  }

  .healthy-empire-manifest__intro {
    max-width: 34rem;
    font-size: 0.98rem;
  }

  .healthy-empire-manifest__hero-footer {
    right: 20px;
    bottom: 18px;
    left: 20px;
    align-items: flex-start;
  }

  .healthy-empire-manifest__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    max-width: 52%;
  }

  .healthy-empire-manifest__scroll-cue span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .healthy-empire-manifest__scroll-cue {
    width: 2.45rem;
    height: 2.45rem;
    justify-content: center;
    padding: 0;
  }

  .healthy-empire-manifest__line {
    left: -18%;
    width: 136%;
    opacity: 0.42;
  }

  .healthy-empire-manifest__number {
    top: 4.5rem;
    right: -1rem;
    font-size: clamp(10rem, 47vw, 17rem);
    -webkit-text-stroke-width: 1.5px;
  }

  .healthy-empire-manifest__about {
    min-height: 92svh;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .healthy-empire-manifest__about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .healthy-empire-manifest__about-heading {
    font-size: clamp(2.55rem, 11.2vw, 4.5rem);
  }

  .healthy-empire-manifest__marquee {
    padding: 28px 0 12px;
  }

  .elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta,
  .elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta:visited,
  .elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta:hover,
  .elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta:focus,
  .elementor-widget-healthy-empire-manifest-hero .healthy-empire-manifest__cta:active {
    min-height: 72px;
    padding: 20px;
  }

  .healthy-empire-manifest__cta-label {
    font-size: clamp(1.05rem, 5.2vw, 1.45rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .healthy-empire-manifest *,
  .healthy-empire-manifest *::before,
  .healthy-empire-manifest *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .healthy-empire-manifest__photo-motion,
  .healthy-empire-manifest__photo-frame {
    transform: none !important;
    opacity: 1 !important;
  }

  .healthy-empire-manifest__marquee-track {
    animation: none !important;
    transform: none !important;
  }

  .healthy-empire-manifest__marquee-group[aria-hidden="true"] {
    display: none;
  }
}
