.Header__logo > a {
  display: block;
  width: 168px;
  height: auto;
  aspect-ratio: 6309 / 2269;
}

.Header__brand_lockup {
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: center / contain no-repeat url("/common/huegain-smart-imaging-logo.png");
  mask: center / contain no-repeat url("/common/huegain-smart-imaging-logo.png");
  transition: background-color 0.5s ease;
}

.Header__brand_mark {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background: currentColor;
  -webkit-mask: center / 94% auto no-repeat url("/common/hegain-logo-mark.png");
  mask: center / 94% auto no-repeat url("/common/hegain-logo-mark.png");
}

.Header__brand_word {
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 0.5s ease;
}

.clone-work-poster {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
  filter: none;
}

.clone-work-poster + .ps-work-plane__glass {
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12.5%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 16.666%);
  box-shadow: inset 0 0 70px rgba(255, 255, 255, 0.018);
}

[data-work-plane][role="button"] {
  cursor: pointer;
}

[data-work-plane][role="button"]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 5px;
}

html.clone-lightbox-open,
body.clone-lightbox-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

body.clone-lightbox-open {
  position: fixed;
  top: var(--clone-lightbox-scroll-y, 0);
  right: 0;
  left: 0;
  width: 100%;
}

.clone-work-lightbox {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: block;
  box-sizing: border-box;
  padding:
    clamp(84px, 10vh, 112px)
    clamp(20px, 5vw, 80px)
    clamp(24px, 4vh, 48px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  background: #050505;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 320ms ease,
    visibility 320ms step-end;
}

body.clone-lightbox-open .Header__container {
  z-index: 2147483001 !important;
  color: #fff !important;
}

body.clone-lightbox-open .Header__container a,
body.clone-lightbox-open .Header__container button {
  color: #fff !important;
}

.clone-work-lightbox[hidden] {
  display: none;
}

.clone-work-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 220ms ease,
    visibility 0s step-start;
}

.clone-work-lightbox__figure {
  width: min(88vw, 1200px, calc(177.7778svh - 462.2222px));
  max-width: 100%;
  margin: clamp(24px, 4vh, 42px) auto 0;
}

.clone-work-lightbox__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
  opacity: 0;
  transform: scale(0.985);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72);
  transition:
    opacity 180ms ease,
    transform 360ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.clone-work-lightbox[data-loaded="true"].is-open .clone-work-lightbox__video {
  opacity: 1;
  transform: scale(1);
}

.clone-work-lightbox__close {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: 500 13px/1 "Google Sans Code", monospace;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.clone-work-lightbox__close:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(-2px);
}

.clone-work-lightbox__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.clone-work-lightbox__close span {
  font-size: 18px;
  font-weight: 300;
}

.clone-work-lightbox__caption {
  margin: 0 0 clamp(18px, 2.2vw, 30px);
  font-family: "Google Sans Code", monospace;
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 400;
  letter-spacing: 0.12em;
}

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

@media (max-width: 640px) {
  .clone-work-lightbox {
    padding:
      max(92px, calc(env(safe-area-inset-top) + 78px))
      max(12px, env(safe-area-inset-right))
      max(20px, env(safe-area-inset-bottom))
      max(12px, env(safe-area-inset-left));
  }

  .clone-work-lightbox__figure {
    width: 100%;
    margin-top: 48px;
  }

  .clone-work-lightbox__video {
    width: 100%;
  }

  .clone-work-lightbox__close {
    min-height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clone-work-lightbox,
  .clone-work-lightbox__video,
  .clone-work-lightbox__close {
    transition-duration: 0.01ms !important;
  }
}

/* HEGAIN company content layer */

:root {
  --company-ink: #0a0b0b;
  --company-black: #050606;
  --company-paper: #eeece5;
  --company-soft-white: #f5f2e9;
  --company-muted: #858681;
  --company-line: rgba(10, 11, 12, 0.18);
  --company-accent: #d7ff00;
  --company-gutter: clamp(24px, 5.1vw, 82px);
  --company-ease: cubic-bezier(0.2, 0.72, 0.2, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  font-family:
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "Noto Sans CJK SC", Arial, sans-serif;
}

.Header__brand_word,
.Header__nav_item a,
.Header__contact,
.SideMenu__menu_item a,
.News__newsArea,
.MissionVision__text,
.MissionVision__text_en,
.Service__item_title,
.Service__item_description,
.Service__item_description_en,
.Stellla__main_text,
.Footer__footer {
  font-family:
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "Noto Sans CJK SC", Arial, sans-serif !important;
}

.Header__nav {
  gap: clamp(28px, 4.5vw, 78px);
}

.Header__nav_item a,
.Header__contact {
  letter-spacing: 0.08em;
}

.Header__nav_item a {
  position: relative;
  opacity: 0.78;
  transition:
    opacity 220ms ease,
    transform 320ms var(--company-ease);
}

.Header__nav_item a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 320ms var(--company-ease);
}

.Header__nav_item a:hover,
.Header__nav_item a:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.Header__nav_item a:hover::after,
.Header__nav_item a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

body:is(
  [data-current_section="mission"],
  [data-current_section="vision"],
  [data-current_section="vision_out"],
  [data-current_section="service_in"]
) .Header__container {
  color: #fff !important;
  background: transparent !important;
  mix-blend-mode: difference;
}

body:is(
  [data-current_section="mission"],
  [data-current_section="vision"],
  [data-current_section="vision_out"],
  [data-current_section="service_in"]
) :is(
  .Header__container a,
  .Header__hamburger,
  .SoundToggle__button
) {
  color: #fff !important;
}

body:is(
  [data-current_section="mission"],
  [data-current_section="vision"],
  [data-current_section="vision_out"],
  [data-current_section="service_in"]
) .Header__contact {
  border-color: rgba(255, 255, 255, 0.56) !important;
}

.Header__contact {
  min-width: 140px;
  justify-content: center;
}

.SideMenu__menu_item a {
  letter-spacing: 0.04em;
}

.CompanyFocus {
  right: var(--company-gutter);
  bottom: 5.4vh;
  width: min(33vw, 470px);
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #fff;
}

.CompanyFocus .News__newsTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.26em;
}

