:root {
  --fit-scale: 1;
  --blue: #25a9dd;
  --blue-dark: #138dc7;
  --orange: #ff5b24;
  --orange-dark: #ec3f10;
  --yellow: #ffe100;
  --ink: #050505;
  --paper: #ffffff;
  --line: #e75b36;
  --service-width: calc(494px * var(--fit-scale));
  --page-width: calc(1100px * var(--fit-scale));
  --font-pill: "M PLUS 1p", system-ui, sans-serif;
  --font-link: "RocknRoll One", system-ui, sans-serif;
  --font-catch: "WDXL Lubrifont JP N", system-ui, sans-serif;
  --font-copy: "Kiwi Maru", serif;
  --font-cta: "M PLUS 1p", system-ui, sans-serif;
  --clay-rest-y: 18px;
  --clay-jump-y: -22px;
  --clay-rebound-y: 13px;
  --clay-squash-y: 0.92;
  --clay-stretch-y: 1.035;
  --clay-duration: 4.55s;
  --ufo-y: -10px;
  --ufo-rotate: 2.4deg;
  --ufo-duration: 4.2s;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-copy);
}

a {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gateway {
  width: min(100%, 1432px);
  min-height: 100vh;
  margin: 0 auto;
  padding: calc(106px * var(--fit-scale)) calc(54px * var(--fit-scale)) calc(82px * var(--fit-scale));
  overflow: hidden;
}

.connector {
  display: grid;
  grid-template-columns: var(--service-width) minmax(calc(80px * var(--fit-scale)), 1fr) var(--service-width);
  align-items: center;
  width: min(100%, var(--page-width));
  margin: 0 auto calc(58px * var(--fit-scale));
}

.connector__pill {
  justify-self: center;
  min-height: calc(43px * var(--fit-scale));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(8px * var(--fit-scale)) calc(24px * var(--fit-scale)) calc(8px * var(--fit-scale));
  border-radius: 999px;
  color: #fff;
  font-family: var(--font-pill);
  font-size: calc(21px * var(--fit-scale));
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
  letter-spacing: 0;
  transform: translateY(calc(4px * var(--fit-scale)));
}

.connector__pill span {
  color: var(--yellow);
}

.connector__pill--left {
  width: calc(360px * var(--fit-scale));
  background: var(--blue);
  box-shadow: none;
}

.connector__pill--right {
  width: calc(407px * var(--fit-scale));
  background: var(--orange);
  box-shadow: none;
}

.connector__line {
  position: relative;
  height: calc(5px * var(--fit-scale));
  margin-left: calc(-67px * var(--fit-scale));
  margin-right: calc(-44px * var(--fit-scale));
  background: linear-gradient(90deg, var(--blue), var(--line), var(--orange));
  overflow: visible;
}

.connector__label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + (4px * var(--fit-scale)));
  transform: translateX(-50%);
  color: #808080;
  font-family: var(--font-catch);
  font-size: calc(20px * var(--fit-scale));
  font-weight: 400;
  white-space: nowrap;
}

