/* Final production pass: stabilize rhythm, reduce overlap risks, and clarify the journey. */

body.page-home .magic-home-v3,
body.page-coachvisible .coachvisible-next {
  overflow-x: clip;
}

body.page-home .magic-home-v3 :where(#services, #pages, #univers, #methode, #apropos),
body.page-coachvisible .coachvisible-next :where(#coachvisible-title, #coachvisible-human-title, #coachvisible-signals-title, #coachvisible-method-title, #coachvisible-form),
body.page-contact :where(#main-content),
body.page-legal.magic-legal-active :where(#main-content),
body.page-privacy.magic-legal-active :where(#main-content),
body.page-cookies.magic-legal-active :where(#main-content) {
  scroll-margin-top: calc(var(--magic-header-h, 84px) + 24px);
}

body.magic-scroll-active .magic-page :where(h1, h2, h3, h4, strong, span, a, button, label) {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

body.magic-scroll-active .magic-page :where(p, li) {
  overflow-wrap: break-word;
  word-break: normal;
}

body.page-home .magic-home-v3 .magic-section,
body.page-home .magic-home-v3 .magic-method,
body.page-home .magic-home-v3 .magic-final {
  position: relative;
  z-index: 2;
}

body.page-home .magic-header,
body.page-coachvisible .magic-header {
  align-items: center;
  gap: 14px;
}

body.page-home .magic-mark,
body.page-home .magic-menu-btn,
body.page-home .magic-talk,
body.page-coachvisible .magic-mark,
body.page-coachvisible .magic-menu-btn,
body.page-coachvisible .magic-talk {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 247, 255, 0.9)) !important;
  backdrop-filter: blur(18px);
  border: 1px solid rgba(101, 216, 255, 0.18);
  border-radius: 20px !important;
  box-shadow: 0 18px 44px rgba(5, 8, 22, 0.1);
  color: #071220 !important;
  min-height: 52px !important;
}

body.page-home .magic-mark,
body.page-coachvisible .magic-mark {
  min-width: 52px;
  padding: 0;
}

body.page-home .magic-menu-btn,
body.page-home .magic-talk,
body.page-coachvisible .magic-menu-btn,
body.page-coachvisible .magic-talk {
  font-size: 0.95rem !important;
  font-weight: 760;
  letter-spacing: 0;
  padding-inline: 20px !important;
  width: auto !important;
}

body.page-home .magic-talk::after,
body.page-coachvisible .magic-talk::after {
  content: none !important;
}

body.page-home .magic-talk,
body.page-coachvisible .magic-talk {
  max-width: none !important;
  min-width: 0 !important;
}

@media (min-width: 1181px) {
  body.page-seo-geo:not(.magic-scroll-active) .hero-cloud__title.hero-title {
    max-width: min(100%, 15.8ch);
    font-size: 5.75rem;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (min-width: 921px) and (max-width: 1180px) {
  body.page-seo-geo:not(.magic-scroll-active) .hero-cloud__title.hero-title {
    max-width: min(100%, 16ch);
    font-size: 4.2rem;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
}

body.page-home .magic-talk-panel__drawer,
body.page-coachvisible .magic-talk-panel__drawer {
  background:
    linear-gradient(180deg, rgba(7, 18, 33, 0.98), rgba(8, 27, 44, 0.96)),
    radial-gradient(circle at top left, rgba(103, 217, 255, 0.18), transparent 26rem);
}

body.page-home .magic-talk-form__actions button,
body.page-coachvisible .magic-talk-form__actions button {
  border-radius: 999px;
}

body.page-home .magic-menu-overlay__nav {
  gap: clamp(8px, 1.4vw, 16px);
}

body.page-home .magic-menu-overlay__nav a,
body.page-coachvisible .magic-menu-overlay__nav a {
  font-size: clamp(1.3rem, 2.7vw, 2.7rem);
  line-height: 0.94;
  max-width: 14ch;
  text-wrap: balance;
}

body.page-home .magic-home-v3 {
  background:
    radial-gradient(circle at 14% 0%, rgba(102, 218, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(25, 245, 186, 0.1), transparent 24rem),
    linear-gradient(180deg, #040913 0%, #071220 50%, #08111f 100%);
}

body.page-home .magic-home-v3 .magic-system-field {
  display: none !important;
}

body.page-home .magic-home-v3 .magic-intro {
  min-height: clamp(860px, 146svh, 1380px) !important;
}

body.page-home .magic-home-v3 .magic-intro__sticky {
  min-height: 100svh !important;
  padding-top: calc(var(--magic-header-h, 84px) + clamp(34px, 4vw, 62px)) !important;
  padding-bottom: clamp(34px, 5vw, 56px) !important;
}

body.page-home .magic-home-v3 .magic-intro__content {
  align-content: center;
  gap: 20px;
  max-width: min(44rem, 100%);
  position: relative;
  z-index: 6;
}

body.page-home .magic-home-v3 .magic-intro__headline {
  min-height: clamp(14rem, 36vw, 18rem) !important;
}

body.page-home .magic-home-v3 .magic-intro__line {
  font-size: clamp(2.95rem, 5.7vw, 6rem) !important;
  line-height: 0.91 !important;
  max-width: 11.4ch !important;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-intro__caption {
  max-width: 35rem;
}

body.page-home .magic-home-v3 .magic-intro__media img {
  transition: opacity 640ms var(--magic-ease), transform 1200ms var(--magic-ease);
}

body.page-home .magic-home-v3 .magic-intro__caption span,
body.page-home .magic-home-v3 .magic-intro__support {
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.55;
}

body.page-home .magic-home-v3 .magic-intro__caption span {
  transition: opacity 460ms var(--magic-ease), transform 620ms var(--magic-ease);
}

body.page-home .magic-home-v3 .magic-intro__actions {
  align-items: center;
  gap: 14px;
}

body.page-home .magic-home-v3 .magic-intro__cta,
body.page-home .magic-home-v3 .magic-intro__secondary,
body.page-home .magic-home-v3 .magic-final__actions a {
  align-items: center;
  border-radius: 999px;
  justify-content: center;
  min-height: 54px;
  min-width: 0;
  padding-inline: 24px;
}

body.page-home .magic-home-v3 .magic-intro__secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(101, 216, 255, 0.2);
  color: #effbff;
}

body.page-home .magic-home-v3 .magic-logo-cube {
  right: clamp(22px, 7vw, 128px);
  top: 48%;
}

body.page-home .magic-home-v3 .magic-cube-burst {
  transition: opacity 340ms var(--magic-ease);
}

body.page-home .magic-home-v3 .magic-cube-burst img {
  transition: opacity 260ms linear, transform 420ms linear, filter 340ms linear;
}

body.page-home .magic-home-v3 .magic-intro.is-cube-hovered .magic-cube-burst img {
  animation-duration: 1180ms;
  animation-delay: calc(var(--burst-order) * 140ms);
}

body.page-home .magic-home-v3 .magic-intro.is-cube-hovered .magic-intro__headline {
  opacity: 0.16;
  transform: translate3d(0, -8px, 0) scale(0.99);
}

body.page-home .magic-home-v3 .magic-scroll-hint {
  bottom: 18px;
}

body.page-home .magic-home-v3 .magic-who,
body.page-home .magic-home-v3 .magic-services,
body.page-home .magic-home-v3 .magic-believe,
body.page-home .magic-home-v3 .magic-work {
  min-height: auto !important;
}

body.page-home .magic-home-v3 .magic-who,
body.page-home .magic-home-v3 .magic-services,
body.page-home .magic-home-v3 .magic-believe,
body.page-home .magic-home-v3 .magic-work,
body.page-home .magic-home-v3 .magic-method,
body.page-home .magic-home-v3 .magic-final {
  padding-block: clamp(84px, 9vw, 136px) !important;
}

body.page-home .magic-home-v3 .magic-who__sticky,
body.page-home .magic-home-v3 .magic-services__sticky,
body.page-home .magic-home-v3 .magic-believe__sticky,
body.page-home .magic-home-v3 .magic-work__sticky {
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
}

body.page-home .magic-home-v3 .magic-who__sticky {
  display: grid;
  gap: clamp(24px, 3vw, 34px);
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.82fr);
}

body.page-home .magic-home-v3 .magic-who__title,
body.page-home .magic-home-v3 .magic-services__heading h2,
body.page-home .magic-home-v3 .magic-work__heading h2,
body.page-home .magic-home-v3 .magic-method__heading h2,
body.page-home .magic-home-v3 .magic-final h2 {
  font-size: clamp(2.8rem, 5.4vw, 5.5rem) !important;
  line-height: 0.92 !important;
  max-width: 10ch;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-who__copy,
body.page-home .magic-home-v3 .magic-services__heading p,
body.page-home .magic-home-v3 .magic-work__heading p,
body.page-home .magic-home-v3 .magic-method__heading p,
body.page-home .magic-home-v3 .magic-final p {
  font-size: clamp(1rem, 1.22vw, 1.14rem);
  line-height: 1.6;
  max-width: 40rem;
}

body.page-home .magic-home-v3 .magic-who__copy-wrap {
  align-content: start;
  display: grid;
  gap: 16px;
}

body.page-home .magic-home-v3 .magic-who__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.page-home .magic-home-v3 .magic-who__primary,
body.page-home .magic-home-v3 .magic-who__secondary {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 760;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-decoration: none;
}

body.page-home .magic-home-v3 .magic-who__primary {
  background: linear-gradient(135deg, #65d8ff, #7ab0ff);
  color: #071220;
}

body.page-home .magic-home-v3 .magic-who__secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(126, 228, 255, 0.22);
  color: #effbff;
}

body.page-home .magic-home-v3 .magic-who__response {
  color: rgba(235, 247, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  max-width: 38rem;
}

body.page-home .magic-home-v3 .magic-who__visual {
  justify-self: end;
  max-width: 520px;
  min-height: 0 !important;
  width: 100%;
}

body.page-home .magic-home-v3 .magic-who__stage {
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 10px;
}

body.page-home .magic-home-v3 .magic-orbit-card {
  min-height: 132px;
  opacity: 1 !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-services__sticky,
body.page-home .magic-home-v3 .magic-work__sticky {
  gap: 28px;
}

body.page-home .magic-home-v3 .magic-services,
body.page-home .magic-home-v3 .magic-work,
body.page-home .magic-home-v3 .magic-method {
  isolation: isolate;
  position: relative;
}

body.page-home .magic-home-v3 .magic-services::before,
body.page-home .magic-home-v3 .magic-work::before,
body.page-home .magic-home-v3 .magic-method::before {
  content: "";
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.page-home .magic-home-v3 .magic-services::before {
  background:
    radial-gradient(circle at 82% 14%, rgba(103, 217, 255, 0.14), transparent 20rem),
    url("/assets/images/manga-crm-panels.svg") right 6% top 34% / min(30rem, 36vw) auto no-repeat;
}

body.page-home .magic-home-v3 .magic-work::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(15, 31, 47, 0.08), transparent 18rem),
    url("/assets/images/manga-digital-runway.svg") left -4rem bottom 2rem / min(26rem, 30vw) auto no-repeat;
}

body.page-home .magic-home-v3 .magic-method::before {
  background:
    radial-gradient(circle at 84% 14%, rgba(103, 217, 255, 0.14), transparent 18rem),
    url("/assets/images/manga-crm-panels.svg") right -3rem bottom -2rem / min(24rem, 28vw) auto no-repeat;
}

body.page-home .magic-home-v3 .magic-services__heading,
body.page-home .magic-home-v3 .magic-work__heading,
body.page-home .magic-home-v3 .magic-method__heading {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 34rem);
}

body.page-home .magic-home-v3 .magic-engine-strip {
  flex-wrap: wrap;
  gap: 12px;
}

body.page-home .magic-home-v3 .magic-track-wrap,
body.page-home .magic-home-v3 .magic-work__viewport {
  overflow: visible !important;
}

body.page-home .magic-home-v3 .magic-services__track {
  display: grid !important;
  gap: clamp(18px, 2vw, 26px);
  grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
  min-width: 0 !important;
  transform: none !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-services__track > * {
  min-width: 0 !important;
}

body.page-home .magic-home-v3 .magic-service-card,
body.page-home .magic-home-v3 .magic-method-card,
body.page-home .magic-home-v3 .magic-work-card {
  backdrop-filter: blur(18px);
  border-radius: 30px;
  box-shadow: 0 26px 64px rgba(7, 18, 32, 0.14);
  min-height: 100%;
}

body.page-home .magic-home-v3 .magic-service-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96)) !important;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

body.page-home .magic-home-v3 .magic-service-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.page-home .magic-home-v3 .magic-service-card__body {
  color: #071220;
  display: grid;
  gap: 14px;
  grid-template-rows: auto auto 1fr auto;
  min-height: 0;
}

body.page-home .magic-home-v3 .magic-service-card h3 {
  font-size: clamp(1.16rem, 1.15vw, 1.48rem) !important;
  line-height: 1.07 !important;
  max-width: 100%;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-service-card p {
  color: rgba(7, 18, 32, 0.7);
  font-size: 0.98rem;
  line-height: 1.55;
}

body.page-home .magic-home-v3 .magic-believe__sticky {
  align-items: center;
  gap: 22px;
  justify-items: center;
}

body.page-home .magic-home-v3 .magic-believe__heading {
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  text-align: center;
}

body.page-home .magic-home-v3 .magic-believe__lines {
  gap: clamp(18px, 2vw, 24px);
  max-width: 64rem;
}

body.page-home .magic-home-v3 .magic-believe__line {
  font-size: clamp(2.15rem, 4.8vw, 5rem) !important;
  line-height: 0.92 !important;
  margin-inline: auto;
  max-width: 11ch;
  text-align: center;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-live-card {
  margin-top: 10px;
  max-width: 34rem;
}

body.page-home .magic-home-v3 .magic-work {
  background: linear-gradient(180deg, rgba(238, 247, 253, 0.98), rgba(245, 251, 255, 0.98));
  color: #071220;
  overflow: visible !important;
}

body.page-home .magic-home-v3 .magic-work__heading p {
  color: rgba(7, 18, 32, 0.62);
  justify-self: end;
  max-width: 34rem !important;
}

body.page-home .magic-home-v3 .magic-work__stage {
  display: grid !important;
  gap: 0;
  grid-template-rows: auto !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.page-home .magic-home-v3 .magic-work__rail {
  align-items: stretch;
  display: grid !important;
  gap: clamp(18px, 2vw, 26px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: auto !important;
  min-width: 0 !important;
  transform: none !important;
  width: 100% !important;
  will-change: auto !important;
}

body.page-home .magic-home-v3 .magic-work-card {
  display: grid !important;
  gap: 18px !important;
  grid-area: auto !important;
  grid-template-columns: 1fr !important;
  height: auto !important;
  min-height: 0 !important;
  opacity: 1 !important;
  padding: 22px !important;
  pointer-events: auto !important;
  position: relative !important;
  transform: none !important;
  visibility: visible !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work-card img {
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(125, 226, 255, 0.12);
  border-radius: 22px;
  height: auto !important;
  justify-self: stretch !important;
  max-width: none !important;
  order: -1;
  transform: none !important;
  width: 100% !important;
}

body.page-home .magic-home-v3 .magic-work-card__body {
  align-content: start;
  gap: 14px;
}

body.page-home .magic-home-v3 .magic-work-card__type {
  font-size: 0.74rem;
  color: rgba(235, 247, 255, 0.74) !important;
}

body.page-home .magic-home-v3 .magic-work-card h3 {
  font-size: clamp(1.5rem, 1.8vw, 2.25rem) !important;
  line-height: 1 !important;
  max-width: 15ch !important;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-work-card p {
  color: rgba(235, 247, 255, 0.78) !important;
  max-width: none !important;
}

body.page-home .magic-home-v3 .magic-work-card .magic-view-btn {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  color: #071220 !important;
}

body.page-home .magic-home-v3 .magic-work__rail > * {
  min-width: 0 !important;
}

body.page-home .magic-home-v3 .magic-work-card:last-child:nth-child(2n + 1) {
  grid-column: 1 / -1;
}

body.page-home .magic-home-v3 .magic-work__indicator {
  display: none !important;
}

body.page-home .magic-home-v3 .magic-project-panel__card {
  border-radius: 30px;
}

body.page-home .magic-home-v3 .magic-method__grid {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

body.page-home .magic-home-v3 .magic-method__heading,
body.page-home .magic-home-v3 .magic-method-card {
  opacity: 1 !important;
  transform: none !important;
}

body.page-home .magic-home-v3 .magic-method-card {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(124, 225, 255, 0.12) !important;
  box-shadow: 0 24px 60px rgba(5, 9, 26, 0.18);
  color: #f4fbff !important;
  display: grid;
  gap: 14px;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  min-height: 0;
  opacity: 1 !important;
  padding: 24px !important;
  transform: none !important;
  visibility: visible !important;
}

body.page-home .magic-home-v3 .magic-method-card img {
  aspect-ratio: 16 / 10;
}

body.page-home .magic-home-v3 .magic-method-card h3 {
  color: #ffffff !important;
  font-size: clamp(1.24rem, 1.2vw, 1.56rem) !important;
  line-height: 1.05 !important;
  max-width: 12ch;
  text-wrap: balance !important;
}

body.page-home .magic-home-v3 .magic-method-card p {
  color: rgba(236, 248, 255, 0.82) !important;
}

body.page-home .magic-home-v3 .magic-final {
  min-height: auto !important;
  padding-block: clamp(74px, 8vw, 118px) 46px !important;
}

body.page-home .magic-home-v3 .magic-final__grid {
  align-items: start;
  gap: 24px;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  min-height: auto !important;
}

body.page-home .magic-home-v3 .magic-final__copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

body.page-home .magic-home-v3 .magic-final__lead {
  color: rgba(236, 248, 255, 0.78);
  font-size: clamp(1rem, 1.12vw, 1.1rem);
  line-height: 1.68;
  margin: 0;
}

body.page-home .magic-home-v3 .magic-final__links {
  background: linear-gradient(160deg, rgba(10, 23, 39, 0.92), rgba(7, 18, 30, 0.82));
  border: 1px solid rgba(122, 223, 255, 0.14);
  border-radius: 30px;
  box-shadow: 0 28px 74px rgba(3, 8, 20, 0.24);
  display: grid;
  gap: 18px;
  padding: clamp(22px, 2.6vw, 30px);
}

body.page-home .magic-home-v3 .magic-final__links nav a {
  color: rgba(240, 250, 255, 0.88);
  text-decoration: none;
}

body.page-home .magic-home-v3 .magic-final__owner {
  display: grid;
  gap: 6px;
}

body.page-home .magic-home-v3 .magic-final__owner strong {
  color: #ffffff;
  font-size: 1rem;
}

body.page-home .magic-home-v3 .magic-final__owner span {
  color: rgba(236, 248, 255, 0.72);
  font-size: 0.96rem;
  line-height: 1.58;
}

body.page-home .magic-home-v3 .magic-final__contact-note {
  color: rgba(236, 248, 255, 0.76);
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0;
}

body.page-home .magic-home-v3 .magic-final__contact-note a {
  color: #eefbff;
}

body.page-home .magic-home-v3 .magic-final__links nav {
  display: grid;
  gap: 8px;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next {
  background:
    radial-gradient(circle at 12% 6%, rgba(103, 217, 255, 0.26), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(54, 228, 195, 0.16), transparent 24rem),
    linear-gradient(180deg, #f7fcff 0%, #eefaff 52%, #ffffff 100%) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next [data-magic-scrub] {
  min-height: auto !important;
  overflow: visible !important;
  padding-block: clamp(42px, 5.4vw, 76px) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next [data-magic-scrub] > .container {
  height: auto !important;
  min-height: auto !important;
  opacity: 1 !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next [data-magic-scrub].is-complete > .container,
body.page-coachvisible.magic-scroll-active .coachvisible-next [data-magic-scrub].is-visible > .container,
body.page-coachvisible.magic-scroll-active .coachvisible-next [data-magic-scrub].is-active > .container {
  opacity: 1 !important;
  transform: none !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .reveal,
body.page-coachvisible.magic-scroll-active .coachvisible-next .reveal-up,
body.page-coachvisible.magic-scroll-active .coachvisible-next .reveal-down,
body.page-coachvisible.magic-scroll-active .coachvisible-next .reveal-left,
body.page-coachvisible.magic-scroll-active .coachvisible-next .reveal-right,
body.page-coachvisible.magic-scroll-active .coachvisible-next .reveal-scale,
body.page-coachvisible.magic-scroll-active .coachvisible-next .reveal-blur {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-hero {
  min-height: auto !important;
  padding-top: calc(var(--magic-header-h, 84px) + clamp(16px, 2.8vw, 30px)) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-hero__grid,
body.page-coachvisible.magic-scroll-active .cv-next-method__grid {
  align-items: center;
  gap: clamp(24px, 3vw, 38px);
}

body.page-coachvisible.magic-scroll-active .cv-next-human__grid {
  align-items: start;
  gap: clamp(24px, 3vw, 34px);
}

body.page-coachvisible.magic-scroll-active .cv-next-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.page-coachvisible.magic-scroll-active .cv-next-tags span {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(84, 190, 255, 0.18);
  border-radius: 999px;
  color: #0a2136;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 760;
  min-height: 40px;
  padding: 0 14px;
}

body.page-coachvisible.magic-scroll-active .cv-next-hero h1 {
  font-size: clamp(2.56rem, 4.25vw, 4.6rem) !important;
  line-height: 0.94 !important;
  max-width: 13ch !important;
  text-wrap: balance;
}

body.page-coachvisible.magic-scroll-active .cv-next-lead {
  max-width: 34rem;
}

body.page-coachvisible.magic-scroll-active .cv-next-lead,
body.page-coachvisible.magic-scroll-active .cv-next-human__copy p,
body.page-coachvisible.magic-scroll-active .cv-next-rdv__copy p,
body.page-coachvisible.magic-scroll-active .cv-next-card p,
body.page-coachvisible.magic-scroll-active .cv-next-benefit p,
body.page-coachvisible.magic-scroll-active .cv-next-panel span,
body.page-coachvisible.magic-scroll-active .cv-next-seo-panel span,
body.page-coachvisible.magic-scroll-active .cv-next-step p {
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.65 !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-strip__grid {
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-strip,
body.page-coachvisible.magic-scroll-active .cv-next-human,
body.page-coachvisible.magic-scroll-active .cv-next-signals,
body.page-coachvisible.magic-scroll-active .cv-next-fit,
body.page-coachvisible.magic-scroll-active .cv-next-rdv,
body.page-coachvisible.magic-scroll-active .cv-next-method,
body.page-coachvisible.magic-scroll-active .cv-next-trust,
body.page-coachvisible.magic-scroll-active .cv-next-form-section {
  isolation: isolate;
  position: relative;
}

body.page-coachvisible.magic-scroll-active .cv-next-strip,
body.page-coachvisible.magic-scroll-active .cv-next-human,
body.page-coachvisible.magic-scroll-active .cv-next-signals,
body.page-coachvisible.magic-scroll-active .cv-next-fit,
body.page-coachvisible.magic-scroll-active .cv-next-rdv,
body.page-coachvisible.magic-scroll-active .cv-next-method,
body.page-coachvisible.magic-scroll-active .cv-next-trust,
body.page-coachvisible.magic-scroll-active .cv-next-form-section {
  padding-block: clamp(48px, 5.8vw, 80px) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-human::before,
body.page-coachvisible.magic-scroll-active .cv-next-signals::before,
body.page-coachvisible.magic-scroll-active .cv-next-fit::before,
body.page-coachvisible.magic-scroll-active .cv-next-rdv::before,
body.page-coachvisible.magic-scroll-active .cv-next-trust::before,
body.page-coachvisible.magic-scroll-active .cv-next-form-section::before {
  content: "";
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.page-coachvisible.magic-scroll-active .cv-next-human::before {
  background:
    radial-gradient(circle at 14% 26%, rgba(103, 217, 255, 0.18), transparent 20rem),
    url("/assets/images/coachvisible-soft-panels.svg") right 6% center / min(26rem, 28vw) auto no-repeat;
}

body.page-coachvisible.magic-scroll-active .cv-next-signals::before {
  background:
    radial-gradient(circle at 84% 12%, rgba(103, 217, 255, 0.14), transparent 16rem),
    url("/assets/images/coachvisible-soft-panels.svg") left -4rem bottom -2rem / min(22rem, 24vw) auto no-repeat;
}

body.page-coachvisible.magic-scroll-active .cv-next-signal-grid {
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-fit__lists,
body.page-coachvisible.magic-scroll-active .cv-next-rdv__steps,
body.page-coachvisible.magic-scroll-active .cv-next-trust-grid {
  gap: 18px;
}

body.page-coachvisible.magic-scroll-active .cv-next-rdv__steps {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-steps {
  gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-benefit,
body.page-coachvisible.magic-scroll-active .cv-next-card,
body.page-coachvisible.magic-scroll-active .cv-next-step,
body.page-coachvisible.magic-scroll-active .cv-next-panel,
body.page-coachvisible.magic-scroll-active .cv-next-seo-panel {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(9, 41, 65, 0.1) !important;
  box-shadow: 0 22px 60px rgba(9, 41, 65, 0.08);
  color: #0b1728 !important;
  min-height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-step {
  min-height: 0 !important;
  padding: 24px !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-step span {
  color: #22b8ff;
}

body.page-coachvisible.magic-scroll-active .cv-next-step h3,
body.page-coachvisible.magic-scroll-active .cv-next-card h3,
body.page-coachvisible.magic-scroll-active .cv-next-panel h3,
body.page-coachvisible.magic-scroll-active .cv-next-seo-panel h3,
body.page-coachvisible.magic-scroll-active .cv-next-benefit h2,
body.page-coachvisible.magic-scroll-active .cv-next-heading h2,
body.page-coachvisible.magic-scroll-active .cv-next-rdv__copy h2,
body.page-coachvisible.magic-scroll-active .cv-next-human__copy h2 {
  color: #071220 !important;
  text-wrap: balance;
}

body.page-coachvisible.magic-scroll-active .cv-next-card {
  overflow: hidden;
}

body.page-coachvisible.magic-scroll-active .cv-next-card__media {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid rgba(9, 41, 65, 0.1);
  display: block;
  margin: calc(clamp(1.25rem, 2.4vw, 1.8rem) * -1) calc(clamp(1.25rem, 2.4vw, 1.8rem) * -1) 18px;
  object-fit: cover;
  width: calc(100% + (clamp(1.25rem, 2.4vw, 1.8rem) * 2));
}

body.page-coachvisible.magic-scroll-active .cv-next-method {
  background:
    linear-gradient(145deg, rgba(6, 16, 29, 0.96), rgba(6, 29, 45, 0.94)),
    radial-gradient(circle at 80% 20%, rgba(105, 227, 255, 0.18), transparent 24rem) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-heading,
body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-heading h2,
body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-eyebrow {
  color: #f4fbff !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-eyebrow {
  color: #73e7ff !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-steps {
  align-items: stretch;
}

body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-step {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(123, 230, 255, 0.16) !important;
  box-shadow: 0 22px 56px rgba(5, 12, 27, 0.22) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-step h3 {
  color: #ffffff !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-step p {
  color: rgba(236, 248, 255, 0.82) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-method .cv-next-step span {
  color: #7fe8ff !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-form-section {
  min-height: auto !important;
  padding-block: clamp(60px, 7vw, 96px) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-form-grid {
  gap: 22px;
  align-items: start;
}

body.page-coachvisible.magic-scroll-active .cv-next-form {
  backdrop-filter: blur(22px);
  box-shadow: 0 26px 80px rgba(9, 41, 65, 0.1);
}

body.page-coachvisible.magic-scroll-active .cv-next-form .btn,
body.page-coachvisible.magic-scroll-active .cv-next-actions .btn {
  border-radius: 999px;
}

@media (max-width: 1180px) {
  body.page-home .magic-home-v3 .magic-services__track,
  body.page-home .magic-home-v3 .magic-method__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-home .magic-home-v3 .magic-work__rail {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-home-v3 .magic-who__sticky,
  body.page-home .magic-home-v3 .magic-services__heading,
  body.page-home .magic-home-v3 .magic-work__heading,
  body.page-home .magic-home-v3 .magic-method__heading,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__grid,
  body.page-coachvisible.magic-scroll-active .cv-next-human__grid,
  body.page-coachvisible.magic-scroll-active .cv-next-method__grid {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-home-v3 .magic-who__visual {
    justify-self: start;
    max-width: 34rem;
  }

  body.page-home .magic-home-v3 .magic-work__heading p {
    justify-self: start;
  }

  body.page-home .magic-home-v3 .magic-who__stage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-coachvisible.magic-scroll-active .cv-next-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  body.page-home .magic-home-v3 .magic-menu-overlay__nav a,
  body.page-coachvisible .magic-menu-overlay__nav a {
    font-size: clamp(1.14rem, 5.9vw, 1.78rem) !important;
    max-width: 15ch;
  }

  body.page-home .magic-home-v3 .magic-menu-overlay__nav,
  body.page-coachvisible .magic-menu-overlay__nav {
    justify-items: center;
  }

  body.page-home .magic-home-v3 .magic-intro {
    min-height: auto !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    min-height: auto !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content,
  body.page-home .magic-home-v3 .magic-who__copy-wrap,
  body.page-home .magic-home-v3 .magic-services__heading,
  body.page-home .magic-home-v3 .magic-work__heading,
  body.page-home .magic-home-v3 .magic-method__heading,
  body.page-home .magic-home-v3 .magic-final__grid,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__copy,
  body.page-coachvisible.magic-scroll-active .cv-next-human__copy,
  body.page-coachvisible.magic-scroll-active .cv-next-heading,
  body.page-coachvisible.magic-scroll-active .cv-next-form-copy {
    justify-items: center;
    text-align: center;
  }

  body.page-home .magic-home-v3 .magic-intro__line {
    font-size: clamp(2.2rem, 7.4vw, 3.65rem) !important;
    max-width: 12ch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline {
    min-height: clamp(9.5rem, 38vw, 12.8rem) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption,
  body.page-home .magic-home-v3 .magic-intro__support {
    margin-inline: auto;
    max-width: 34rem;
    text-align: center;
  }

  body.page-home .magic-home-v3 .magic-intro__actions {
    flex-direction: column;
    width: 100%;
  }

  body.page-home .magic-home-v3 .magic-intro__cta,
  body.page-home .magic-home-v3 .magic-intro__secondary,
  body.page-home .magic-home-v3 .magic-final__actions a {
    width: 100%;
  }

  body.page-home .magic-home-v3 .magic-logo-cube,
  body.page-home .magic-home-v3 .magic-system-field,
  body.page-home .magic-home-v3 .magic-cube-burst {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-offer-stack {
    justify-content: center;
  }

  body.page-home .magic-home-v3 .magic-who__title,
  body.page-home .magic-home-v3 .magic-services__heading h2,
  body.page-home .magic-home-v3 .magic-work__heading h2,
  body.page-home .magic-home-v3 .magic-method__heading h2,
  body.page-home .magic-home-v3 .magic-final h2 {
    max-width: 12ch;
    text-align: center;
  }

  body.page-home .magic-home-v3 .magic-who__stage {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-home-v3 .magic-who__actions {
    justify-content: center;
  }

  body.page-home .magic-home-v3 .magic-services__track,
  body.page-home .magic-home-v3 .magic-method__grid,
  body.page-home .magic-home-v3 .magic-work__rail,
  body.page-coachvisible.magic-scroll-active .cv-next-strip__grid,
  body.page-coachvisible.magic-scroll-active .cv-next-signal-grid,
  body.page-coachvisible.magic-scroll-active .cv-next-steps {
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 .magic-final__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  body.page-home .magic-home-v3 .magic-final__copy,
  body.page-home .magic-home-v3 .magic-final__links {
    max-width: 36rem;
    width: 100%;
  }

  body.page-home .magic-home-v3 .magic-final__owner {
    justify-items: center;
    text-align: center;
  }

  body.page-home .magic-home-v3 .magic-final__links nav {
    justify-items: center;
  }

  body.page-home .magic-home-v3 .magic-work-card,
  body.page-home .magic-home-v3 .magic-service-card,
  body.page-home .magic-home-v3 .magic-method-card {
    border-radius: 24px;
  }

  body.page-home .magic-home-v3 .magic-offer-stack {
    justify-content: center;
  }

  body.page-home .magic-home-v3 .magic-work-card h3 {
    font-size: clamp(1.8rem, 6vw, 2.55rem) !important;
  }

  body.page-home .magic-home-v3 .magic-final {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-hero h1 {
    font-size: clamp(2.14rem, 6.3vw, 3.22rem) !important;
    max-width: 14ch !important;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-hero__visual {
    max-width: 30rem;
    width: 100%;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-tags {
    justify-content: center;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-heading h2,
  body.page-coachvisible.magic-scroll-active .cv-next-human__copy h2 {
    max-width: 13ch;
    margin-inline: auto;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-step,
  body.page-coachvisible.magic-scroll-active .cv-next-card,
  body.page-coachvisible.magic-scroll-active .cv-next-benefit,
  body.page-coachvisible.magic-scroll-active .cv-next-human__copy,
  body.page-coachvisible.magic-scroll-active .cv-next-form-copy {
    text-align: center;
  }
}

@media (max-width: 560px) {
  body.page-home .magic-mark,
  body.page-home .magic-menu-btn,
  body.page-home .magic-talk,
  body.page-coachvisible .magic-mark,
  body.page-coachvisible .magic-menu-btn,
  body.page-coachvisible .magic-talk {
    min-height: 46px;
  }

  body.page-home .magic-home-v3 .magic-intro__actions,
  body.page-home .magic-home-v3 .magic-final__actions {
    gap: 12px;
  }

  body.page-home .magic-home-v3 .magic-final__links {
    border-radius: 24px;
    padding: 18px;
  }

  body.page-home .magic-home-v3 .magic-offer-stack {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-services::before,
  body.page-home .magic-home-v3 .magic-work::before,
  body.page-home .magic-home-v3 .magic-method::before,
  body.page-coachvisible.magic-scroll-active .cv-next-human::before,
  body.page-coachvisible.magic-scroll-active .cv-next-signals::before,
  body.page-coachvisible.magic-scroll-active .cv-next-form-section::before {
    opacity: 0.1;
    background-size: 18rem auto;
  }

  body.page-home .magic-home-v3 .magic-intro__cta,
  body.page-home .magic-home-v3 .magic-intro__secondary,
  body.page-home .magic-home-v3 .magic-final__actions a,
  body.page-coachvisible.magic-scroll-active .cv-next-actions .btn {
    min-height: 50px;
    padding-inline: 18px;
  }

  body.page-home .magic-menu-btn,
  body.page-home .magic-talk,
  body.page-coachvisible .magic-menu-btn,
  body.page-coachvisible .magic-talk {
    font-size: 0.82rem !important;
    min-width: 0 !important;
    padding-inline: 14px !important;
  }

  body.page-home .magic-home-v3 .magic-service-card h3,
  body.page-home .magic-home-v3 .magic-method-card h3,
  body.page-coachvisible.magic-scroll-active .cv-next-step h3 {
    font-size: clamp(1.35rem, 7vw, 1.75rem) !important;
  }

  body.page-home .magic-home-v3 .magic-believe__line {
    font-size: clamp(2rem, 8.8vw, 2.8rem) !important;
  }

  body.page-home .magic-home-v3 .magic-final__contact-note {
    text-align: center;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-tags span {
    font-size: 0.8rem;
    min-height: 36px;
    padding-inline: 12px;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-hero h1 {
    font-size: clamp(1.78rem, 7.2vw, 2.46rem) !important;
    max-width: 15ch !important;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-heading h2,
  body.page-coachvisible.magic-scroll-active .cv-next-human__copy h2 {
    max-width: none !important;
  }

  body.page-coachvisible.magic-scroll-active .cv-next-hero__visual,
  body.page-coachvisible.magic-scroll-active .cv-next-human__photos {
    width: min(100%, 24rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .magic-home-v3 .magic-logo-cube,
  body.page-home .magic-home-v3 .magic-system-field,
  body.page-home .magic-home-v3 .magic-cube-burst {
    display: none !important;
  }

  body.page-home .magic-home-v3 .magic-service-card,
  body.page-home .magic-home-v3 .magic-method-card,
  body.page-home .magic-home-v3 .magic-work-card,
  body.page-home .magic-home-v3 .magic-orbit-card,
  body.page-coachvisible.magic-scroll-active .cv-next-hero__visual,
  body.page-coachvisible.magic-scroll-active .cv-next-human__photos,
  body.page-coachvisible.magic-scroll-active .cv-next-steps {
    animation: none !important;
    transform: none !important;
  }
}

/* Concept gallery: generated directions used as safe, French WeWorkWeb references. */
body.page-home .magic-home-v3 .magic-concepts,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts {
  color: #071220;
  isolation: isolate;
  overflow: clip;
  padding-block: clamp(78px, 9vw, 138px);
  position: relative;
}

body.page-home .magic-home-v3 .magic-concepts {
  background:
    radial-gradient(circle at 8% 0%, rgba(102, 218, 255, 0.28), transparent 28rem),
    radial-gradient(circle at 92% 16%, rgba(25, 245, 186, 0.16), transparent 24rem),
    linear-gradient(180deg, #f3fbff 0%, #ffffff 52%, #eef8ff 100%);
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts {
  background:
    radial-gradient(circle at 8% 4%, rgba(117, 218, 255, 0.22), transparent 24rem),
    radial-gradient(circle at 90% 24%, rgba(255, 198, 135, 0.18), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f2fbff 100%);
}

body.page-home .magic-home-v3 .magic-concepts::before,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts::before {
  background-image:
    linear-gradient(rgba(7, 18, 32, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 18, 32, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.page-home .magic-home-v3 .magic-concepts__inner,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__inner {
  margin-inline: auto;
  max-width: min(1480px, calc(100vw - 32px));
}

body.page-home .magic-home-v3 .magic-concepts__heading,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__heading {
  align-items: end;
  display: grid;
  gap: clamp(16px, 2.6vw, 32px);
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  margin-bottom: clamp(28px, 4vw, 58px);
}

body.page-home .magic-home-v3 .magic-concepts__heading h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__heading h2 {
  color: #06111f;
  font-size: clamp(2.5rem, 5.2vw, 5.4rem);
  font-weight: 840;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 12ch;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-concepts__heading p:last-child,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__heading p:last-child {
  color: rgba(7, 18, 32, 0.68);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.68;
  margin: 0;
  max-width: 42rem;
}

body.page-home .magic-home-v3 .magic-concepts__grid,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__grid {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-home .magic-home-v3 .magic-concept-card,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 249, 255, 0.88)),
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--concept-accent), transparent 72%), transparent 16rem);
  border: 1px solid rgba(7, 18, 32, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(7, 18, 32, 0.1);
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  transition: transform 260ms var(--magic-ease), box-shadow 260ms var(--magic-ease), border-color 260ms var(--magic-ease);
}

body.page-home .magic-home-v3 .magic-concept-card:hover,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card:hover {
  border-color: color-mix(in srgb, var(--concept-accent), white 56%);
  box-shadow: 0 32px 90px rgba(7, 18, 32, 0.16);
  transform: translateY(-6px);
}

body.page-home .magic-home-v3 .magic-concept-card__media,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__media {
  aspect-ratio: 16 / 11;
  background: #dff4ff;
  border-bottom: 1px solid rgba(7, 18, 32, 0.08);
  overflow: hidden;
  position: relative;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__media {
  aspect-ratio: 4 / 3;
}

body.page-home .magic-home-v3 .magic-concept-card__media::after,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__media::after {
  background: linear-gradient(180deg, transparent 58%, rgba(4, 10, 22, 0.4));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.page-home .magic-home-v3 .magic-concept-card__media img,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__media img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.01);
  transition: transform 520ms var(--magic-ease);
  width: 100%;
}

body.page-home .magic-home-v3 .magic-concept-card:hover .magic-concept-card__media img,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card:hover .magic-concept-card__media img {
  transform: scale(1.055);
}

body.page-home .magic-home-v3 .magic-concept-card__body,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body {
  align-content: start;
  display: grid;
  gap: 12px;
  min-height: 0;
  padding: clamp(18px, 2.1vw, 26px);
}

body.page-home .magic-home-v3 .magic-concept-card__body span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body span {
  color: var(--concept-accent);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-home .magic-home-v3 .magic-concept-card__body h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body h3 {
  color: #06111f;
  font-size: clamp(1.18rem, 1.45vw, 1.72rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  max-width: 13ch;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-concept-card__body p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body p {
  color: rgba(7, 18, 32, 0.68);
  font-size: 0.98rem;
  line-height: 1.58;
  margin: 0;
}

body.page-home .magic-home-v3 .magic-concept-card__body button,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body button {
  align-items: center;
  appearance: none;
  background: #071220;
  border: 1px solid rgba(7, 18, 32, 0.12);
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 780;
  justify-content: center;
  justify-self: start;
  min-height: 44px;
  padding: 0 18px;
  transition: background 220ms var(--magic-ease), color 220ms var(--magic-ease), transform 220ms var(--magic-ease);
}

body.page-home .magic-home-v3 .magic-concept-card__body button:hover,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body button:hover {
  background: var(--concept-accent);
  color: #ffffff;
  transform: translateY(-2px);
}

body.page-home .magic-home-v3 .magic-asset-showcase,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase {
  color: #071220;
  overflow: clip;
  padding-block: clamp(72px, 8vw, 124px);
  position: relative;
}

body.page-home .magic-home-v3 .magic-asset-showcase {
  background:
    radial-gradient(circle at 12% 8%, rgba(21, 216, 176, 0.16), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 198, 135, 0.22), transparent 22rem),
    linear-gradient(180deg, #f7fcff 0%, #ffffff 100%);
}

body.page-home .magic-home-v3 .magic-asset-showcase__inner,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__inner {
  margin-inline: auto;
  max-width: min(1480px, calc(100vw - 32px));
}

body.page-home .magic-home-v3 .magic-asset-showcase__heading,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__heading {
  align-items: end;
  display: grid;
  gap: clamp(16px, 2.6vw, 32px);
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.62fr);
  margin-bottom: clamp(28px, 4vw, 52px);
}

body.page-home .magic-home-v3 .magic-asset-showcase__heading h2,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__heading h2 {
  color: #06111f;
  font-size: clamp(2.25rem, 4.8vw, 4.8rem);
  font-weight: 840;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  max-width: 12ch;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-asset-showcase__heading p:last-child,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__heading p:last-child {
  color: rgba(7, 18, 32, 0.68);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.66;
  margin: 0;
  max-width: 42rem;
}

body.page-home .magic-home-v3 .magic-asset-showcase__grid,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__grid {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-home .magic-home-v3 .magic-asset-tile,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 249, 255, 0.9)),
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--asset-accent), transparent 76%), transparent 14rem);
  border: 1px solid rgba(7, 18, 32, 0.08);
  border-radius: 26px;
  box-shadow: 0 24px 68px rgba(7, 18, 32, 0.1);
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
}

body.page-home .magic-home-v3 .magic-asset-tile img,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile img {
  aspect-ratio: 3 / 2;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 520ms var(--magic-ease);
  width: 100%;
}

body.page-home .magic-home-v3 .magic-asset-tile:hover img,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile:hover img {
  transform: scale(1.045);
}

body.page-home .magic-home-v3 .magic-asset-tile__body,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile__body {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 2vw, 24px);
}

body.page-home .magic-home-v3 .magic-asset-tile__body span,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile__body span {
  color: var(--asset-accent);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-home .magic-home-v3 .magic-asset-tile__body h3,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile__body h3 {
  color: #06111f;
  font-size: clamp(1.18rem, 1.55vw, 1.7rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-asset-tile__body p,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile__body p {
  color: rgba(7, 18, 32, 0.68);
  font-size: 0.98rem;
  line-height: 1.58;
  margin: 0;
}

.magic-concept-panel {
  background:
    radial-gradient(circle at 0% 70%, rgba(101, 216, 255, 0.3), transparent 28rem),
    rgba(3, 7, 15, 0.76);
  color: #f7fbff;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 260ms var(--magic-ease), visibility 260ms var(--magic-ease);
  visibility: hidden;
  z-index: var(--z-magic-modal, 1200);
}

.magic-concept-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.magic-concept-panel__backdrop {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  inset: 0;
  padding: 0;
  position: absolute;
}

.magic-concept-panel__card {
  background:
    linear-gradient(135deg, rgba(10, 23, 38, 0.96), rgba(7, 18, 32, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(101, 216, 255, 0.18), transparent 22rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.48);
  inset: clamp(18px, 3vw, 44px);
  overflow: auto;
  padding: clamp(18px, 2.6vw, 34px);
  position: absolute;
  transform: translateY(18px) scale(0.985);
  transition: transform 320ms var(--magic-ease);
}

.magic-concept-panel.is-open .magic-concept-panel__card {
  transform: none;
}

.magic-concept-panel__close {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #f7fbff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 780;
  gap: 12px;
  min-height: 46px;
  padding: 0 16px 0 18px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.magic-concept-panel__close span:last-child {
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
}

.magic-concept-panel__close span:last-child::before,
.magic-concept-panel__close span:last-child::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 18px;
}

.magic-concept-panel__close span:last-child::before {
  transform: rotate(45deg);
}

.magic-concept-panel__close span:last-child::after {
  transform: rotate(-45deg);
}

.magic-concept-panel__layout {
  align-items: stretch;
  display: grid;
  gap: clamp(22px, 4vw, 52px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  margin-top: clamp(24px, 3vw, 44px);
}

.magic-concept-panel__image {
  align-items: flex-start;
  background: rgba(248, 252, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
}

.magic-concept-panel__image img {
  display: block;
  height: min(74vh, 860px);
  max-height: min(74vh, 860px);
  object-fit: contain;
  object-position: top center;
  width: 100%;
}

.magic-concept-panel__copy {
  align-content: center;
  display: grid;
  gap: 18px;
  min-width: 0;
}

.magic-concept-panel__eyebrow {
  color: var(--magic-sky);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.magic-concept-panel h2 {
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  max-width: 11ch;
  text-wrap: balance;
}

.magic-concept-panel__copy > p:not(.magic-concept-panel__eyebrow) {
  color: rgba(246, 251, 255, 0.78);
  font-size: clamp(1rem, 1.28vw, 1.2rem);
  line-height: 1.65;
  margin: 0;
  max-width: 42rem;
}

.magic-concept-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.magic-concept-panel li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(246, 251, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 720;
  padding: 10px 13px;
}

.magic-concept-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.magic-concept-panel__actions button {
  align-items: center;
  appearance: none;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  transition: transform 220ms var(--magic-ease), background 220ms var(--magic-ease);
}

.magic-concept-panel__actions button:first-child {
  background: linear-gradient(135deg, var(--magic-sky), #7aa7ff);
  border: 0;
  color: #06111f;
}

.magic-concept-panel__actions button:last-child {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f7fbff;
}

.magic-concept-panel__actions button:hover {
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  body.page-home .magic-home-v3 .magic-concepts__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__grid,
  body.page-home .magic-home-v3 .magic-asset-showcase__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .magic-concept-panel__layout {
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  body.page-home .magic-home-v3 .magic-concepts,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts,
  body.page-home .magic-home-v3 .magic-asset-showcase,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase {
    padding-block: clamp(58px, 13vw, 86px);
  }

  body.page-home .magic-home-v3 .magic-concepts__heading,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__heading,
  body.page-home .magic-home-v3 .magic-asset-showcase__heading,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__heading {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  body.page-home .magic-home-v3 .magic-concepts__heading h2,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__heading h2,
  body.page-home .magic-home-v3 .magic-asset-showcase__heading h2,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__heading h2 {
    font-size: clamp(2rem, 9vw, 3.4rem);
    max-width: 12ch;
    text-align: center;
  }

  body.page-home .magic-home-v3 .magic-concepts__heading p:last-child,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__heading p:last-child,
  body.page-home .magic-home-v3 .magic-asset-showcase__heading p:last-child,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__heading p:last-child {
    margin-inline: auto;
    max-width: 34rem;
  }

  body.page-home .magic-home-v3 .magic-concepts__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__grid,
  body.page-home .magic-home-v3 .magic-asset-showcase__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__grid {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-home-v3 .magic-concept-card,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card {
    border-radius: 24px;
  }

  body.page-home .magic-home-v3 .magic-concept-card__body,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body,
  body.page-home .magic-home-v3 .magic-asset-tile__body,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-tile__body {
    justify-items: center;
    text-align: center;
  }

  body.page-home .magic-home-v3 .magic-concept-card__body h3,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body h3 {
    max-width: 16ch;
  }

  body.page-home .magic-home-v3 .magic-concept-card__body button,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body button {
    justify-self: center;
    width: min(100%, 18rem);
  }

  .magic-concept-panel__card {
    border-radius: 24px;
    inset: 12px;
  }

  .magic-concept-panel__layout {
    grid-template-columns: 1fr;
  }

  .magic-concept-panel__image img {
    height: 42vh;
    max-height: 42vh;
  }

  .magic-concept-panel__copy {
    justify-items: center;
    text-align: center;
  }

  .magic-concept-panel h2 {
    font-size: clamp(2rem, 10vw, 3.25rem);
    max-width: 12ch;
    text-align: center;
  }

  .magic-concept-panel ul,
  .magic-concept-panel__actions {
    justify-content: center;
  }

  .magic-concept-panel__actions button {
    width: min(100%, 20rem);
  }
}

@media (max-width: 520px) {
  body.page-home .magic-home-v3 .magic-concepts__inner,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__inner {
    max-width: min(100vw - 24px, 34rem);
  }

  body.page-home .magic-home-v3 .magic-concept-card__media,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__media {
    aspect-ratio: 4 / 3;
  }

  body.page-home .magic-home-v3 .magic-concept-card__body p,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__body p {
    font-size: 0.94rem;
  }

  .magic-concept-panel__card {
    padding: 14px;
  }

  .magic-concept-panel__close {
    min-height: 42px;
  }

  .magic-concept-panel li {
    font-size: 0.84rem;
  }
}

/* 8px rhythm finishing pass: final alignment layer for the generated site mockups. */
body.page-home .magic-home-v3,
body.page-coachvisible.magic-scroll-active .coachvisible-next {
  --ww-8: 8px;
  --ww-16: 16px;
  --ww-24: 24px;
  --ww-32: 32px;
  --ww-40: 40px;
  --ww-48: 48px;
  --ww-56: 56px;
  --ww-64: 64px;
  --ww-gutter: clamp(16px, 3vw, 40px);
  --ww-container: 1440px;
  --ww-section-y: clamp(64px, 8vw, 128px);
  --ww-section-y-large: clamp(80px, 9vw, 136px);
  --ww-card-pad: 24px;
  --ww-grid-gap: 24px;
  --ww-radius-card: 24px;
  --ww-radius-panel: 32px;
}

body.page-home .magic-header,
body.page-coachvisible .magic-header {
  gap: var(--ww-16, 16px) !important;
}

body.page-home .magic-mark,
body.page-home .magic-menu-btn,
body.page-home .magic-talk,
body.page-coachvisible .magic-mark,
body.page-coachvisible .magic-menu-btn,
body.page-coachvisible .magic-talk {
  border-radius: var(--ww-16, 16px) !important;
  min-height: var(--ww-56, 56px) !important;
}

body.page-home .magic-mark,
body.page-coachvisible .magic-mark {
  min-width: var(--ww-56, 56px);
}

body.page-home .magic-menu-btn,
body.page-home .magic-talk,
body.page-coachvisible .magic-menu-btn,
body.page-coachvisible .magic-talk {
  padding-inline: var(--ww-24, 24px) !important;
}

body.page-home .magic-home-v3 :where(.container, .container-wide),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.container, .container-wide),
body.page-home .magic-home-v3 :where(.magic-concepts__inner, .magic-asset-showcase__inner) {
  margin-inline: auto;
  max-width: min(var(--ww-container), calc(100vw - (var(--ww-gutter) * 2))) !important;
  width: 100%;
}

body.page-home .magic-home-v3 :where(.magic-who, .magic-services, .magic-believe, .magic-work, .magic-method),
body.page-home .magic-home-v3 :where(.magic-concepts, .magic-asset-showcase),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-strip, .cv-next-human, .cv-next-signals, .cv-next-method),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.magic-concepts, .magic-asset-showcase) {
  padding-block: var(--ww-section-y-large) !important;
}

body.page-home .magic-home-v3 .magic-final,
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-form-section {
  padding-block: var(--ww-section-y-large) var(--ww-48) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next [data-magic-scrub] {
  padding-block: var(--ww-section-y) !important;
}

body.page-coachvisible.magic-scroll-active .cv-next-hero {
  padding-top: calc(var(--magic-header-h, 84px) + var(--ww-32)) !important;
}

body.page-home .magic-home-v3 .magic-scroll-hint {
  bottom: var(--ww-16) !important;
}

body.page-home .magic-home-v3 :where(
  .magic-who__sticky,
  .magic-services__heading,
  .magic-work__heading,
  .magic-method__heading,
  .magic-final__grid,
  .magic-concepts__heading,
  .magic-asset-showcase__heading,
  .magic-concept-panel__layout
),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
  .cv-next-hero__grid,
  .cv-next-human__grid,
  .cv-next-method__grid,
  .cv-next-form-grid,
  .magic-concepts__heading,
  .magic-asset-showcase__heading
) {
  gap: var(--ww-32) !important;
}

body.page-home .magic-home-v3 :where(
  .magic-services__track,
  .magic-work__rail,
  .magic-method__grid,
  .magic-who__stage,
  .magic-concepts__grid,
  .magic-asset-showcase__grid
),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
  .cv-next-strip__grid,
  .cv-next-signal-grid,
  .cv-next-steps,
  .magic-concepts__grid,
  .magic-asset-showcase__grid
) {
  gap: var(--ww-grid-gap) !important;
}

body.page-home .magic-home-v3 :where(
  .magic-who__copy-wrap,
  .magic-final__copy,
  .magic-final__links,
  .magic-work-card,
  .magic-work-card__body,
  .magic-method-card,
  .magic-service-card__body,
  .magic-concept-card__body,
  .magic-asset-tile__body
),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
  .cv-next-benefit,
  .cv-next-card,
  .cv-next-step,
  .magic-concept-card__body,
  .magic-asset-tile__body
),
.magic-concept-panel__copy {
  gap: var(--ww-16) !important;
}

body.page-home .magic-home-v3 :where(
  .magic-service-card,
  .magic-work-card,
  .magic-method-card,
  .magic-final__links,
  .magic-concept-card,
  .magic-asset-tile
),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
  .cv-next-benefit,
  .cv-next-card,
  .cv-next-step,
  .magic-concept-card,
  .magic-asset-tile
) {
  border-radius: var(--ww-radius-card) !important;
}

body.page-home .magic-home-v3 :where(
  .magic-work-card,
  .magic-method-card,
  .magic-final__links,
  .magic-concept-card__body,
  .magic-asset-tile__body
),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
  .cv-next-benefit,
  .cv-next-card,
  .cv-next-step,
  .magic-concept-card__body,
  .magic-asset-tile__body
) {
  padding: var(--ww-card-pad) !important;
}

body.page-home .magic-home-v3 :where(.magic-work-card img, .magic-method-card img),
body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-card__media,
.magic-concept-panel__image {
  border-radius: calc(var(--ww-radius-card) - 8px) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-card__media {
  margin: calc(var(--ww-card-pad) * -1) calc(var(--ww-card-pad) * -1) var(--ww-16) !important;
  width: calc(100% + (var(--ww-card-pad) * 2)) !important;
}

body.page-home .magic-home-v3 :where(
  .magic-who__actions,
  .magic-intro__actions,
  .magic-final__actions,
  .magic-engine-strip
),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.cv-next-tags, .cv-next-actions),
.magic-concept-panel :where(ul, .magic-concept-panel__actions) {
  gap: var(--ww-16) !important;
}

body.page-home .magic-home-v3 :where(
  .magic-intro__cta,
  .magic-intro__secondary,
  .magic-who__primary,
  .magic-who__secondary,
  .magic-final__actions a,
  .magic-concept-card__body button
),
body.page-coachvisible.magic-scroll-active .coachvisible-next :where(.btn, .magic-concept-card__body button),
.magic-concept-panel__close,
.magic-concept-panel__actions button {
  min-height: var(--ww-48) !important;
  padding-inline: var(--ww-24) !important;
}

body.page-coachvisible.magic-scroll-active .coachvisible-next .cv-next-tags span,
.magic-concept-panel li {
  min-height: var(--ww-40) !important;
  padding-inline: var(--ww-16) !important;
}

.magic-concept-panel__card {
  border-radius: var(--ww-radius-panel) !important;
  inset: var(--ww-32) !important;
  padding: var(--ww-32) !important;
}

.magic-concept-panel__layout {
  margin-top: var(--ww-32) !important;
}

.magic-concept-panel ul {
  gap: var(--ww-8) !important;
}

.magic-concept-panel li {
  padding-block: var(--ww-8) !important;
}

@media (min-width: 1280px) {
  body.page-home .magic-home-v3,
  body.page-coachvisible.magic-scroll-active .coachvisible-next {
    --ww-grid-gap: 32px;
    --ww-card-pad: 32px;
  }

  body.page-home .magic-home-v3 .magic-concepts__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concepts__grid,
  body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-asset-showcase__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.page-home .magic-home-v3,
  body.page-coachvisible.magic-scroll-active .coachvisible-next {
    --ww-section-y: 64px;
    --ww-section-y-large: 72px;
    --ww-card-pad: 24px;
    --ww-grid-gap: 16px;
  }

  body.page-home .magic-home-v3 :where(
    .magic-who__sticky,
    .magic-services__heading,
    .magic-work__heading,
    .magic-method__heading,
    .magic-final__grid,
    .magic-concepts__heading,
    .magic-asset-showcase__heading
  ),
  body.page-coachvisible.magic-scroll-active .coachvisible-next :where(
    .cv-next-hero__grid,
    .cv-next-human__grid,
    .cv-next-method__grid,
    .cv-next-form-grid,
    .magic-concepts__heading,
    .magic-asset-showcase__heading
  ) {
    gap: var(--ww-24) !important;
  }

  .magic-concept-panel__card {
    inset: var(--ww-16) !important;
    padding: var(--ww-24) !important;
  }
}

@media (max-width: 560px) {
  body.page-home .magic-home-v3,
  body.page-coachvisible.magic-scroll-active .coachvisible-next {
    --ww-gutter: 16px;
    --ww-section-y: 56px;
    --ww-section-y-large: 64px;
    --ww-card-pad: 16px;
    --ww-radius-card: 24px;
  }

  body.page-home .magic-mark,
  body.page-home .magic-menu-btn,
  body.page-home .magic-talk,
  body.page-coachvisible .magic-mark,
  body.page-coachvisible .magic-menu-btn,
  body.page-coachvisible .magic-talk {
    border-radius: var(--ww-16, 16px) !important;
    min-height: var(--ww-48, 48px) !important;
  }

  body.page-home .magic-mark,
  body.page-coachvisible .magic-mark {
    min-width: var(--ww-48, 48px);
  }

  body.page-home .magic-menu-btn,
  body.page-home .magic-talk,
  body.page-coachvisible .magic-menu-btn,
  body.page-coachvisible .magic-talk {
    padding-inline: var(--ww-16, 16px) !important;
  }

  body.page-home .magic-home-v3 .magic-final {
    padding-bottom: calc(var(--ww-64) + env(safe-area-inset-bottom, 0px)) !important;
  }

  .magic-concept-panel__card {
    border-radius: var(--ww-24, 24px) !important;
    inset: var(--ww-8) !important;
    padding: var(--ww-16) !important;
  }

  .magic-concept-panel__actions button {
    padding-inline: var(--ww-16) !important;
  }
}

/* Specificity locks for older card rules that already used !important. */
body.page-home .magic-home-v3 .magic-work-card,
body.page-home .magic-home-v3 .magic-method-card {
  gap: var(--ww-16) !important;
  padding: var(--ww-card-pad) !important;
}

body.page-home .magic-home-v3 .magic-work-card__body,
body.page-home .magic-home-v3 .magic-service-card__body {
  gap: var(--ww-16) !important;
}

body.page-home .magic-home-v3 .magic-intro__sticky {
  padding-top: calc(var(--magic-header-h, 84px) + var(--ww-32)) !important;
  padding-bottom: var(--ww-64) !important;
}

body.page-home .magic-home-v3 .magic-intro__content {
  gap: var(--ww-24) !important;
}

@media (max-width: 560px) {
  body.page-home .magic-home-v3 .magic-intro__sticky {
    padding-top: calc(var(--magic-header-h, 84px) + var(--ww-24)) !important;
    padding-bottom: var(--ww-56) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    gap: var(--ww-16) !important;
  }
}

/* Premium journey pass inspired by high-end agency choreography, adapted to WeWorkWeb. */
body.page-realisations {
  --ww-8: 8px;
  --ww-16: 16px;
  --ww-24: 24px;
  --ww-32: 32px;
  --ww-40: 40px;
  --ww-48: 48px;
  --ww-56: 56px;
  --ww-64: 64px;
  --ww-gutter: clamp(16px, 3vw, 40px);
  --ww-container: 1440px;
  --ww-section-y: clamp(64px, 8vw, 128px);
  --ww-card-pad: 24px;
  --ww-grid-gap: 24px;
  --ww-radius-card: 24px;
  --ww-radius-panel: 32px;
}

body.magic-entry-active {
  overflow: hidden;
}

.magic-entry {
  align-items: center;
  background:
    radial-gradient(circle at 50% 58%, rgba(101, 216, 255, 0.16), transparent 22rem),
    linear-gradient(180deg, #02040a 0%, #050b16 100%);
  color: #ffffff;
  cursor: pointer;
  display: grid;
  inset: 0;
  justify-items: center;
  overflow: hidden;
  position: fixed;
  z-index: 2200;
}

.magic-entry[hidden] {
  display: none;
}

.magic-entry::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
  opacity: 0.45;
  position: absolute;
}

.magic-entry__count {
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(7rem, 23vw, 20rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.8;
  position: absolute;
  transform: translateY(4vh);
}

.magic-entry__words {
  display: grid;
  font-size: clamp(3rem, 9vw, 9rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 0.9;
  place-items: center;
  position: relative;
  text-align: center;
  z-index: 1;
}

.magic-entry__words span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.98);
  transition: opacity 420ms var(--magic-ease), transform 520ms var(--magic-ease);
}

.magic-entry.is-stage-hello .magic-entry__words span:nth-child(1),
.magic-entry.is-stage-we:not(.is-stage-brand) .magic-entry__words span:nth-child(2),
.magic-entry.is-stage-brand .magic-entry__words span:nth-child(3) {
  opacity: 1;
  transform: none;
}

.magic-entry__brand {
  background: linear-gradient(180deg, #ffffff, #eaf9ff);
  border: 1px solid rgba(101, 216, 255, 0.18);
  border-radius: 32px;
  box-shadow: 0 32px 120px rgba(101, 216, 255, 0.18);
  display: grid;
  height: clamp(88px, 11vw, 144px);
  opacity: 0;
  padding: 20px;
  place-items: center;
  position: absolute;
  transform: translateY(16vh) scale(0.9);
  transition: opacity 520ms var(--magic-ease), transform 620ms var(--magic-ease);
  width: clamp(88px, 11vw, 144px);
  z-index: 2;
}

.magic-entry__brand img {
  display: block;
  filter: saturate(1.18) contrast(1.1);
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.magic-entry.is-stage-final .magic-entry__brand {
  opacity: 1;
  transform: translateY(19vh) scale(1);
}

.magic-entry.is-complete {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 520ms var(--magic-ease), transform 520ms var(--magic-ease);
}

body.page-home .magic-home-v3 .magic-universe-teaser {
  background:
    radial-gradient(circle at 18% 0%, rgba(101, 216, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, #071220 0%, #eef8ff 100%);
  color: #f7fbff;
  overflow: clip;
  padding-block: var(--ww-section-y-large) !important;
  position: relative;
}

body.page-home .magic-home-v3 .magic-universe-teaser__inner {
  display: grid;
  gap: var(--ww-32);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  margin-inline: auto;
  max-width: min(var(--ww-container), calc(100vw - (var(--ww-gutter) * 2)));
}

body.page-home .magic-home-v3 .magic-universe-teaser__copy {
  align-content: center;
  display: grid;
  gap: var(--ww-16);
}

body.page-home .magic-home-v3 .magic-universe-teaser h2 {
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  font-weight: 850;
  line-height: 0.92;
  margin: 0;
  max-width: 11ch;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-universe-teaser p {
  color: rgba(246, 251, 255, 0.76);
  font-size: clamp(1rem, 1.16vw, 1.12rem);
  line-height: 1.65;
  margin: 0;
  max-width: 40rem;
}

body.page-home .magic-home-v3 .magic-universe-teaser__cta {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: #071220;
  display: inline-flex;
  font-weight: 820;
  justify-content: center;
  justify-self: start;
  min-height: 48px;
  padding-inline: 24px;
  text-decoration: none;
}

body.page-home .magic-home-v3 .magic-universe-teaser__grid {
  display: grid;
  gap: var(--ww-24);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-home .magic-home-v3 .magic-universe-teaser__card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(2, 8, 18, 0.24);
  color: #ffffff;
  display: grid;
  gap: var(--ww-16);
  overflow: hidden;
  padding: var(--ww-16);
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 260ms var(--magic-ease), border-color 260ms var(--magic-ease), background 260ms var(--magic-ease);
}

body.page-home .magic-home-v3 .magic-universe-teaser__card:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(101, 216, 255, 0.36);
  transform: translateY(-6px);
}

body.page-home .magic-home-v3 .magic-universe-teaser__card img {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  width: 100%;
}

body.page-home .magic-home-v3 .magic-universe-teaser__card span {
  color: #ffffff;
  font-size: clamp(1.08rem, 1.25vw, 1.36rem);
  font-weight: 820;
  line-height: 1.05;
}

body.page-home .magic-home-v3 .magic-universe-teaser__card p {
  color: rgba(246, 251, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}

body.page-home .magic-menu-overlay,
body.page-coachvisible .magic-menu-overlay,
body.page-realisations .magic-menu-overlay {
  align-content: start !important;
  background:
    linear-gradient(145deg, rgba(7, 18, 32, 0.96), rgba(8, 32, 50, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(101, 216, 255, 0.18), transparent 20rem) !important;
  border: 1px solid rgba(126, 228, 255, 0.18) !important;
  border-radius: 24px !important;
  box-shadow: 0 32px 120px rgba(2, 8, 18, 0.34) !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: 1fr !important;
  height: auto !important;
  inset: calc(var(--magic-header-h, 84px) + 16px) 16px auto auto !important;
  max-height: calc(100svh - var(--magic-header-h, 84px) - 32px) !important;
  opacity: 0;
  overflow: auto !important;
  padding: 24px !important;
  pointer-events: none;
  transform: translate3d(0, -10px, 0) scale(0.98);
  transition: opacity 240ms var(--magic-ease), transform 280ms var(--magic-ease), visibility 240ms var(--magic-ease) !important;
  visibility: hidden;
  width: min(456px, calc(100vw - 32px)) !important;
}

body.page-home .magic-menu-overlay::before,
body.page-home .magic-menu-overlay::after,
body.page-coachvisible .magic-menu-overlay::before,
body.page-coachvisible .magic-menu-overlay::after,
body.page-realisations .magic-menu-overlay::before,
body.page-realisations .magic-menu-overlay::after {
  content: none !important;
}

body.page-home .magic-menu-overlay.is-open,
body.page-coachvisible .magic-menu-overlay.is-open,
body.page-realisations .magic-menu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

body.page-home .magic-menu-overlay__close,
body.page-coachvisible .magic-menu-overlay__close,
body.page-realisations .magic-menu-overlay__close {
  align-self: start !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  justify-self: end !important;
  min-height: 48px !important;
  padding-inline: 18px !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

body.page-home .magic-menu-overlay__nav,
body.page-coachvisible .magic-menu-overlay__nav,
body.page-realisations .magic-menu-overlay__nav {
  display: grid !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.page-home .magic-menu-overlay__nav a,
body.page-coachvisible .magic-menu-overlay__nav a,
body.page-realisations .magic-menu-overlay__nav a {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  display: flex !important;
  font-size: clamp(1.05rem, 1.5vw, 1.32rem) !important;
  font-weight: 820 !important;
  justify-content: space-between;
  line-height: 1.05 !important;
  min-height: 56px !important;
  opacity: 1 !important;
  padding: 0 18px !important;
  transform: none !important;
}

body.page-home .magic-menu-overlay__nav a::after,
body.page-coachvisible .magic-menu-overlay__nav a::after,
body.page-realisations .magic-menu-overlay__nav a::after {
  content: "→";
  font-weight: 700;
  opacity: 0.52;
}

body.page-home .magic-menu-overlay__side,
body.page-coachvisible .magic-menu-overlay__side,
body.page-realisations .magic-menu-overlay__side {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
  color: rgba(246, 251, 255, 0.76) !important;
  display: grid !important;
  gap: 12px !important;
  opacity: 1 !important;
  padding: 18px !important;
  transform: none !important;
}

body.page-home .magic-talk-panel,
body.page-coachvisible .magic-talk-panel,
body.page-realisations .magic-talk-panel {
  align-items: center !important;
  display: grid !important;
  inset: 0 !important;
  justify-items: center !important;
  padding: 24px !important;
}

body.page-home .magic-talk-panel__backdrop,
body.page-coachvisible .magic-talk-panel__backdrop,
body.page-realisations .magic-talk-panel__backdrop {
  background:
    radial-gradient(circle at 18% 80%, rgba(101, 216, 255, 0.26), transparent 26rem),
    rgba(2, 8, 18, 0.74) !important;
  backdrop-filter: blur(18px) !important;
}

body.page-home .magic-talk-panel__drawer,
body.page-coachvisible .magic-talk-panel__drawer,
body.page-realisations .magic-talk-panel__drawer {
  background:
    linear-gradient(145deg, rgba(7, 18, 32, 0.97), rgba(8, 32, 50, 0.96)),
    radial-gradient(circle at 0% 100%, rgba(101, 216, 255, 0.16), transparent 22rem) !important;
  border: 1px solid rgba(126, 228, 255, 0.16) !important;
  border-radius: 24px !important;
  box-shadow: 0 34px 130px rgba(0, 0, 0, 0.42) !important;
  display: grid !important;
  gap: 32px !important;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr) !important;
  height: auto !important;
  max-height: min(88svh, 860px) !important;
  max-width: 1120px !important;
  overflow: auto !important;
  padding: 32px !important;
  position: relative !important;
  transform: translate3d(0, 18px, 0) scale(0.985) !important;
  width: min(100%, 1120px) !important;
}

body.page-home .magic-talk-panel.is-open .magic-talk-panel__drawer,
body.page-home .magic-talk-panel[aria-hidden="false"] .magic-talk-panel__drawer,
body.page-coachvisible .magic-talk-panel.is-open .magic-talk-panel__drawer,
body.page-coachvisible .magic-talk-panel[aria-hidden="false"] .magic-talk-panel__drawer,
body.page-realisations .magic-talk-panel.is-open .magic-talk-panel__drawer,
body.page-realisations .magic-talk-panel[aria-hidden="false"] .magic-talk-panel__drawer {
  transform: none !important;
}

body.page-home .magic-talk-panel__close,
body.page-coachvisible .magic-talk-panel__close,
body.page-realisations .magic-talk-panel__close {
  position: absolute !important;
  right: 24px !important;
  top: 24px !important;
}

body.page-home .magic-talk-panel__intro,
body.page-coachvisible .magic-talk-panel__intro,
body.page-realisations .magic-talk-panel__intro {
  align-content: center;
  display: grid;
  gap: 16px;
  padding-right: 24px;
}

body.page-home .magic-talk-panel__intro h2,
body.page-coachvisible .magic-talk-panel__intro h2,
body.page-realisations .magic-talk-panel__intro h2 {
  font-size: clamp(2rem, 3.8vw, 4.2rem) !important;
  line-height: 0.92 !important;
  max-width: 10ch !important;
}

body.page-home .magic-talk-form,
body.page-coachvisible .magic-talk-form,
body.page-realisations .magic-talk-form {
  align-content: start;
  display: grid;
  gap: 16px;
}

body.page-home .magic-talk-form__grid,
body.page-coachvisible .magic-talk-form__grid,
body.page-realisations .magic-talk-form__grid {
  gap: 16px !important;
}

body.page-realisations .realisations-visual-hub {
  background:
    radial-gradient(circle at 14% 0%, rgba(101, 216, 255, 0.18), transparent 28rem),
    linear-gradient(180deg, #f7fcff 0%, #ffffff 48%, #eef8ff 100%);
}

body.page-realisations .realisations-visual-hub :where(.magic-concepts, .magic-asset-showcase) {
  color: #071220;
  overflow: clip;
  padding-block: var(--ww-section-y);
  position: relative;
}

body.page-realisations .realisations-visual-hub :where(.magic-concepts__inner, .magic-asset-showcase__inner) {
  margin-inline: auto;
  max-width: min(var(--ww-container), calc(100vw - (var(--ww-gutter) * 2)));
  width: 100%;
}

body.page-realisations .realisations-visual-hub :where(.magic-concepts__heading, .magic-asset-showcase__heading) {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  margin-bottom: 48px;
}

body.page-realisations .realisations-visual-hub :where(.magic-concepts__heading h2, .magic-asset-showcase__heading h2) {
  color: #06111f;
  font-size: clamp(2.3rem, 4.8vw, 5rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 12ch;
  text-wrap: balance;
}

body.page-realisations .realisations-visual-hub :where(.magic-concepts__heading p:last-child, .magic-asset-showcase__heading p:last-child) {
  color: rgba(7, 18, 32, 0.68);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.66;
  margin: 0;
  max-width: 42rem;
}

body.page-realisations .realisations-visual-hub :where(.magic-concepts__grid, .magic-asset-showcase__grid) {
  display: grid;
  gap: var(--ww-grid-gap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-realisations .realisations-visual-hub :where(.magic-concept-card, .magic-asset-tile) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 249, 255, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(101, 216, 255, 0.14), transparent 16rem);
  border: 1px solid rgba(7, 18, 32, 0.08);
  border-radius: var(--ww-radius-card);
  box-shadow: 0 24px 70px rgba(7, 18, 32, 0.1);
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
}

body.page-realisations .realisations-visual-hub :where(.magic-concept-card__media, .magic-asset-tile > img) {
  aspect-ratio: 16 / 11;
  background: #dff4ff;
  overflow: hidden;
}

body.page-realisations .realisations-visual-hub :where(.magic-concept-card__media img, .magic-asset-tile > img) {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

body.page-realisations .realisations-visual-hub :where(.magic-concept-card__body, .magic-asset-tile__body) {
  align-content: start;
  display: grid;
  gap: 16px;
  padding: var(--ww-card-pad);
}

body.page-realisations .realisations-visual-hub :where(.magic-concept-card__body span, .magic-asset-tile__body span) {
  color: var(--concept-accent, var(--asset-accent, #22b8ff));
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-realisations .realisations-visual-hub :where(.magic-concept-card__body h3, .magic-asset-tile__body h3) {
  color: #06111f;
  font-size: clamp(1.18rem, 1.45vw, 1.7rem);
  font-weight: 820;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}

body.page-realisations .realisations-visual-hub :where(.magic-concept-card__body p, .magic-asset-tile__body p) {
  color: rgba(7, 18, 32, 0.68);
  font-size: 0.98rem;
  line-height: 1.58;
  margin: 0;
}

body.page-realisations .realisations-visual-hub .magic-concept-card__body button {
  align-items: center;
  appearance: none;
  background: #071220;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 820;
  justify-content: center;
  justify-self: start;
  min-height: 48px;
  padding-inline: 24px;
}

@media (max-width: 1180px) {
  body.page-home .magic-home-v3 .magic-universe-teaser__inner,
  body.page-realisations .realisations-visual-hub :where(.magic-concepts__heading, .magic-asset-showcase__heading) {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-home-v3 .magic-universe-teaser__grid,
  body.page-realisations .realisations-visual-hub :where(.magic-concepts__grid, .magic-asset-showcase__grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .magic-entry__words {
    font-size: clamp(2.6rem, 13vw, 5.5rem);
  }

  .magic-entry__count {
    font-size: clamp(6rem, 30vw, 11rem);
  }

  body.page-home .magic-home-v3 .magic-universe-teaser__copy,
  body.page-realisations .realisations-visual-hub :where(.magic-concepts__heading, .magic-asset-showcase__heading) {
    justify-items: center;
    text-align: center;
  }

  body.page-home .magic-home-v3 .magic-universe-teaser h2,
  body.page-realisations .realisations-visual-hub :where(.magic-concepts__heading h2, .magic-asset-showcase__heading h2) {
    max-width: 12ch;
    text-align: center;
  }

  body.page-home .magic-home-v3 .magic-universe-teaser__cta {
    justify-self: center;
  }

  body.page-home .magic-talk-panel__drawer,
  body.page-coachvisible .magic-talk-panel__drawer,
  body.page-realisations .magic-talk-panel__drawer {
    grid-template-columns: 1fr !important;
    max-height: calc(100svh - 32px) !important;
    padding: 24px !important;
  }

  body.page-home .magic-talk-panel__intro,
  body.page-coachvisible .magic-talk-panel__intro,
  body.page-realisations .magic-talk-panel__intro {
    justify-items: center;
    padding-right: 0;
    text-align: center;
  }

  body.page-home .magic-talk-panel__intro h2,
  body.page-coachvisible .magic-talk-panel__intro h2,
  body.page-realisations .magic-talk-panel__intro h2 {
    max-width: 12ch !important;
  }
}

@media (max-width: 560px) {
  body.page-home .magic-home-v3 .magic-universe-teaser__grid,
  body.page-realisations .realisations-visual-hub :where(.magic-concepts__grid, .magic-asset-showcase__grid) {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-menu-overlay,
  body.page-coachvisible .magic-menu-overlay,
  body.page-realisations .magic-menu-overlay {
    inset: calc(var(--magic-header-h, 72px) + 8px) 8px auto 8px !important;
    max-height: calc(100svh - var(--magic-header-h, 72px) - 16px) !important;
    padding: 16px !important;
    width: auto !important;
  }

  body.page-home .magic-talk-panel,
  body.page-coachvisible .magic-talk-panel,
  body.page-realisations .magic-talk-panel {
    padding: 8px !important;
  }

  body.page-home .magic-talk-panel__drawer,
  body.page-coachvisible .magic-talk-panel__drawer,
  body.page-realisations .magic-talk-panel__drawer {
    border-radius: 24px !important;
    padding: 16px !important;
  }
}

/* Responsive cleanup pass: remove decorative noise, calm scroll choreography, and keep assets readable. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
video,
svg {
  max-width: 100%;
}

body.page-home .magic-home-v3 {
  overflow: clip;
}

body.page-home .magic-intro,
body.page-home .magic-who,
body.page-home .magic-services,
body.page-home .magic-page-routes,
body.page-home .magic-method,
body.page-home .magic-universe-teaser {
  min-height: auto !important;
  overflow: clip;
  padding-inline: var(--ww-gutter, clamp(16px, 3vw, 40px));
}

body.page-home .magic-intro {
  padding-block: clamp(112px, 12vw, 176px) clamp(56px, 8vw, 96px) !important;
}

body.page-home .magic-intro__sticky,
body.page-home .magic-who__sticky,
body.page-home .magic-services__sticky {
  inset: auto !important;
  min-height: auto !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

body.page-home .magic-intro__sticky {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.62fr);
  gap: clamp(32px, 5vw, 72px);
  margin-inline: auto;
  max-width: min(1440px, 100%);
}

body.page-home .magic-intro__media {
  border-radius: 28px;
  inset: auto !important;
  min-height: 0 !important;
  order: 2;
  position: relative !important;
}

body.page-home .magic-intro__media::after {
  content: "";
  display: block;
  padding-top: 72%;
}

body.page-home .magic-intro__media img,
body.page-home .magic-intro__media video {
  border-radius: inherit;
  height: 100% !important;
  inset: 0;
  object-fit: cover;
  position: absolute !important;
  width: 100% !important;
}

body.page-home .magic-intro__content {
  margin: 0 !important;
  max-width: 720px !important;
  min-width: 0;
  position: relative !important;
  transform: none !important;
  width: 100% !important;
  z-index: 2;
}

body.page-home .magic-intro__headline {
  font-size: clamp(3.3rem, 8vw, 8.5rem) !important;
  letter-spacing: 0 !important;
  line-height: 0.92 !important;
  max-width: 9.8ch;
}

body.page-home .magic-intro__caption,
body.page-home .magic-intro__support {
  max-width: 46rem !important;
}

body.page-home :where(.magic-offer-stack, .magic-system-field, .magic-cube-burst, .magic-logo-cube, .magic-scroll-hint, .magic-engine-strip, .magic-believe) {
  display: none !important;
}

body.page-home .magic-services {
  background: linear-gradient(180deg, #f7fcff 0%, #ffffff 100%);
  padding-block: clamp(64px, 8vw, 120px) !important;
}

body.page-home .magic-services__heading,
body.page-home .magic-page-routes__heading {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.62fr);
  margin: 0 auto 48px;
  max-width: min(1440px, 100%);
}

body.page-home .magic-services__heading h2,
body.page-home .magic-page-routes__heading h2 {
  font-size: clamp(2.4rem, 5vw, 5.4rem) !important;
  letter-spacing: 0 !important;
  line-height: 0.94 !important;
  margin: 0;
  max-width: 11ch;
}

body.page-home .magic-services__heading p,
body.page-home .magic-page-routes__heading p {
  color: rgba(7, 18, 32, 0.68);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.64;
  margin: 0;
}

body.page-home .magic-track-wrap {
  margin-inline: auto;
  max-width: min(1440px, 100%);
  overflow: visible !important;
}

body.page-home .magic-services__track {
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  transform: none !important;
  width: 100% !important;
}

body.page-home .magic-service-card {
  border-radius: 24px !important;
  display: grid !important;
  grid-template-rows: auto 1fr;
  height: auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
  overflow: hidden;
  transform: none !important;
  width: 100% !important;
}

body.page-home .magic-service-card > img {
  aspect-ratio: 16 / 10;
  height: auto !important;
  object-fit: cover;
  width: 100% !important;
}

body.page-home .magic-service-card__body {
  min-width: 0;
  padding: 24px !important;
}

body.page-home .magic-service-card__body h3,
body.page-home .magic-service-card__body p,
body.page-home .magic-service-card__meta {
  overflow-wrap: anywhere;
}

body.page-home .magic-page-routes,
body.page-realisations .realisations-page-routes {
  background: #071220;
  color: #ffffff;
  padding-block: clamp(72px, 9vw, 136px);
}

body.page-home .magic-page-routes__inner,
body.page-realisations .realisations-page-routes {
  margin-inline: auto;
  max-width: min(1440px, calc(100vw - (var(--ww-gutter, 24px) * 2)));
}

body.page-home .magic-page-routes__grid,
body.page-realisations .realisations-page-routes__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-home .magic-page-route-card,
body.page-realisations .realisations-page-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  color: inherit;
  display: grid;
  gap: 16px;
  min-width: 0;
  overflow: hidden;
  padding: 16px 16px 22px;
  text-decoration: none;
}

body.page-home .magic-page-route-card img,
body.page-realisations .realisations-page-card img {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

body.page-home .magic-page-route-card span,
body.page-realisations .realisations-page-card span {
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  font-weight: 850;
  line-height: 1.04;
}

body.page-home .magic-page-route-card p,
body.page-realisations .realisations-page-card p {
  color: rgba(246, 251, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
}

body.page-home .magic-page-route-card strong,
body.page-realisations .realisations-page-card strong {
  color: #7ee4ff;
  font-size: 0.88rem;
  font-weight: 850;
}

body.page-realisations {
  background: #f7fcff;
  color: #071220;
}

body.page-realisations .cloud-background {
  contain: paint;
  overflow: clip;
}

body.page-realisations .cloud-background__mist {
  left: 0 !important;
  max-width: 100vw !important;
  right: 0 !important;
  width: 100vw !important;
}

body.page-realisations .realisations-clean-hero,
body.page-realisations .realisations-principles,
body.page-realisations .realisations-clean-cta {
  margin-inline: auto;
  max-width: min(1440px, calc(100vw - (var(--ww-gutter, 24px) * 2)));
}

body.page-realisations .realisations-clean-hero {
  align-items: end;
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.72fr);
  padding-block: clamp(128px, 14vw, 200px) clamp(64px, 8vw, 112px);
}

body.page-realisations .realisations-clean-hero h1 {
  font-size: clamp(3.2rem, 8vw, 9rem);
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  max-width: 8ch;
}

body.page-realisations .realisations-clean-hero p {
  color: rgba(7, 18, 32, 0.68);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.6;
  max-width: 48rem;
}

body.page-realisations .realisations-clean-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

body.page-realisations .realisations-clean-hero__actions a,
body.page-realisations .realisations-clean-cta > a {
  align-items: center;
  background: #071220;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 850;
  min-height: 56px;
  padding-inline: 28px;
  text-decoration: none;
}

body.page-realisations .realisations-clean-hero__media {
  background: #071220;
  border-radius: 28px;
  overflow: hidden;
  padding: 16px;
}

body.page-realisations .realisations-clean-hero__media img {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

body.page-realisations .realisations-principles {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: clamp(56px, 7vw, 96px);
}

body.page-realisations .realisations-principles article {
  background: #ffffff;
  border: 1px solid rgba(7, 18, 32, 0.08);
  border-radius: 20px;
  padding: 24px;
}

body.page-realisations .realisations-principles span {
  color: #18a7de;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-realisations .realisations-principles p {
  color: rgba(7, 18, 32, 0.72);
  font-weight: 700;
  line-height: 1.45;
  margin: 12px 0 0;
}

body.page-realisations .realisations-page-routes__heading {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.62fr);
  margin-bottom: 48px;
}

body.page-realisations .realisations-page-routes__heading h2 {
  font-size: clamp(2.4rem, 5.4vw, 5.8rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 11ch;
}

body.page-realisations .realisations-page-routes__heading p {
  color: rgba(246, 251, 255, 0.72);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.64;
  margin: 0;
}

body.page-realisations .magic-concepts__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 32px;
}

body.page-realisations .magic-concepts__filters button {
  appearance: none;
  background: #ffffff;
  border: 1px solid rgba(7, 18, 32, 0.12);
  border-radius: 999px;
  color: #071220;
  cursor: pointer;
  font: inherit;
  font-weight: 820;
  min-height: 44px;
  padding: 0 18px;
}

body.page-realisations .magic-concepts__filters button[aria-pressed="true"] {
  background: #071220;
  border-color: #071220;
  color: #ffffff;
}

body.page-realisations [data-magic-concept-card][hidden] {
  display: none !important;
}

body.page-realisations .realisations-clean-cta {
  align-items: end;
  background: #071220;
  border-radius: 28px;
  color: #ffffff;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-block: clamp(64px, 8vw, 120px);
  padding: clamp(28px, 5vw, 64px);
}

body.page-realisations .realisations-clean-cta h2 {
  font-size: clamp(2rem, 4.6vw, 5rem);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  max-width: 12ch;
}

body.page-realisations .realisations-clean-cta p {
  color: rgba(246, 251, 255, 0.72);
  line-height: 1.6;
  max-width: 42rem;
}

body.page-realisations .realisations-clean-cta > a {
  background: #7ee4ff;
  color: #071220;
  justify-self: end;
}

@media (max-width: 1180px) {
  body.page-home .magic-intro__sticky,
  body.page-home .magic-services__heading,
  body.page-home .magic-page-routes__heading,
  body.page-realisations .realisations-clean-hero,
  body.page-realisations .realisations-page-routes__heading,
  body.page-realisations .realisations-clean-cta {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-services__track,
  body.page-home .magic-page-routes__grid,
  body.page-realisations .realisations-page-routes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.page-realisations .realisations-clean-cta > a {
    justify-self: start;
  }
}

@media (max-width: 860px) {
  body.page-home .magic-intro {
    padding-block: 104px 56px !important;
  }

  body.page-home .magic-intro__sticky {
    gap: 28px;
  }

  body.page-home .magic-intro__media {
    order: -1;
  }

  body.page-home .magic-intro__headline {
    font-size: clamp(2.75rem, 16vw, 5.4rem) !important;
    max-width: 8.8ch;
  }

  body.page-home .magic-services__heading,
  body.page-home .magic-page-routes__heading,
  body.page-realisations .realisations-page-routes__heading {
    gap: 16px;
    text-align: left;
  }

  body.page-home .magic-services__track,
  body.page-home .magic-page-routes__grid,
  body.page-realisations .realisations-page-routes__grid,
  body.page-realisations .realisations-principles,
  body.page-realisations .realisations-visual-hub :where(.magic-concepts__grid, .magic-asset-showcase__grid) {
    grid-template-columns: 1fr !important;
  }

  body.page-realisations .realisations-clean-hero {
    padding-block: 112px 56px;
  }

  body.page-realisations .realisations-clean-hero h1 {
    font-size: clamp(3rem, 17vw, 5.8rem);
  }
}

@media (max-width: 560px) {
  body.page-home .magic-intro__actions,
  body.page-realisations .realisations-clean-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-home .magic-intro__actions a,
  body.page-realisations .realisations-clean-hero__actions a,
  body.page-realisations .realisations-clean-cta > a {
    justify-content: center;
    width: 100%;
  }

  body.page-home .magic-service-card__body,
  body.page-home .magic-page-route-card,
  body.page-realisations .realisations-page-card,
  body.page-realisations .realisations-principles article {
    padding: 18px !important;
  }

  body.page-realisations .realisations-clean-hero__media,
  body.page-realisations .realisations-clean-cta {
    border-radius: 22px;
  }
}

/* Prompt 01 UX pass: shared public navigation, popup, touch targets and media stability. */
body.site-page .magic-menu-overlay {
  align-content: start !important;
  background:
    linear-gradient(145deg, rgba(7, 18, 32, 0.97), rgba(8, 32, 50, 0.95)),
    radial-gradient(circle at 100% 0%, rgba(101, 216, 255, 0.16), transparent 20rem) !important;
  border: 1px solid rgba(126, 228, 255, 0.18) !important;
  border-radius: 24px !important;
  box-shadow: 0 32px 120px rgba(2, 8, 18, 0.34) !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: 1fr !important;
  height: auto !important;
  inset: calc(var(--magic-header-h, 84px) + 16px) 16px auto auto !important;
  max-height: calc(100svh - var(--magic-header-h, 84px) - 32px) !important;
  max-width: calc(100vw - 32px) !important;
  overflow: auto !important;
  padding: 24px !important;
  width: min(456px, calc(100vw - 32px)) !important;
}

body.site-page .magic-menu-overlay::before,
body.site-page .magic-menu-overlay::after {
  content: none !important;
}

body.site-page .magic-menu-overlay__close {
  align-self: start !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  justify-self: end !important;
  min-height: 48px !important;
  padding-inline: 18px !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

body.site-page .magic-menu-overlay__nav {
  display: grid !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.site-page .magic-menu-overlay__nav a {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  display: flex !important;
  font-size: clamp(1.02rem, 1.5vw, 1.3rem) !important;
  font-weight: 820 !important;
  justify-content: space-between;
  line-height: 1.08 !important;
  min-height: 56px !important;
  opacity: 1 !important;
  overflow-wrap: anywhere;
  padding: 0 18px !important;
  transform: none !important;
}

body.site-page .magic-menu-overlay__nav a::after {
  content: ">";
  font-weight: 800;
  opacity: 0.52;
}

body.site-page .magic-menu-overlay__side {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
  color: rgba(246, 251, 255, 0.76) !important;
  display: grid !important;
  gap: 12px !important;
  opacity: 1 !important;
  padding: 18px !important;
  transform: none !important;
}

body.site-page .magic-menu-overlay__contact a,
body.site-page .magic-menu-overlay__cta {
  align-items: center;
  display: inline-flex;
  min-height: 32px;
}

body.site-page .magic-talk-panel {
  align-items: center !important;
  display: grid !important;
  inset: 0 !important;
  justify-items: center !important;
  padding: 24px !important;
}

body.site-page .magic-talk-panel__backdrop {
  background:
    radial-gradient(circle at 18% 80%, rgba(101, 216, 255, 0.26), transparent 26rem),
    rgba(2, 8, 18, 0.74) !important;
  backdrop-filter: blur(18px) !important;
}

body.site-page .magic-talk-panel__drawer {
  background:
    linear-gradient(145deg, rgba(7, 18, 32, 0.97), rgba(8, 32, 50, 0.96)),
    radial-gradient(circle at 0% 100%, rgba(101, 216, 255, 0.16), transparent 22rem) !important;
  border: 1px solid rgba(126, 228, 255, 0.16) !important;
  border-radius: 24px !important;
  box-shadow: 0 34px 130px rgba(0, 0, 0, 0.42) !important;
  display: grid !important;
  gap: 32px !important;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr) !important;
  height: auto !important;
  max-height: min(88svh, 860px) !important;
  max-width: 1120px !important;
  overflow: auto !important;
  padding: 32px !important;
  position: relative !important;
  transform: translate3d(0, 18px, 0) scale(0.985) !important;
  width: min(100%, 1120px) !important;
}

body.site-page .magic-talk-panel.is-open .magic-talk-panel__drawer,
body.site-page .magic-talk-panel[aria-hidden="false"] .magic-talk-panel__drawer {
  transform: none !important;
}

body.site-page .magic-talk-panel__close {
  position: absolute !important;
  right: 24px !important;
  top: 24px !important;
}

body.site-page .magic-talk-panel__intro {
  align-content: center;
  display: grid;
  gap: 16px;
  padding-right: 24px;
}

body.site-page .magic-talk-panel__intro h2 {
  font-size: clamp(2rem, 3.8vw, 4.2rem) !important;
  line-height: 0.92 !important;
  max-width: 10ch !important;
}

body.site-page .magic-talk-field input,
body.site-page .magic-talk-field select,
body.site-page .magic-talk-field textarea {
  border-radius: 14px !important;
  min-height: 58px !important;
}

body.site-page .magic-talk-field textarea {
  min-height: 132px !important;
}

body.site-page .magic-talk-consent input,
body.page-coachvisible .cv-next-consent input,
body.page-contact .contact-consent input {
  height: 24px !important;
  min-width: 24px !important;
  width: 24px !important;
}

body.site-page:not(.magic-scroll-active) .hero-cloud__inner,
body.site-page:not(.magic-scroll-active) .hero-cloud__content,
body.site-page:not(.magic-scroll-active) .hero-cloud__visual {
  min-width: 0;
}

body.site-page:not(.magic-scroll-active) .hero-cloud__visual {
  justify-self: center;
  max-width: min(100%, 680px);
  width: 100%;
}

body.site-page:not(.magic-scroll-active) .hero-cloud__asset {
  display: block;
  height: auto;
  max-width: 100%;
  object-position: center;
}

body.site-page :where(.btn, .button, .hero-cloud__actions a, .cta-panel__actions a, .realisations-clean-hero__actions a, .realisations-clean-cta > a) {
  min-height: 48px;
  text-align: center;
}

body.page-realisations .magic-concepts__filters {
  align-items: center;
  justify-content: center;
}

body.page-realisations .magic-concepts__filters button {
  min-height: 48px;
}

body.page-realisations .realisations-visual-hub :where(.magic-concept-card__media, .magic-asset-tile > img),
body.page-home .magic-home-v3 .magic-concept-card__media,
body.page-coachvisible.magic-scroll-active .coachvisible-next .magic-concept-card__media {
  background: #dff4ff;
  min-height: 0;
}

@media (max-width: 860px) {
  body.site-page .magic-talk-panel__drawer {
    grid-template-columns: 1fr !important;
    max-height: calc(100svh - 32px) !important;
    padding: 24px !important;
  }

  body.site-page .magic-talk-panel__intro {
    justify-items: center;
    padding-right: 0;
    text-align: center;
  }

  body.site-page .magic-talk-panel__intro h2 {
    max-width: 12ch !important;
  }
}

@media (max-width: 560px) {
  body.site-page .magic-menu-overlay {
    inset: calc(var(--magic-header-h, 72px) + 8px) 8px auto 8px !important;
    max-height: calc(100svh - var(--magic-header-h, 72px) - 16px) !important;
    padding: 16px !important;
    width: auto !important;
  }

  body.site-page .magic-talk-panel {
    padding: 8px !important;
  }

  body.site-page .magic-talk-panel__drawer {
    border-radius: 22px !important;
    padding: 16px !important;
  }

  body.site-page .magic-talk-panel__close {
    min-height: 48px !important;
    right: 16px !important;
    top: 16px !important;
  }

  body.site-page .magic-talk-panel__close > span:first-child {
    font-size: 1rem !important;
    min-width: 86px !important;
  }

  body.site-page .magic-talk-form__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Motion final override: restores the homepage scroll choreography after static polish layers. */
@media (min-width: 1025px) and (prefers-reduced-motion: no-preference) {
  body.page-home .magic-home-v3 {
    overflow: visible !important;
  }

  body.page-home .magic-home-v3 .magic-section[data-magic-scrub] {
    isolation: isolate;
    overflow-x: clip !important;
    overflow-y: visible !important;
    padding-inline: 0 !important;
    position: relative !important;
    scroll-margin-top: var(--magic-header-h, 84px);
  }

  body.page-home .magic-home-v3 .magic-intro {
    background: #050711 !important;
    min-height: max(980px, 260svh) !important;
    padding-block: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-who {
    min-height: max(960px, 195svh) !important;
    padding-block: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-services {
    min-height: max(1120px, var(--magic-services-scroll-height, 320svh)) !important;
    padding-block: 0 !important;
  }

  body.page-home .magic-home-v3 :is(.magic-intro__sticky, .magic-who__sticky, .magic-services__sticky) {
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
    position: sticky !important;
    top: 0 !important;
    transform: none !important;
    z-index: var(--z-sticky, 20);
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    align-items: center !important;
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin: 0 !important;
    max-width: none !important;
    padding: calc(var(--magic-header-h, 84px) + clamp(26px, 4vw, 56px)) var(--magic-gutter, clamp(16px, 3vw, 48px)) clamp(42px, 6vw, 74px) !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media {
    border-radius: 0 !important;
    inset: 0 !important;
    min-height: 0 !important;
    opacity: calc(0.34 + var(--magic-progress, 0) * 0.34) !important;
    order: initial !important;
    position: absolute !important;
    transform: scale(calc(1.06 - var(--magic-progress, 0) * 0.06)) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media::after {
    background:
      radial-gradient(circle at 58% 44%, rgba(101, 216, 255, 0.16), transparent 32%),
      linear-gradient(90deg, rgba(5, 7, 17, 0.9), rgba(5, 7, 17, 0.22) 52%, rgba(5, 7, 17, 0.82)) !important;
    content: "" !important;
    inset: 0 !important;
    padding-top: 0 !important;
    position: absolute !important;
    z-index: 2;
  }

  body.page-home .magic-home-v3 .magic-intro__media img,
  body.page-home .magic-home-v3 .magic-intro__media video {
    border-radius: 0 !important;
    height: 100% !important;
    inset: 0 !important;
    object-fit: cover !important;
    position: absolute !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    margin: 0 !important;
    max-width: min(44rem, 48vw) !important;
    position: relative !important;
    transform: translate3d(0, calc((0.5 - var(--magic-progress, 0)) * 26px), 0) !important;
    width: min(100%, 48rem) !important;
    z-index: 6;
  }

  body.page-home .magic-home-v3 .magic-intro__headline {
    min-height: clamp(14rem, 31vw, 19rem) !important;
  }

  body.page-home .magic-home-v3 .magic-who__sticky {
    align-items: center !important;
    display: grid !important;
    gap: clamp(26px, 4vw, 56px) !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.76fr) !important;
    padding: calc(var(--magic-header-h, 84px) + clamp(24px, 4vw, 54px)) var(--magic-gutter, clamp(16px, 3vw, 48px)) clamp(44px, 5vw, 78px) !important;
  }

  body.page-home .magic-home-v3 .magic-who__copy-wrap {
    align-content: center !important;
    max-width: 760px !important;
  }

  body.page-home .magic-home-v3 .magic-who__visual {
    aspect-ratio: 1 / 1 !important;
    justify-self: end !important;
    max-width: min(460px, 100%) !important;
    min-height: 0 !important;
    transform: rotate(calc((var(--magic-progress, 0) - 0.5) * 8deg)) !important;
  }

  body.page-home .magic-home-v3 .magic-who__stage {
    display: grid !important;
    gap: 12px !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    margin-top: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-orbit-card {
    opacity: 0.56 !important;
    transform: translate3d(calc(var(--x, 0) * 1px), calc(var(--y, 0) * 1px), 0) rotate(calc(var(--r, 0) * 1deg)) scale(0.96) !important;
    transition: opacity 280ms var(--magic-ease, ease), transform 320ms var(--magic-ease, ease), border-color 280ms var(--magic-ease, ease) !important;
  }

  body.page-home .magic-home-v3 .magic-orbit-card.is-active {
    border-color: rgba(126, 228, 255, 0.46) !important;
    opacity: 1 !important;
    transform: translate3d(calc(var(--x, 0) * 1px), calc(var(--y, 0) * 1px), 0) rotate(calc(var(--r, 0) * 1deg)) scale(1.03) !important;
  }

  body.page-home .magic-home-v3 .magic-services__sticky {
    align-content: start !important;
    display: grid !important;
    gap: clamp(18px, 3vh, 34px) !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    padding: calc(var(--magic-header-h, 84px) + clamp(18px, 3vw, 38px)) 0 clamp(28px, 4vw, 48px) !important;
  }

  body.page-home .magic-home-v3 .magic-services__heading {
    align-items: end !important;
    display: grid !important;
    gap: clamp(18px, 2.6vw, 34px) !important;
    grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.48fr) !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 var(--magic-gutter, clamp(16px, 3vw, 48px)) !important;
  }

  body.page-home .magic-home-v3 .magic-services__heading h2 {
    font-size: clamp(2.7rem, 4.2vw, 4.6rem) !important;
    line-height: 0.92 !important;
    max-width: 11ch !important;
  }

  body.page-home .magic-home-v3 .magic-services__heading p {
    font-size: clamp(0.98rem, 1.12vw, 1.08rem) !important;
    line-height: 1.52 !important;
  }

  body.page-home .magic-home-v3 .magic-track-wrap {
    margin: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-services__track {
    align-items: stretch !important;
    display: flex !important;
    gap: clamp(20px, 2vw, 30px) !important;
    grid-template-columns: none !important;
    min-width: max-content !important;
    padding: 0 var(--magic-gutter, clamp(16px, 3vw, 48px)) !important;
    transform: translate3d(calc(var(--magic-x, 0) * 1px), 0, 0) !important;
    transition: transform 80ms linear !important;
    width: max-content !important;
    will-change: transform;
  }

  body.page-home .magic-home-v3 .magic-services__track > * {
    flex: 0 0 clamp(360px, 35vw, 520px) !important;
    min-width: clamp(360px, 35vw, 520px) !important;
    width: clamp(360px, 35vw, 520px) !important;
  }

  body.page-home .magic-home-v3 .magic-service-card {
    height: clamp(430px, 46svh, 488px) !important;
    min-height: 0 !important;
    opacity: 0.62 !important;
    overflow: hidden !important;
    transform: translate3d(0, 22px, 0) scale(0.96) !important;
    transition: opacity 300ms var(--magic-ease, ease), transform 360ms var(--magic-ease, ease), box-shadow 360ms var(--magic-ease, ease) !important;
    will-change: transform, opacity;
  }

  body.page-home .magic-home-v3 .magic-service-card > img {
    aspect-ratio: auto !important;
    height: clamp(130px, 16svh, 170px) !important;
  }

  body.page-home .magic-home-v3 .magic-service-card__body {
    gap: 8px !important;
    min-height: 0 !important;
    padding: 16px 18px 18px !important;
  }

  body.page-home .magic-home-v3 .magic-service-card h3 {
    font-size: clamp(1.08rem, 1.02vw, 1.32rem) !important;
    line-height: 1.04 !important;
  }

  body.page-home .magic-home-v3 .magic-service-card p {
    font-size: 0.92rem !important;
    line-height: 1.38 !important;
  }

  body.page-home .magic-home-v3 .magic-service-card__meta {
    gap: 8px !important;
  }

  body.page-home .magic-home-v3 .magic-service-card__meta span {
    min-height: 30px !important;
    padding: 0 10px !important;
  }

  body.page-home .magic-home-v3 .magic-service-card .magic-card-link {
    min-height: 40px !important;
    padding-inline: 16px !important;
  }

  body.page-home .magic-home-v3 .magic-service-card.is-active {
    box-shadow: 0 36px 90px rgba(7, 18, 32, 0.24) !important;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
  }

  body.page-home .magic-home-v3 .magic-page-routes,
  body.page-home .magic-home-v3 .magic-universe-teaser,
  body.page-home .magic-home-v3 .magic-method {
    min-height: auto !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
  }
}

@media (max-width: 1023px), (prefers-reduced-motion: reduce) {
  body.page-home .magic-home-v3 {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  body.page-home .magic-home-v3 .magic-section[data-magic-scrub] {
    min-height: auto !important;
  }

  body.page-home .magic-home-v3 :is(.magic-intro__sticky, .magic-who__sticky, .magic-services__sticky) {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    position: relative !important;
    top: auto !important;
  }

  body.page-home .magic-home-v3 .magic-services__track {
    transform: none !important;
    will-change: auto !important;
  }

  body.page-home .magic-home-v3 .magic-service-card {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }
}

/* Motion final override: restore the premium scroll rhythm without changing the brand system. */
body.page-home .magic-home-v3 {
  --ww-motion-gutter: clamp(24px, 5vw, 88px);
  --ww-motion-max: min(1560px, calc(100vw - (var(--ww-motion-gutter) * 2)));
  --ww-motion-soft: cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-home .magic-home-v3 :where(.magic-intro__sticky, .magic-who__sticky, .magic-services__sticky) {
  width: 100%;
}

body.page-home .magic-home-v3 :where(.magic-intro__media, .magic-who__visual, .magic-service-card img, .magic-page-route-card img, .magic-universe-teaser__card img, .magic-method-card img) {
  background-color: #dff4ff;
}

body.page-home .magic-home-v3 .magic-intro__video {
  display: block;
  filter: saturate(1.18) contrast(1.08) brightness(0.82);
  inset: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0.42;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  body.page-home .magic-home-v3 .magic-intro {
    min-height: 260svh !important;
    min-height: calc(var(--hero-scroll-length, 2.6) * 100svh) !important;
    overflow: clip !important;
    padding: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky {
    display: grid !important;
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: clip !important;
    padding: calc(var(--magic-header-h, 84px) + 32px) var(--ww-motion-gutter) 64px !important;
    place-items: center start !important;
    position: sticky !important;
    top: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media {
    border-radius: 0 !important;
    inset: 0 !important;
    min-height: 100% !important;
    opacity: calc(0.54 + var(--magic-progress, 0) * 0.18) !important;
    overflow: hidden !important;
    position: absolute !important;
    transform: scale(calc(1.055 - (var(--magic-progress, 0) * 0.055))) translateZ(0) !important;
    transform-origin: center;
    width: 100% !important;
    z-index: 0;
  }

  body.page-home .magic-home-v3 .magic-intro__media::before {
    background:
      linear-gradient(90deg, rgba(4, 9, 19, 0.94) 0%, rgba(4, 9, 19, 0.68) 34%, rgba(4, 9, 19, 0.22) 62%, rgba(4, 9, 19, 0.72) 100%),
      radial-gradient(circle at 18% 22%, rgba(101, 216, 255, 0.2), transparent 30rem) !important;
    filter: none !important;
    inset: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    z-index: 3 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media::after {
    background: linear-gradient(180deg, rgba(4, 9, 19, 0.2) 0%, transparent 28%, rgba(4, 9, 19, 0.72) 100%) !important;
    inset: 0 !important;
    padding: 0 !important;
    z-index: 4 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media img {
    height: 100% !important;
    inset: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 0 !important;
    position: absolute !important;
    transform: scale(1.04) translateZ(0) !important;
    width: 100% !important;
    z-index: 1;
  }

  body.page-home .magic-home-v3 .magic-intro__media img.is-active {
    opacity: 0.64 !important;
    transform: scale(1) translateZ(0) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__content {
    margin-inline: auto !important;
    max-width: var(--ww-motion-max) !important;
    padding-top: 32px;
    transform: translate3d(0, calc((var(--magic-progress-raw, 0) - 0.5) * -24px), 0);
    width: 100%;
    z-index: 6;
  }

  body.page-home .magic-home-v3 .magic-intro__headline {
    min-height: clamp(248px, 28vw, 368px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line {
    font-size: clamp(64px, 8vw, 132px) !important;
    line-height: 0.86 !important;
    max-width: 11.2ch !important;
  }

  body.page-home .magic-home-v3 .magic-intro__caption {
    min-height: 72px;
  }

  body.page-home .magic-home-v3 .magic-intro__support {
    max-width: 680px;
  }

  body.page-home .magic-home-v3 .magic-who {
    min-height: 195svh !important;
    min-height: calc(var(--who-pin-duration, 1.95) * 100svh) !important;
    overflow: clip !important;
    padding: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-who__sticky {
    align-items: center !important;
    display: grid !important;
    gap: 32px !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr) !important;
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
    padding: calc(var(--magic-header-h, 84px) + 32px) var(--ww-motion-gutter) 64px !important;
    position: sticky !important;
    top: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-who__copy-wrap {
    gap: 16px !important;
    justify-self: end;
    max-width: 720px;
    opacity: calc(0.72 + (var(--magic-progress, 0) * 0.28));
    transform: translate3d(0, calc((1 - var(--magic-progress, 0)) * 24px), 0);
  }

  body.page-home .magic-home-v3 .magic-who__title {
    font-size: clamp(56px, 6.2vw, 108px) !important;
    max-width: 10.5ch !important;
  }

  body.page-home .magic-home-v3 .magic-who__visual {
    align-self: center;
    border-radius: 24px;
    grid-column: 2;
    justify-self: stretch !important;
    max-width: none !important;
    min-height: clamp(320px, 42svh, 520px) !important;
    overflow: hidden;
  }

  body.page-home .magic-home-v3 .magic-who__visual img {
    height: 100% !important;
    object-fit: cover;
    transform: scale(calc(1.04 - (var(--magic-progress, 0) * 0.03)));
    width: 100%;
  }

  body.page-home .magic-home-v3 .magic-who__stage {
    align-self: end;
    display: grid !important;
    gap: 16px !important;
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    margin: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-orbit-card {
    min-height: 144px !important;
    opacity: calc(0.46 + (var(--card-active, 0) * 0.54)) !important;
    transform: translate3d(calc(var(--x, 0) * 1px), calc(var(--y, 0) * 1px), 0) rotate(calc(var(--r, 0) * 1deg)) scale(calc(0.98 + (var(--card-active, 0) * 0.02))) !important;
    transition: opacity 280ms var(--ww-motion-soft), border-color 280ms var(--ww-motion-soft), box-shadow 280ms var(--ww-motion-soft) !important;
  }

  body.page-home .magic-home-v3 .magic-orbit-card.is-active {
    border-color: rgba(126, 228, 255, 0.5);
    box-shadow: 0 28px 80px rgba(101, 216, 255, 0.12);
  }

  body.page-home .magic-home-v3 .magic-services {
    min-height: 320svh !important;
    min-height: var(--magic-services-scroll-height, calc(var(--services-pin-min-vh, 3.2) * 100svh)) !important;
    overflow: clip !important;
    padding: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-services__sticky {
    display: grid !important;
    gap: 32px !important;
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
    padding: calc(var(--magic-header-h, 84px) + 32px) 0 64px var(--ww-motion-gutter) !important;
    position: sticky !important;
    top: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-services__heading {
    align-items: end !important;
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.58fr) !important;
    max-width: var(--ww-motion-max);
    padding-right: var(--ww-motion-gutter);
    width: 100%;
  }

  body.page-home .magic-home-v3 .magic-services__heading h2 {
    font-size: clamp(56px, 6.2vw, 108px) !important;
    max-width: 10ch !important;
  }

  body.page-home .magic-home-v3 .magic-track-wrap {
    overflow: visible !important;
    width: 100%;
  }

  body.page-home .magic-home-v3 .magic-services__track {
    align-items: stretch !important;
    display: flex !important;
    gap: 24px !important;
    grid-template-columns: none !important;
    min-width: max-content !important;
    padding-right: var(--ww-motion-gutter) !important;
    transform: translate3d(calc(var(--magic-x, 0) * 1px), 0, 0) !important;
    transition: none !important;
    width: max-content !important;
    will-change: transform;
  }

  body.page-home .magic-home-v3 .magic-service-card {
    border-radius: 24px !important;
    flex: 0 0 clamp(368px, 35vw, 528px) !important;
    min-height: min(62svh, 584px) !important;
    opacity: calc(0.7 + (var(--card-active, 0) * 0.3)) !important;
    transform: translate3d(0, calc((1 - var(--card-active, 0)) * 18px), 0) scale(calc(0.985 + (var(--card-active, 0) * 0.015))) !important;
    transition: opacity 260ms var(--ww-motion-soft), transform 260ms var(--ww-motion-soft), box-shadow 260ms var(--ww-motion-soft) !important;
    width: auto !important;
  }

  body.page-home .magic-home-v3 .magic-service-card.is-active {
    box-shadow: 0 34px 96px rgba(20, 52, 74, 0.18);
  }

  body.page-home .magic-home-v3 .magic-service-card img {
    height: auto;
    min-height: 220px;
  }

  body.page-home .magic-home-v3 .magic-page-routes,
  body.page-home .magic-home-v3 .magic-universe-teaser,
  body.page-home .magic-home-v3 .magic-method {
    padding-block: clamp(104px, 10vw, 168px) !important;
  }

  body.page-home .magic-home-v3 .magic-page-routes__inner,
  body.page-home .magic-home-v3 .magic-universe-teaser__inner {
    max-width: var(--ww-motion-max) !important;
  }

  body.page-home .magic-home-v3 .magic-page-route-card,
  body.page-home .magic-home-v3 .magic-universe-teaser__card,
  body.page-home .magic-home-v3 .magic-method-card {
    transform: translate3d(0, 24px, 0);
    transition: opacity 520ms var(--ww-motion-soft), transform 620ms var(--ww-motion-soft), box-shadow 260ms var(--ww-motion-soft) !important;
  }

  body.page-home .magic-home-v3 .magic-page-route-card.is-visible,
  body.page-home .magic-home-v3 .magic-universe-teaser__card.is-visible,
  body.page-home .magic-home-v3 .magic-method-card.is-visible {
    transform: translate3d(0, 0, 0);
  }

  body.page-home .magic-home-v3 .magic-final {
    min-height: min(100svh, 860px) !important;
  }
}

@media (max-width: 1023px), (prefers-reduced-motion: reduce) {
  body.page-home .magic-home-v3 .magic-intro,
  body.page-home .magic-home-v3 .magic-who,
  body.page-home .magic-home-v3 .magic-services {
    min-height: auto !important;
    overflow: clip !important;
    padding-block: clamp(64px, 10vw, 112px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__sticky,
  body.page-home .magic-home-v3 .magic-who__sticky,
  body.page-home .magic-home-v3 .magic-services__sticky {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    padding-inline: clamp(16px, 5vw, 40px) !important;
    position: relative !important;
    top: auto !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media {
    aspect-ratio: 16 / 11;
    border-radius: 24px !important;
    inset: auto !important;
    margin: 0 auto 32px !important;
    max-width: 720px;
    min-height: 0 !important;
    order: -1;
    overflow: hidden;
    position: relative !important;
    width: min(100%, 720px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media::after {
    content: "";
    display: block;
    padding-top: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media img,
  body.page-home .magic-home-v3 .magic-intro__video {
    height: 100% !important;
    inset: 0 !important;
    object-fit: cover !important;
    position: absolute !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media img {
    opacity: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media img.is-active {
    opacity: 0.86 !important;
  }

  body.page-home .magic-home-v3 .magic-services__track {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-width: 0 !important;
    padding: 0 !important;
    transform: none !important;
    width: 100% !important;
    will-change: auto !important;
  }

  body.page-home .magic-home-v3 .magic-service-card {
    opacity: 1 !important;
    transform: none !important;
    width: 100% !important;
  }

  body.page-home .magic-home-v3 .magic-orbit-card {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 860px) {
  body.page-home .magic-home-v3 .magic-intro__sticky,
  body.page-home .magic-home-v3 .magic-who__sticky,
  body.page-home .magic-home-v3 .magic-services__sticky {
    padding-inline: 16px !important;
  }

  body.page-home .magic-home-v3 .magic-intro__media {
    aspect-ratio: 4 / 3;
    border-radius: 20px !important;
    margin-bottom: 24px !important;
  }

  body.page-home .magic-home-v3 .magic-intro__headline {
    min-height: clamp(144px, 44vw, 224px) !important;
  }

  body.page-home .magic-home-v3 .magic-intro__line {
    font-size: clamp(40px, 11vw, 64px) !important;
    line-height: 0.9 !important;
    max-width: 11.5ch !important;
  }

  body.page-home .magic-home-v3 .magic-services__track,
  body.page-home .magic-home-v3 .magic-page-routes__grid,
  body.page-home .magic-home-v3 .magic-universe-teaser__grid,
  body.page-home .magic-home-v3 .magic-method__grid {
    grid-template-columns: 1fr !important;
  }

  body.page-home .magic-home-v3 .magic-service-card img,
  body.page-home .magic-home-v3 .magic-method-card img,
  body.page-home .magic-home-v3 .magic-page-route-card img,
  body.page-home .magic-home-v3 .magic-universe-teaser__card img {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

/* Final service rail clamp after concurrent motion overrides. */
@media (min-width: 1024px) and (max-height: 940px) and (prefers-reduced-motion: no-preference) {
  body.page-home .magic-home-v3 .magic-services__sticky {
    gap: 20px !important;
    padding-top: calc(var(--magic-header-h, 84px) + 18px) !important;
    padding-bottom: 34px !important;
  }

  body.page-home .magic-home-v3 .magic-services__heading {
    gap: 18px !important;
  }

  body.page-home .magic-home-v3 .magic-services__heading h2 {
    font-size: clamp(44px, 4.1vw, 66px) !important;
    line-height: 0.92 !important;
    max-width: 11ch !important;
  }

  body.page-home .magic-home-v3 .magic-services__heading p {
    font-size: clamp(0.96rem, 1.05vw, 1.08rem) !important;
    line-height: 1.48 !important;
  }

  body.page-home .magic-home-v3 .magic-service-card {
    flex-basis: clamp(360px, 35vw, 520px) !important;
    min-height: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-service-card img {
    height: clamp(132px, 16svh, 170px) !important;
    min-height: 0 !important;
  }

  body.page-home .magic-home-v3 .magic-service-card__body {
    gap: 8px !important;
    padding: 16px 18px 18px !important;
  }

  body.page-home .magic-home-v3 .magic-service-card h3 {
    font-size: clamp(1.08rem, 1vw, 1.28rem) !important;
    line-height: 1.04 !important;
  }

  body.page-home .magic-home-v3 .magic-service-card p {
    font-size: 0.92rem !important;
    line-height: 1.38 !important;
  }

  body.page-home .magic-home-v3 .magic-service-card__meta span {
    min-height: 30px !important;
    padding: 0 10px !important;
  }

  body.page-home .magic-home-v3 .magic-service-card .magic-card-link {
    min-height: 40px !important;
    padding-inline: 16px !important;
  }
}

/* CI-01: conversion proof layer, scoped to the new home section only. */
body.page-home .magic-home-v3 .magic-proof-layer {
  background: linear-gradient(180deg, #ffffff 0%, #f2f8fc 100%);
  color: #071220;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(84px, 9vw, 132px) var(--magic-gutter);
  position: relative;
  scroll-margin-top: calc(var(--magic-header-h, 84px) + 24px);
}

body.page-home .magic-home-v3 .magic-proof-layer::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(25, 245, 186, 0.16), transparent 18rem),
    radial-gradient(circle at 86% 8%, rgba(103, 217, 255, 0.16), transparent 20rem);
  content: "";
  inset: 0;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.page-home .magic-home-v3 .magic-proof-layer__inner {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
  margin-inline: auto;
  max-width: min(1180px, calc(100vw - var(--magic-gutter) * 2));
}

body.page-home .magic-home-v3 .magic-proof-layer__heading {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 36rem);
}

body.page-home .magic-home-v3 .magic-proof-layer__heading h2 {
  color: #071220;
  font-size: clamp(2.8rem, 5.4vw, 5.5rem);
  line-height: 0.92;
  margin: 0;
  max-width: 10ch;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-proof-layer__heading p:not(.magic-section__kicker) {
  color: rgba(7, 18, 32, 0.66);
  font-size: clamp(1rem, 1.22vw, 1.14rem);
  line-height: 1.6;
  margin: 0;
}

body.page-home .magic-home-v3 .magic-proof-layer__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-home .magic-home-v3 .magic-proof-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(7, 18, 32, 0.1);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(7, 18, 32, 0.08);
  color: #071220;
  display: grid;
  gap: 14px;
  min-height: 260px;
  min-width: 0;
  padding: clamp(20px, 2.2vw, 30px);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.page-home .magic-home-v3 .magic-proof-card:hover,
body.page-home .magic-home-v3 .magic-proof-card:focus-visible {
  border-color: rgba(17, 122, 204, 0.34);
  box-shadow: 0 30px 78px rgba(13, 76, 122, 0.14);
  transform: translateY(-2px);
}

body.page-home .magic-home-v3 .magic-proof-card span {
  color: #117acc;
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-home .magic-home-v3 .magic-proof-card strong {
  color: #071220;
  font-size: clamp(1.22rem, 1.6vw, 1.72rem);
  line-height: 1.05;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-proof-card p {
  color: rgba(7, 18, 32, 0.64);
  font-size: 0.98rem;
  line-height: 1.56;
  margin: 0;
}

body.page-home .magic-home-v3 .magic-proof-card em {
  align-self: end;
  color: #071220;
  font-style: normal;
  font-weight: 820;
}

body.page-home .magic-home-v3 .magic-proof-layer__ledger {
  align-items: end;
  background:
    radial-gradient(circle at 12% 20%, rgba(103, 217, 255, 0.22), transparent 18rem),
    linear-gradient(135deg, #071220, #0b2437);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr) auto;
  padding: clamp(24px, 4vw, 42px);
}

body.page-home .magic-home-v3 .magic-proof-layer__eyebrow {
  color: #65d8ff;
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0 0 12px;
  text-transform: uppercase;
}

body.page-home .magic-home-v3 .magic-proof-layer__ledger h3 {
  color: #ffffff;
  font-size: clamp(1.55rem, 2.4vw, 2.7rem);
  line-height: 1;
  margin: 0;
  text-wrap: balance;
}

body.page-home .magic-home-v3 .magic-proof-layer__ledger ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.page-home .magic-home-v3 .magic-proof-layer__ledger li {
  color: rgba(238, 250, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.45;
  padding-left: 22px;
  position: relative;
}

body.page-home .magic-home-v3 .magic-proof-layer__ledger li::before {
  background: #65d8ff;
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.65em;
  width: 7px;
}

body.page-home .magic-home-v3 .magic-proof-layer__ledger > a {
  align-items: center;
  background: linear-gradient(135deg, #65d8ff, #19f5ba);
  border-radius: 999px;
  color: #071220;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 860;
  justify-content: center;
  min-height: 54px;
  padding-inline: 22px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 980px) {
  body.page-home .magic-home-v3 .magic-proof-layer__heading,
  body.page-home .magic-home-v3 .magic-proof-layer__ledger {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__grid {
    grid-template-columns: 1fr;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__ledger > a {
    justify-self: start;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  body.page-home .magic-home-v3 .magic-proof-layer {
    padding: 72px 16px;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__inner {
    max-width: 100%;
  }

  body.page-home .magic-home-v3 .magic-proof-layer__heading h2 {
    font-size: clamp(2.45rem, 11vw, 3.45rem);
  }

  body.page-home .magic-home-v3 .magic-proof-card {
    min-height: 0;
  }
}

body.page-realisations .realisations-visual-hub :where(.magic-concepts__heading h2, .magic-asset-showcase__heading h2) {
  color: #06111f !important;
}

body.page-realisations .realisations-visual-hub :where(.magic-concepts__heading p, .magic-asset-showcase__heading p) {
  color: rgba(7, 18, 32, 0.72) !important;
}