.CompanyFocus .News__newsTitle::before {
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.CompanyFocus .News__newsList {
  gap: 0;
  max-height: none;
  overflow: visible;
}

.CompanyFocus .CompanyFocus__item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  padding: 11px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 0;
}

.CompanyFocus .News__newsDate {
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Google Sans Code", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.CompanyFocus .News__newsContent {
  display: block;
  overflow: visible;
  line-height: 1.45;
}

.CompanyFocus__link {
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) 1fr;
  align-items: baseline;
  gap: 16px;
  color: #fff;
}

.CompanyFocus__link strong {
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 560;
  letter-spacing: 0.03em;
}

.CompanyFocus__link span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(10px, 0.76vw, 12px);
  font-weight: 400;
  line-height: 1.55;
}

.CompanyFocus__link:hover {
  opacity: 1;
}

.CompanyFocus__link:hover strong {
  color: var(--company-accent);
}

/* Keep the full WebGL scroll choreography while presenting local video
   posters; playback opens in the lightweight overlay above. */

[data-top_section="works_intro"] {
  min-height: 100lvh;
}

.PageTop__worksIntro {
  height: 20vh;
}

[data-top_section="works"] {
  min-height: 100lvh;
  pointer-events: none;
}

.Works__content,
.Works__more {
  display: none !important;
}

.Works__scroll_item {
  height: 100lvh;
  opacity: 1;
  pointer-events: none;
}

[data-top_section="works_outro"] {
  min-height: 100lvh;
}

.PageTop__worksOutro {
  height: 150lvh;
}

[data-top-scroll-indicator] [data-section="works"] {
  display: none;
}

/* About and vision retain the original scroll choreography while replacing the
   source SVG headlines with restrained Chinese editorial labels. */

.MissionVision__ttl {
  position: relative;
  min-height: clamp(48px, 7vw, 96px);
}

.MissionVision__ttl svg {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0.08;
}

