/* Mecano-Tech modern block system */
body.page-id-5 {
  --mecano-navy: #071735;
  --mecano-blue: #006fba;
  --mecano-sky: #18a7e0;
  --mecano-ice: #eef8ff;
  --mecano-ink: #101826;
  --mecano-muted: #5b687a;
  --mecano-line: rgba(24, 167, 224, 0.25);
  --mecano-lime: #b9d955;
}

body.page-id-5 .site {
  width: 100% !important;
  max-width: none !important;
}

body.page-id-5 .site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid rgba(7, 23, 53, 0.08);
}

body.page-id-5 .site-header .inside-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1180px);
  max-width: 1180px !important;
  padding: 7px clamp(20px, 5vw, 72px) !important;
  flex-wrap: nowrap !important;
}

body.page-id-5 .site-header .inside-header::after {
  content: "Mecano-Tech";
  order: 2;
  flex: 1 1 auto;
  margin-left: 0;
  margin-right: 0;
  color: var(--mecano-navy);
  font-size: clamp(2.2rem, 4.2vw, 4.35rem);
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
  background:
    linear-gradient(90deg, var(--mecano-navy) 0%, #006fba 54%, #18a7e0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 24px rgba(7, 23, 53, 0.08);
  transform: translateX(-1.35em) scaleX(1.08);
  transform-origin: center center;
  text-align: center;
  white-space: nowrap;
}

body.page-id-5 .site-logo {
  order: 1;
  flex: 0 0 auto;
  margin: 0 !important;
}

body.page-id-5 .site-logo img,
body.page-id-5 .header-image {
  display: block;
  width: min(300px, 34vw) !important;
  height: auto !important;
}

body.page-id-5 #mobile-menu-control-wrapper {
  order: 3;
  flex: 0 0 auto;
  display: flex !important;
  margin-left: auto;
  background: transparent !important;
}

body.page-id-5 #mobile-menu-control-wrapper .menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0 !important;
  border: 1px solid rgba(7, 23, 53, 0.14);
  border-radius: 4px;
  background: #fff !important;
  color: var(--mecano-navy) !important;
  line-height: 1;
}

body.page-id-5 #mobile-menu-control-wrapper .menu-toggle:hover,
body.page-id-5 #mobile-menu-control-wrapper .menu-toggle:focus {
  border-color: var(--mecano-blue);
  color: var(--mecano-blue) !important;
}

body.page-id-5 #site-navigation {
  position: absolute;
  top: 18px;
  right: 142px;
  width: min(180px, calc(100vw - 40px));
  margin-left: 0;
  border: 1px solid rgba(7, 23, 53, 0.1);
  border-radius: 6px;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(7, 23, 53, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.page-id-5 #site-navigation.toggled {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.page-id-5 #site-navigation .inside-navigation {
  display: block;
  padding: 12px !important;
}

body.page-id-5 #site-navigation .menu-toggle {
  display: none !important;
}

body.page-id-5 #site-navigation .main-nav,
body.page-id-5 #site-navigation.toggled .main-nav {
  display: block !important;
}

body.page-id-5 #site-navigation .main-nav ul,
body.page-id-5 #site-navigation.toggled .main-nav ul {
  display: block !important;
  width: 100%;
}

body.page-id-5 #site-navigation .main-nav ul li {
  display: block;
  float: none;
  width: 100%;
  border-bottom: 1px solid rgba(7, 23, 53, 0.08);
}

body.page-id-5 #site-navigation .main-nav ul li:last-child {
  border-bottom: 0;
}

body.page-id-5 #site-navigation .main-nav ul li a {
  display: block;
  padding: 14px 12px !important;
  color: var(--mecano-navy) !important;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-id-5 .mobile-menu {
  display: none !important;
}

body.page-id-5 #site-navigation .main-nav ul li[class*="current-menu"] > a,
body.page-id-5 #site-navigation .main-nav ul li a:hover {
  color: var(--mecano-blue) !important;
}

body.page-id-5 .entry-content {
  max-width: none !important;
  padding: 0 !important;
  color: var(--mecano-ink);
  overflow: hidden;
}

body.page-id-5 .entry-content > * {
  margin-block-start: 0 !important;
}

body.page-id-5 .inside-article,
body.page-id-5 .site-main,
body.page-id-5 .entry-content {
  width: 100% !important;
}

body.page-id-5 .site-content,
body.page-id-5 .content-area,
body.page-id-5 .inside-article {
  max-width: none !important;
  padding: 0 !important;
}

body.page-id-5 .mecano-home,
body.page-id-5 .mecano-section,
body.page-id-5 .mecano-proof-band,
body.page-id-5 .mecano-final-cta {
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

body.page-id-5 .mecano-home > .wp-block-group__inner-container,
body.page-id-5 .mecano-section > .wp-block-group__inner-container,
body.page-id-5 .mecano-proof-band > .wp-block-group__inner-container,
body.page-id-5 .mecano-final-cta > .wp-block-group__inner-container {
  width: min(100%, 1180px) !important;
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-5 .mecano-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(450px, 58vh, 570px);
  display: flex;
  align-items: center;
  padding-top: clamp(28px, 4.5vw, 48px);
  padding-bottom: 0;
  background:
    radial-gradient(circle at 76% 24%, rgba(24, 167, 224, 0.34), transparent 26%),
    radial-gradient(circle at 20% 72%, rgba(185, 217, 85, 0.14), transparent 24%),
    linear-gradient(125deg, #06142f 0%, #09265a 54%, #071735 100%);
  color: #fff;
}

body.page-id-5 .mecano-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.11) 0 1px, transparent 1px 18px);
}

body.page-id-5 .mecano-hero::after {
  content: "";
  position: absolute;
  inset: 4% 0 13% auto;
  width: min(45vw, 680px);
  z-index: -1;
  opacity: 0.42;
  background:
    linear-gradient(90deg, transparent 0%, rgba(24, 167, 224, 0.26) 46%, rgba(185, 217, 85, 0.16) 100%),
    radial-gradient(circle at 78% 20%, rgba(24, 167, 224, 0.44), transparent 30%),
    radial-gradient(circle at 54% 78%, rgba(185, 217, 85, 0.18), transparent 26%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 22px);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

body.page-id-5 .mecano-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.74fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  width: 100%;
}

body.page-id-5 .mecano-hero-grid > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
}

body.page-id-5 .mecano-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

