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

.healthy-empire-footer {
  --he-footer-bg: #fff5f2;
  --he-footer-text: #000;
  --he-footer-accent: #fc441a;
  --he-footer-light: #fff;
  --he-footer-gray: #d8d8d8;
  --he-footer-dark-gray: #525252;
  --he-footer-modal-backdrop: rgb(0 0 0 / 0.94);
  --he-footer-modal-close-text: #fff;
  --he-footer-modal-close-bg: #fff;
  --he-footer-modal-close-icon: #000;
  --he-footer-modal-close-hover-bg: #fc441a;
  --he-footer-modal-close-hover-icon: #000;
  --he-footer-pad-top: 72px;
  --he-footer-pad-right: 72px;
  --he-footer-pad-bottom: 28px;
  --he-footer-pad-left: 72px;
  position: relative;
  min-width: 0;
  margin: 16px;
  color: var(--he-footer-text);
  font-size: 16px;
}

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

.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer a,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer a:hover,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer a:focus,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer a:active {
  background-image: none;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  text-shadow: none;
}

.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer button,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer button:hover,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer button:focus,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer button:active {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: inherit;
  filter: none;
  font: inherit;
  text-decoration: none;
  text-shadow: none;
  transform: none;
}

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

.healthy-empire-footer__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: var(--he-footer-pad-top) var(--he-footer-pad-right) 0 var(--he-footer-pad-left);
}

.healthy-empire-footer__line {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.1;
}

.healthy-empire-footer__line svg {
  display: block;
  width: 100%;
  height: 50rem;
}

.healthy-empire-footer__line path {
  fill: none;
  stroke: var(--he-footer-accent);
  stroke-width: 1.5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.healthy-empire-footer__closing {
  position: relative;
  padding: clamp(1rem, 2vw, 2rem) 0 clamp(5rem, 9vw, 9rem);
}

.healthy-empire-footer__eyebrow,
.healthy-empire-footer__utility-label,
.healthy-empire-footer__showreel-label,
.healthy-empire-footer__f-head > p:first-child {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.healthy-empire-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: clamp(2.5rem, 4.5vw, 4.75rem);
  color: var(--he-footer-dark-gray);
}

.healthy-empire-footer__eyebrow span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--he-footer-accent);
}

.healthy-empire-footer__heading {
  position: relative;
  z-index: 1;
  width: min(100%, 80rem);
  margin: 0;
  color: var(--he-footer-text);
  font-family: inherit;
  font-size: clamp(2.75rem, 5.6vw, 7.4rem);
  font-weight: 720;
  line-height: 0.94;
  letter-spacing: -0.058em;
  text-transform: uppercase;
  white-space: pre-line;
  text-wrap: balance;
}

.healthy-empire-footer__conversion-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.9fr);
  align-items: end;
  gap: clamp(3rem, 7vw, 8rem);
  margin-top: clamp(4rem, 7vw, 7rem);
}

.healthy-empire-footer__statement {
  max-width: 48rem;
}

.healthy-empire-footer__statement-copy,
.healthy-empire-footer__statement-copy p {
  margin: 0;
}

.healthy-empire-footer__statement-copy {
  max-width: 42rem;
  color: var(--he-footer-dark-gray);
  font-size: clamp(1.1rem, 1.4vw, 1.45rem);
  font-weight: 430;
  line-height: 1.48;
  letter-spacing: -0.02em;
}

.healthy-empire-footer__ctas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 2.2rem;
}

.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta:visited,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta:hover,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta:focus,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta:active {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  overflow: hidden;
  padding: 20px 22px;
  border-radius: 0;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.05;
  text-decoration: none !important;
  text-shadow: none !important;
  transition: border-color 0.35s ease, color 0.35s ease;
}

.healthy-empire-footer__cta-fill {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--he-footer-accent);
  transform: translateX(-101%);
  transition: transform 0.65s cubic-bezier(0.625, 0.05, 0, 1);
}

.healthy-empire-footer__cta-label,
.healthy-empire-footer__cta-icon {
  position: relative;
  z-index: 1;
}

.healthy-empire-footer__cta-label {
  transition: transform 0.65s cubic-bezier(0.625, 0.05, 0, 1);
}

.healthy-empire-footer__cta-icon {
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--he-footer-accent);
  transition: color 0.35s ease, transform 0.65s cubic-bezier(0.625, 0.05, 0, 1);
}