.MissionVision__ttl::after {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #141516;
  content: attr(data-company-label);
  font-size: clamp(18px, 2.2vw, 34px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.MissionVision__ttl::before {
  position: absolute;
  z-index: 2;
  top: clamp(31px, 4vw, 58px);
  left: 0;
  width: clamp(44px, 6vw, 92px);
  height: 1px;
  background: #171819;
  content: "";
}

.MissionVision__text {
  max-width: 17em;
  margin-top: clamp(52px, 8vh, 105px);
  color: #f7f7f5;
  font-size: clamp(28px, 3.8vw, 64px);
  font-weight: 620;
  letter-spacing: 0.035em;
  line-height: 1.52;
}

[data-vision-container] .MissionVision__text {
  max-width: 18em;
  margin-left: auto;
}

.MissionVision__text_en {
  width: min(37em, 54vw);
  color: #777;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.9;
}

[data-vision-container] .MissionVision__text_en {
  right: 0;
  left: auto;
  max-width: 32em;
  text-align: right;
}

/* Service */

[data-top_section="service"] {
  background:
    radial-gradient(circle at 72% 18%, rgba(215, 255, 0, 0.08), transparent 27%),
    #080909;
}

.Service__container {
  --service-arc: 0;
  --service-arc-edge: 0px;
  --service-arc-y: 0px;
  --service-arc-depth: 0px;
  --service-arc-tilt: 0deg;
  --service-accent: var(--company-accent);
}

.Service__content {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 6.25vw 6.25vw;
}

.Service__content_inner {
  width: calc(100% - (2 * var(--company-gutter)));
  max-width: 1500px;
  padding-top: 12vh;
  overflow: visible;
  perspective: 1400px;
  perspective-origin: 50% 50%;
}

.CompanyService__label {
  position: fixed;
  z-index: 8;
  top: 15vh;
  left: var(--company-gutter);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  letter-spacing: 0.24em;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.CompanyService__label::before {
  width: 36px;
  height: 1px;
  background: currentColor;
  content: "";
}

body[data-current_section^="service"] .CompanyService__label {
  opacity: 1;
}

.Service__item {
  top: 23%;
  align-items: flex-start;
  padding: 0 3vw 14vh 31%;
  color: #fff;
  pointer-events: none;
  transform-style: preserve-3d;
}

.Service__item[data-company-service-active] {
  visibility: visible !important;
  opacity: 1 !important;
}

.Service__item [data-company-service-entry] {
  pointer-events: auto;
}

.Service__item_link {
  --service-magnet-x: 0px;
  --service-magnet-y: 0px;
  --service-media-tilt-x: 0deg;
  --service-media-tilt-y: 0deg;
  --service-glow-x: 50%;
  --service-glow-y: 50%;
  position: absolute;
  z-index: 4;
  top: -6vh;
  right: 0;
  left: auto;
  width: min(34vw, 520px);
  height: clamp(270px, 48vh, 500px);
  padding: 0;
  overflow: hidden;
  transform: translate3d(
      var(--service-magnet-x),
      var(--service-magnet-y),
      0
    )
    rotateX(var(--service-media-tilt-x))
    rotateY(var(--service-media-tilt-y));
  transform-origin: center center;
  transform-style: preserve-3d;
  border: 1px solid color-mix(in srgb, var(--service-accent) 28%, rgba(255, 255, 255, 0.16));
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  cursor: pointer;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  will-change: transform;
  isolation: isolate;
}

.Service__item[data-company-service-active] .Service__item_link {
  transform: translate3d(
      calc(var(--service-arc-edge) + var(--service-magnet-x)),
      calc(var(--service-arc-y) + var(--service-magnet-y)),
      var(--service-arc-depth)
    )
    rotateX(calc(var(--service-arc-tilt) + var(--service-media-tilt-x)))
    rotateY(var(--service-media-tilt-y));
}

.Service__item_link:hover,
.Service__item_link:focus-visible {
  border-color: color-mix(in srgb, var(--service-accent) 55%, rgba(255, 255, 255, 0.36));
  box-shadow:
    0 36px 110px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.CompanyServiceMediaMotion {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  transform-style: preserve-3d;
  border-radius: inherit;
  will-change: transform, opacity;
}

.Service__item_link::before {
  position: absolute;
  z-index: 4;
  inset: -45% auto -45% -52%;
  width: 34%;
  transform: skewX(-14deg) translateX(-240%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  content: "";
  transition: transform 0.72s cubic-bezier(0.2, 0.75, 0.2, 1);
  pointer-events: none;
}

.Service__item_link::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: radial-gradient(
    circle at var(--service-glow-x) var(--service-glow-y),
    color-mix(in srgb, var(--service-accent) 22%, rgba(255, 255, 255, 0.2)),
    transparent 34%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.Service__item_link:hover::after,
.Service__item_link:focus-visible::after,
.Service__item_link[data-magnetic-active]::after {
  opacity: 0.68;
}

.Service__item_link:hover::before,
.Service__item_link:focus-visible::before {
  transform: skewX(-14deg) translateX(620%);
}

.Service__item_link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  filter: saturate(0.76) contrast(1.08) brightness(0.72);
  transition:
    transform 0.72s cubic-bezier(0.2, 0.75, 0.2, 1),
    filter 0.72s ease;
}

.Service__item_link:hover img,
.Service__item_link:focus-visible img {
  transform: scale(1.055);
  filter: saturate(1) contrast(1.04) brightness(0.9);
}

.CompanyServiceMedia__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 6, 7, 0.05) 35%, rgba(4, 6, 7, 0.92) 100%),
    linear-gradient(100deg, rgba(4, 6, 7, 0.35), transparent 55%);
  pointer-events: none;
}

.CompanyServiceMedia__meta {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-family: "Google Sans Code", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.CompanyServiceMedia__meta strong {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
}

.CompanyServiceCopy {
  position: relative;
  z-index: 6;
  width: min(27vw, 420px);
  transform: none;
}

.CompanyServiceCopyMotion {
  width: 100%;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.CompanyServiceNumberMotion {
  position: absolute;
  top: 1.8vh;
  right: auto;
  bottom: auto;
  left: 0;
  width: 22vw;
  max-width: 330px;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.Service__item_icon,
[data-service_id="2"] .Service__item_icon {
  position: static;
  width: 100%;
  max-width: 330px;
  transform: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.32);
  font-family: "Google Sans Code", monospace;
  font-size: clamp(72px, 10vw, 160px);
  font-weight: 300;
  line-height: 1;
}

.Service__item_icon span {
  display: block;
  padding-top: 12px;
}

.Service__item_title {
  max-width: 9em;
  margin: 0;
  font-size: clamp(36px, 5.2vw, 88px);
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-shadow: none;
}

.Service__item_description {
  width: 100%;
  margin-top: clamp(24px, 3.5vh, 44px);
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.9;
}

.Service__item_description_en {
  width: auto;
  margin-top: 22px;
  padding: 0;
  color: var(--company-accent);
  font-size: clamp(10px, 0.75vw, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.CompanyServiceCta {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr 32px;
  align-items: center;
  gap: 16px;
  width: min(100%, 310px);
  min-height: 50px;
  margin-top: clamp(18px, 2.2vh, 26px);
  padding: 0 2px 9px 0;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--service-accent) 52%, rgba(255, 255, 255, 0.18));
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.11em;
  cursor: pointer;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    transform 0.28s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.CompanyServiceCta:hover,
.CompanyServiceCta:focus-visible {
  border-bottom-color: var(--service-accent);
  background: transparent;
  color: #fff;
  transform: translate3d(4px, 0, 0);
}

.CompanyServiceCta__arrow {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid color-mix(in srgb, var(--service-accent) 60%, rgba(255, 255, 255, 0.2));
  border-radius: 50%;
  color: var(--service-accent);
  font-size: 17px;
  transition: transform 0.24s ease;
}

.CompanyServiceCta:hover .CompanyServiceCta__arrow,
.CompanyServiceCta:focus-visible .CompanyServiceCta__arrow {
  transform: translate(4px, -4px);
}

.CompanyServiceNav {
  position: fixed;
  z-index: 24;
  bottom: clamp(20px, 3.5vh, 36px);
  left: var(--company-gutter);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(5, 7, 8, 0.58);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.4s cubic-bezier(0.2, 0.75, 0.2, 1);
}

body[data-current_section^="service"] .CompanyServiceNav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.CompanyServiceNav::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 28px color-mix(in srgb, var(--service-accent) 10%, transparent);
  content: "";
  pointer-events: none;
  transition: box-shadow 0.35s ease;
}

.CompanyServiceNav__button {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 30px 1fr 16px;
  align-items: center;
  gap: 8px;
  width: 136px;
  min-width: 136px;
  height: 40px;
  overflow: hidden;
  padding: 0 5px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.46);
  font-family: "Google Sans Code", monospace;
  cursor: pointer;
  transition:
    width 0.35s cubic-bezier(0.2, 0.75, 0.2, 1),
    grid-template-columns 0.35s cubic-bezier(0.2, 0.75, 0.2, 1),
    gap 0.35s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.CompanyServiceNav__button:hover,
.CompanyServiceNav__button:focus-visible,
.CompanyServiceNav__button[data-active] {
  grid-template-columns: 30px 1fr 16px;
  gap: 8px;
  width: 146px;
  border-color: color-mix(in srgb, var(--item-accent) 50%, rgba(255, 255, 255, 0.18));
  background: color-mix(in srgb, var(--item-accent) 9%, rgba(255, 255, 255, 0.035));
  color: #fff;
}

.CompanyServiceNav__index {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: center;
}

.CompanyServiceNav__label,
.CompanyServiceNav__arrow {
  overflow: hidden;
  opacity: 0.72;
  white-space: nowrap;
  transition: opacity 0.18s ease;
}

.CompanyServiceNav__label {
  font-family: "Helvetica Neue", "PingFang SC", sans-serif;
  font-size: 11px;
  letter-spacing: 0.11em;
}

.CompanyServiceNav__arrow {
  color: var(--item-accent);
  font-size: 13px;
}

.CompanyServiceNav__button:hover .CompanyServiceNav__label,
.CompanyServiceNav__button:hover .CompanyServiceNav__arrow,
.CompanyServiceNav__button:focus-visible .CompanyServiceNav__label,
.CompanyServiceNav__button:focus-visible .CompanyServiceNav__arrow,
.CompanyServiceNav__button[data-active] .CompanyServiceNav__label,
.CompanyServiceNav__button[data-active] .CompanyServiceNav__arrow {
  opacity: 1;
}

.CompanyServiceNav__button:focus-visible,
.CompanyServiceCta:focus-visible,
.Service__item_link:focus-visible {
  outline: 2px solid var(--service-accent);
  outline-offset: 4px;
}

.CompanyServiceTransition {
  position: fixed;
  z-index: 2147483590;
  inset: 0;
  overflow: hidden;
  pointer-events: all;
}

.CompanyServiceTransition__curtain {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  background: #050606;
  opacity: 0;
}

.CompanyServiceTransition__card {
  position: fixed;
  z-index: 2;
  overflow: hidden;
  transform-origin: center center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #090a0a;
  will-change: transform, border-radius;
}

.CompanyServiceTransition__card .CompanyServiceMediaMotion {
  transform: none !important;
}

.CompanyServiceTransition__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) brightness(0.48);
}

body[data-company-service-leaving] .CompanyServiceNav {
  opacity: 0 !important;
}

/* Why HEGAIN */

[data-top_section="stellla"] {
  background: var(--company-black);
}

.Stellla__container::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(215, 255, 0, 0.045), transparent 25%),
    rgba(0, 0, 0, 0.84);
  background-size: 6.25vw 6.25vw, 6.25vw 6.25vw, auto, auto;
}