body.page-id-5 .mecano-kicker {
  margin: 0 0 14px !important;
  color: var(--mecano-sky);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-id-5 .mecano-hero-title {
  margin: 0 !important;
  color: #fff;
  font-size: clamp(2.45rem, 4.7vw, 4.95rem);
  font-weight: 900;
  line-height: 0.95;
  max-width: 780px;
  text-align: left !important;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

body.page-id-5 .mecano-hero-lede {
  max-width: 680px;
  margin: 26px 0 0 !important;
  color: rgba(255,255,255,0.88);
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.65;
}

body.page-id-5 .mecano-actions {
  margin-top: 34px !important;
  gap: 14px;
}

body.page-id-5 .wp-block-button__link {
  border-radius: 4px;
  padding: 14px 22px;
  background: var(--mecano-blue);
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.page-id-5 .is-style-outline .wp-block-button__link {
  border: 2px solid rgba(255,255,255,0.72);
  background: transparent;
  color: #fff !important;
}

body.page-id-5 .mecano-hero-media {
  position: relative;
  z-index: 2;
  justify-self: stretch;
  transform: translateY(clamp(-22px, -1.6vw, -8px));
}

body.page-id-5 .mecano-hero-image {
  width: min(130%, 495px) !important;
  max-width: none !important;
  margin: 0 0 0 clamp(-30px, -2vw, -18px) !important;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: rotate(1.2deg);
  background: transparent;
}

body.page-id-5 .mecano-hero-image img {
  display: block;
  aspect-ratio: 466 / 470;
  object-fit: contain;
  filter: drop-shadow(0 30px 48px rgba(0,0,0,0.36));
  width: 100%;
}

body.page-id-5 .mecano-hero-badge {
  position: absolute;
  right: -44px;
  bottom: -70px;
  width: min(280px, 90%);
  max-width: none;
  padding: 9px 18px 10px;
  border-top: 3px solid var(--mecano-sky);
  border-left: 0;
  border-radius: 6px;
  background: rgba(6, 20, 47, 0.94);
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
  color: #fff;
}

body.page-id-5 .mecano-hero-badge p {
  width: max-content;
  max-width: 100%;
  margin: 0 auto !important;
  color: rgba(255,255,255,0.86);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

body.page-id-5 .mecano-hero-badge > .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
}

body.page-id-5 .mecano-hero-badge strong {
  display: block;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  white-space: nowrap;
}

body.page-id-5 .mecano-proof-band {
  padding-top: 26px;
  padding-bottom: 26px;
  background: linear-gradient(90deg, #005d9d, #0e8ecf);
  color: #fff;
}

body.page-id-5 .mecano-proof-grid {
  gap: 0;
}

body.page-id-5 .mecano-proof-grid .wp-block-column {
  padding: 18px 24px;
  border-right: 1px solid rgba(255,255,255,0.22);
}

body.page-id-5 .mecano-proof-grid .wp-block-column:last-child {
  border-right: 0;
}

body.page-id-5 .mecano-proof-grid h3 {
  margin: 0 !important;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  text-align: left !important;
}

body.page-id-5 .mecano-proof-grid p {
  margin: 8px 0 0 !important;
  color: rgba(255,255,255,0.88);
  font-weight: 700;
  line-height: 1.35;
}

body.page-id-5 .mecano-section {
  padding-top: clamp(35px, 4vw, 55px);
  padding-bottom: clamp(35px, 4vw, 55px);
}

body.page-id-5 .mecano-capabilities,
body.page-id-5 .mecano-process {
  background:
    radial-gradient(circle at 10% 0%, rgba(24, 167, 224, 0.10), transparent 28%),
    #f7fbff;
}

body.page-id-5 .mecano-section-title {
  max-width: 900px;
  margin: 0 !important;
  color: var(--mecano-navy);
  font-size: clamp(2rem, 4.4vw, 4.1rem);
  font-weight: 900;
  line-height: 1.02;
  text-align: left !important;
  text-transform: none;
}

body.page-id-5 .mecano-section-intro {
  max-width: 780px;
  margin: 22px 0 0 !important;
  color: var(--mecano-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

body.page-id-5 .mecano-card-grid,
body.page-id-5 .mecano-step-grid {
  gap: 22px;
  margin-top: 22px !important;
}

body.page-id-5 .mecano-card,
body.page-id-5 .mecano-step {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(7, 23, 53, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(7, 23, 53, 0.08);
}

body.page-id-5 .mecano-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 52px;
  height: 5px;
  background: var(--mecano-sky);
}

body.page-id-5 .mecano-card h3,
body.page-id-5 .mecano-step h3 {
  margin: 0 0 12px !important;
  color: var(--mecano-navy);
  font-size: 1.35rem;
  font-weight: 900;
  text-align: left !important;
  text-transform: uppercase;
}

body.page-id-5 .mecano-card p,
body.page-id-5 .mecano-step p,
body.page-id-5 .mecano-values p,
body.page-id-5 .mecano-final-cta p {
  color: var(--mecano-muted);
  line-height: 1.7;
}

body.page-id-5 .mecano-product-showcase {
  background: #fff;
}

body.page-id-5 .mecano-product-showcase .mecano-section-title {
  max-width: 560px;
  font-size: clamp(2rem, 3.35vw, 3.25rem);
  line-height: 1.06;
}

body.page-id-5 .mecano-split {
  display: grid !important;
  grid-template-columns: minmax(390px, 1fr) minmax(390px, 1fr);
  gap: clamp(30px, 4vw, 56px);
  align-items: center;
  width: 100%;
}

body.page-id-5 .mecano-split.reverse {
  grid-template-columns: minmax(390px, 1fr) minmax(390px, 1fr);
}

body.page-id-5 .mecano-split > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
}

body.page-id-5 .mecano-product-image {
  position: relative;
  isolation: isolate;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(7, 23, 53, 0.14);
  background: #d9e9f6;
}

body.page-id-5 .mecano-product-showcase .mecano-product-image {
  background:
    radial-gradient(circle at 20% 18%, rgba(24, 167, 224, 0.22), transparent 32%),
    radial-gradient(circle at 82% 86%, rgba(0, 111, 186, 0.16), transparent 28%),
    linear-gradient(135deg, #f4fbff 0%, #dff2fb 46%, #eef8ff 100%);
  border: 1px solid rgba(24, 167, 224, 0.18);
}

body.page-id-5 .mecano-product-showcase .mecano-product-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.42;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.66), transparent 42%),
    repeating-linear-gradient(135deg, rgba(7, 23, 53, 0.08) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

body.page-id-5 .mecano-values .mecano-product-image {
  background: #d9e9f6 url('/wp-content/uploads/2026/05/product-assembly-equipment.jpg') center/cover no-repeat;
}

body.page-id-5 .mecano-product-image img {
  display: block;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  width: 100%;
}

body.page-id-5 .mecano-product-showcase .mecano-product-image img {
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  visibility: visible !important;
  box-sizing: border-box;
  padding: clamp(8px, 1.8vw, 16px);
  object-fit: contain;
}

body.page-id-5 .mecano-check-list {
  margin: 26px 0 30px !important;
  padding: 0 !important;
  list-style: none;
}

body.page-id-5 .mecano-check-list li {
  position: relative;
  margin: 0 0 12px !important;
  padding-left: 30px;
  color: var(--mecano-ink);
  font-weight: 750;
  line-height: 1.45;
}

body.page-id-5 .mecano-check-list li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--mecano-sky);
  box-shadow: 0 0 0 5px rgba(24, 167, 224, 0.14);
}

body.page-id-5 .mecano-step-num {
  margin: 0 0 20px !important;
  color: var(--mecano-sky) !important;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

body.page-id-5 .mecano-values {
  position: relative;
  isolation: isolate;
  padding-top: clamp(24px, 3vw, 34px);
  padding-bottom: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 82% 20%, rgba(24, 167, 224, 0.24), transparent 30%),
    radial-gradient(circle at 12% 78%, rgba(185, 217, 85, 0.12), transparent 24%),
    linear-gradient(130deg, rgba(4,14,34,0.99), rgba(7,30,68,0.97));
  color: #fff;
}

body.page-id-5 .mecano-values-wrap {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(5, 18, 42, 0.86);
  box-shadow: 0 22px 60px rgba(0,0,0,0.24);
  overflow: hidden;
}

body.page-id-5 .mecano-values-wrap > .wp-block-group__inner-container {
  display: grid;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}

body.page-id-5 .mecano-values .mecano-split-copy {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(5, 18, 42, 0.86);
  box-shadow: 0 22px 60px rgba(0,0,0,0.24);
}

body.page-id-5 .mecano-values .mecano-section-title,
body.page-id-5 .mecano-values .mecano-check-list li {
  color: #fff;
}

body.page-id-5 .mecano-values .mecano-values-image {
  grid-column: 2;
  grid-row: 1 / span 4;
  float: none;
  width: min(100%, 580px);
  min-width: 0;
  margin: 0 !important;
}

body.page-id-5 .mecano-values-wrap > .wp-block-group__inner-container > .mecano-kicker,
body.page-id-5 .mecano-values-wrap > .wp-block-group__inner-container > .mecano-section-title,
body.page-id-5 .mecano-values-wrap > .wp-block-group__inner-container > p:not(.mecano-kicker),
body.page-id-5 .mecano-values-wrap > .wp-block-group__inner-container > .mecano-check-list {
  grid-column: 1;
}

body.page-id-5 .mecano-values .mecano-values-image img {
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

body.page-id-5 .mecano-values .mecano-section-title {
  max-width: 780px;
  margin-bottom: 18px !important;
  text-shadow: 0 3px 20px rgba(0,0,0,0.34);
}

body.page-id-5 .mecano-values p {
  max-width: 760px;
  color: rgba(255,255,255,0.96);
  line-height: 1.64;
}

body.page-id-5 .mecano-values .mecano-kicker {
  color: #78d8ff;
}

body.page-id-5 .mecano-final-cta {
  position: relative;
  isolation: isolate;
  padding-top: clamp(29px, 3.5vw, 46px);
  padding-bottom: clamp(44px, 4.5vw, 62px);
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 167, 224, 0.34), transparent 35%),
    linear-gradient(180deg, rgba(6, 20, 47, 0.92), rgba(6, 20, 47, 0.98)),
    var(--mecano-navy);
  color: #fff;
  text-align: center;
}

body.page-id-5 .mecano-final-cta .mecano-kicker,
body.page-id-5 .mecano-final-cta h2,
body.page-id-5 .mecano-final-cta p {
  text-align: center !important;
}

body.page-id-5 .mecano-final-cta h2 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 4.2rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 auto 24px !important;
  text-shadow: 0 4px 24px rgba(0,0,0,0.36);
}

body.page-id-5 .mecano-final-cta p:not(.mecano-kicker) {
  max-width: 680px;
  margin: 0 auto 24px !important;
  color: rgba(255,255,255,0.95);
  font-size: 1.1rem;
  line-height: 1.68;
}

body.page-id-5 .mecano-final-cta .mecano-kicker {
  color: #78d8ff;
}

body.page-id-5 .mecano-final-cta .wp-block-buttons {
  position: relative;
  z-index: 2;
  gap: 16px 18px;
  margin-top: 0 !important;
}

@keyframes mecano-scan {
  from { transform: translateX(-6%); }
  to { transform: translateX(6%); }
}

@keyframes mecano-reveal-up {
  from { opacity: 0; transform: translate3d(0, 46px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes mecano-reveal-left {
  from { opacity: 0; transform: translate3d(-54px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes mecano-reveal-right {
  from { opacity: 0; transform: translate3d(56px, 0, 0) rotate(1.2deg); }
  to { opacity: 1; transform: translate3d(0, 0, 0) rotate(1.2deg); }
}

@keyframes mecano-soft-pop {
  from { opacity: 0; transform: translate3d(0, 22px, 0) scale(0.94); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes mecano-analysis-badge-in {
  0% {
    opacity: 0;
    transform: translate3d(20px, 22px, 0) scale(0.95);
  }

  55% {
    opacity: 0.72;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes mecano-panel-in {
  from { opacity: 0; transform: translate3d(-52px, 36px, 0) scale(0.975); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@media (prefers-reduced-motion: no-preference) {
  body.page-id-5 .mecano-hero .mecano-kicker,
  body.page-id-5 .mecano-hero-title,
  body.page-id-5 .mecano-hero-lede,
  body.page-id-5 .mecano-actions,
  body.page-id-5 .mecano-hero-image,
  body.page-id-5 .mecano-hero-badge {
    animation-duration: 3600ms;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.13, 0.68, 0.16, 1);
    will-change: opacity, transform;
  }

  body.page-id-5 .mecano-hero .mecano-kicker {
    animation-name: mecano-reveal-up;
    animation-delay: 420ms;
  }

  body.page-id-5 .mecano-hero-title {
    animation-name: mecano-reveal-up;
    animation-delay: 940ms;
  }

  body.page-id-5 .mecano-hero-lede {
    animation-name: mecano-reveal-up;
    animation-delay: 1780ms;
  }

  body.page-id-5 .mecano-actions {
    animation-name: mecano-reveal-up;
    animation-delay: 2580ms;
  }

  body.page-id-5 .mecano-hero-image {
    animation-name: mecano-reveal-right;
    animation-duration: 4400ms;
    animation-delay: 1340ms;
  }

  body.page-id-5 .mecano-hero-badge {
    animation-name: mecano-soft-pop;
    animation-delay: 3360ms;
  }

  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-copy,
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-visual,
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-contact-card {
    animation-duration: 3000ms;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.13, 0.68, 0.16, 1);
    will-change: opacity, transform;
  }

  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-copy {
    animation-name: mecano-reveal-left;
    animation-delay: 360ms;
  }

  body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-question-visual,
  body.page-id-9 .mecano-contact-card {
    animation-name: mecano-reveal-right;
    animation-delay: 940ms;
  }

  body:is(.page-id-5, .page-id-7, .page-id-21, .page-id-6, .page-id-9).mecano-motion-ready .mecano-reveal-item {
    opacity: 0;
    transform: translate3d(0, 66px, 0);
    transition:
      opacity 2050ms cubic-bezier(0.16, 0.72, 0.18, 1),
      transform 2350ms cubic-bezier(0.16, 0.72, 0.18, 1);
    transition-delay: var(--mecano-reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  body:is(.page-id-5, .page-id-7, .page-id-21, .page-id-6, .page-id-9).mecano-motion-ready .mecano-reveal-item.mecano-reveal-from-left {
    transform: translate3d(-96px, 0, 0);
  }

  body:is(.page-id-5, .page-id-7, .page-id-21, .page-id-6, .page-id-9).mecano-motion-ready .mecano-reveal-item.mecano-reveal-from-right {
    transform: translate3d(96px, 0, 0);
  }

  body:is(.page-id-5, .page-id-7, .page-id-21, .page-id-6, .page-id-9).mecano-motion-ready .mecano-reveal-item.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.page-id-21.mecano-motion-ready .mecano-analysis-media .mecano-analysis-image.primary {
    opacity: 0;
    transform: translate3d(64px, 18px, 0) rotateY(-10deg) rotateX(4deg) rotateZ(1deg);
    transition:
      opacity 2100ms cubic-bezier(0.16, 0.72, 0.18, 1),
      transform 2400ms cubic-bezier(0.16, 0.72, 0.18, 1);
    transition-delay: 360ms;
    will-change: opacity, transform;
  }

  body.page-id-21.mecano-motion-ready .mecano-analysis-media .mecano-analysis-image.detail {
    opacity: 0;
    transform: translate3d(-76px, 28px, 0) rotateY(9deg) rotateX(2deg) rotateZ(-2.5deg);
    transition:
      opacity 2300ms cubic-bezier(0.16, 0.72, 0.18, 1),
      transform 2600ms cubic-bezier(0.16, 0.72, 0.18, 1);
    transition-delay: 860ms;
    will-change: opacity, transform;
  }

  body.page-id-21.mecano-motion-ready .mecano-analysis-media .mecano-analysis-flow {
    opacity: 0;
    transform: translate3d(20px, 22px, 0) translateZ(28px) scale(0.95);
    will-change: opacity, transform;
  }

  body.page-id-21.mecano-motion-ready .mecano-analysis-media.is-visible .mecano-analysis-image.primary {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(-10deg) rotateX(4deg) rotateZ(1deg);
  }

  body.page-id-21.mecano-motion-ready .mecano-analysis-media.is-visible .mecano-analysis-image.detail {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(9deg) rotateX(2deg) rotateZ(-2.5deg);
  }

  body.page-id-21.mecano-motion-ready .mecano-analysis-media.is-visible .mecano-analysis-flow {
    animation: mecano-analysis-badge-in 2400ms cubic-bezier(0.13, 0.68, 0.16, 1) 1500ms both;
  }
}

@media (max-width: 1180px) {
  body.page-id-5 .mecano-hero {
    min-height: auto;
    padding-top: clamp(30px, 5vw, 52px);
    padding-bottom: clamp(34px, 5vw, 56px);
  }

  body.page-id-5 .mecano-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: clamp(28px, 4vw, 44px);
  }

  body.page-id-5 .mecano-hero-grid > .wp-block-column {
    width: 100%;
    max-width: 760px;
  }

  body.page-id-5 .mecano-hero-copy,
  body.page-id-5 .mecano-hero-title,
  body.page-id-5 .mecano-hero-lede {
    text-align: center !important;
  }

  body.page-id-5 .mecano-hero-lede {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-5 .mecano-actions {
    justify-content: center !important;
  }

  body.page-id-5 .mecano-hero-media {
    width: min(100%, 520px);
    justify-self: center;
    transform: none;
  }

  body.page-id-5 .mecano-hero-image {
    width: min(100%, 440px) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  body.page-id-5 .mecano-hero-badge {
    right: clamp(-18px, -2vw, -8px);
    bottom: -36px;
  }
}

@media (min-width: 901px) and (max-width: 1280px) {
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.82fr);
    gap: clamp(40px, 6vw, 72px);
  }

  body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-question-visual {
    width: min(100%, 440px);
    padding-left: clamp(22px, 3vw, 38px);
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-grid {
    gap: clamp(42px, 5vw, 76px);
  }

  body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-question-visual {
    width: min(100%, 430px);
    padding-left: clamp(26px, 3vw, 44px);
  }

  body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-tech-visual img {
    aspect-ratio: 1.42 / 1;
  }
}

@media (max-width: 900px) {
  body.page-id-5 .site-header .inside-header {
    flex-wrap: nowrap !important;
    justify-content: space-between;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  body.page-id-5 .site-logo img,
  body.page-id-5 .header-image {
    width: min(118px, 42vw) !important;
  }

  body.page-id-5 .site-header .inside-header::after {
    margin-left: 0;
    font-size: clamp(0.9rem, 4vw, 1.05rem);
    transform: translateX(-1em);
    overflow: hidden;
  }

  body.page-id-5 #site-navigation {
    top: 6px;
    right: 74px;
  }

  body.page-id-5 .mecano-hero {
    min-height: auto;
  }

  body.page-id-5 .mecano-hero::after {
    inset: auto 0 0 auto;
    width: 100%;
    height: 36%;
    opacity: 0.16;
    background:
      linear-gradient(90deg, transparent, rgba(24, 167, 224, 0.22)),
      radial-gradient(circle at 78% 20%, rgba(24, 167, 224, 0.44), transparent 30%),
      repeating-linear-gradient(135deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 22px);
    clip-path: none;
  }

  body.page-id-5 .mecano-hero-grid,
  body.page-id-5 .mecano-split,
  body.page-id-5 .mecano-split.reverse {
    display: flex !important;
    flex-direction: column;
  }

  body.page-id-5 .mecano-hero-title,
  body.page-id-5 .mecano-section-title {
    word-break: normal;
  }

  body.page-id-5 .mecano-hero-media {
    width: min(100%, 520px);
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none;
  }

  body.page-id-5 .mecano-hero-image {
    width: 100%;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 1 !important;
    transform: none;
    animation: none !important;
  }

  body.page-id-5 .mecano-hero-image img {
    opacity: 1 !important;
    visibility: visible !important;
    aspect-ratio: 466 / 470;
    max-height: 360px;
    object-fit: contain;
    object-position: center center;
  }

  body.page-id-5 .mecano-product-showcase .mecano-product-image {
    width: min(100%, 520px);
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-5 .mecano-product-showcase .mecano-product-image img {
    opacity: 1 !important;
    visibility: visible !important;
    aspect-ratio: 1 / 1;
    max-height: 420px;
    object-fit: contain;
    object-position: center center;
  }

  body.page-id-5 .mecano-hero-badge {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(280px, 86vw);
    margin: -10px auto 0 !important;
    text-align: center;
  }

  body.page-id-5 .mecano-proof-grid .wp-block-column {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.22);
  }

  body.page-id-5 .mecano-proof-grid .wp-block-column:last-child {
    border-bottom: 0;
  }
}

/* Shared inner-page system */
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) {
  --mecano-navy: #071735;
  --mecano-blue: #006fba;
  --mecano-sky: #18a7e0;
  --mecano-ice: #eef8ff;
  --mecano-ink: #101826;
  --mecano-muted: #5b687a;
  --mecano-lime: #b9d955;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .site {
  width: 100% !important;
  max-width: none !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid rgba(7, 23, 53, 0.08);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .site-header .inside-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1180px);
  max-width: 1180px !important;
  padding: 7px clamp(20px, 5vw, 72px) !important;
  flex-wrap: nowrap !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .site-header .inside-header::after {
  order: 2;
  flex: 1 1 auto;
  margin: 0;
  color: var(--mecano-navy);
  font-size: clamp(2.2rem, 4.2vw, 4.35rem);
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--mecano-navy) 0%, #006fba 54%, #18a7e0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 24px rgba(7, 23, 53, 0.08);
  transform: translateX(-1.35em) scaleX(1.08);
  transform-origin: center center;
}

body.page-id-7 .site-header .inside-header::after { content: "Products"; }
body.page-id-21 .site-header .inside-header::after { content: "Services"; }
body.page-id-6 .site-header .inside-header::after { content: "About Us"; }
body.page-id-9 .site-header .inside-header::after { content: "Contact Us"; }

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .site-logo {
  order: 1;
  flex: 0 0 auto;
  margin: 0 !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .site-logo img,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .header-image {
  display: block;
  width: min(300px, 34vw) !important;
  height: auto !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #mobile-menu-control-wrapper {
  order: 3;
  flex: 0 0 auto;
  display: flex !important;
  margin-left: auto;
  background: transparent !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #mobile-menu-control-wrapper .menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0 !important;
  border: 1px solid rgba(7, 23, 53, 0.14);
  border-radius: 4px;
  background: #fff !important;
  color: var(--mecano-navy) !important;
  line-height: 1;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation {
  position: absolute;
  top: 18px;
  right: 142px;
  width: min(180px, calc(100vw - 40px));
  margin-left: 0;
  border: 1px solid rgba(7, 23, 53, 0.1);
  border-radius: 6px;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(7, 23, 53, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation.toggled {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation .inside-navigation {
  display: block;
  padding: 12px !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation .menu-toggle,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mobile-menu {
  display: none !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation .main-nav,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation.toggled .main-nav,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation .main-nav ul,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation.toggled .main-nav ul {
  display: block !important;
  width: 100%;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation .main-nav ul li {
  display: block;
  float: none;
  width: 100%;
  border-bottom: 1px solid rgba(7, 23, 53, 0.08);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation .main-nav ul li:last-child {
  border-bottom: 0;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation .main-nav ul li a {
  display: block;
  padding: 14px 12px !important;
  color: var(--mecano-navy) !important;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .entry-content,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .inside-article,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .site-content,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .content-area {
  max-width: none !important;
  padding: 0 !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .entry-content {
  color: var(--mecano-ink);
  overflow: hidden;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .entry-content > * {
  margin-block-start: 0 !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-inner-page,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-section,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-page-cta {
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-inner-page > .wp-block-group__inner-container,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-section > .wp-block-group__inner-container,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-page-cta > .wp-block-group__inner-container {
  width: min(100%, 1180px) !important;
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-inner-page {
  padding-top: clamp(70px, 8vw, 110px);
  padding-bottom: clamp(70px, 8vw, 110px);
  background: #fff;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-page-lead,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-contact-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

body.page-id-9 .mecano-contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-page-title {
  max-width: 840px;
  margin: 0 !important;
  color: var(--mecano-navy);
  font-size: clamp(2.45rem, 4.55vw, 4.8rem);
  font-weight: 950;
  line-height: 0.98;
  text-align: left !important;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-page-intro {
  max-width: 760px;
  margin: 24px 0 0 !important;
  color: var(--mecano-muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-inner-image,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-product-image {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(7, 23, 53, 0.14);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-inner-image img,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

body.page-id-7 .mecano-transparent-product {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(24, 167, 224, 0.18);
  background:
    radial-gradient(circle at 20% 18%, rgba(24, 167, 224, 0.22), transparent 32%),
    radial-gradient(circle at 82% 86%, rgba(0, 111, 186, 0.16), transparent 28%),
    linear-gradient(135deg, #f4fbff 0%, #dff2fb 46%, #eef8ff 100%);
}

body.page-id-7 .mecano-transparent-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.42;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.66), transparent 42%),
    repeating-linear-gradient(135deg, rgba(7, 23, 53, 0.08) 0 1px, transparent 1px 18px);
}

body.page-id-7 .mecano-transparent-product img {
  position: relative;
  z-index: 1;
  padding: clamp(8px, 1.8vw, 16px);
  object-fit: contain !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-page-band {
  background:
    radial-gradient(circle at 10% 0%, rgba(24, 167, 224, 0.10), transparent 28%),
    #f7fbff;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-page-cta {
  padding-top: clamp(70px, 8vw, 105px);
  padding-bottom: clamp(70px, 8vw, 105px);
  background: var(--mecano-navy);
  color: #fff;
  text-align: center;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-page-cta h2 {
  max-width: 760px;
  margin: 0 auto !important;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 950;
  line-height: 1.05;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-page-cta p {
  max-width: 680px;
  margin: 20px auto 30px !important;
  color: rgba(255,255,255,0.8);
}

body.page-id-21 .mecano-service-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.page-id-21 .mecano-service-card,
body.page-id-9 .mecano-form-panel,
body.page-id-9 .mecano-contact-details {
  padding: 28px;
  border: 1px solid rgba(7, 23, 53, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(7, 23, 53, 0.08);
}

body.page-id-21 .mecano-service-card h3,
body.page-id-9 .mecano-form-panel h2 {
  margin: 0 0 12px !important;
  color: var(--mecano-navy);
  font-weight: 900;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.page-id-21 .mecano-service-card p,
body.page-id-9 .mecano-contact-details p {
  color: var(--mecano-muted);
  line-height: 1.65;
}

@media (min-width: 1180px) {
  body.page-id-21 .mecano-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

body.page-id-9 .mecano-contact-grid {
  align-items: start;
}

body.page-id-9 .mecano-contact-details {
  margin-top: 34px !important;
}

body.page-id-9 .mecano-cf7-form label {
  display: block;
  margin-bottom: 16px;
  color: var(--mecano-navy);
  font-weight: 800;
}

body.page-id-9 .mecano-cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

body.page-id-9 .mecano-cf7-input,
body.page-id-9 .mecano-cf7-textarea,
body.page-id-9 .mecano-cf7-form select {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(7, 23, 53, 0.16);
  border-radius: 4px;
  background: #f7fbff;
  color: var(--mecano-ink);
}

body.page-id-9 .mecano-cf7-textarea {
  min-height: 150px;
}

body.page-id-9 .mecano-cf7-note {
  margin: 0 0 18px;
  color: var(--mecano-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

body.page-id-9 .mecano-cf7-button {
  width: 100%;
  border-radius: 4px;
  background: var(--mecano-blue);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .site-header .inside-header {
    flex-wrap: nowrap !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .site-logo img,
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .header-image {
    width: min(118px, 42vw) !important;
  }

  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .site-header .inside-header::after {
    font-size: clamp(0.9rem, 4vw, 1.05rem);
    transform: translateX(-1em);
    overflow: hidden;
  }

  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) #site-navigation {
    top: 6px;
    right: 74px;
  }

  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-page-lead,
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-contact-grid,
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-split,
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-split.reverse,
  body.page-id-21 .mecano-service-grid,
  body.page-id-9 .mecano-cf7-row {
    display: flex !important;
    flex-direction: column;
  }

  body.page-id-9 .mecano-form-panel h2 {
    font-size: clamp(1.55rem, 8vw, 2rem);
    line-height: 1.08;
  }
}

/* Inner page redesign v2: question-first information pages */
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-info-page,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-info-page > .wp-block-group__inner-container {
  max-width: none !important;
  width: 100% !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-info-page > .wp-block-group__inner-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-info-page {
  padding: 0 !important;
  background:
    linear-gradient(90deg, rgba(0, 126, 184, 0.08) 0 1px, transparent 1px 96px),
    linear-gradient(180deg, #f6f9fc 0%, #fff 28%, #f4f8fb 100%);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-info-page .mecano-section,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band {
  padding-left: clamp(22px, 5vw, 72px);
  padding-right: clamp(22px, 5vw, 72px);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-info-page .mecano-section > .wp-block-group__inner-container,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band > .wp-block-group__inner-container {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band {
  position: relative;
  overflow: hidden;
  padding-top: clamp(28px, 4vw, 44px);
  padding-bottom: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 166, 255, 0.28), transparent 24%),
    linear-gradient(125deg, #071735 0%, #102f55 54%, #0079bf 100%);
  color: #fff;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band::before,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band::before {
  inset: 0;
  opacity: 0.32;
  background:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.10) 0 1px, transparent 1px 34px),
    linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
  animation: mecano-question-scan 12s linear infinite;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band::after {
  right: clamp(18px, 5vw, 80px);
  bottom: -46px;
  width: clamp(160px, 20vw, 270px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 22px rgba(255,255,255,0.04);
}

@keyframes mecano-question-scan {
  0% { background-position: 0 0, -220px 0; }
  100% { background-position: 160px 0, 620px 0; }
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.78fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  margin: 0 !important;
}

body.page-id-9 .mecano-question-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.62fr);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-copy {
  position: relative;
  z-index: 4;
  text-align: center;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band .mecano-kicker {
  color: rgba(255,255,255,0.72);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band .mecano-page-title {
  max-width: 760px;
  margin: 0 auto !important;
  color: #fff;
  font-size: clamp(2.1rem, 3.9vw, 3.65rem);
  line-height: 0.98;
  text-align: center !important;
  text-wrap: balance;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band .mecano-page-intro {
  max-width: 680px;
  margin: 18px auto 0 !important;
  color: rgba(255,255,255,0.82);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.55;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band .mecano-actions {
  justify-content: center !important;
  margin-top: 22px !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band .wp-block-button__link {
  background: #fff !important;
  color: #071735 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-visual {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, clamp(360px, 34vw, 500px));
  max-width: 100%;
  padding-left: clamp(14px, 2vw, 34px);
  box-sizing: border-box;
  min-height: 210px;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-visual::before,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-visual::after {
  content: "CLASSIFY  TEST  BUILD  VERIFY";
  position: absolute;
  z-index: 3;
  display: block;
  width: max-content;
  color: rgba(255,255,255,0.64);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  animation: mecano-float-label 7s ease-in-out infinite;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-question-visual::before {
  top: 22px;
  left: -18px;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-question-visual::after {
  right: -16px;
  bottom: 24px;
  animation-delay: -3s;
}

@keyframes mecano-float-label {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.46; }
  50% { transform: translate3d(10px, -8px, 0); opacity: 0.92; }
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-tech-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 8px;
  transform-origin: center center;
  transform: perspective(900px) rotateY(-8deg) rotateX(3deg);
  box-shadow: 0 26px 60px rgba(0,0,0,0.32);
  animation: mecano-visual-drift 9s ease-in-out infinite;
}

body.page-id-21 .mecano-tech-visual::before {
  opacity: 0.18;
  mix-blend-mode: normal;
}

body.page-id-21 .mecano-tech-visual img {
  object-position: 58% 50%;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-tech-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(105deg, rgba(255,255,255,0.28), transparent 30%),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(255,255,255,0.08) 22px 23px);
  mix-blend-mode: screen;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-tech-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

@keyframes mecano-visual-drift {
  0%, 100% { transform: perspective(900px) rotateY(-8deg) rotateX(3deg) translateY(0); }
  50% { transform: perspective(900px) rotateY(-4deg) rotateX(2deg) translateY(-8px); }
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-info-page .mecano-section {
  padding-top: clamp(46px, 6vw, 78px);
  padding-bottom: clamp(46px, 6vw, 78px);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-story-section,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-process-section {
  background: #fff;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-proof-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(24, 167, 224, 0.16), transparent 30%),
    linear-gradient(180deg, #f5fbff 0%, #eef6fb 100%);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-story-grid,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-process-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
  margin: 0 !important;
}

body:is(.page-id-21, .page-id-6) .mecano-story-grid,
body:is(.page-id-7, .page-id-6) .mecano-process-grid {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 0.95fr);
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-section-title {
  max-width: 760px;
  margin: 0 0 18px !important;
  color: var(--mecano-navy);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.04;
  font-weight: 850;
  text-wrap: balance;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-story-copy p,
body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-process-copy p,
body.page-id-9 .mecano-contact-copy p {
  color: var(--mecano-muted);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.68;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-angled-image {
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  transform: rotate(-1.5deg);
  box-shadow: 0 22px 54px rgba(7, 23, 53, 0.14);
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-angled-image.reverse {
  transform: rotate(1.5deg);
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-angled-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-angled-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 126, 184, 0.16), transparent 42%);
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  margin: 28px 0 0 !important;
}

body.page-id-21 .mecano-feature-grid.four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-feature-card {
  position: relative;
  padding: clamp(22px, 2.4vw, 32px);
  overflow: hidden;
  border: 1px solid rgba(7, 23, 53, 0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 16px 38px rgba(7, 23, 53, 0.08);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #18a7e0, #071735);
}

body.page-id-7 .mecano-product-family-card::before {
  content: none;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-feature-card figure {
  min-height: 48px;
  margin: 0 0 18px !important;
  display: flex;
  align-items: center;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-feature-card img {
  width: min(100%, 220px);
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}

body.page-id-7 .mecano-product-family-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

body.page-id-7 .mecano-product-family-card {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 7px;
  min-height: 0;
  padding: clamp(20px, 2.2vw, 28px);
  text-align: center;
}

body.page-id-7 .mecano-product-family-image {
  margin: 0 !important;
}

body.page-id-7 .mecano-product-family-image,
body.page-id-7 .mecano-product-family-image img {
  display: block;
}

body.page-id-7 .mecano-product-family-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(255px, 22.5vw, 330px);
  padding: 10px 8px 3px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 48%, rgba(24, 167, 224, 0.16), transparent 46%),
    linear-gradient(180deg, rgba(244, 251, 255, 0.82), rgba(255, 255, 255, 0.32));
}

body.page-id-7 .mecano-product-family-card .mecano-product-family-image {
  min-height: clamp(170px, 16vw, 210px);
  margin-bottom: 0 !important;
  overflow: visible;
}

body.page-id-7 .mecano-product-family-image img {
  width: min(100%, 540px);
  max-height: clamp(255px, 22.5vw, 330px);
  object-fit: contain;
  object-position: center;
  transform: scale(1.5);
  transform-origin: center center;
}

body.page-id-7 .mecano-product-card-copy {
  margin: 0 !important;
}

body.page-id-7 .mecano-product-card-copy > .wp-block-group__inner-container {
  width: 100%;
  padding-top: 25px;
}

body.page-id-7 .mecano-product-card-copy h3 {
  text-align: center !important;
  margin-bottom: 12px !important;
}

body.page-id-7 .mecano-product-card-copy p {
  max-width: 27rem;
  margin: 0 auto !important;
  text-align: center;
}

body.page-id-7 .mecano-story-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.9fr);
}

body.page-id-7 .mecano-story-media .mecano-angled-image {
  width: min(100%, 460px);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-6 .mecano-story-media .mecano-angled-image {
  width: min(100%, 485px);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-7 .mecano-story-media .mecano-angled-image img {
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  object-position: center center;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-feature-card h3,
body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-step h3 {
  margin: 0 0 10px !important;
  color: var(--mecano-navy);
  font-size: clamp(1.28rem, 1.8vw, 1.7rem);
  line-height: 1.08;
  font-weight: 850;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.page-id-7 .mecano-process-media .mecano-angled-image {
  padding: 24px;
  background:
    radial-gradient(circle at 72% 20%, rgba(191, 219, 84, 0.25), transparent 28%),
    radial-gradient(circle at 20% 78%, rgba(24, 167, 224, 0.18), transparent 30%),
    #fff;
}

body.page-id-7 .mecano-process-media .mecano-angled-image img {
  aspect-ratio: 1.42 / 0.72;
  object-fit: contain;
}

body.page-id-7 .mecano-metric-cluster {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
  margin: 0 !important;
}

body.page-id-7 .mecano-metric-cluster::before {
  content: "";
  position: absolute;
  inset: 34px 54px auto auto;
  width: 118px;
  aspect-ratio: 1;
  border: 22px solid #0876bd;
  border-radius: 50%;
  opacity: 0.24;
}

body.page-id-7 .mecano-metric {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 18px;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 23, 53, 0.12);
  text-align: center;
}

body.page-id-7 .mecano-metric.primary {
  left: auto;
  top: auto;
  width: auto;
  background: #fff;
  border: 1px solid rgba(24, 167, 224, 0.26);
}

body.page-id-7 .mecano-metric.accent {
  right: auto;
  top: auto;
  width: auto;
  background: #c6dc5a;
  color: #071735;
}

body.page-id-7 .mecano-metric.dark {
  right: auto;
  bottom: auto;
  width: auto;
  grid-column: 1 / -1;
  min-height: 112px;
  background: linear-gradient(135deg, #071735, #0079bf);
  color: #fff;
}

body.page-id-7 .mecano-metric > .wp-block-group__inner-container {
  width: 100%;
}

body.page-id-7 .mecano-metric-value {
  margin: 0 !important;
  font-size: clamp(2.6rem, 5vw, 5rem) !important;
  line-height: 0.9 !important;
  font-weight: 950 !important;
  color: inherit !important;
  white-space: nowrap;
}

body.page-id-7 .mecano-metric-label {
  margin: 6px 0 0 !important;
  color: inherit !important;
  font-size: 0.72rem !important;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.22 !important;
  text-transform: uppercase;
}

body.page-id-7 .mecano-metric.dark .mecano-metric-value {
  font-size: clamp(2.35rem, 3.2vw, 3.2rem) !important;
  line-height: 0.95 !important;
  white-space: normal;
}

body.page-id-7 .mecano-metric.dark .mecano-metric-label {
  max-width: 24rem;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.28 !important;
}

body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-feature-card p,
body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-step p {
  color: var(--mecano-muted);
  line-height: 1.58;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-check-list {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-check-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
  color: var(--mecano-ink);
  line-height: 1.48;
}

body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 13px;
  height: 3px;
  background: #18a7e0;
  box-shadow: 6px -5px 0 #071735;
}

body.page-id-21 .mecano-step-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

body.page-id-21 .mecano-step {
  padding: clamp(22px, 2.4vw, 32px);
  border-top: 4px solid #18a7e0;
  background: #fff;
  box-shadow: 0 16px 34px rgba(7, 23, 53, 0.08);
}

body.page-id-21 .mecano-step-num {
  margin: 0 0 18px !important;
  color: #18a7e0 !important;
  font-weight: 950;
  letter-spacing: 0.14em;
}

body.page-id-21 .mecano-analysis-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(44px, 5.2vw, 70px) !important;
  padding-bottom: clamp(44px, 5.2vw, 70px) !important;
  background:
    radial-gradient(circle at 11% 10%, rgba(24, 167, 224, 0.13), transparent 30%),
    radial-gradient(circle at 88% 88%, rgba(185, 217, 85, 0.16), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #edf6fb 100%);
  color: var(--mecano-ink);
}

body.page-id-21 .mecano-analysis-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(90deg, rgba(0, 126, 184, 0.08) 0 1px, transparent 1px 84px),
    repeating-linear-gradient(135deg, rgba(7, 23, 53, 0.06) 0 1px, transparent 1px 28px);
}

body.page-id-21 .mecano-analysis-grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  gap: clamp(30px, 4.5vw, 64px);
  align-items: center;
  margin: 0 !important;
}

body.page-id-21 .mecano-analysis-grid > .wp-block-column {
  align-self: center;
  min-width: 0;
}

body.page-id-21 .mecano-analysis-copy .mecano-kicker {
  color: var(--mecano-blue) !important;
}

body.page-id-21 .mecano-analysis-copy .mecano-section-title {
  max-width: 650px;
  margin-bottom: 22px !important;
  color: var(--mecano-navy) !important;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

body.page-id-21 .mecano-analysis-copy p {
  max-width: 720px;
  color: var(--mecano-muted) !important;
  line-height: 1.62;
}

body.page-id-21 .mecano-analysis-points {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0 !important;
}

body.page-id-21 .mecano-analysis-points > .wp-block-column {
  align-self: stretch;
  min-width: 0;
  flex-basis: auto !important;
}

body.page-id-21 .mecano-analysis-point {
  position: relative;
  min-width: 0;
  padding: 18px 18px 20px;
  border: 1px solid rgba(7, 23, 53, 0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 36px rgba(7, 23, 53, 0.08);
}

body.page-id-21 .mecano-analysis-point::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #18a7e0;
  box-shadow: 18px 0 0 rgba(185, 217, 85, 0.75);
}

body.page-id-21 .mecano-analysis-point h3 {
  margin: 0 0 8px !important;
  color: var(--mecano-navy);
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  line-height: 1.12;
  font-weight: 900;
  text-align: left !important;
}

body.page-id-21 .mecano-analysis-point p {
  margin: 0 !important;
  color: var(--mecano-muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

body.page-id-21 .mecano-analysis-media {
  position: relative;
  min-height: clamp(430px, 40vw, 560px);
  perspective: 1200px;
}

body.page-id-21 .mecano-analysis-image {
  position: absolute;
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid rgba(7, 23, 53, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0 28px 60px rgba(7, 23, 53, 0.20),
    0 2px 0 rgba(255,255,255,0.9) inset;
}

body.page-id-21 .mecano-analysis-image.primary {
  top: 4px;
  right: 0;
  width: min(92%, 620px);
  transform: rotateY(-10deg) rotateX(4deg) rotateZ(1deg);
  transform-origin: center center;
}

body.page-id-21 .mecano-analysis-image.detail {
  left: 0;
  bottom: 64px;
  width: min(74%, 410px);
  transform: rotateY(9deg) rotateX(2deg) rotateZ(-2.5deg);
  z-index: 2;
}

body.page-id-21 .mecano-analysis-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.05);
}

body.page-id-21 .mecano-analysis-image.primary img {
  aspect-ratio: 1.48 / 1;
}

body.page-id-21 .mecano-analysis-image.detail img {
  aspect-ratio: 1.32 / 1;
  object-position: 35% 50%;
}

body.page-id-21 .mecano-analysis-flow {
  position: absolute;
  right: -14px;
  bottom: 18px;
  z-index: 3;
  width: min(62%, 390px);
  padding: 9px 11px;
  border: 1px solid rgba(24, 167, 224, 0.38);
  border-left: 4px solid #18a7e0;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(7, 23, 53, 1), rgba(0, 111, 186, 1));
  box-shadow: 0 16px 38px rgba(7, 23, 53, 0.24);
  transform: translateZ(28px);
}

body.page-id-21 .mecano-analysis-flow p {
  margin: 0 !important;
  color: rgba(255,255,255,0.86);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

body.page-id-21 .mecano-analysis-flow strong {
  display: block;
  margin-bottom: 14px;
  color: #78d8ff;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
}

body.page-id-21 .mecano-analysis-flow em {
  display: block;
  margin-top: 4px;
  color: #d9f4ff;
  font-size: 1.12em;
  font-weight: 950;
  font-style: normal;
  letter-spacing: 0.12em;
}

body.page-id-21 .mecano-analysis-flow span {
  color: #fff;
}

body.page-id-21 .mecano-analysis-flow .mecano-analysis-route {
  display: block;
  white-space: nowrap;
  letter-spacing: 0.025em;
}

body.page-id-21 .mecano-story-grid {
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 0.98fr);
}

body.page-id-21 .mecano-story-media .mecano-angled-image {
  width: min(100%, 475px);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-21 .mecano-question-band .wp-block-button__link {
  position: relative;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 6px;
  padding: 13px 24px;
  background:
    linear-gradient(135deg, #ffffff 0%, #eaf7ff 100%) !important;
  color: #071735 !important;
  box-shadow:
    0 14px 30px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.92),
    inset 0 -3px 0 rgba(7, 23, 53, 0.10);
  transform: translateY(0);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

body.page-id-21 .mecano-question-band .wp-block-button__link:hover,
body.page-id-21 .mecano-question-band .wp-block-button__link:focus {
  transform: translateY(-2px);
  box-shadow:
    0 18px 34px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.96),
    inset 0 -3px 0 rgba(7, 23, 53, 0.13);
}

body.page-id-21 .mecano-service-cta {
  justify-content: flex-start !important;
  margin-top: 24px !important;
}

body.page-id-21 .mecano-service-cta .wp-block-button__link {
  position: relative;
  border-radius: 6px;
  background:
    linear-gradient(135deg, #0079bf 0%, #005d9d 100%) !important;
  box-shadow:
    0 14px 30px rgba(0, 111, 186, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.28),
    inset 0 -3px 0 rgba(7, 23, 53, 0.22);
  transform: translateY(0);
}

body.page-id-21 .mecano-service-cta .wp-block-button__link:hover,
body.page-id-21 .mecano-service-cta .wp-block-button__link:focus {
  transform: translateY(-2px);
  box-shadow:
    0 18px 34px rgba(0, 111, 186, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.34),
    inset 0 -3px 0 rgba(7, 23, 53, 0.24);
}

body.page-id-6 .mecano-question-visual {
  max-width: 520px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-6 .mecano-question-visual::before,
body.page-id-6 .mecano-question-visual::after {
  content: none !important;
  animation: none !important;
}

body.page-id-6 .mecano-question-visual .mecano-tech-visual {
  width: min(100%, 520px);
  margin-left: auto !important;
  margin-right: auto !important;
  animation: none !important;
  transform: none !important;
}

body.page-id-6 .mecano-question-visual .mecano-tech-visual::before {
  content: none !important;
}

body.page-id-6 .mecano-question-visual .mecano-tech-visual img {
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.08);
  transform-origin: center center;
}

body.page-id-21 .mecano-question-visual {
  max-width: 520px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-21 .mecano-question-visual::before,
body.page-id-21 .mecano-question-visual::after {
  content: none !important;
  animation: none !important;
}

body.page-id-21 .mecano-question-visual .mecano-tech-visual {
  width: min(100%, 520px);
  margin-left: auto !important;
  margin-right: auto !important;
  animation: none !important;
  transform: none !important;
}

body.page-id-21 .mecano-question-visual .mecano-tech-visual::before {
  content: none !important;
}

body.page-id-21 .mecano-question-visual .mecano-tech-visual img {
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.08);
  transform-origin: center center;
}

body:is(.page-id-6, .page-id-7, .page-id-21, .page-id-9) .mecano-question-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.9fr);
}

body:is(.page-id-6, .page-id-7, .page-id-21) .mecano-question-visual {
  max-width: 560px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:is(.page-id-6, .page-id-7, .page-id-21) .mecano-question-visual::before,
body:is(.page-id-6, .page-id-7, .page-id-21) .mecano-question-visual::after {
  content: none !important;
  animation: none !important;
}

body:is(.page-id-6, .page-id-7, .page-id-21) .mecano-question-visual .mecano-tech-visual {
  width: min(100%, 560px);
  margin-left: auto !important;
  margin-right: auto !important;
  animation: none !important;
  transform: none !important;
}

body:is(.page-id-6, .page-id-7, .page-id-21) .mecano-question-visual .mecano-tech-visual::before {
  content: none !important;
}

body:is(.page-id-6, .page-id-7, .page-id-21) .mecano-question-visual .mecano-tech-visual img {
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.08);
  transform-origin: center center;
}

body.page-id-9 .mecano-question-visual.contact {
  max-width: 620px;
  margin-left: auto !important;
  margin-right: auto !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

body.page-id-9 .mecano-question-visual.contact .mecano-contact-card {
  width: min(100%, 620px);
  margin-left: auto !important;
  margin-right: auto !important;
  animation: none !important;
  transform: none !important;
}

body.page-id-6 .mecano-mission-vision-section {
  padding-top: clamp(32px, 4.2vw, 56px) !important;
  padding-bottom: clamp(32px, 4.2vw, 56px) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(24, 167, 224, 0.16), transparent 30%),
    linear-gradient(180deg, #f5fbff 0%, #eef6fb 100%);
}

body.page-id-6 .mecano-mission-vision-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
  margin: 0 !important;
}

body.page-id-6 .mecano-mission-vision-card {
  position: relative;
  display: grid !important;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: clamp(30px, 3vw, 40px) clamp(24px, 3vw, 38px) clamp(24px, 3vw, 38px);
  border: 1px solid rgba(7, 23, 53, 0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 38px rgba(7, 23, 53, 0.08);
  overflow: hidden;
}

body.page-id-6 .mecano-mission-vision-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #18a7e0, #071735);
}

body.page-id-6 .mecano-mission-vision-card.accent::before {
  background: linear-gradient(180deg, #b9d955, #006fba);
}

body.page-id-6 .mecano-mission-vision-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 72px;
  background:
    radial-gradient(circle at 88% 20%, rgba(185, 217, 85, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(24, 167, 224, 0.12), transparent 62%);
  pointer-events: none;
}

body.page-id-6 .mecano-mission-vision-card .mecano-kicker {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 !important;
  color: var(--mecano-blue) !important;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
}

body.page-id-6.mecano-motion-ready .mecano-mission-vision-card .mecano-kicker.mecano-reveal-item {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  will-change: auto;
}

body.page-id-6 .mecano-mission-vision-card p:not(.mecano-kicker) {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 36rem;
  margin: 12px 0 0 !important;
  color: #255a7b;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  font-weight: 520;
  line-height: 1.56;
}

body.page-id-6 .mecano-mission-vision-card p:not(.mecano-kicker)::first-line {
  color: #006fba;
  font-weight: 820;
}

body.page-id-6 .mecano-mission-vision-card.accent p:not(.mecano-kicker)::first-line {
  color: #006fba;
}

body.page-id-6 .mecano-process-grid {
  grid-template-columns: minmax(500px, 1.05fr) minmax(0, 0.86fr);
  gap: clamp(32px, 4vw, 56px);
}

body.page-id-6 .mecano-process-media .mecano-angled-image {
  width: min(100%, 520px);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-9 .mecano-question-band.contact .mecano-question-copy {
  text-align: left;
}

body.page-id-9 .mecano-question-band.contact .mecano-page-title,
body.page-id-9 .mecano-question-band.contact .mecano-page-intro {
  margin-left: 0 !important;
  text-align: left !important;
}

body.page-id-9 .mecano-question-visual.contact::before,
body.page-id-9 .mecano-question-visual.contact::after {
  content: none;
}

body.page-id-9 .mecano-contact-card {
  margin: 0 !important;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 8px;
  background: rgba(255,255,255,0.10);
  box-shadow: 0 22px 50px rgba(0,0,0,0.22);
  backdrop-filter: blur(8px);
}

body.page-id-9 .mecano-contact-card p {
  margin: 0 0 18px !important;
  color: rgba(255,255,255,0.84);
  line-height: 1.58;
}

body.page-id-9 .mecano-contact-card p:first-child {
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

body.page-id-9 .mecano-contact-card > .wp-block-group__inner-container {
  width: 100% !important;
  max-width: none !important;
}

body.page-id-9 .mecano-contact-card p:last-child {
  margin-bottom: 0 !important;
}

body.page-id-9 .mecano-contact-card a {
  color: #fff;
}

body.page-id-9 .mecano-contact-section {
  background: #fff;
}

body.page-id-9 .mecano-contact-grid {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(30px, 4vw, 56px);
  align-items: start;
  margin: 0 !important;
}

body.page-id-9 .mecano-contact-copy,
body.page-id-9 .mecano-form-panel {
  min-height: 600px;
}

body.page-id-9 .mecano-contact-copy {
  padding: clamp(28px, 3vw, 38px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(24, 167, 224, 0.12), transparent 46%),
    #f5fbff;
  border: 1px solid rgba(7, 23, 53, 0.08);
}

body.page-id-9 .mecano-contact-copy .mecano-section-title {
  font-size: clamp(1.8rem, 2.6vw, 2.65rem);
}

body.page-id-9 .mecano-form-panel {
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(7, 23, 53, 0.10);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 23, 53, 0.10);
}

body.page-id-9 .mecano-form-panel h2 {
  margin: 0 0 18px !important;
  color: var(--mecano-navy);
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  line-height: 1.04;
  font-weight: 900;
}

body.page-id-9 .mecano-cf7-form p,
body.page-id-9 .mecano-cf7-submit p {
  margin: 0 !important;
}

body.page-id-9 .mecano-cf7-row p {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

body.page-id-9 .mecano-cf7-row {
  display: block !important;
  margin: 0 0 10px;
}

body.page-id-9 .mecano-cf7-row br {
  display: none;
}

body.page-id-9 .mecano-cf7-row label {
  display: block !important;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  vertical-align: top;
}

body.page-id-9 .mecano-cf7-form label {
  margin-bottom: 10px;
  color: var(--mecano-navy);
  font-size: 0.88rem;
  line-height: 1.18;
}

body.page-id-9 .mecano-cf7-input,
body.page-id-9 .mecano-cf7-textarea,
body.page-id-9 .mecano-cf7-form select {
  min-height: 38px;
  margin-top: 6px;
  padding: 7px 10px;
  font-size: 0.92rem;
}

body.page-id-9 .mecano-cf7-textarea {
  min-height: 96px;
  resize: vertical;
}

body.page-id-9 .mecano-cf7-note {
  margin: 2px 0 14px;
  font-size: 0.84rem;
  line-height: 1.35;
}

body.page-id-9 .mecano-cf7-button {
  min-height: 44px;
  padding: 10px 16px !important;
}

@media (prefers-reduced-motion: reduce) {
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-band::before,
  body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-tech-visual,
  body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-question-visual::before,
  body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-question-visual::after {
    animation: none !important;
  }
}

@media (max-width: 1100px) {
  body.page-id-21 .mecano-feature-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-grid,
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-story-grid,
  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-process-grid,
  body.page-id-6 .mecano-mission-vision-grid,
  body.page-id-9 .mecano-contact-grid,
  body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-feature-grid,
  body.page-id-21 .mecano-feature-grid.four,
  body.page-id-21 .mecano-step-grid,
  body.page-id-21 .mecano-analysis-grid,
  body.page-id-21 .mecano-analysis-points {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body:is(.page-id-7, .page-id-21, .page-id-6, .page-id-9) .mecano-question-copy,
  body.page-id-9 .mecano-question-band.contact .mecano-question-copy {
    text-align: center;
  }

  body.page-id-9 .mecano-question-band.contact .mecano-page-title,
  body.page-id-9 .mecano-question-band.contact .mecano-page-intro {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-question-visual {
    min-height: 0;
    max-width: 420px;
    margin: 0 auto;
  }

  body:is(.page-id-7, .page-id-21, .page-id-6) .mecano-tech-visual {
    transform: none;
  }

  body.page-id-6 .mecano-mission-vision-section {
    padding-top: 44px !important;
    padding-bottom: 46px !important;
  }

  body.page-id-6 .mecano-mission-vision-grid {
    gap: 22px;
  }

  body.page-id-6 .mecano-mission-vision-card {
    padding: 36px 26px 36px;
  }

  body.page-id-6 .mecano-mission-vision-card p:not(.mecano-kicker) {
    margin-top: 14px !important;
    line-height: 1.68;
  }

  body.page-id-9 .mecano-question-visual.contact {
    width: min(100%, 620px);
    max-width: 620px;
  }

  body.page-id-9 .mecano-question-visual.contact .mecano-contact-card {
    width: min(100%, 620px);
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  body.page-id-9 .mecano-contact-card p,
  body.page-id-9 .mecano-contact-card p:first-child,
  body.page-id-9 .mecano-contact-card p:last-child {
    width: 100% !important;
    max-width: none !important;
    text-align: center !important;
  }

  body.page-id-9 .mecano-contact-card p:first-child {
    font-size: 0.95rem;
  }

  body.page-id-9 .mecano-contact-card p:last-child {
    font-size: 0.81rem;
    line-height: 1.5;
  }

  body.page-id-9 .mecano-contact-card p:last-child a {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  body.page-id-9 .mecano-contact-copy,
  body.page-id-9 .mecano-form-panel {
    width: 100% !important;
    max-width: none !important;
    min-height: auto;
  }

  body.page-id-9 .mecano-cf7-row {
    margin-left: 0;
    margin-right: 0;
  }

  body.page-id-9 .mecano-cf7-row p {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-id-9 .mecano-cf7-row label {
    display: block !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  body.page-id-9 .mecano-cf7-input,
  body.page-id-9 .mecano-cf7-textarea,
  body.page-id-9 .mecano-cf7-form select {
    width: 100%;
  }

  body.page-id-7 .mecano-metric-cluster {
    grid-template-columns: 1fr;
  }

  body.page-id-7 .mecano-metric.dark {
    grid-column: auto;
  }

  body.page-id-21 .mecano-analysis-media {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  body.page-id-21 .mecano-analysis-image,
  body.page-id-21 .mecano-analysis-flow {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(100%, 520px);
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }

  body.page-id-21 .mecano-analysis-image.detail {
    display: none;
  }

  body.page-id-21 .mecano-analysis-flow {
    width: min(78%, 330px);
    transform: none;
  }

  body.page-id-21 .mecano-analysis-flow p {
    font-size: 0.68rem;
  }

  body.page-id-21 .mecano-analysis-flow .mecano-analysis-route {
    white-space: normal;
  }
}

@media (max-width: 1000px) {
  body.page-id-5 .mecano-values-wrap > .wp-block-group__inner-container {
    display: block;
  }

  body.page-id-5 .mecano-values .mecano-values-image {
    width: min(100%, 520px);
    margin: 0 auto 24px !important;
  }
}

@media (max-width: 760px) {
  body.page-id-5 .mecano-hero-image img {
    max-height: 280px;
  }

  body.page-id-5 .mecano-product-showcase .mecano-product-image img {
    max-height: 340px;
    padding: clamp(6px, 3vw, 12px);
  }

  body.page-id-5 .mecano-values .mecano-values-image {
    float: none;
    width: 100%;
    min-width: 0;
    margin: 0 0 22px !important;
  }

  body.page-id-7 .mecano-product-family-card {
    text-align: center;
  }

  body.page-id-7 .mecano-product-family-image {
    min-height: clamp(225px, 66vw, 315px);
  }

  body.page-id-7 .mecano-product-family-card .mecano-product-family-image {
    min-height: clamp(155px, 48vw, 190px);
  }

  body.page-id-7 .mecano-product-family-image img {
    width: min(100%, 495px);
    max-height: clamp(225px, 66vw, 315px);
    transform: scale(1.32);
  }

  body.page-id-21 .mecano-analysis-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body.page-id-21 .mecano-analysis-copy .mecano-section-title {
    font-size: clamp(1.8rem, 9vw, 2.2rem);
  }

  body.page-id-21 .mecano-analysis-copy p {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  body.page-id-21 .mecano-analysis-points {
    gap: 10px;
    margin-top: 16px !important;
  }

  body.page-id-21 .mecano-analysis-point {
    padding: 13px 14px 14px;
  }

  body.page-id-21 .mecano-analysis-point::before {
    width: 34px;
    height: 3px;
    margin-bottom: 10px;
  }

  body.page-id-21 .mecano-analysis-point h3 {
    margin-bottom: 5px !important;
  }

  body.page-id-21 .mecano-analysis-flow {
    padding: 10px 12px;
  }

  body.page-id-21 .mecano-service-cta {
    justify-content: center !important;
  }
}

@media (max-width: 520px) {
  body.page-id-9 .mecano-cf7-row p {
    grid-template-columns: 1fr;
  }
}