.connector__spark {
  position: absolute;
  top: 50%;
  left: -20px;
  width: calc(48px * var(--fit-scale));
  height: calc(20px * var(--fit-scale));
  border-radius: 999px;
  background: radial-gradient(circle, #fff 0 16%, rgba(255,255,255,.95) 17% 36%, rgba(255,236,125,.7) 37% 58%, transparent 70%);
  filter: blur(1px);
  transform: translateY(-50%);
  animation: line-spark 3.4s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

.services {
  display: grid;
  grid-template-columns: var(--service-width) var(--service-width);
  justify-content: space-between;
  width: min(100%, var(--page-width));
  margin: 0 auto;
  gap: 0;
  align-items: start;
}

.service {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: start;
  width: var(--service-width);
  text-align: center;
}

.service__mobile-pill {
  display: none;
}

.service__content {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: calc(300px * var(--fit-scale));
}

.service__catch {
  position: relative;
  z-index: 7;
  margin: 0 0 calc(34px * var(--fit-scale));
  font-family: var(--font-catch);
  font-size: calc(58px * var(--fit-scale));
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
  perspective: 1100px;
  transform-style: preserve-3d;
}

.fly-char {
  position: relative;
  z-index: 8;
  display: inline-block;
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(0, 0, 620px) scale(8.5) rotate(-10deg);
  transform-origin: 50% 50%;
}

.service__copy {
  position: relative;
  z-index: 6;
  opacity: 0;
  transform: translateY(calc(8px * var(--fit-scale)));
  min-height: calc(90px * var(--fit-scale));
  font-family: var(--font-copy);
  font-size: calc(19px * var(--fit-scale));
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0;
  transition: opacity 280ms ease, transform 280ms ease;
}

.service--tsunagari .service__copy {
  width: calc(560px * var(--fit-scale));
  max-width: none;
  margin-left: calc(-30px * var(--fit-scale));
}

.service--tsunagari .service__copy p {
  white-space: nowrap;
}

.service__copy.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scramble-fragment {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
  transform: translate(var(--scatter-x), var(--scatter-y)) rotate(var(--scatter-r)) scale(1.35);
}

.service__copy.is-visible .scramble-fragment {
  animation: gather-code 960ms cubic-bezier(.18,.92,.32,1) forwards;
  animation-delay: var(--scatter-delay);
}

.service__copy p {
  margin: 0;
}

.mobile-copy-break {
  display: none;
}

.no-orphan {
  white-space: nowrap;
}

.service__copy em {
  color: var(--blue-dark);
  font-style: normal;
}

.service__copy .orange {
  color: var(--orange-dark);
}

.brand-text {
  font-weight: 400;
}

.brand-text--rainbow {
  color: inherit;
}

.brand-letter--red {
  color: #f42323;
}

.brand-letter--orange {
  color: #ff9900;
}

.brand-letter--green {
  color: #2ebd2e;
}

.brand-letter--blue {
  color: #169bd5;
}

.brand-letter .scramble-fragment {
  color: inherit;
}

.service__visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(386px * var(--fit-scale));
  margin: calc(12px * var(--fit-scale)) 0 0;
  display: grid;
  place-items: center;
}

.service__visual img {
  display: block;
  width: var(--visual-width);
  height: auto;
  object-fit: contain;
  filter: none;
}

.service__visual-link,
.service__logo-link {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  color: inherit;
  text-decoration: none;
}

.service__visual-link {
  width: 100%;
}

.service__logo-link {
  width: calc(505px * var(--fit-scale));
  max-width: none;
}

.service__visual--people {
  --visual-width: calc(425px * var(--fit-scale));
  margin-top: 0;
}

.service__visual--ufo {
  --visual-width: calc(350px * var(--fit-scale));
  margin-top: 0;
}

.service__visual--people img {
  animation: none;
  transform: none;
}

.service__visual--ufo img {
  transform-origin: 50% 39%;
  animation: none;
  transform: none;
}

.service__logo {
  display: block;
  width: auto;
  height: calc(82px * var(--fit-scale));
  max-width: none;
  margin-top: calc(23px * var(--fit-scale));
  filter: none;
  animation: logo-jitter 7.4s steps(1, end) infinite;
  transform-origin: 50% 54%;
}

.service--otsunagi .service__logo {
  animation-delay: 2.2s;
}

.service__tagline {
  position: relative;
  z-index: 4;
  margin: calc(15px * var(--fit-scale)) 0 0;
  font-family: var(--font-catch);
  font-size: calc(28px * var(--fit-scale));
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

.service__tagline--blue {
  color: #1b9cc9;
}

.service__tagline--orange {
  color: #f15a24;
}

.cta {
  position: relative;
  width: calc(302px * var(--fit-scale));
  aspect-ratio: 355 / 80;
  display: grid;
  place-items: center;
  margin-top: calc(23px * var(--fit-scale));
  text-decoration: none;
  border-radius: 8px;
  isolation: isolate;
  transform: translateZ(0);
  transition: transform 140ms ease, filter 140ms ease;
}

.cta::before {
  content: "";
  position: absolute;
  inset: calc(-18px * var(--fit-scale)) calc(-26px * var(--fit-scale));
  border-radius: 20px;
  z-index: -1;
  opacity: 0.85;
  animation: cta-glow 1.08s ease-in-out infinite;
}

.cta--blue::before {
  background:
    radial-gradient(ellipse at center, rgba(0, 255, 255, 0.88), rgba(0, 255, 255, 0.42) 43%, rgba(0, 255, 255, 0) 74%);
}

.cta--orange::before {
  background:
    radial-gradient(ellipse at center, rgba(255, 199, 119, 0.92), rgba(255, 199, 119, 0.46) 43%, rgba(255, 199, 119, 0) 74%);
}

.cta__base {
  position: absolute;
  inset: 0;
  background: center / contain no-repeat;
  filter: none;
}

.cta--blue .cta__base {
  background-image: url("../img/btnTsunagari.png");
}

.cta--orange .cta__base {
  background-image: url("../img/btnOtsunagi.png");
}

.cta__text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--font-cta);
  font-size: calc(24px * var(--fit-scale));
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.13);
  opacity: 0;
  transform: translateY(0) scale(0.92);
  white-space: nowrap;
}