.Stellla__content {
  width: calc(100% - (2 * var(--company-gutter)));
  max-width: 1500px;
}

.Stellla__main {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(540px, 1.25fr);
  align-items: end;
  gap: clamp(50px, 8vw, 150px);
  width: 100%;
  padding: 0;
}

.Stellla__main_logo {
  width: 100%;
  margin: 0;
}

.HegainWhy__heading {
  display: block;
  color: #fff;
  transition: transform 700ms var(--company-ease);
}

.HegainWhy__heading:hover {
  transform: translateX(6px);
}

.HegainWhy__eyebrow {
  display: block;
  margin-bottom: clamp(24px, 4vh, 50px);
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
}

.HegainWhy__heading strong {
  display: block;
  max-width: 7em;
  font-size: clamp(48px, 4.3vw, 72px);
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.HegainWhy__heading strong span {
  display: block;
  white-space: nowrap;
}

.HegainWhy__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-size: 18px;
  transition:
    color 240ms ease,
    border-color 240ms ease,
    transform 420ms var(--company-ease);
}

.HegainWhy__heading:hover .HegainWhy__arrow {
  border-color: var(--company-accent);
  color: var(--company-accent);
  transform: translateY(5px);
}

.HegainWhy__content {
  width: 100%;
}

.HegainWhy__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.HegainWhy__grid article {
  position: relative;
  min-height: clamp(175px, 21vh, 260px);
  padding: clamp(22px, 2.7vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.015);
  transition:
    color 0.35s ease,
    background-color 0.35s ease;
}