.healthy-empire-footer__cta-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta--primary,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta--primary:visited,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta--primary:active {
  border: 1px solid var(--he-footer-text);
  background: var(--he-footer-text) !important;
  color: var(--he-footer-light) !important;
}

.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta--secondary,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta--secondary:visited,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta--secondary:active {
  border: 1px solid color-mix(in srgb, var(--he-footer-text) 34%, transparent);
  background: transparent !important;
  color: var(--he-footer-text) !important;
}

.healthy-empire-footer__cta--primary .healthy-empire-footer__cta-icon {
  color: var(--he-footer-light);
}

.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta:hover,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__cta:focus-visible {
  border-color: var(--he-footer-accent);
  color: var(--he-footer-text) !important;
}

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

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

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

.healthy-empire-footer__cta:focus-visible {
  outline: 3px solid var(--he-footer-accent);
  outline-offset: 4px;
}

.healthy-empire-footer__microcopy {
  display: flex;
  max-width: 38rem;
  gap: 0.65rem;
  margin: 1.15rem 0 0;
  color: var(--he-footer-dark-gray);
  font-size: 0.76rem;
  line-height: 1.45;
}

.healthy-empire-footer__microcopy span {
  flex: 0 0 auto;
  color: var(--he-footer-text) !important;
  opacity: 1 !important;
}

.healthy-empire-footer__showreel-slot {
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.healthy-empire-footer__showreel {
  position: relative;
  z-index: 3;
  width: 100%;
}

.healthy-empire-footer__showreel-card {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.05rem;
  overflow: hidden;
  padding: 10px 10px 14px;
  border: 1px solid var(--he-footer-gray);
  border-radius: 18px;
  background: color-mix(in srgb, var(--he-footer-light) 78%, transparent);
  color: var(--he-footer-text);
  transition: border-color 0.35s ease, background-color 0.35s ease;
}

.healthy-empire-footer__showreel-article-link {
  cursor: pointer;
}

.healthy-empire-footer__showreel-article-link:focus-visible {
  outline: 3px solid var(--he-footer-accent);
  outline-offset: 4px;
}

.healthy-empire-footer__showreel-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.healthy-empire-footer__showreel-ratio {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  min-height: 100%;
  overflow: hidden;
  background: #000;
}

.healthy-empire-footer__showreel-cover,
.healthy-empire-footer__showreel-video,
.healthy-empire-footer__showreel-video video,
.healthy-empire-footer__showreel-video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.healthy-empire-footer__showreel-cover {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: middle !important;
  object-fit: cover !important;
  object-position: center center;
  transform: scale(1.002);
  transition: opacity 0.35s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.healthy-empire-footer__showreel-video {
  z-index: -1;
  background: #000;
  opacity: 0;
  visibility: hidden;
}

.healthy-empire-footer__showreel-video video,
.healthy-empire-footer__showreel-video iframe {
  border: 0;
  object-fit: contain;
}

.healthy-empire-footer__showreel-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--he-footer-gray);
  color: var(--he-footer-accent);
  font-size: clamp(3rem, 6vw, 5.25rem);
  font-weight: 690;
  letter-spacing: -0.07em;
}

.healthy-empire-footer__showreel-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding: 0 0.35rem;
}

.healthy-empire-footer__showreel-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--he-footer-accent);
}

.healthy-empire-footer__showreel-info h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.healthy-empire-footer__showreel-info p {
  margin: 0.45rem 0 0;
  color: var(--he-footer-dark-gray);
  font-size: 0.72rem;
  line-height: 1.35;
}

.healthy-empire-footer__showreel-play {
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--he-footer-text);
  transition: color 0.3s ease;
}

.healthy-empire-footer__showreel-play svg {
  display: block;
  width: 100%;
  height: 100%;
}

.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__showreel-click,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__showreel-click:hover,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__showreel-click:focus,
.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__showreel-click:active {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0 !important;
  border-radius: inherit;
  background: transparent !important;
  box-shadow: none !important;
}

.healthy-empire-footer__showreel-click:focus-visible {
  outline: 3px solid var(--he-footer-accent);
  outline-offset: -5px;
}

.healthy-empire-footer.is-elementor-editor .healthy-empire-footer__showreel-click {
  pointer-events: none !important;
}

.healthy-empire-footer.is-elementor-editor .healthy-empire-footer__showreel-article-link {
  pointer-events: none !important;
}