.service--tsunagari .cta.is-ready .cta__text {
  animation: electric-board-left-loop 4s steps(7, end) infinite;
}

.service--otsunagi .cta.is-ready .cta__text {
  animation: right-word-flicker 4s linear infinite;
  opacity: 1;
  transform: translateY(0);
}

.service--otsunagi .cta.is-ready .cta-letter {
  animation: right-letter-cycle 4s cubic-bezier(.18,.88,.24,1.2) infinite both;
  animation-delay: calc(var(--letter-order) * 55ms);
}

.cta:focus-visible {
  outline: 4px solid rgba(0, 0, 0, 0.7);
  outline-offset: 8px;
}

.cta:hover {
  filter: none;
}

.cta:hover .cta__base {
  filter: brightness(1.2) saturate(1.08);
}

.cta-letter {
  display: inline-block;
  opacity: 0;
  will-change: transform, opacity, filter;
}

.cta:active {
  transform: translateY(6px) scale(0.985);
}

.cta:active .cta__text {
  transform: translateY(3px);
}

.mobile-bridge {
  display: none;
}

@keyframes fly-home {
  76% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, -18px) scale(0.94) rotate(1deg);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}

@keyframes line-spark {
  0% {
    left: -26px;
  }
  100% {
    left: calc(100% - 22px);
  }
}

@keyframes mobile-bridge-spark {
  0% {
    top: calc(-18px * var(--fit-scale));
    opacity: 0.82;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: calc(100% - (18px * var(--fit-scale)));
    opacity: 0.82;
  }
}

@keyframes clay-jump {
  0%, 28%, 100% {
    transform: translateY(var(--clay-rest-y)) scaleY(1);
  }
  54% {
    transform: translateY(var(--clay-jump-y)) scaleY(1);
  }
  78% {
    transform: translateY(var(--clay-rest-y)) scaleY(var(--clay-squash-y));
  }
  82% {
    transform: translateY(var(--clay-rebound-y)) scaleY(var(--clay-stretch-y));
  }
  86% {
    transform: translateY(var(--clay-rest-y)) scaleY(1);
  }
}