.HegainWhy__grid article:hover {
  background: var(--company-accent);
  color: #080909;
}

.HegainWhy__grid article > span {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Google Sans Code", monospace;
  font-size: 10px;
}

.HegainWhy__grid article:hover > span,
.HegainWhy__grid article:hover p {
  color: rgba(8, 9, 9, 0.65);
}

.HegainWhy__grid h3 {
  margin-top: clamp(34px, 5vh, 70px);
  font-size: clamp(19px, 1.65vw, 27px);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.HegainWhy__grid p {
  max-width: 22em;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(11px, 0.85vw, 14px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

/* Company information */

.CompanySections {
  position: relative;
  z-index: 40;
  overflow: clip;
  background: var(--company-paper);
  color: var(--company-ink);
}

.CompanySection {
  position: relative;
  min-height: 100svh;
  padding: clamp(100px, 14vh, 180px) var(--company-gutter);
}

.CompanySection::after {
  position: absolute;
  top: 0;
  right: var(--company-gutter);
  left: var(--company-gutter);
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.16;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 950ms var(--company-ease);
}

.CompanySection.is-visible::after {
  transform: scaleX(1);
}

.CompanySection__inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.CompanySection__header {
  display: grid;
  grid-template-columns: minmax(80px, 16vw) 1fr;
  gap: 24px;
  margin-bottom: clamp(70px, 10vh, 130px);
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 900ms var(--company-ease);
}

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

.CompanySection__index {
  padding-top: 7px;
  color: var(--company-muted);
  font-family: "Google Sans Code", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.CompanySection__eyebrow {
  margin-bottom: 24px;
  color: var(--company-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
}

.CompanySection__header h2,
.CompanyContact__heading h2 {
  max-width: 14em;
  font-size: clamp(46px, 5.2vw, 84px);
  font-weight: 520;
  letter-spacing: -0.05em;
  line-height: 1.04;
  text-wrap: balance;
}

.CompanySection__header > div > p:last-child {
  max-width: 34em;
  margin-top: 28px;
  color: #555652;
  font-size: clamp(13px, 1.05vw, 17px);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.CompanyTeam__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(24px, 4vw, 66px);
  margin-left: min(16vw, 240px);
}

.CompanyTeam__member {
  opacity: 0;
  transform: translateY(70px);
  transition:
    opacity 0.8s ease,
    transform 1s var(--company-ease);
}

.CompanyTeam__member:nth-child(2) {
  margin-top: 0;
}

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

.CompanyTeam.is-visible .CompanyTeam__member:nth-child(2) {
  transition-delay: 0.12s;
}

.CompanyTeam__member figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin: 0;
  background: #d8d7d1;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.05s var(--company-ease);
}

.CompanyTeam.is-visible .CompanyTeam__member figure {
  clip-path: inset(0);
}

.CompanyTeam.is-visible .CompanyTeam__member:nth-child(2) figure {
  transition-delay: 0.12s;
}

.CompanyTeam__member figure::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.1);
  content: "";
  pointer-events: none;
}

.CompanyTeam__member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: grayscale(1) saturate(0.25) contrast(1.04);
  transform: scale(1.005);
  transition:
    filter 0.7s ease,
    transform 1.1s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.CompanyTeam__member:hover img {
  filter: grayscale(0.35) saturate(0.68) contrast(1.02);
  transform: scale(1.025);
}

.CompanyTeam__copy {
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: baseline;
  padding-top: 24px;
  border-top: 1px solid rgba(10, 11, 11, 0.72);
}

.CompanyTeam__role {
  grid-row: 1 / span 2;
  color: var(--company-muted);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.CompanyTeam__copy h3 {
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 520;
  letter-spacing: 0.04em;
}

.CompanyTeam__copy > p:last-child {
  max-width: 31em;
  margin-top: 18px;
  color: #555652;
  font-size: clamp(12px, 0.92vw, 15px);
  letter-spacing: 0.055em;
  line-height: 1.85;
}

.CompanyPartners {
  min-height: 105svh;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.023) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.023) 1px, transparent 1px),
    var(--company-black);
  background-size: 6.25vw 6.25vw;
  color: var(--company-soft-white);
}

.CompanyPartners .CompanySection__index,
.CompanyPartners .CompanySection__eyebrow,
.CompanyPartners .CompanySection__header > div > p:last-child {
  color: rgba(255, 255, 255, 0.5);
}

.CompanyPartners__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 1s cubic-bezier(0.2, 0.75, 0.2, 1);
}

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

.CompanyPartners__grid figure {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  min-height: clamp(150px, 19vw, 255px);
  margin: 0;
  padding: clamp(22px, 2.8vw, 44px);
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  overflow: hidden;
  transition: background-color 280ms ease;
}

.CompanyPartners__grid figure:hover {
  background: rgba(255, 255, 255, 0.035);
}

.CompanyPartners__grid img {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 105px;
  margin: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: grayscale(1) brightness(2.15) contrast(0.72);
  opacity: 0.58;
  transform: scale(1);
  transition:
    filter 0.4s ease,
    opacity 0.4s ease,
    transform 0.4s ease;
}