.healthy-empire-footer.is-elementor-editor .healthy-empire-footer__showreel-lightbox {
  display: none !important;
}

.healthy-empire-footer__showreel:hover .healthy-empire-footer__showreel-card {
  border-color: color-mix(in srgb, var(--he-footer-text) 36%, transparent);
  background: var(--he-footer-light);
}

.healthy-empire-footer__showreel:hover .healthy-empire-footer__showreel-cover {
  transform: scale(1.018);
}

.healthy-empire-footer__showreel:hover .healthy-empire-footer__showreel-play {
  color: var(--he-footer-accent);
}

.healthy-empire-footer__showreel-lightbox {
  --he-footer-accent: #fc441a;
  --he-showreel-duration: 0.72s;
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  visibility: hidden;
  place-items: center;
  overflow: hidden;
  padding: clamp(1rem, 4vw, 4rem);
  background: var(--he-footer-modal-backdrop, rgb(0 0 0 / 0.94)) !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--he-showreel-duration) cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear var(--he-showreel-duration);
  isolation: isolate;
}

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

.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-dark,
.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-dark:hover,
.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-dark:focus,
.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-dark:active {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent !important;
  opacity: 1 !important;
  pointer-events: auto;
}

.healthy-empire-footer__showreel-safearea {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  pointer-events: none;
}

.healthy-empire-footer__showreel-dialog {
  position: relative;
  z-index: 1;
  width: min(88vw, 1180px, calc((100vh - clamp(5rem, 12vh, 9rem)) * 16 / 9));
  max-width: 100%;
  max-height: calc(100vh - clamp(5rem, 12vh, 9rem));
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: clamp(0.75rem, 1.2vw, 1.25rem);
  background: #000;
  box-shadow: 0 2rem 7rem rgb(0 0 0 / 0.55);
  opacity: 0;
  pointer-events: auto;
  transform: translateY(1.5rem) scale(0.96);
  transform-origin: center;
  transition: opacity var(--he-showreel-duration) cubic-bezier(0.16, 1, 0.3, 1), transform var(--he-showreel-duration) cubic-bezier(0.16, 1, 0.3, 1);
}

.healthy-empire-footer__showreel-stage,
.healthy-empire-footer__showreel-stage video,
.healthy-empire-footer__showreel-stage iframe,
.healthy-empire-footer__showreel-stage > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #000 !important;
}

.healthy-empire-footer__showreel-stage video,
.healthy-empire-footer__showreel-stage > img {
  object-fit: contain;
}

.healthy-empire-footer__showreel-modal-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: #000;
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 700;
  letter-spacing: -0.08em;
}

.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-close,
.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-close:hover,
.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-close:focus,
.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-close:active {
  appearance: none !important;
  position: absolute;
  z-index: 2;
  top: clamp(0.25rem, 1vw, 0.75rem);
  right: clamp(0.25rem, 1vw, 0.75rem);
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  cursor: pointer;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--he-footer-modal-close-text, #fff) !important;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  filter: none !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  opacity: 1 !important;
  outline: 0 !important;
  padding: 0 !important;
  pointer-events: auto;
  transform: none !important;
}