@keyframes ufo-hover-spin {
  0% {
    transform: translateY(0) rotate(0);
  }
  25% {
    transform: translateY(var(--ufo-y)) rotate(var(--ufo-rotate));
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  75% {
    transform: translateY(var(--ufo-y)) rotate(calc(var(--ufo-rotate) * -1));
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.motion-panel {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  width: min(340px, calc(100vw - 32px));
  max-height: min(720px, calc(100vh - 32px));
  overflow: auto;
  padding: 14px 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  color: #111;
  font-family: system-ui, sans-serif;
  text-align: left;
  backdrop-filter: blur(10px);
}

.motion-panel.is-collapsed {
  width: auto;
  padding: 8px;
}

.motion-panel.is-collapsed .motion-panel__body {
  display: none;
}

.motion-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.motion-panel__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.motion-panel__toggle,
.motion-panel__button {
  min-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #fff;
  color: #111;
  font: 700 12px/1 system-ui, sans-serif;
  cursor: pointer;
}

.motion-panel__toggle {
  width: 34px;
}

.motion-panel__section {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.motion-panel__section:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.motion-panel__section-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
}

.motion-control {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 10px;
  align-items: center;
  margin: 9px 0;
  font-size: 12px;
}

.motion-control input {
  grid-column: 1 / -1;
  width: 100%;
  accent-color: #1b9cc9;
}

.motion-control output {
  min-width: 58px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.motion-field {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
  align-items: center;
  margin: 8px 0;
  font-size: 12px;
}

.motion-field input,
.motion-field select,
.keyframe-table input {
  width: 100%;
  min-height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background: #fff;
  color: #111;
  font: 12px/1.2 system-ui, sans-serif;
}

.keyframe-table-wrap {
  overflow-x: auto;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.keyframe-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font: 11px/1.2 system-ui, sans-serif;
}

.keyframe-table th,
.keyframe-table td {
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

.keyframe-table th {
  background: #f3f3f3;
  font-weight: 700;
}

.keyframe-table tr:last-child td {
  border-bottom: 0;
}

.motion-panel__mini {
  min-height: 26px;
  padding: 0 7px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  background: #fff;
  color: #111;
  font: 700 11px/1 system-ui, sans-serif;
  cursor: pointer;
  white-space: nowrap;
}

.motion-panel__actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.motion-panel__button {
  flex: 1;
}

.motion-panel__code {
  display: block;
  width: 100%;
  min-height: 96px;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  resize: vertical;
  background: #f7f7f7;
  color: #222;
  font: 11px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
}

@keyframes gather-code {
  0% {
    opacity: 0;
    filter: blur(9px);
    transform: translate(var(--scatter-x), var(--scatter-y)) rotate(var(--scatter-r)) scale(1.35);
  }
  45% {
    opacity: 1;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0) rotate(0) scale(1);
  }
}

@keyframes cta-glow {
  0%, 100% {
    opacity: 0.58;
    transform: scale(0.98);
    filter: blur(4px);
  }
  50% {
    opacity: 1;
    transform: scale(1.14);
    filter: blur(11px);
  }
}

@keyframes electric-board-left-loop {
  0%, 62%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: brightness(1) blur(0);
  }
  64% {
    opacity: 0;
    transform: translateY(0) scale(0.82);
    filter: brightness(3) blur(5px);
    letter-spacing: 0;
  }
  69% {
    opacity: 1;
    transform: translateY(0) scale(1.08);
    filter: brightness(2.8) blur(0);
  }
  73% {
    opacity: 0.28;
    transform: translateY(0) scale(0.98);
  }
  78% {
    opacity: 1;
    transform: translateY(0) scale(1.03);
  }
  84% {
    opacity: 0.74;
  }
  90% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: brightness(1) blur(0);
  }
}

@keyframes electric-board-right-loop {
  0%, 58%, 100% {
    opacity: 1;
    transform: translateX(0) translateY(0) skewX(0) scale(1);
    filter: brightness(1) blur(0);
  }
  60% {
    opacity: 0;
    transform: translateX(18px) translateY(0) skewX(-10deg) scale(0.86);
    filter: brightness(3.4) blur(6px);
  }
  67% {
    opacity: 1;
    transform: translateX(-7px) translateY(0) skewX(7deg) scale(1.08);
  }
  72% {
    opacity: 0.42;
    transform: translateX(4px) translateY(0) skewX(-3deg) scale(0.98);
  }
  79% {
    opacity: 1;
    transform: translateX(0) translateY(0) skewX(0) scale(1.03);
    filter: brightness(2.1) blur(0);
  }
  88% {
    opacity: 1;
    transform: translateX(0) translateY(0) skewX(0) scale(1);
    filter: brightness(1) blur(0);
  }
}

@keyframes right-letter-cycle {
  0% {
    opacity: 0;
    transform: translateX(calc(-74px * var(--fit-scale))) translateY(0) scale(0.8);
    filter: brightness(2.8) blur(7px);
  }
  13%, 100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1.04);
    filter: brightness(2) blur(0);
  }
  18%, 67% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
    filter: brightness(1) blur(0);
  }
  70%, 100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
    filter: brightness(1) blur(0);
  }
}

@keyframes right-word-flicker {
  0%, 67%, 71%, 75%, 79% {
    opacity: 1;
    filter: brightness(1) blur(0);
  }
  72% {
    opacity: 0.15;
    filter: brightness(3.6) blur(1px);
  }
  74% {
    opacity: 1;
    filter: brightness(2.6) blur(0);
  }
  76% {
    opacity: 0.2;
  }
  78% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    filter: brightness(4) blur(4px);
  }
  100% {
    opacity: 0;
    filter: brightness(1) blur(0);
  }
}

@keyframes logo-jitter {
  0%, 68%, 100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  70% {
    transform: translate3d(-2px, 1px, 0) rotate(-0.8deg);
  }
  71% {
    transform: translate3d(2px, -1px, 0) rotate(0.8deg);
  }
  72% {
    transform: translate3d(-3px, 0, 0) rotate(0.2deg);
  }
  73% {
    transform: translate3d(3px, 1px, 0) rotate(-0.4deg);
  }
  74% {
    transform: translate3d(-1px, -2px, 0) rotate(0.6deg);
  }
  75% {
    transform: translate3d(1px, 0, 0) rotate(0);
  }
}

@media (max-width: 1180px) {
  .gateway {
    padding-inline: calc(24px * var(--fit-scale));
  }
}