.CompanyPartners__grid figure:hover img {
  filter: grayscale(1) brightness(2.7) contrast(0.78);
  opacity: 1;
  transform: translateY(-4px) scale(1.02);
}

.CompanyPartners__grid img[src*="partner-iqiyi"] {
  clip-path: inset(16% 16%);
  filter: grayscale(1) brightness(2.2) contrast(0.7);
  opacity: 0.62;
  transform: scale(1);
}

.CompanyPartners__grid figure:hover img[src*="partner-iqiyi"] {
  transform: translateY(-3px) scale(1.02);
}

.CompanyPartners__grid figcaption {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: center;
}

.CompanyContact {
  display: flex;
  align-items: center;
  min-height: 110svh;
  background: #050606;
  color: var(--company-paper);
}

.CompanyContact__heading {
  display: grid;
  grid-template-columns: minmax(120px, 16vw) 1fr;
  margin-bottom: clamp(70px, 11vh, 135px);
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 900ms var(--company-ease);
}

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

.CompanyContact__heading .CompanySection__eyebrow {
  margin: 9px 24px 0 0;
  color: rgba(238, 236, 229, 0.52);
}

.CompanyContact__heading h2 {
  max-width: 9em;
}

.CompanyContact__heading > p:last-child {
  grid-column: 2;
  max-width: 30em;
  margin-top: 28px;
  color: rgba(238, 236, 229, 0.58);
  font-size: clamp(13px, 1vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.CompanyContact__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 6vw, 100px);
  margin-left: min(16vw, 240px);
  background: transparent;
}

.CompanyContact__cards article {
  display: grid;
  grid-template-columns: 1fr clamp(110px, 10vw, 160px);
  align-items: end;
  gap: 36px;
  min-height: 260px;
  padding: clamp(28px, 3.6vw, 56px) 0;
  border-top: 1px solid rgba(238, 236, 229, 0.32);
  border-bottom: 1px solid rgba(238, 236, 229, 0.15);
  background: transparent;
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 700ms ease,
    transform 850ms var(--company-ease),
    border-color 260ms ease;
}

.CompanyContact.is-visible .CompanyContact__cards article {
  opacity: 1;
  transform: translateY(0);
}

.CompanyContact.is-visible .CompanyContact__cards article:nth-child(2) {
  transition-delay: 0.1s;
}

.CompanyContact__cards article:hover {
  border-top-color: var(--company-accent);
}

.CompanyContact__cards p {
  color: rgba(238, 236, 229, 0.5);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.CompanyContact__cards h3 {
  margin-top: 25px;
  font-size: clamp(30px, 3.2vw, 52px);
  font-weight: 520;
}

.CompanyContact__cards span {
  display: block;
  margin-top: 14px;
  color: rgba(238, 236, 229, 0.55);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.CompanyContact__cards img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #fff;
  outline: 1px solid rgba(215, 255, 0, 0.28);
  outline-offset: 8px;
}

.CompanyContact__back {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 56px 0 0 min(16vw, 240px);
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.CompanyContact__back span {
  font-size: 17px;
  transition: transform 0.25s ease;
}

.CompanyContact__back:hover span {
  transform: translateY(-4px);
}

body.is-company-content .Header__container {
  z-index: 10000 !important;
  color: #0a0b0b !important;
  background: rgba(241, 240, 235, 0.92);
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.is-company-content .Header__container a,
body.is-company-content .Header__hamburger,
body.is-company-content .SoundToggle__button {
  color: #0a0b0b !important;
}

body.is-company-content .Header__contact {
  border-color: rgba(10, 11, 11, 0.48) !important;
}

body.is-company-content .Header__side_menu {
  z-index: 10001 !important;
}

body.is-company-content .HamburgerIcon__hamburger {
  opacity: 1 !important;
  visibility: visible !important;
}

body.is-company-content .HamburgerIcon__line,
body.is-company-content .SoundToggle__bar {
  background-color: #0a0b0b !important;
}

body.is-company-content
  .SideMenu__overlay[data-open="true"]
  .HamburgerIcon__line {
  background-color: #fff !important;
}

body.is-company-dark .Header__container {
  color: #fff !important;
  background: rgba(10, 11, 11, 0.9);
}

body.is-company-dark .Header__container a,
body.is-company-dark .Header__hamburger,
body.is-company-dark .SoundToggle__button {
  color: #fff !important;
}

body.is-company-dark .Header__contact {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

body.is-company-dark .HamburgerIcon__line,
body.is-company-dark .SoundToggle__bar {
  background-color: #fff !important;
}

body.is-company-content .TopScrollIndicator__top_scroll_indicator,
body.is-company-content .TweakpaneContainers__container {
  opacity: 0 !important;
  pointer-events: none !important;
}

.CompanyLoading__brand {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  transform: translate(-50%, -50%);
}

#loading-logo {
  display: none !important;
}

#loading-text {
  font-size: 0 !important;
}

#loading-text::after {
  display: block;
  content: "汇聚创意、内容、技术与人才 · 让文化与想象拥有新的表达";
  font-family:
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    sans-serif;
  font-size: 11px;
  letter-spacing: 0.11em;
}

.CompanyLoading__brand .Header__brand_mark {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
}

.CompanyLoading__brand strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 3vw, 46px);
  letter-spacing: 0.02em;
}