.healthy-empire-footer__showreel-close-icon {
  position: relative;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  border-radius: 50%;
  place-items: center;
  background: var(--he-footer-modal-close-bg, #fff) !important;
  color: var(--he-footer-modal-close-icon, #000) !important;
  transform: rotate(0deg) scale(1);
  will-change: transform;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.healthy-empire-footer__showreel-close > span:first-child {
  transition: color 0.28s ease;
}

.healthy-empire-footer__showreel-close-icon svg {
  display: block;
  width: 1rem;
  height: 1rem;
  color: currentColor !important;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-close:hover .healthy-empire-footer__showreel-close-icon,
.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-close:focus-visible .healthy-empire-footer__showreel-close-icon {
  background: var(--he-footer-modal-close-hover-bg, var(--he-footer-accent)) !important;
  color: var(--he-footer-modal-close-hover-icon, #000) !important;
  transform: rotate(90deg) scale(1.06) !important;
}

.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-close:hover > span:first-child,
.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-close:focus-visible > span:first-child {
  color: var(--he-footer-modal-close-hover-bg, var(--he-footer-accent)) !important;
}

.healthy-empire-footer__showreel-lightbox .healthy-empire-footer__showreel-close:focus-visible {
  outline: 2px solid var(--he-footer-modal-close-hover-bg, var(--he-footer-accent)) !important;
  outline-offset: 5px !important;
}

[data-mini-showreel-status="active"].healthy-empire-footer__showreel-lightbox,
[data-mini-showreel-status="opening"].healthy-empire-footer__showreel-lightbox,
[data-mini-showreel-status="closing"].healthy-empire-footer__showreel-lightbox {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

[data-mini-showreel-status="active"].healthy-empire-footer__showreel-lightbox {
  opacity: 1 !important;
}

[data-mini-showreel-status="active"] .healthy-empire-footer__showreel-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.he-showreel-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.healthy-empire-footer__series {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(18rem, 0.85fr) minmax(30rem, 1.15fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(3.5rem, 6vw, 6rem) 0;
  border-top: 1px solid var(--he-footer-gray);
  border-bottom: 1px solid var(--he-footer-gray);
}

.healthy-empire-footer__series-copy {
  min-width: 0;
}

.healthy-empire-footer__series-label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.15rem;
  color: var(--he-footer-dark-gray);
  font-size: 0.68rem;
  font-weight: 680;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.healthy-empire-footer__series-label > span {
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--he-footer-accent);
}

.healthy-empire-footer__series-heading {
  max-width: 34rem;
  margin: 0;
  color: var(--he-footer-text);
  font-size: clamp(2rem, 3.1vw, 4rem);
  font-weight: 680;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.healthy-empire-footer__series-text {
  max-width: 31rem;
  margin: 1.15rem 0 0;
  color: var(--he-footer-dark-gray);
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  line-height: 1.55;
}

.healthy-empire-footer__series-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.4rem;
  color: var(--he-footer-text);
  font-size: 0.82rem;
  font-weight: 680;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.25s ease;
}

.healthy-empire-footer__series-link svg {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}

.healthy-empire-footer__series-link:hover,
.healthy-empire-footer__series-link:focus-visible {
  color: var(--he-footer-accent);
}

.healthy-empire-footer__series-link:hover svg,
.healthy-empire-footer__series-link:focus-visible svg {
  transform: translate(0.14rem, -0.14rem);
}

.healthy-empire-footer__series-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.3rem;
}

.healthy-empire-footer__series-player {
  width: 100%;
  max-width: 52.5rem;
  min-width: 0;
  justify-self: end;
}

.healthy-empire-footer__series-frame {
  display: block;
  width: 100%;
  height: 152px;
  border: 0;
  border-radius: 12px;
  background: transparent;
}

.healthy-empire-footer__f-system {
  position: relative;
  z-index: 2;
  padding: clamp(3.5rem, 6vw, 6rem) 0 clamp(4rem, 7vw, 7rem);
  border-top: 1px solid color-mix(in srgb, var(--he-footer-text) 16%, transparent);
}

.healthy-empire-footer__f-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.75rem);
}

.healthy-empire-footer__f-head > p:first-child {
  color: var(--he-footer-dark-gray);
}

.healthy-empire-footer__f-intro {
  margin: 0;
  color: var(--he-footer-dark-gray);
  font-size: 0.92rem;
  line-height: 1.4;
  text-align: right;
}

.healthy-empire-footer__f-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--he-footer-gray);
  border-bottom: 1px solid var(--he-footer-gray);
  list-style: none;
}

.healthy-empire-footer__f-item {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 12.5rem;
  flex-direction: column;
  padding: 1.35rem 1.25rem 1.5rem;
  border-right: 1px solid var(--he-footer-gray);
  background: transparent !important;
  color: var(--he-footer-text);
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.healthy-empire-footer__f-item:hover,
.healthy-empire-footer__f-item:focus-within {
  background: transparent !important;
  color: var(--he-footer-text) !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.healthy-empire-footer__f-item:last-child {
  border-right: 0;
}

.healthy-empire-footer__f-index {
  margin-bottom: auto;
  color: var(--he-footer-accent);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.healthy-empire-footer__f-name {
  color: var(--he-footer-text);
  font-size: clamp(1.35rem, 1.75vw, 2.6rem);
  font-weight: 670;
  line-height: 1;
  letter-spacing: -0.045em;
  transition: color 0.3s ease;
}

.healthy-empire-footer__f-copy {
  max-width: 15rem;
  margin-top: 0.85rem;
  color: var(--he-footer-dark-gray);
  font-size: 0.82rem;
  line-height: 1.42;
}

.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__f-item:hover .healthy-empire-footer__f-name {
  color: var(--he-footer-accent);
  opacity: 1 !important;
}

.elementor-widget-healthy-empire-conversion-footer .healthy-empire-footer__f-item:focus-within .healthy-empire-footer__f-name {
  color: var(--he-footer-accent);
  opacity: 1 !important;
}

.healthy-empire-footer__f-item:hover .healthy-empire-footer__f-index,
.healthy-empire-footer__f-item:focus-within .healthy-empire-footer__f-index {
  color: var(--he-footer-accent);
  opacity: 1 !important;
}

.healthy-empire-footer__f-item:hover .healthy-empire-footer__f-copy,
.healthy-empire-footer__f-item:focus-within .healthy-empire-footer__f-copy {
  color: var(--he-footer-dark-gray);
  opacity: 1 !important;
}

.healthy-empire-footer__utility,
.healthy-empire-footer__legal,
.healthy-empire-footer__wordmark-wrap {
  margin-right: calc(var(--he-footer-pad-right) * -1);
  margin-left: calc(var(--he-footer-pad-left) * -1);
  background: var(--he-footer-text);
  color: var(--he-footer-light);
}

.healthy-empire-footer__utility {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(18rem, 1.45fr) minmax(10rem, 0.55fr) minmax(10rem, 0.45fr) minmax(8rem, 0.35fr);
  gap: clamp(2rem, 5vw, 6rem);
  padding: clamp(4.5rem, 7vw, 7rem) var(--he-footer-pad-right) clamp(3.5rem, 6vw, 5.5rem) var(--he-footer-pad-left);
}

.healthy-empire-footer__utility-label {
  margin-bottom: 1.25rem;
  color: var(--he-footer-accent);
}

.healthy-empire-footer__contact-heading {
  max-width: 32rem;
  margin: 0;
  color: var(--he-footer-light);
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.05em;
}

.healthy-empire-footer__direct-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 2rem;
}

.healthy-empire-footer__direct-contact a {
  position: relative;
  color: var(--he-footer-gray);
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  text-decoration: none;
  transition: color 0.25s ease;
}

.healthy-empire-footer__direct-contact a:hover,
.healthy-empire-footer__direct-contact a:focus-visible {
  color: var(--he-footer-light);
}

.healthy-empire-footer__link-column ul,
.healthy-empire-footer__legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.healthy-empire-footer__link-column li + li {
  margin-top: 0.4rem;
}

.healthy-empire-footer__link-column a,
.healthy-empire-footer__legal a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--he-footer-gray);
  font-size: 0.92rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.25s ease;
}

.healthy-empire-footer__link-column a svg,
.healthy-empire-footer__legal a svg {
  width: 0.9rem;
  opacity: 0.42;
  transition: opacity 0.25s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.healthy-empire-footer__link-column a:hover,
.healthy-empire-footer__link-column a:focus-visible,
.healthy-empire-footer__legal a:hover,
.healthy-empire-footer__legal a:focus-visible {
  color: var(--he-footer-light);
}

.healthy-empire-footer__link-column a:hover svg,
.healthy-empire-footer__link-column a:focus-visible svg {
  opacity: 1;
  transform: translateX(0.2rem);
}

.healthy-empire-footer__brand-column {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.healthy-empire-footer__brand-column img {
  display: block;
  width: min(100%, 10rem);
  max-height: 5rem;
  object-fit: contain;
  object-position: right top;
  filter: brightness(0) invert(1);
}

.healthy-empire-footer__brand-monogram {
  display: grid;
  width: clamp(4.75rem, 7vw, 7rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--he-footer-light) 25%, transparent);
  border-radius: 50%;
  color: var(--he-footer-accent);
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.07em;
}

.healthy-empire-footer__legal {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.3rem var(--he-footer-pad-right) 1.3rem var(--he-footer-pad-left);
  border-top: 1px solid color-mix(in srgb, var(--he-footer-light) 16%, transparent);
  color: color-mix(in srgb, var(--he-footer-gray) 72%, transparent);
  font-size: 0.72rem;
}

.healthy-empire-footer__legal p {
  margin: 0;
}

.healthy-empire-footer__legal-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
  min-width: 0;
}

.healthy-empire-footer__partner-credit {
  position: relative;
  white-space: nowrap;
}

.healthy-empire-footer__partner-credit::before {
  width: 0.25rem;
  height: 0.25rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--he-footer-accent);
  content: "";
}