@media (max-width: 700px) {
  .gateway {
    padding-top: calc(52px * var(--fit-scale));
  }

  .connector {
    display: none;
  }

  .services {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: calc(48px * var(--fit-scale));
  }
}

@media (max-width: 700px) {
  .gateway {
    padding-top: calc(34px * var(--fit-scale));
    padding-inline: calc(12px * var(--fit-scale));
  }

  .services {
    grid-template-columns: 1fr;
    gap: calc(40px * var(--fit-scale));
  }

  .service {
    width: min(100%, var(--service-width));
    margin-inline: auto;
  }

  .service__mobile-pill {
    min-height: calc(43px * var(--fit-scale));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(8px * var(--fit-scale)) calc(20px * var(--fit-scale)) calc(8px * var(--fit-scale));
    border-radius: 999px;
    color: #fff;
    font-family: var(--font-pill);
    font-size: calc(25px * var(--fit-scale));
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    letter-spacing: 0;
    transform: translateY(calc(4px * var(--fit-scale)));
  }

  .service__mobile-pill span {
    color: var(--yellow);
  }

  .service__mobile-pill--blue {
    width: min(100%, calc(494px * var(--fit-scale)));
    background: var(--blue);
  }

  .service__mobile-pill--orange {
    width: min(100%, calc(494px * var(--fit-scale)));
    max-width: 100%;
    background: var(--orange);
  }

  .service__content {
    min-height: auto;
    margin-top: calc(34px * var(--fit-scale));
  }

  .service__copy {
    min-height: calc(112px * var(--fit-scale));
    font-size: calc(25px * var(--fit-scale));
    letter-spacing: -0.05em;
  }

  .mobile-copy-break {
    display: block;
  }

  .service--tsunagari .service__copy {
    width: 100%;
    margin-left: 0;
  }

  .service--tsunagari .service__copy p {
    white-space: normal;
  }

  .service__catch {
    font-size: calc(61px * var(--fit-scale));
  }

  .service__tagline {
    font-size: calc(34px * var(--fit-scale));
  }

  .service__visual {
    height: calc(328px * var(--fit-scale));
  }

  .service__visual--people,
  .service__visual--ufo {
    margin-top: calc(18px * var(--fit-scale));
  }

  .service__logo-link {
    width: 100%;
    max-width: 100%;
  }

  .service__logo {
    height: calc(90px * var(--fit-scale));
  }

  .service--otsunagi .service__logo {
    margin-top: calc(53px * var(--fit-scale));
  }

  .service__visual img,
  .service__logo,
  .cta {
    max-width: 100%;
  }

  .cta {
    width: min(90vw, calc(516px * var(--fit-scale)));
    margin-top: calc(20px * var(--fit-scale));
    margin-bottom: calc(20px * var(--fit-scale));
  }

  .cta__text {
    font-size: calc(36px * var(--fit-scale));
  }

  .mobile-bridge {
    position: relative;
    display: grid;
    place-items: center;
    min-height: calc(130px * var(--fit-scale));
    color: #808080;
    font-family: var(--font-catch);
    font-size: calc(40px * var(--fit-scale));
    overflow: visible;
  }

  .mobile-bridge::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: linear-gradient(var(--blue), var(--orange));
    transform: translateX(-50%);
  }

  .mobile-bridge::after {
    content: "";
    position: absolute;
    left: 50%;
    width: calc(54px * var(--fit-scale));
    height: calc(34px * var(--fit-scale));
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0 14%, rgba(255, 236, 125, 0.86) 15% 36%, rgba(255, 170, 88, 0.48) 37% 58%, transparent 72%);
    filter: blur(1px);
    transform: translateX(-50%);
    animation: mobile-bridge-spark 1.9s ease-in-out infinite alternate;
    pointer-events: none;
  }

  .mobile-bridge span {
    position: absolute;
    left: calc(50% + (22px * var(--fit-scale)));
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    padding: calc(3px * var(--fit-scale)) calc(14px * var(--fit-scale)) calc(6px * var(--fit-scale));
    background: #fff;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  .gateway {
    padding-inline: calc(16px * var(--fit-scale));
  }

  .service__catch {
    font-size: calc(56px * var(--fit-scale));
  }

  .service__copy {
    font-size: calc(21px * var(--fit-scale));
  }

  .cta__text {
    font-size: calc(34px * var(--fit-scale));
  }
}

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

  .fly-char {
    opacity: 1;
    transform: none;
  }
}