.TopPageOutro__lottie {
  display: none !important;
}

.TopPageOutro__logo {
  left: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94vw;
  text-align: center;
}

.Footer__brand_mark {
  display: block;
  background: currentColor;
  -webkit-mask: center / contain no-repeat url("/common/hegain-logo-mark.png");
  mask: center / contain no-repeat url("/common/hegain-logo-mark.png");
}

.TopPageOutro__logo strong {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(110px, 18vw, 360px);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.Footer__logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.Footer__brand_mark {
  width: 42px;
  height: 42px;
}

.Footer__brand_word {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 3vw, 52px);
  font-weight: 700;
}

.Footer__privacyLicense:empty,
.Footer__linkList:empty {
  display: none;
}

.Footer__footer {
  padding: clamp(58px, 8vh, 96px) var(--company-gutter) 26px;
  background: var(--company-black);
  color: var(--company-paper);
}

.Footer__inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.Footer__top {
  padding: 34px 0 0;
  border-top: 1px solid rgba(238, 236, 229, 0.24);
}

.Footer__pageLink,
.Footer__linksTitle {
  color: rgba(238, 236, 229, 0.72);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.Footer__pageLink:hover {
  color: var(--company-accent);
  opacity: 1;
}

.Footer__contact_button_text {
  color: rgba(238, 236, 229, 0.58);
}

.Footer__contact_button_icon {
  border-color: rgba(238, 236, 229, 0.3);
}

.Footer__bottom {
  padding: 0;
}

.Footer__copyright {
  padding: 0;
  margin-top: clamp(48px, 8vh, 90px);
  color: rgba(238, 236, 229, 0.46);
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

body[data-page="top"] .Footer__logo {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 26px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(238, 236, 229, 0.12);
  color: var(--company-paper);
}

@media (max-width: 1000px) {
  .Stellla__main {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 34px;
  }

  .CompanyPartners__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .CompanyContact__cards {
    margin-left: 0;
  }

  .CompanyContact__back {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  body[data-current_section^="service"] [data-service-container],
  body[data-current_section^="service"] [data-service-container] *,
  body[data-current_section^="service"] .CompanyServiceNav,
  body[data-current_section^="service"] .CompanyServiceNav * {
    cursor: auto !important;
  }

  :root {
    --company-gutter: 20px;
  }

  html {
    scroll-padding-top: 64px;
  }

  .Header__logo > a {
    width: 132px;
  }

  .Header__brand_mark {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .Header__brand_word {
    font-size: 19px;
  }

  .CompanyFocus {
    bottom: 64px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 0;
    transform: none;
  }

  .CompanyFocus .News__newsTitle {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .CompanyFocus .News__newsTitle::before {
    width: 22px;
  }

  .CompanyFocus .CompanyFocus__item {
    display: grid;
    grid-template-columns: 25px 1fr;
    padding: 7px 0 6px;
  }

  .CompanyFocus .CompanyFocus__item:nth-child(n + 3) {
    display: none;
  }

  .CompanyFocus__link {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .CompanyFocus__link strong {
    font-size: 12px;
  }

  .CompanyFocus__link span {
    overflow: hidden;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  [data-top_section="mission_in"] {
    height: 35lvh !important;
  }

  .MissionVision__inner {
    width: calc(100% - 40px);
  }

  .MissionVision__ttl {
    min-height: 44px;
  }

  .MissionVision__ttl::after {
    font-size: 18px;
  }

  .MissionVision__ttl::before {
    top: 34px;
  }

  .MissionVision__text {
    margin-top: 46px;
    font-size: clamp(24px, 7.2vw, 34px);
    line-height: 1.58;
  }

  [data-vision-container] .MissionVision__text {
    margin-left: 0;
  }

  .MissionVision__text_en,
  [data-vision-container] .MissionVision__text_en {
    width: 100%;
    max-width: 29em;
    margin-top: 28px;
    text-align: left;
  }

  .Service__content {
    background-size: 25vw 25vw;
  }

  .Service__content_inner {
    width: calc(100% - 40px);
    padding-top: 14vh;
    perspective: 900px;
  }

  .CompanyService__label {
    top: 12vh;
    left: 20px;
    font-size: 10px;
  }

  .Service__item {
    top: auto;
    bottom: 4dvh;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 78dvh;
    padding: 0;
  }

  .Service__item_link {
    top: 0;
    right: -6vw;
    left: auto;
    width: 76vw;
    height: clamp(190px, 31dvh, 280px);
    border-radius: 14px;
    opacity: 0.64;
  }

  .CompanyServiceMedia__meta {
    right: 14px;
    bottom: 13px;
    left: 14px;
    gap: 8px;
    padding-top: 9px;
    font-size: 9px;
  }

  .CompanyServiceCopy {
    width: 100%;
    margin-bottom: 11dvh;
  }

  .CompanyServiceNumberMotion {
    z-index: 6;
    top: 2dvh;
    right: auto;
    left: 0;
    width: 30vw;
    max-width: 130px;
    margin: 0;
  }

  .Service__item_icon,
  [data-service_id="2"] .Service__item_icon {
    position: static;
    width: 100%;
    font-size: clamp(54px, 16vw, 76px);
  }

  .Service__item_title {
    max-width: 10em;
    font-size: clamp(34px, 10.5vw, 50px);
  }

  .Service__item_description {
    width: 100%;
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.75;
  }

  .Service__item_description_en {
    margin-top: 14px;
    font-size: 9px;
  }

  .CompanyServiceCta {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    margin-top: 18px;
    padding: 0 2px 8px 0;
    font-size: 11px;
  }

  .CompanyServiceCta__arrow {
    width: 32px;
    height: 32px;
  }

  .CompanyServiceNav {
    right: 20px;
    bottom: max(16px, env(safe-area-inset-bottom));
    left: 20px;
    justify-content: flex-start;
    gap: 4px;
    padding: 5px;
    overflow: hidden;
  }

  .CompanyServiceNav::-webkit-scrollbar {
    display: none;
  }

  .CompanyServiceNav__button {
    grid-template-columns: 18px 1fr 10px;
    gap: 2px;
    width: 82px;
    min-width: 82px;
    height: 36px;
    padding: 0 2px;
  }

  .CompanyServiceNav__button:hover,
  .CompanyServiceNav__button:focus-visible,
  .CompanyServiceNav__button[data-active] {
    grid-template-columns: 18px 1fr 10px;
    gap: 2px;
    width: 82px;
  }

  .CompanyServiceNav__index,
  .CompanyServiceNav__label {
    font-size: 9px;
    letter-spacing: 0.035em;
  }

  .CompanyServiceNav__arrow {
    font-size: 10px;
  }

  .Stellla__contentWrap {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .Stellla__content {
    width: calc(100% - 40px);
    padding: 0 0 8vh;
  }

  .Stellla__main {
    display: block;
    width: 100%;
  }

  .Stellla__main_logo {
    width: 100%;
    margin-bottom: 38px;
  }

  .HegainWhy__eyebrow {
    margin-bottom: 18px;
  }

  .HegainWhy__heading strong {
    max-width: 9em;
    font-size: clamp(42px, 12vw, 58px);
  }

  .HegainWhy__arrow {
    display: none;
  }

  .HegainWhy__grid article {
    min-height: 132px;
    padding: 18px;
  }

  .HegainWhy__grid h3 {
    margin-top: 24px;
    font-size: 17px;
  }

  .HegainWhy__grid p {
    margin-top: 8px;
    font-size: 10px;
  }

  .CompanySection {
    min-height: auto;
    padding: 92px 20px;
  }

  .CompanySection__header {
    display: block;
    margin-bottom: 60px;
  }

  .CompanySection__index {
    margin-bottom: 26px;
  }

  .CompanySection__eyebrow {
    margin-bottom: 18px;
  }

  .CompanySection__header h2,
  .CompanyContact__heading h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .CompanyTeam__grid {
    grid-template-columns: 1fr;
    gap: 72px;
    margin-left: 0;
  }

  .CompanyTeam__member:nth-child(2) {
    margin-top: 0;
  }

  .CompanyTeam__copy {
    grid-template-columns: 55px 1fr;
  }

.CompanyPartners {
  padding-bottom: 100px;
}

.CompanyPartners .CompanySection__header h2 span {
  display: block;
}

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

  .CompanyPartners__grid figure {
    min-height: 150px;
    padding: 22px 15px;
  }

  .CompanyPartners__grid img {
    max-width: 156px;
    max-height: 82px;
    filter: grayscale(1) brightness(2.35) contrast(0.76);
    opacity: 0.74;
    transform: scale(1);
  }

  .CompanyContact {
    min-height: 100svh;
  }

  .CompanyContact__heading {
    display: block;
    margin-bottom: 60px;
  }

  .CompanyContact__heading .CompanySection__eyebrow {
    margin: 0 0 18px;
  }

  .CompanyContact__heading > p:last-child {
    margin-top: 22px;
  }

  .CompanyContact__cards {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .CompanyContact__cards article {
    grid-template-columns: 1fr 105px;
    min-height: 190px;
    gap: 22px;
    padding: 26px 0;
  }

  .CompanyContact__cards h3 {
    font-size: 32px;
  }

  .CompanyContact__back {
    margin: 42px 0 0;
  }

  .Footer__footer {
    padding: 64px 20px 24px;
  }

  .Footer__top {
    padding: 28px 0 0;
  }

  .Footer__copyright {
    margin-top: 44px;
    text-align: left;
  }

  .TopPageOutro__logo {
    width: 96vw;
  }

  .TopPageOutro__logo strong {
    font-size: 18vw;
  }
}

/* Production view: the source site's material/quaternion debug panes are not public UI. */
.TweakpaneContainers__container {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .CompanyTeam__member,
  .CompanyTeam__member figure,
  .CompanyPartners__grid,
  .CompanyContact__heading,
  .CompanyContact__cards article,
  .CompanySection__header,
  .CompanySection::after,
  .CompanyTeam__member img,
  .HegainWhy__grid article,
  .CompanyServiceNav,
  .CompanyServiceNav__button,
  .CompanyServiceCta,
  .Service__item_link,
  .Service__item_link img,
  .Header__nav_item a,
  .Header__nav_item a::after,
  .CompanyPartners__grid figure,
  .CompanyPartners__grid img {
    transition-duration: 0.01ms !important;
  }

  .Service__item_link,
  .CompanyServiceCopy,
  .CompanyServiceMediaMotion,
  .CompanyServiceCopyMotion,
  .CompanyServiceNumberMotion {
    transform: none !important;
  }

}