.healthy-empire-footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.healthy-empire-footer__legal a {
  font-size: inherit;
}

.healthy-empire-footer__legal a svg {
  display: none;
}

.healthy-empire-footer__wordmark-wrap {
  position: relative;
  z-index: 1;
  height: clamp(4.5rem, 10vw, 10rem);
  overflow: hidden;
}

.healthy-empire-footer__wordmark {
  position: absolute;
  right: 50%;
  bottom: -0.2em;
  color: var(--he-footer-light);
  font-size: clamp(4.5rem, 12.5vw, 14rem);
  font-weight: 740;
  line-height: 0.76;
  letter-spacing: -0.078em;
  opacity: 0.075;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(50%);
  will-change: transform;
}

@media (max-width: 1100px) {
  .healthy-empire-footer__conversion-grid {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.85fr);
    gap: 3.5rem;
  }

  .healthy-empire-footer__series {
    grid-template-columns: minmax(16rem, 0.8fr) minmax(25rem, 1.2fr);
    gap: 3.5rem;
  }

  .healthy-empire-footer__f-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .healthy-empire-footer__f-item:nth-child(3) {
    border-right: 0;
  }

  .healthy-empire-footer__f-item:nth-child(n + 4) {
    border-top: 1px solid var(--he-footer-gray);
  }

  .healthy-empire-footer__utility {
    grid-template-columns: minmax(18rem, 1.35fr) 1fr 1fr;
  }

  .healthy-empire-footer__brand-column {
    grid-column: 3;
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .healthy-empire-footer__line svg {
    height: 42rem;
  }

  .healthy-empire-footer__heading {
    width: 100%;
    line-height: 0.96;
  }

  .healthy-empire-footer__conversion-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .healthy-empire-footer__showreel-slot {
    max-width: min(100%, 38rem);
    justify-self: start;
  }

  .healthy-empire-footer__series {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .healthy-empire-footer__series-player {
    justify-self: start;
  }

  .healthy-empire-footer__series-heading,
  .healthy-empire-footer__series-text {
    max-width: 38rem;
  }

  .healthy-empire-footer__f-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .healthy-empire-footer__f-item,
  .healthy-empire-footer__f-item:nth-child(3) {
    border-right: 1px solid var(--he-footer-gray);
  }

  .healthy-empire-footer__f-item:nth-child(even) {
    border-right: 0;
  }

  .healthy-empire-footer__f-item:nth-child(n + 3) {
    border-top: 1px solid var(--he-footer-gray);
  }

  .healthy-empire-footer__utility {
    grid-template-columns: minmax(0, 1.4fr) 1fr;
  }

  .healthy-empire-footer__brand-column {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .healthy-empire-footer {
    margin: 8px;
  }

  .healthy-empire-footer__conversion-grid {
    margin-top: 3rem;
  }

  .healthy-empire-footer__ctas {
    grid-template-columns: 1fr;
  }

  .healthy-empire-footer__showreel-info h3 {
    font-size: 1.35rem;
  }

  .healthy-empire-footer__showreel-dialog {
    width: 94vw;
  }

  .healthy-empire-footer__showreel-close span:first-child {
    display: none;
  }

  .healthy-empire-footer__series {
    gap: 2rem;
    padding: 3rem 0;
  }

  .healthy-empire-footer__f-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .healthy-empire-footer__f-intro {
    text-align: left;
  }

  .healthy-empire-footer__f-grid {
    grid-template-columns: 1fr;
  }

  .healthy-empire-footer__f-item,
  .healthy-empire-footer__f-item:nth-child(3),
  .healthy-empire-footer__f-item:nth-child(even) {
    min-height: 10.5rem;
    border-top: 1px solid var(--he-footer-gray);
    border-right: 0;
  }

  .healthy-empire-footer__f-item:first-child {
    border-top: 0;
  }

  .healthy-empire-footer__utility {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1.5rem;
  }

  .healthy-empire-footer__contact {
    grid-column: 1 / -1;
  }

  .healthy-empire-footer__brand-column {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .healthy-empire-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .healthy-empire-footer__legal-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .healthy-empire-footer__partner-credit::before {
    display: none;
  }

  .healthy-empire-footer__wordmark-wrap {
    height: 5.2rem;
  }
}

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

  .healthy-empire-footer__showreel-lightbox *,
  .healthy-empire-footer__showreel-lightbox *::before,
  .healthy-empire-footer__showreel-lightbox *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
