.alche-home main { overflow: clip; }

.alche-home [data-snap-ratio],
.alche-home [data-indicator] {
  scroll-margin-top: var(--header-h);
}
.alche-home #works {
  scroll-margin-top: 0;
}

.alche-hero {
  min-height: 100svh;
  display: grid;
  align-items: stretch;
  padding: calc(var(--header-h) + 2.2rem) 0 3.4rem;
  position: relative;
  overflow: clip;
}
.alche-hero__inner {
  width: min(100% - 6.4rem, 1440px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(300px, 380px);
  min-height: calc(100svh - var(--header-h) - 5.6rem);
  gap: clamp(2.4rem, 7vw, 9rem);
  align-items: end;
}
.alche-hero__copy {
  max-width: 820px;
  padding-bottom: clamp(1.2rem, 4.5vh, 4.5rem);
}
.alche-hero__title {
  font-family: var(--font-display);
  font-size: var(--fs-hero);
  letter-spacing: -.048em;
  line-height: .88;
  text-transform: uppercase;
  text-wrap: balance;
  max-width: 10ch;
}
.alche-hero__cn {
  margin-top: 1rem;
  max-width: 720px;
  font-size: clamp(22px, 2.55vw, 36px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -.026em;
  color: #fff;
}
.alche-hero__sub {
  margin-top: 1.1rem;
  max-width: 620px;
  color: var(--gs-text-muted);
  font-size: clamp(15px, 1.3vw, 18px);
}
.alche-hero__actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.alche-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--gs-text-muted);
  animation: hero-breathe 1.8s ease-in-out infinite;
}
.alche-home.is-away-from-top .alche-hero__scroll {
  opacity: 0;
  visibility: hidden;
  animation: none;
}
.news-panel {
  align-self: start;
  position: relative;
  width: min(430px, 32vw);
  margin-top: clamp(.4rem, 4vh, 2.8rem);
  padding: 1.18rem 1.35rem 1.08rem;
  border: 1px solid var(--gs-line);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.018)),
    rgba(5,5,6,.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow:
    0 24px 80px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.075);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.news-panel::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  top: 0;
  height: 2px;
  width: auto;
  border-radius: 0;
  background: linear-gradient(90deg, var(--gs-red), rgba(255,255,255,.24), transparent);
  opacity: .72;
}
.news-panel::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border-top: 1px solid rgba(255,255,255,.26);
  border-right: 1px solid rgba(255,255,255,.26);
  background: none;
  opacity: .72;
  mask-image: none;
}
.news-panel__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .52rem;
  margin-bottom: .62rem;
  font-family: var(--font-mono);
  color: var(--gs-text-muted);
  letter-spacing: .16em;
  font-size: 12.5px;
  text-transform: uppercase;
}
.news-panel__title::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--gs-red);
  box-shadow: 0 0 18px rgba(255,32,38,.42);
}
.news-panel__title::after {
  content: "01 / 03";
  flex: 1;
  height: auto;
  text-align: right;
  color: rgba(255,255,255,.34);
  background: none;
}
.news-panel a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: .85rem;
  align-items: start;
  padding: .92rem 0 .96rem;
  border-bottom: 1px solid var(--gs-line);
  color: rgba(255,255,255,.86);
  transition: color .24s var(--ease-out-expo), transform .24s var(--ease-out-expo), border-color .24s var(--ease-out-expo);
}
.news-panel a:last-child {
  border-bottom: 0;
}
.news-panel a::before {
  content: "";
  position: absolute;
  left: -.56rem;
  top: .95rem;
  bottom: .95rem;
  width: 2px;
  z-index: -1;
  border-radius: 0;
  background: var(--gs-red);
  opacity: 0;
  transition: opacity .24s var(--ease-out-expo);
}
.news-panel time {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--gs-red-glow);
  letter-spacing: .08em;
  white-space: nowrap;
}
.news-panel strong {
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: .01em;
  overflow-wrap: anywhere;
  text-shadow: 0 8px 24px rgba(0,0,0,.76);
}
.news-panel a:hover {
  transform: translateX(6px);
  border-color: rgba(255,255,255,.18);
}
.news-panel a:hover::before {
  opacity: 1;
}
.news-panel a:hover strong { color: #fff; }

.alche-hero {
  padding: calc(var(--header-h) + 1.4rem) 0 2.7rem;
}
.alche-hero__inner {
  width: min(100% - 6.4rem, 1360px);
  grid-template-columns: minmax(0, 780px) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(2.2rem, 6vw, 7rem);
}
.alche-hero__copy {
  max-width: 780px;
  padding-bottom: 0;
  opacity: calc(1 - var(--alche-kv-exit, 0));
  transform: translate3d(0, calc(var(--alche-kv-exit, 0) * -42px), 0);
  filter: blur(calc(var(--alche-kv-exit, 0) * 6px));
  will-change: opacity, transform, filter;
}
.alche-hero__title--cn {
  display: grid;
  gap: .02em;
  max-width: 9.6ch;
  font-family: var(--font-body);
  font-size: clamp(54px, 6.4vw, 98px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.08;
  text-transform: none;
}
.alche-hero__title--cn span {
  display: block;
}
.alche-hero__title--cn .u {
  color: var(--gs-red-glow);
  text-shadow: 0 0 28px rgba(215,22,24,.34);
}
.alche-hero__title--cn + .alche-hero__sub {
  max-width: 38em;
  margin-top: 1.35rem;
  color: rgba(255,255,255,.62);
  font-size: clamp(14px, 1.12vw, 17px);
  line-height: 2;
}

.home-clarity [data-reveal],
.works-head [data-reveal],
.statement-section .statement[data-reveal],
.outro-cta [data-reveal] {
  opacity: 1;
  transform: none;
  filter: none;
}

.alche-hud {
  position: fixed;
  right: clamp(1.8rem, 4vw, 5.5rem);
  top: 90px;
  z-index: 2;
  width: 154px;
  pointer-events: none;
  color: rgba(255,255,255,.62);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  text-align: center;
  text-shadow: 0 0 16px rgba(0,0,0,.85);
  transition: opacity .45s var(--ease-out-expo), transform .45s var(--ease-out-expo);
}
body.is-footer-in .alche-hud {
  opacity: 0;
  transform: translateY(-16px);
}
body[data-current_section="service"] .alche-hud,
body[data-current_section="service_in"] .alche-hud {
  opacity: 0;
  transform: translateY(-16px);
  pointer-events: none;
}
.alche-hud__metrics {
  display: grid;
  gap: .42rem;
  justify-items: center;
  padding: .58rem .72rem;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(0,0,0,.24);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.alche-hud__metrics::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255,255,255,.78);
  box-shadow: 0 0 24px rgba(255,255,255,.28);
}
.alche-hud__metrics strong {
  color: rgba(255,255,255,.72);
  font-weight: 500;
  white-space: nowrap;
}
.alche-hud__orbit {
  display: none;
}
.alche-hud__reset {
  margin-top: .65rem;
  color: rgba(255,255,255,.42);
}

.scroll-indicator {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: var(--z-indicator);
  transform: translateY(-50%);
  opacity: 1;
  mix-blend-mode: difference;
  transition: opacity .3s ease, visibility .3s ease;
}
body[data-current_section="kv"] .scroll-indicator,
body[data-current_section="cobuild"] .scroll-indicator,
body[data-current_section="outro"] .scroll-indicator {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.scroll-indicator__section-list,
.TopScrollIndicator__section_list {
  display: flex;
  flex-direction: column;
  gap: 21.6px;
}
.scroll-indicator__section,
.TopScrollIndicator__section_item {
  display: flex;
  flex-direction: column;
  gap: 21.6px;
  opacity: 1;
  transition: opacity .3s ease;
}
.scroll-indicator__section-label,
.TopScrollIndicator__section_label {
  opacity: 0;
}
.scroll-indicator__section[data-active],
.TopScrollIndicator__section_item[data-active="true"],
.TopScrollIndicator__section_item[data-active] {
  opacity: 1;
}
.scroll-indicator__section-main,
.TopScrollIndicator__section_main,
.scroll-indicator__subsection,
.TopScrollIndicator__subsection_item {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.scroll-indicator__section-main,
.TopScrollIndicator__section_main {
  display: flex;
  align-items: center;
  gap: 16px;
}
.scroll-indicator__section-line,
.TopScrollIndicator__section_line {
  position: relative;
  width: 16px;
  height: 1px;
  background: #fff;
  flex-shrink: 0;
  transition: width .3s ease, background-color .3s ease;
}
.scroll-indicator__section[data-active] .scroll-indicator__section-line,
.TopScrollIndicator__section_item[data-active="true"] .TopScrollIndicator__section_line,
.TopScrollIndicator__section_item[data-active] .TopScrollIndicator__section_line {
  width: 20px;
  background: #fff;
}
.scroll-indicator__section-label,
.TopScrollIndicator__section_label {
  position: absolute;
  left: calc(100% + 8px);
  top: 0;
  transform: translateY(-50%);
  color: rgba(255,255,255,.6);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity .3s ease, color .3s ease;
}
.scroll-indicator__section[data-active] .scroll-indicator__section-label,
.TopScrollIndicator__section_item[data-active="true"] .TopScrollIndicator__section_label,
.TopScrollIndicator__section_item[data-active] .TopScrollIndicator__section_label {
  opacity: 1;
  color: #fff;
}
.scroll-indicator__subsection-list,
.TopScrollIndicator__subsection_list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.scroll-indicator__subsection,
.TopScrollIndicator__subsection_item {
  display: flex;
  align-items: center;
  gap: 18px;
  transition: opacity .3s ease;
}
.scroll-indicator__subsection:hover,
.TopScrollIndicator__subsection_item:hover {
  opacity: .6;
}
.scroll-indicator__subsection-line,
.TopScrollIndicator__subsection_line {
  position: relative;
  width: 4px;
  height: 1px;
  background: #999;
  flex-shrink: 0;
  transition: width .3s ease, background-color .3s ease;
}
.scroll-indicator__subsection[data-active] .scroll-indicator__subsection-line,
.TopScrollIndicator__subsection_item[data-active="true"] .TopScrollIndicator__subsection_line,
.TopScrollIndicator__subsection_item[data-active] .TopScrollIndicator__subsection_line {
  width: 12px;
  background: #fff;
}
@media (max-width: 768px) {
  .scroll-indicator {
    display: none;
  }
}

.home-clarity {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: calc(var(--header-h) + 4rem) 0 clamp(4rem, 8vw, 7rem);
  border-top: 1px solid rgba(255,255,255,.055);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 12% 10%, rgba(215,22,24,.08), transparent 32vw),
    linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.04) 42%, rgba(0,0,0,.34));
  overflow: clip;
}
.home-clarity::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .20;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 100% 136px, 136px 100%;
  mask-image: radial-gradient(circle at 50% 40%, #000 0 52%, transparent 78%);
}
.home-clarity > .container {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.6rem);
}
.home-clarity__head {
  max-width: 980px;
}
.home-clarity__head h2 {
  margin-top: 1rem;
  max-width: 980px;
  color: #fff;
  font-size: clamp(36px, 5.4vw, 72px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.home-clarity__head p {
  max-width: 760px;
  margin-top: 1.1rem;
  color: rgba(255,255,255,.66);
  font-size: clamp(15px, 1.4vw, 18px);
}
.home-clarity__pipeline,
.home-clarity__modules,
.home-proof-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--gs-line);
  background:
    linear-gradient(90deg, rgba(255,43,46,.16), transparent 30%, rgba(255,255,255,.08) 58%, transparent),
    var(--gs-line);
}
.home-clarity__pipeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home-clarity__pipeline > div,
.home-clarity__modules > article,
.home-proof-grid > article,
.home-clarity__routes,
.home-clarity__proof {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.018)),
    rgba(5,5,6,.76);
  overflow: hidden;
}
.home-clarity__pipeline > div {
  min-height: 138px;
  padding: clamp(1rem, 2vw, 1.45rem);
}
.home-clarity__pipeline span,
.home-clarity__modules span,
.home-proof-grid span,
.home-clarity__label {
  display: block;
  color: var(--gs-red-glow);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-clarity__pipeline b {
  display: block;
  margin-top: 1.8rem;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 25px);
  letter-spacing: -.02em;
}
.home-clarity__pipeline p {
  margin-top: .3rem;
  color: rgba(255,255,255,.52);
  font-family: var(--font-mono);
  font-size: 12.5px;
}
.home-clarity__modules {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home-clarity__modules > article {
  min-height: clamp(260px, 28vw, 340px);
  display: flex;
  flex-direction: column;
  padding: clamp(1.2rem, 2.6vw, 2rem);
}
.home-clarity__modules > article::before,
.home-clarity__routes::before,
.home-clarity__proof::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gs-red-glow), rgba(255,255,255,.24), transparent 74%);
  opacity: .48;
}
.home-clarity__modules h3,
.home-clarity__routes h3,
.home-clarity__proof h3 {
  margin-top: .9rem;
  color: #fff;
  font-size: clamp(20px, 2.1vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.home-clarity__modules p {
  margin-top: 1rem;
  color: rgba(255,255,255,.62);
}
.home-clarity__modules a {
  margin-top: auto;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .12em;
}
.home-clarity__lower {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 1px;
  border: 1px solid var(--gs-line);
  background: var(--gs-line);
}
.home-clarity__routes,
.home-clarity__proof {
  padding: clamp(1.2rem, 2.8vw, 2.2rem);
}
.home-route-list {
  display: grid;
  margin-top: clamp(1.2rem, 2.5vw, 2rem);
  border-top: 1px solid var(--gs-line);
}
.home-route-list a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) minmax(120px, .38fr);
  gap: .8rem;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid var(--gs-line);
  color: rgba(255,255,255,.8);
  transition: color .24s var(--ease-out-expo), transform .24s var(--ease-out-expo);
}
.home-route-list a:hover {
  color: #fff;
  transform: translateX(6px);
}
.home-route-list span {
  color: var(--gs-red-glow);
  font-family: var(--font-mono);
  font-size: 12.5px;
}
.home-route-list b {
  color: currentColor;
  font-size: 14px;
  line-height: 1.45;
}
.home-route-list i {
  color: rgba(255,255,255,.42);
  font-family: var(--font-mono);
  font-size: 12px;
  font-style: normal;
  letter-spacing: .08em;
  text-align: right;
}
.home-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(1.2rem, 2.5vw, 2rem);
}
.home-proof-grid > article {
  min-height: 136px;
  padding: 1.05rem;
}
.home-proof-grid b {
  display: block;
  margin-top: .8rem;
  color: #fff;
  font-size: clamp(24px, 3vw, 42px);
  line-height: .95;
  letter-spacing: -.045em;
}
.home-proof-grid p {
  margin-top: .55rem;
  color: rgba(255,255,255,.58);
  font-size: 13px;
}

.works-intro {
  min-height: 140svh;
  position: relative;
  overflow: clip;
  pointer-events: none;
  --works-intro-progress: 0;
  isolation: isolate;
}
.works-intro::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(90,118,180,.16), transparent 42%),
    linear-gradient(rgba(150,175,235,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150,175,235,.10) 1px, transparent 1px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 5px),
    #02040a;
  background-size: auto, 48px 48px, 48px 48px, auto, auto;
  mix-blend-mode: screen;
  transition: opacity .45s var(--ease-out-expo);
}
body[data-current_section="works_intro"] .works-intro::before {
  opacity: .52;
}
.works-intro__screen {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  opacity: calc(.18 + var(--works-intro-progress, 0) * .72);
}
.works-intro__screen::before,
.works-intro__screen::after {
  content: "";
  position: absolute;
  inset: 12vh 8vw;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.075);
  transform:
    translateY(calc((.5 - var(--works-intro-progress, 0)) * 8vh))
    scaleX(calc(.64 + var(--works-intro-progress, 0) * .42));
  opacity: calc(.08 + var(--works-intro-progress, 0) * .18);
}
.works-intro__screen::after {
  inset: 22vh 14vw;
  border-color: rgba(150,175,235,.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(90,118,180,.08), transparent 46%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 32px);
  filter: blur(.2px);
  transform:
    translateY(calc((var(--works-intro-progress, 0) - .5) * 7vh))
    scaleY(calc(.74 + var(--works-intro-progress, 0) * .30));
}
.works-intro__title {
  font-family: var(--font-display);
  font-size: clamp(72px, 18vw, 270px);
  font-weight: 400;
  font-synthesis: none;
  line-height: .84;
  letter-spacing: -.015em;
  color: rgba(255,255,255,.05);
  -webkit-text-stroke: 1px rgba(255,255,255,.18);
  text-shadow: 0 0 72px rgba(120,150,220,.10);
  transform:
    translateY(calc((.5 - var(--works-intro-progress, 0)) * 7vh))
    scale(calc(.92 + var(--works-intro-progress, 0) * .12));
}
.works-intro__kicker,
.works-intro__caption {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.42);
}
.works-intro__kicker {
  top: clamp(7rem, 16vh, 10rem);
  left: clamp(2rem, 8vw, 7rem);
}
.works-intro__caption {
  right: clamp(2rem, 8vw, 7rem);
  bottom: clamp(4rem, 11vh, 8rem);
}
.works-intro__line {
  position: absolute;
  width: min(72vw, 1040px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.20), rgba(150,175,235,.48), rgba(255,255,255,.20), transparent);
  transform: scaleX(calc(.12 + var(--works-intro-progress, 0) * .88));
  transform-origin: center;
  opacity: calc(.18 + var(--works-intro-progress, 0) * .54);
  box-shadow: 0 0 44px rgba(120,150,220,.18);
}

.works-section {
  position: relative;
  padding-block: 0;
  isolation: isolate;
}
.works-section::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .55s var(--ease-out-expo);
  background:
    radial-gradient(circle at 50% 46%, rgba(90,118,180,.18), transparent 42%),
    radial-gradient(circle at 36% 36%, rgba(88,106,150,.08), transparent 34%),
    linear-gradient(rgba(150,175,235,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150,175,235,.11) 1px, transparent 1px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 1px, transparent 1px 5px),
    #02040a;
  background-size: auto, auto, 48px 48px, 48px 48px, auto, auto;
  mix-blend-mode: screen;
  transform: perspective(900px) rotateX(0deg) scale(1.02);
}
.works-section::after {
  content: "WORKS";
  position: fixed;
  left: 50%;
  top: 47%;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, -50%) scaleX(1.16);
  font-family: var(--font-display);
  font-size: clamp(180px, 28vw, 420px);
  font-weight: 400;
  font-synthesis: none;
  line-height: .78;
  letter-spacing: -.015em;
  color: rgba(255,255,255,.18);
  opacity: 0;
  mix-blend-mode: screen;
  text-transform: uppercase;
  transition: opacity .45s var(--ease-out-expo), transform .65s var(--ease-out-expo);
}
body[data-current_section="works_intro"] .works-section::before,
body[data-current_section="works"] .works-section::before,
body[data-current_section="works_outro"] .works-section::before {
  opacity: .56;
}
body[data-works_phase="logo"][data-current_section="works"] .works-section::after,
body[data-works_phase="logo"][data-current_section="works_intro"] .works-section::after {
  opacity: .15;
  transform: translate(-50%, -50%) scaleX(.98);
}
.works-section .container {
  width: min(100% - 4.8rem, 1440px);
  position: relative;
  z-index: 2;
}
.works-sticky {
  min-height: auto;
  display: block;
  padding-block: 0;
  opacity: .18;
  transition: opacity .55s var(--ease-out-expo);
}
body[data-current_section="works_intro"] .works-sticky,
body[data-current_section="works"] .works-sticky {
  opacity: 1;
}
body[data-current_section="works_outro"] .works-sticky {
  opacity: 0;
}
.works-head {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--header-h) + 1.5rem);
  z-index: 4;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  align-items: end;
  pointer-events: none;
}
.works-head h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.8vw, 56px);
  font-weight: 400;
  font-synthesis: none;
  line-height: .96;
  letter-spacing: 0;
  color: rgba(255,255,255,.22);
}
.works-head .measure {
  display: none;
  max-width: 540px;
  color: rgba(255,255,255,.84);
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.85;
  letter-spacing: .02em;
  text-shadow: 0 18px 48px rgba(0,0,0,.88);
}
.works-list {
  display: block;
  border-top: 0;
}
.work-item {
  position: relative;
  display: block;
  min-height: 100svh;
  padding: calc(var(--header-h) + 2rem) 0 4rem;
  border-top: 0;
  color: rgba(255,255,255,.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  perspective: 1200px;
  overflow: hidden;
  transition: color .55s var(--ease-out-expo), opacity .55s var(--ease-out-expo), transform .55s var(--ease-out-expo);
}
.work-item:last-child {
  border-bottom: 0;
}
.work-item:hover,
.work-item.is-active {
  color: #fff;
  opacity: 1;
}
.work-item.is-work-visible,
.work-item.is-work-leaving {
  visibility: visible;
}
.work-item.is-work-visible {
  pointer-events: auto;
}
.work-item.is-work-hidden,
.work-item.is-work-leaving {
  opacity: 0;
  pointer-events: none;
}
.work-item.is-work-visible {
  opacity: 1;
}
.work-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}
.work-item__visual {
  position: absolute;
  left: clamp(180px, 18vw, 300px);
  top: 48%;
  width: min(66vw, 1000px);
  aspect-ratio: 16 / 9;
  transform: translateY(-48%) rotateX(1.2deg) rotateY(-3.8deg) skewX(-.28deg);
  transform-origin: center;
  border: 1px solid rgba(255,255,255,.11);
  background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(0,0,0,.24));
  box-shadow: 0 44px 120px rgba(0,0,0,.72), 0 0 92px rgba(255,255,255,.045), 0 0 78px rgba(215,22,24,.12);
  opacity: .88;
  filter: saturate(.98) brightness(.96) contrast(1.14);
  isolation: isolate;
  transition: transform .7s var(--ease-out-expo), border-color .7s var(--ease-out-expo), opacity .55s var(--ease-out-expo), filter .55s var(--ease-out-expo), box-shadow .55s var(--ease-out-expo);
}
.work-item:hover .work-item__visual,
.work-item.is-active .work-item__visual {
  transform: translateY(-50%) rotateX(.35deg) rotateY(-2.1deg) skewX(-.12deg);
  border-color: rgba(255,255,255,.23);
  opacity: .96;
  filter: saturate(1.02) brightness(1.02) contrast(1.12);
}
body:not([data-current_section="works"]) .work-item__visual {
  opacity: .50;
  filter: saturate(.82) brightness(.70);
}
body[data-current_section="works"] .work-item.is-active .work-item__visual {
  box-shadow:
    0 44px 120px rgba(0,0,0,.72),
    0 0 92px rgba(255,255,255,.05),
    0 0 96px rgba(215,22,24,.20);
}
.work-item__visual::before,
.work-item__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.work-item__visual::before {
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 5px);
  background-size: 22px 22px, 22px 22px, auto;
  mix-blend-mode: screen;
  opacity: .24;
}
.work-item__visual::after {
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255,255,255,.16) 35%, transparent 43%),
    radial-gradient(circle at 45% 45%, transparent 0 56%, rgba(0,0,0,.24) 86%),
    linear-gradient(90deg, rgba(215,22,24,.08), transparent 26%, transparent 76%, rgba(255,255,255,.08));
  opacity: .38;
  mix-blend-mode: screen;
}
.work-item__image,
.work-item__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.08) brightness(1.04);
}
.work-item__image {
  opacity: .64;
  mix-blend-mode: normal;
  transition: opacity .5s var(--ease-out-expo), filter .5s var(--ease-out-expo);
}
body[data-current_section="works"] .work-item.is-active .work-item__image {
  opacity: .92;
  filter: saturate(1.08) contrast(1.16) brightness(1.06);
}
.work-item__image.is-image-loaded {
  opacity: .82;
}
body[data-current_section="works"] .work-item.is-active .work-item__image.is-image-loaded {
  opacity: .96;
}
.work-item__preview {
  position: absolute;
  right: min(-18vw, -180px);
  top: 18%;
  width: min(18vw, 260px);
  aspect-ratio: 9 / 14;
  border: 1px solid rgba(255,255,255,.16);
  overflow: hidden;
  transform: rotateY(-24deg) rotateZ(.4deg);
  transform-origin: left center;
  opacity: .86;
  box-shadow: 0 28px 90px rgba(0,0,0,.76);
}
.work-item__preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.46), rgba(0,0,0,.08));
}
.work-item__body {
  position: absolute;
  left: clamp(4.2rem, 8vw, 7rem);
  top: clamp(170px, 30vh, 280px);
  bottom: auto;
  z-index: 3;
  width: min(700px, 48vw);
  display: grid;
  gap: .9rem;
  text-shadow: 0 14px 48px rgba(0,0,0,.88);
}
.work-item__meta {
  display: grid;
  gap: .3rem;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--gs-text-muted);
}
.work-item__title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(32px, 4.1vw, 62px);
  font-weight: 400;
  font-synthesis: none;
  line-height: .92;
  letter-spacing: .01em;
  text-transform: uppercase;
  max-width: 680px;
}
.work-title-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  transition-delay: calc(var(--char-index, 0) * 1ms);
  will-change: opacity, transform;
}
.work-title-word {
  display: inline-block;
  white-space: nowrap;
}
.work-title-space {
  width: .40em;
}
.work-item.is-work-visible .work-title-char {
  opacity: 1;
  transform: translateY(0);
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  transition-delay: calc(var(--char-index, 0) * 10ms);
}
.work-item.is-work-leaving .work-title-char,
.work-item.is-work-hidden .work-title-char {
  opacity: 0;
  transform: translateY(-40px);
  transition-duration: .46s;
  transition-timing-function: cubic-bezier(.55, 0, 1, .45);
  transition-delay: calc(var(--char-index, 0) * 1ms);
}
.work-item__description {
  display: block;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .46s cubic-bezier(.55, 0, 1, .45), transform .46s cubic-bezier(.55, 0, 1, .45);
}
.work-item.is-work-visible .work-item__description {
  opacity: 1;
  transform: translateY(0);
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  transition-delay: .18s;
}
.work-item.is-work-leaving .work-item__description,
.work-item.is-work-hidden .work-item__description {
  opacity: 0;
  transform: translateY(-20px);
  transition-delay: 0s;
}
.work-item__cn {
  display: block;
  margin-top: .56rem;
  color: var(--gs-text-soft);
  font-weight: 700;
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: .02em;
}
.work-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: flex-start;
  margin-top: .9rem;
}
.work-item__tags span {
  border: 1px solid var(--gs-line);
  border-radius: 999px;
  padding: .3rem .62rem;
  color: var(--gs-text-muted);
  font-family: var(--font-mono);
  font-size: 12px;
}
.work-item:hover .work-item__tags span { border-color: var(--gs-red-line); color: #fff; }
.work-item__more {
  position: absolute;
  right: clamp(3rem, 6vw, 6rem);
  bottom: clamp(4rem, 9vh, 6.5rem);
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .08em;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s var(--ease-out-expo), transform .35s var(--ease-out-expo);
}
body[data-current_section="works"] .work-item__more {
  opacity: 1;
  transform: translateY(0);
}

/* The DOM image is the resilient no-WebGL fallback. Once the real thumbnail
   scene is ready, remove the flat card so the helix and its depth occlusion
   become the only visual source. Text and links remain native DOM content. */
body[data-gl-context="ready"] .works-list:not([data-works-static="true"]) .work-item__visual {
  display: none;
}
body[data-gl-context="ready"] .works-list:not([data-works-static="true"]) .work-item {
  perspective: none;
  overflow: visible;
}
body[data-gl-context="ready"] .works-list:not([data-works-static="true"]) .work-item__body,
body[data-gl-context="ready"] .works-list:not([data-works-static="true"]) .work-item__more {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body[data-gl-context="ready"][data-current_section="works"] .works-list:not([data-works-static="true"]) .work-item.is-active .work-item__body {
  position: fixed;
  left: clamp(4.2rem, 8vw, 7rem);
  top: auto;
  bottom: clamp(4rem, 8vh, 6rem);
  z-index: 5;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body[data-gl-context="ready"][data-current_section="works"] .works-list:not([data-works-static="true"]) .work-item.is-active .work-item__more {
  position: fixed;
  right: clamp(3rem, 6vw, 6rem);
  bottom: clamp(4rem, 8vh, 6rem);
  display: block;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

@media (min-width: 901px) {
  body[data-motion-profile="full"]:not([data-current_section="works_intro"]):not([data-current_section="works"]) .works-intro__screen {
    opacity: 0;
  }
  body[data-motion-profile="full"] .home-clarity {
    --clarity-progress: 0;
    --clarity-pipeline-alpha: 1;
    --clarity-modules: 0;
    --clarity-head-alpha: 1;
    min-height: 220svh;
    display: block;
    padding: 0;
  }
  body[data-motion-profile="full"] .home-clarity > .container {
    position: sticky;
    top: 0;
    min-height: 100svh;
    padding-top: calc(var(--header-h) + clamp(1.4rem, 3.4vh, 2.6rem));
    padding-bottom: clamp(1.2rem, 3vh, 2.2rem);
    align-content: center;
    grid-template-rows: auto minmax(250px, 39vh);
    gap: clamp(1.2rem, 2.5vh, 2rem);
    overflow: hidden;
    opacity: var(--clarity-exit-alpha, 1);
    transition: none;
  }
  body[data-motion-profile="full"] .home-clarity__head {
    opacity: var(--clarity-head-alpha);
    transform: translate3d(0, calc(var(--clarity-progress) * -20px), 0);
    transition: opacity .12s linear;
    will-change: opacity, transform;
  }
  body[data-motion-profile="full"] .home-clarity__head h2 {
    max-width: 1050px;
    font-size: clamp(40px, 4.8vw, 68px);
  }
  body[data-motion-profile="full"] .home-clarity__pipeline,
  body[data-motion-profile="full"] .home-clarity__modules {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
  }
  body[data-motion-profile="full"] .home-clarity__pipeline {
    z-index: 2;
    opacity: var(--clarity-pipeline-alpha);
    transform: translate3d(0, calc((1 - var(--clarity-pipeline-alpha)) * -28px), 0);
    filter: blur(calc((1 - var(--clarity-pipeline-alpha)) * 9px));
    pointer-events: none;
    will-change: opacity, transform, filter;
  }
  body[data-motion-profile="full"] .home-clarity__pipeline > div {
    min-height: 100%;
    opacity: calc(.10 + var(--clarity-item, 0) * .90);
    transform: translate3d(0, calc((1 - var(--clarity-item, 0)) * 44px), 0)
      scale(calc(.965 + var(--clarity-item, 0) * .035));
    filter: saturate(calc(.35 + var(--clarity-item, 0) * .65));
    transform-origin: 50% 100%;
    will-change: opacity, transform;
  }
  body[data-motion-profile="full"] .home-clarity__pipeline > div::after {
    content: "";
    position: absolute;
    left: clamp(1rem, 2vw, 1.45rem);
    right: clamp(1rem, 2vw, 1.45rem);
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gs-red-glow), rgba(255,255,255,.7), transparent);
    transform: scaleX(var(--clarity-item, 0));
    transform-origin: left;
    box-shadow: 0 0 24px rgba(215,22,24,.28);
  }
  body[data-motion-profile="full"] .home-clarity__modules {
    z-index: 1;
    opacity: var(--clarity-modules);
    transform: translate3d(0, calc((1 - var(--clarity-modules)) * 54px), 0)
      scale(calc(.95 + var(--clarity-modules) * .05));
    filter: blur(calc((1 - var(--clarity-modules)) * 10px));
    pointer-events: none;
    will-change: opacity, transform, filter;
  }
  body[data-motion-profile="full"] .home-clarity.is-modules-visible .home-clarity__modules {
    pointer-events: auto;
  }
  body[data-motion-profile="full"] .home-clarity__modules > article {
    min-height: 100%;
  }
}
body[data-current_section="works"] .work-item.is-active,
body[data-current_section="works"] .work-item.is-work-visible,
body[data-current_section="works"] .works-list .work-item:first-child {
  visibility: visible;
  opacity: 1;
}
body[data-current_section="works"] .work-item.is-active .work-title-char,
body[data-current_section="works"] .work-item.is-work-visible .work-title-char,
body[data-current_section="works"] .works-list .work-item:first-child .work-title-char,
body[data-current_section="works"] .work-item.is-active .work-item__description,
body[data-current_section="works"] .work-item.is-work-visible .work-item__description,
body[data-current_section="works"] .works-list .work-item:first-child .work-item__description {
  opacity: 1;
  transform: none;
}
body[data-works_phase="logo"][data-current_section="works"] .work-item__visual,
body[data-works_phase="logo"][data-current_section="works_intro"] .work-item__visual,
body[data-works_phase="logo"][data-current_section="works"] .work-item__body,
body[data-works_phase="logo"][data-current_section="works_intro"] .work-item__body,
body[data-works_phase="logo"][data-current_section="works"] .work-item__more {
  opacity: 0;
  transform: translateY(16px) scale(.98);
  pointer-events: none;
}
body[data-works_phase="logo"][data-current_section="works_intro"] .work-item__more {
  opacity: 0;
  transform: translateY(16px) scale(.98);
  pointer-events: none;
}
body[data-works_phase="logo"][data-current_section="works"] .work-item.is-active .work-item__visual,
body[data-works_phase="logo"][data-current_section="works_intro"] .work-item.is-active .work-item__visual {
  opacity: .56;
  transform: translateY(-50%) rotateX(.35deg) rotateY(-2.1deg) skewX(-.12deg) scale(.96);
}
body[data-works_phase="logo"][data-current_section="works"] .work-item.is-active .work-item__body,
body[data-works_phase="logo"][data-current_section="works_intro"] .work-item.is-active .work-item__body {
  opacity: .82;
  transform: translateY(0) scale(.98);
  pointer-events: auto;
}
body[data-works_phase="logo"][data-current_section="works"] .work-item.is-active .work-item__more {
  opacity: .72;
  transform: translateY(0) scale(1);
}
body[data-works_phase="logo"][data-current_section="works"] .works-head h2 {
  opacity: .16;
}
body[data-works_phase="logo"][data-current_section="works"] .works-head .measure,
body[data-works_phase="logo"][data-current_section="works_intro"] .works-head .measure {
  max-width: 600px;
  color: rgba(255,255,255,.90);
  opacity: 1;
}
body[data-gl-context="ready"][data-works_phase="logo"][data-current_section="works"] .works-list:not([data-works-static="true"]) .work-item.is-active .work-item__body,
body[data-gl-context="ready"][data-works_phase="logo"][data-current_section="works_intro"] .works-list:not([data-works-static="true"]) .work-item.is-active .work-item__body,
body[data-gl-context="ready"][data-works_phase="logo"] .works-list:not([data-works-static="true"]) .work-item.is-active .work-item__more {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 951px) {
  body[data-motion-profile="full"][data-works_phase="logo"] .works-head,
  body[data-motion-profile="full"][data-works_phase="logo"] .works-list .work-item {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.works-outro {
  position: relative;
  min-height: 150lvh;
  overflow: clip;
  pointer-events: none;
  --works-outro-progress: 0;
}
.works-outro__inner {
  position: sticky;
  top: 0;
  min-height: 100lvh;
  display: grid;
  place-items: center;
  opacity: calc(.18 + var(--works-outro-progress, 0) * .52);
}
.works-outro__inner::before {
  content: "";
  position: absolute;
  inset: 12vh 8vw;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg, transparent, rgba(215,22,24,.12), transparent),
    repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 9px);
  transform:
    translateY(calc((.5 - var(--works-outro-progress, 0)) * 8vh))
    scaleX(calc(.76 + var(--works-outro-progress, 0) * .28));
  opacity: calc(.18 + var(--works-outro-progress, 0) * .18);
}
.works-outro__line {
  width: min(72vw, 980px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), var(--gs-red), rgba(255,255,255,.2), transparent);
  transform: scaleX(calc(.2 + var(--works-outro-progress, 0) * .8));
  transform-origin: center;
  opacity: calc(.25 + var(--works-outro-progress, 0) * .55);
  box-shadow: 0 0 44px rgba(215,22,24,.28);
}
.works-outro__signal {
  position: absolute;
  left: clamp(2rem, 8vw, 7rem);
  bottom: clamp(4rem, 10vh, 7rem);
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.42);
  transform: translateY(calc((1 - var(--works-outro-progress, 0)) * 12px));
  opacity: calc(.18 + var(--works-outro-progress, 0) * .5);
}

.section-bridge {
  min-height: 118svh;
  position: relative;
  overflow: clip;
  pointer-events: none;
  --bridge-progress: 0;
}
.section-bridge--mission { --bridge-progress: var(--mission-in-progress, 0); }
.section-bridge--vision-out {
  min-height: 108svh;
  --bridge-progress: var(--vision-out-progress, 0);
}
.section-bridge--vision-out .section-bridge__screen {
  opacity: calc(.38 + var(--bridge-progress, 0) * .48);
}
.section-bridge--service { --bridge-progress: var(--service-in-progress, 0); }
.section-bridge__screen {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  opacity: calc(.16 + var(--bridge-progress, 0) * .68);
}
.section-bridge__screen::before,
.section-bridge__screen::after {
  content: "";
  position: absolute;
  inset: 10vh 10vw;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.07);
  background:
    linear-gradient(90deg, transparent, rgba(215,22,24,.10), transparent),
    repeating-linear-gradient(0deg, rgba(255,255,255,.028) 0 1px, transparent 1px 18px);
  opacity: calc(.10 + var(--bridge-progress, 0) * .22);
  transform:
    translateY(calc((.5 - var(--bridge-progress, 0)) * 8vh))
    scaleX(calc(.74 + var(--bridge-progress, 0) * .28));
}
.section-bridge__screen::after {
  inset: 23vh 16vw;
  border-color: rgba(255,43,46,.18);
  background: radial-gradient(circle at 50% 50%, rgba(215,22,24,.12), transparent 54%);
  filter: blur(10px);
  transform:
    translateY(calc((var(--bridge-progress, 0) - .5) * 9vh))
    scale(calc(.8 + var(--bridge-progress, 0) * .22));
}
.section-bridge__title {
  font-family: var(--font-display);
  font-size: clamp(58px, 10.5vw, 158px);
  font-weight: 400;
  font-synthesis: none;
  line-height: .92;
  letter-spacing: .006em;
  color: rgba(255,255,255,.032);
  -webkit-text-stroke: 1px rgba(255,255,255,.105);
  text-shadow: 0 0 38px rgba(215,22,24,.08);
  transform:
    translateY(calc((.45 - var(--bridge-progress, 0)) * 8vh))
    scale(calc(.94 + var(--bridge-progress, 0) * .10));
}
.section-bridge--service .section-bridge__title {
  color: rgba(255,255,255,.038);
  -webkit-text-stroke-color: rgba(255,255,255,.13);
}
.section-bridge--vision-out .section-bridge__screen::before {
  inset: 14vh 8vw;
  border-color: rgba(255,255,255,.055);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(61,84,138,.08), transparent 58%),
    linear-gradient(90deg, rgba(215,22,24,.08), transparent 24%, rgba(255,255,255,.025), transparent 76%, rgba(50,98,164,.07)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.022) 0 1px, transparent 1px 112px);
  opacity: calc(.055 + var(--bridge-progress, 0) * .075);
  transform:
    translateY(calc((.5 - var(--bridge-progress, 0)) * -7vh))
    scaleX(calc(1.02 - var(--bridge-progress, 0) * .12));
}
.section-bridge--vision-out .section-bridge__screen::after {
  inset: 22vh 16vw;
  border-color: rgba(255,255,255,.055);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,.045), transparent 28%),
    radial-gradient(ellipse at 50% 50%, rgba(36,63,118,.12), transparent 62%);
  filter: blur(22px);
  opacity: calc(.12 + var(--bridge-progress, 0) * .10);
  transform:
    translateY(calc((var(--bridge-progress, 0) - .5) * 10vh))
    scaleY(calc(1.04 - var(--bridge-progress, 0) * .20));
}
.section-bridge--vision-out .section-bridge__title {
  font-size: clamp(56px, 8.5vw, 132px);
  line-height: .92;
  letter-spacing: -.02em;
  color: rgba(255,255,255,.145);
  -webkit-text-stroke-color: rgba(255,255,255,.34);
  text-shadow: 0 0 54px rgba(38,76,145,.20), 0 0 38px rgba(215,22,24,.14);
  transform:
    translateY(calc((.5 - var(--bridge-progress, 0)) * 5vh))
    scale(calc(1.02 - var(--bridge-progress, 0) * .05));
}
.section-bridge__line {
  position: absolute;
  width: min(66vw, 900px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), var(--gs-red), rgba(255,255,255,.16), transparent);
  transform: scaleX(calc(.18 + var(--bridge-progress, 0) * .82));
  opacity: calc(.18 + var(--bridge-progress, 0) * .50);
  box-shadow: 0 0 42px rgba(215,22,24,.28);
}
.section-bridge--vision-out .section-bridge__line {
  background: linear-gradient(90deg, transparent, rgba(90,132,207,.26), rgba(255,43,46,.72), rgba(90,132,207,.26), transparent);
  transform: scaleX(calc(.82 - var(--bridge-progress, 0) * .54));
  opacity: calc(.50 - var(--bridge-progress, 0) * .18);
}
.section-bridge__from,
.section-bridge__to {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.42);
}
.section-bridge__from {
  left: clamp(2rem, 8vw, 7rem);
  top: clamp(6rem, 15vh, 9rem);
}
.section-bridge__to {
  right: clamp(2rem, 8vw, 7rem);
  bottom: clamp(4rem, 10vh, 7rem);
}

.statement-section {
  min-height: 190svh;
  display: block;
  padding-block: clamp(8rem, 14vw, 13rem);
  position: relative;
  overflow: clip;
  --mv-progress: 0;
  --mask-height: -2%;
  --mask-fade: 3%;
}
.statement-section--vision {
  min-height: 210svh;
}
.statement {
  width: min(100% - 2.6rem, 1060px);
  margin-inline: auto;
  text-align: center;
  min-height: 100svh;
  position: sticky;
  top: 0;
  display: grid;
  place-content: center;
  z-index: 2;
  isolation: isolate;
  --line-reveal: 0;
  --statement-lift: -12vh;
}
.statement::before {
  content: "";
  position: absolute;
  inset: clamp(-4rem, -8vw, -2rem);
  z-index: -1;
  background: radial-gradient(circle at 50% 48%, rgba(0,0,0,.94) 0 36%, rgba(0,0,0,.62) 58%, transparent 76%);
  filter: blur(10px);
}
.statement[data-mission-container]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--mask-height, -2%) - var(--mask-fade, 3%));
  z-index: -1;
  width: min(120vw, 1320px);
  height: clamp(170px, 24vh, 280px);
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, transparent, rgba(215,22,24,.18), transparent),
    linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
  filter: blur(16px);
  opacity: calc(.18 + var(--mv-progress, 0) * .46);
  mix-blend-mode: screen;
}
.statement-path {
  position: absolute;
  left: 50%;
  top: calc(50% + var(--statement-lift, 0px));
  z-index: -1;
  width: min(78vw, 720px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(-8deg) scale(calc(.92 + var(--mv-progress, 0) * .12));
  opacity: calc(.12 + var(--mv-progress, 0) * .34);
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 0 34px rgba(215,22,24,.2));
}
.statement-path--vision {
  transform: translate(-50%, -50%) rotate(12deg) scale(calc(.9 + var(--mv-progress, 0) * .16));
}
.statement-path path {
  fill: none;
  stroke: rgba(255,255,255,.58);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0 500;
  vector-effect: non-scaling-stroke;
  opacity: calc(.34 + var(--mv-progress, 0) * .52);
}
.statement-path path:nth-child(1) {
  stroke: rgba(255,43,46,.72);
  stroke-width: 1.35;
}
.statement-path path:nth-child(2) {
  stroke: rgba(255,255,255,.42);
  stroke-width: .82;
  opacity: calc(.16 + var(--mv-progress, 0) * .42);
}
.statement-path path:nth-child(3) {
  stroke: rgba(255,43,46,.36);
  stroke-width: .72;
  opacity: calc(.12 + var(--mv-progress, 0) * .34);
  filter: drop-shadow(0 0 12px rgba(255,43,46,.24));
}
.statement__label {
  margin-bottom: 1.8rem;
  justify-content: center;
  transform: translateY(var(--statement-lift, 0px));
}
.statement__lines {
  display: grid;
  gap: .5rem;
  font-size: clamp(34px, 5.6vw, 86px);
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: -.045em;
  transform: translateY(var(--statement-lift, 0px));
}
.statement__lines > span {
  --line-index: 0;
  opacity: calc(.4 + var(--line-reveal, 0) * .6);
  color: rgba(255,255,255,.4);
  transform: translateY(calc((1 - var(--line-reveal, 0)) * 18px));
  filter: blur(calc((1 - var(--line-reveal, 0)) * 8px));
  transition:
    opacity .6s var(--ease-out-expo),
    color .6s var(--ease-out-expo),
    transform .6s var(--ease-out-expo),
    filter .6s var(--ease-out-expo);
  transition-delay: calc(var(--line-index, 0) * .25s);
}
.statement__lines > span.is-line-in {
  --line-reveal: 1;
  opacity: 1;
  color: #fff;
  transform: translateY(0);
  filter: blur(0);
}
.section-bridge--vision-out .section-bridge__from,
.section-bridge--vision-out .section-bridge__to {
  color: rgba(255,255,255,.58);
  text-shadow: 0 0 22px rgba(24,58,118,.24);
}
body[data-current_section="mission"] #mission .statement__lines > span,
body[data-current_section="vision"] #vision .statement__lines > span {
  --line-reveal: 1;
  opacity: 1;
  color: #fff;
  transform: translateY(0);
  filter: blur(0);
}
.marker {
  display: inline;
  background-image: linear-gradient(90deg, rgba(215,22,24,.62), rgba(255,43,46,.18));
  background-repeat: no-repeat;
  background-size: var(--marker-progress, 0%) .44em;
  background-position: left 72%;
  transition:
    background-size .6s var(--ease-inout),
    color .6s var(--ease-out-expo);
  transition-delay: calc(var(--line-index, 0) * .25s);
  color: inherit;
  text-shadow: 0 18px 70px rgba(0,0,0,.92);
}
.marker.is-in {
  background-size: 100% .44em;
  color: #fff;
}
body[data-current_section="mission"] #mission .marker,
body[data-current_section="vision"] #vision .marker {
  background-size: 100% .44em;
  color: #fff;
}
.statement__en {
  margin-top: 2rem;
  color: var(--gs-text-muted);
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12.5px;
  opacity: calc(.28 + var(--mv-progress, 0) * .72);
  transform: translateY(calc(var(--statement-lift, 0px) + (1 - var(--mv-progress, 0)) * 10px));
  filter: blur(calc((1 - var(--mv-progress, 0)) * 4px));
}

.service-section {
  min-height: 300svh;
  padding-block: 0;
  position: relative;
  overflow: clip;
  --service-normalized: 0;
}
.service-section::before {
  content: "SERVICE";
  position: absolute;
  left: 3vw;
  top: 24svh;
  font-family: var(--font-display);
  font-size: clamp(96px, 18vw, 260px);
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: -.01em;
  line-height: .8;
  color: rgba(255,255,255,.022);
  pointer-events: none;
  transform: translate3d(calc(var(--service-normalized, 0) * -5vw), calc(var(--service-normalized, 0) * 7vh), 0);
  transition: opacity .35s var(--ease-out-expo);
}
.service-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(215,22,24,.22), transparent 1px) 11.8vw 0 / 1px 100% no-repeat,
    linear-gradient(90deg, transparent 0 50%, rgba(255,255,255,.028) 50% calc(50% + 1px), transparent calc(50% + 1px)) 0 0 / 14vw 100%;
  opacity: calc(.045 + var(--service-normalized, 0) * .055);
}
.service-section > .container {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: calc(var(--header-h) + 1rem) 4rem;
  overflow: hidden;
}
.service-section > .container::before {
  content: "";
  position: absolute;
  inset: -8svh -4vw;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 47%, rgba(21,46,77,.13), transparent 46%),
    radial-gradient(circle at 20% 56%, rgba(215,22,24,.09), transparent 30vw),
    linear-gradient(90deg, rgba(0,0,0,.66) 0 18%, rgba(0,0,0,.10) 46%, rgba(0,0,0,.46) 100%),
    linear-gradient(180deg, rgba(0,0,0,.40), transparent 42%, rgba(0,0,0,.62));
  opacity: calc(.42 + var(--service-normalized, 0) * .10);
  filter: none;
  mix-blend-mode: normal;
  transform: translate3d(0, 0, 0);
}
.service-section > .container > .eyebrow,
.service-section > .container > .section-head__title {
  position: relative;
  z-index: 4;
  transform: translateY(calc(var(--service-normalized, 0) * -2.2vh));
}
.service-section > .container > .section-head__title {
  position: absolute;
  left: 8vw;
  top: calc(var(--header-h) + 2rem);
  max-width: min(46vw, 680px) !important;
  font-size: clamp(30px, 3.5vw, 56px);
  line-height: 1.08;
  letter-spacing: -.045em;
  color: rgba(255,255,255,.46);
  opacity: clamp(0, calc(.44 - var(--service-normalized, 0) * 5.5), .44);
  text-shadow: 0 16px 52px rgba(0,0,0,.72);
  mix-blend-mode: normal;
  pointer-events: none;
}
.service-title-ribbon {
  position: absolute;
  left: clamp(1rem, 4vw, 4rem);
  right: clamp(1rem, 4vw, 4rem);
  top: 49%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  pointer-events: none;
  color: rgba(255,255,255,.09);
  font-family: var(--font-display);
  font-size: clamp(64px, 12vw, 190px);
  font-weight: 400;
  font-synthesis: none;
  line-height: .8;
  letter-spacing: .006em;
  white-space: nowrap;
  transform:
    translateY(calc(-50% + var(--service-normalized, 0) * -6vh))
    skewY(calc((var(--service-normalized, 0) - .5) * -2deg));
  mix-blend-mode: screen;
}
.service-section > .container > .eyebrow {
  opacity: clamp(0, calc(.58 - var(--service-normalized, 0) * 6.4), .58);
}
body[data-gl-context="ready"][data-gl-first-frame="true"][data-motion-profile="full"] .service-section:not([data-service-static="true"]) .service-title-ribbon {
  display: none;
}
@media (min-width: 951px) {
  body[data-motion-profile="full"] .service-section:not([data-service-static="true"])::before {
    opacity: 0;
  }
  body[data-motion-profile="full"][data-current_section="service"] .service-section:not([data-service-static="true"])::before {
    opacity: clamp(0, calc(.48 - var(--service-normalized, 0) * 5.8), .48);
  }
  body[data-motion-profile="full"]:not([data-current_section="service"]) .service-section:not([data-service-static="true"]) > .container > .eyebrow,
  body[data-motion-profile="full"]:not([data-current_section="service"]) .service-section:not([data-service-static="true"]) > .container > .section-head__title {
    opacity: 0;
  }
}
.service-title-ribbon span:last-child {
  color: rgba(215,22,24,.16);
  transform: translateY(.18em);
}
.service-grid {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 3;
  height: 100%;
  border: 0;
  background: transparent;
  margin-top: 0;
  perspective: 1700px;
  transform-style: preserve-3d;
}
.service-grid .service-card:nth-child(1) { --service-img: url("../img/product-photo-knowledge.webp?v=20260712-spatial-v18q"); --service-img-pos: 50% 50%; }
.service-grid .service-card:nth-child(2) { --service-img: url("../img/product-photo-officer.webp?v=20260712-spatial-v18q"); --service-img-pos: 50% 45%; }
.service-grid .service-card:nth-child(3) { --service-img: url("../img/product-photo-cobuild.webp?v=20260712-spatial-v18q"); --service-img-pos: 50% 48%; }
.service-grid .service-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: var(--service-opacity, 0);
  transform:
    translate3d(var(--service-x, 60vw), var(--service-y, 0), var(--service-z, 0))
    rotateX(var(--service-tilt, 0deg))
    rotateY(var(--service-rot, -8deg))
    scale(var(--service-scale, .9));
  transform-origin: center right;
  filter: none;
  pointer-events: none;
  box-shadow: none;
  transition: none;
  will-change: transform, opacity;
  contain: layout paint style;
}
.service-grid .service-card::before,
.service-grid .service-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.service-grid .service-card::before {
  left: clamp(.8rem, 8vw, 9rem);
  top: clamp(7.8rem, 18svh, 13rem);
  width: min(54vw, 860px);
  height: min(58svh, 580px);
  border: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,.24)),
    var(--service-img);
  background-size: cover;
  background-position: var(--service-img-pos, center);
  opacity: calc(.06 + var(--service-char-reveal, 0) * .86);
  mix-blend-mode: screen;
  clip-path: polygon(0 8%, 100% 0, 96% 90%, 7% 100%);
  transform:
    perspective(1280px)
    rotateX(calc(1deg + var(--service-tilt, 0deg) * .10))
    rotateY(calc(-8deg + var(--service-rot, 0deg) * .10))
    rotateZ(-.8deg)
    translateZ(42px);
  filter: saturate(1.14) contrast(1.18) brightness(.94);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.05) inset,
    0 42px 120px rgba(0,0,0,.58),
    -26px 20px 90px rgba(0,0,0,.50),
    0 0 72px rgba(205,228,255,.10);
}
body[data-gl-context="ready"][data-gl-first-frame="true"][data-motion-profile="full"] .service-section:not([data-service-static="true"]) .service-grid .service-card::before,
body[data-gl-context="ready"][data-gl-first-frame="true"][data-motion-profile="full"] .service-section:not([data-service-static="true"]) .service-grid .service-card::after {
  height: auto;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: var(--service-img-pos, center);
}
body[data-gl-context="ready"][data-gl-first-frame="true"][data-motion-profile="full"] .service-section:not([data-service-static="true"]) .service-grid .service-card::before {
  left: clamp(1rem, 4.2vw, 5rem);
  top: clamp(8.5rem, 18svh, 12rem);
  width: min(60vw, 940px);
  height: auto;
  aspect-ratio: 16 / 9;
  z-index: 1;
  background: var(--service-img);
  background-size: cover;
  transform:
    perspective(1280px)
    rotateX(calc(.35deg + var(--service-tilt, 0deg) * .04))
    rotateY(calc(-3deg + var(--service-rot, 0deg) * .035))
    translateZ(52px);
  opacity: calc(var(--service-char-reveal, 0) * .94);
  mix-blend-mode: normal;
  filter: saturate(1.04) contrast(1.08) brightness(1.02);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.12) inset,
    0 42px 120px rgba(0,0,0,.62),
    0 0 72px rgba(215,22,24,.12);
}
body[data-gl-context="ready"][data-gl-first-frame="true"][data-motion-profile="full"] .service-section:not([data-service-static="true"]) .service-grid .service-card::after {
  left: clamp(.5rem, 2vw, 2rem);
  top: clamp(7rem, 14svh, 10rem);
  width: min(67vw, 1040px);
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.10), rgba(215,22,24,.12), rgba(0,0,0,.32)),
    var(--service-img);
  transform:
    perspective(1280px)
    rotateY(-5deg)
    translateZ(6px)
    scale(1.08);
  opacity: calc(var(--service-char-reveal, 0) * .15);
  mix-blend-mode: screen;
  filter: blur(18px) saturate(.78) brightness(.62);
}
.service-grid .service-card::after {
  left: clamp(.8rem, 8vw, 9rem);
  top: clamp(7.8rem, 18svh, 13rem);
  width: min(54vw, 860px);
  height: min(58svh, 580px);
  border: 0;
  background:
    linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px),
    linear-gradient(105deg, transparent 0 46%, rgba(255,255,255,.65) 50%, transparent 54%);
  background-size: 54px 54px, 54px 54px, 100% 100%;
  opacity: calc(.04 + var(--service-char-reveal, 0) * .18);
  mix-blend-mode: screen;
  clip-path: polygon(0 8%, 100% 0, 96% 90%, 7% 100%);
  transform:
    perspective(1280px)
    rotateX(calc(1deg + var(--service-tilt, 0deg) * .10))
    rotateY(calc(-8deg + var(--service-rot, 0deg) * .10))
    rotateZ(-.8deg)
    translateZ(48px);
}
.service-grid .service-card.is-active {
  pointer-events: auto;
}
.service-section:not([data-service-static="true"]) .service-grid .service-card:not(.is-active) {
  visibility: hidden;
}
.service-card:hover {
  filter: none;
}
.service-card > div,
.service-card > a {
  position: absolute;
  z-index: 2;
  transition: transform .35s var(--ease-out-expo);
}
.service-card:hover > div,
.service-card:hover > a {
  transform: translate3d(0, -4px, 86px);
}
.service-card__num {
  font-family: var(--font-mono);
  color: rgba(255,255,255,.60);
  font-size: 12px;
  letter-spacing: .12em;
}
.service-card h3 {
  margin-top: clamp(1rem, 2.4vh, 2.2rem);
  font-size: clamp(32px, 3.15vw, 54px);
  line-height: 1.10;
  letter-spacing: -.025em;
  text-shadow: 0 8px 28px rgba(0,0,0,.92);
}
.service-card p {
  width: 100%;
  margin-top: 1.25rem;
  color: rgba(255,255,255,.82);
  font-size: clamp(13px, .92vw, 15px);
  line-height: 1.78;
  letter-spacing: .018em;
}
.service-card > div {
  right: clamp(3rem, 7vw, 8rem);
  top: clamp(15rem, 36svh, 26rem);
  width: min(34vw, 520px);
  transform: translateZ(86px);
  text-shadow: 0 20px 54px rgba(0,0,0,.86);
}
.service-title-char {
  display: inline-block;
  opacity: var(--service-char-reveal, 0);
  transform: translate3d(0, calc((1 - var(--service-char-reveal, 0)) * .58em), 0);
  transition:
    opacity .52s var(--ease-out-expo),
    transform .68s var(--ease-out-expo);
  transition-delay: calc(var(--char-index, 0) * 24ms);
}
.service-card [data-service_description] {
  opacity: var(--service-char-reveal, 0);
  transform: translateY(calc((1 - var(--service-char-reveal, 0)) * .7rem));
  transition: opacity .5s var(--ease-out-expo), transform .5s var(--ease-out-expo);
  transition-delay: .18s;
}
.service-card a {
  left: auto;
  right: clamp(3rem, 7vw, 8rem);
  top: clamp(29rem, 65svh, 40rem);
  width: min(34vw, 520px);
  margin-top: 0;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
}
.service-indicator {
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: clamp(1.2rem, 3vh, 2.2rem);
  z-index: 5;
  display: grid;
  gap: .72rem;
  min-width: min(28vw, 320px);
  font-family: var(--font-mono);
  color: rgba(255,255,255,.42);
  pointer-events: none;
}
.service-indicator__label {
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--gs-red-glow);
}
.service-indicator__track {
  position: relative;
  display: grid;
  gap: .52rem;
  padding-left: 1.1rem;
}
.service-indicator__track::before,
.service-indicator__track::after {
  content: "";
  position: absolute;
  left: 3px;
  top: .45rem;
  bottom: .45rem;
  width: 1px;
}
.service-indicator__track::before {
  background: rgba(255,255,255,.14);
}
.service-indicator__track::after {
  transform-origin: top;
  transform: scaleY(var(--service-indicator-progress, 0));
  background: rgba(215,22,24,.9);
}
.service-indicator__dot {
  position: relative;
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: .6rem;
  align-items: center;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .44;
  transform: translateX(calc((1 - var(--service-indicator-progress, 0)) * .15rem));
  transition: color .35s var(--ease-out-expo), opacity .35s var(--ease-out-expo), transform .35s var(--ease-out-expo);
}
.service-indicator__dot::before {
  content: "";
  position: absolute;
  left: calc(-1.1rem + 0px);
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255,255,255,.38);
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.service-indicator__dot.is-active {
  color: #fff;
  opacity: 1;
  transform: translateX(0);
}
.service-indicator__dot.is-active::before {
  border-color: rgba(215,22,24,1);
  background: var(--gs-red);
  box-shadow: 0 0 18px rgba(215,22,24,.8);
}
.service-indicator__dot em {
  font-style: normal;
  color: rgba(255,255,255,.72);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cobuild-promo {
  --stellla-progress: 0;
  min-height: 145svh;
  position: relative;
  padding: 0;
  border-block: 1px solid rgba(255,255,255,.08);
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(circle at 73% 34%, rgba(215,22,24,.13), transparent 36vw),
    linear-gradient(180deg, rgba(0,0,0,.01), rgba(0,0,0,.48));
}
.cobuild-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 118px 118px;
  opacity: calc(.025 + var(--stellla-progress) * .07);
  transform: translateY(calc((1 - var(--stellla-progress)) * 5vh));
  pointer-events: none;
}
.cobuild-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76) 0 38%, rgba(0,0,0,.18) 64%, rgba(0,0,0,.46) 100%),
    linear-gradient(180deg, rgba(0,0,0,.54), rgba(0,0,0,.06) 44%, rgba(0,0,0,.64)),
    url("../img/page-bg-cobuild.jpg?v=20260707-generated-page-v1") center / cover no-repeat;
  opacity: calc(.62 + var(--stellla-progress) * .14);
  filter: saturate(1.08) contrast(1.04) brightness(.84);
  transform: scale(1.025);
}
.cobuild-promo__stage {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100svh;
  opacity: var(--stellla-progress);
}
.cobuild-promo__inner,
.Stellla__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100svh;
}
.cobuild-promo__content-wrap,
.Stellla__contentWrap {
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  left: 50%;
  top: 50%;
  transform:
    translate(-50%, -50%)
    scale(calc(.96 + var(--stellla-progress) * .04));
}
.cobuild-promo__content,
.Stellla__content {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.cobuild-promo__main,
.Stellla__main {
  width: min(760px, 66vw);
  padding-left: 2%;
  filter: drop-shadow(0 0 24px rgba(0,0,0,.48));
  transform: translateY(calc((1 - var(--stellla-progress)) * 28px));
}
.cobuild-promo__logo,
.Stellla__main_logo_link {
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  margin-top: .8rem;
}
.cobuild-promo__title {
  display: grid;
  gap: .12em;
  font-family: var(--font-display);
  font-size: clamp(66px, 8.8vw, 144px);
  font-weight: 400;
  font-synthesis: none;
  line-height: .88;
  letter-spacing: .006em;
  text-transform: uppercase;
  text-shadow: 0 0 52px rgba(215,22,24,.16), 0 18px 42px rgba(0,0,0,.72);
}
.cobuild-promo__title > span {
  display: block;
}
.cobuild-promo__arrow {
  width: clamp(42px, 6vw, 86px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: .06em;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: clamp(20px, 3vw, 44px);
  color: #fff;
  transform: translateY(16%);
  transition: border-color .35s var(--ease-out-expo), color .35s var(--ease-out-expo), background .35s var(--ease-out-expo);
}
.cobuild-promo__logo:hover .cobuild-promo__arrow {
  color: #fff;
  background: var(--gs-red);
  border-color: var(--gs-red);
}
.cobuild-promo__body,
.Stellla__main_text {
  position: relative;
  display: grid;
  gap: 1rem;
  max-width: 680px;
  margin-top: clamp(1.2rem, 3vw, 2.6rem);
  color: rgba(255,255,255,.90);
  font-size: clamp(14px, 1.02vw, 17px);
  letter-spacing: .025em;
  line-height: 1.85;
}
.cobuild-promo__en,
.Stellla__en {
  max-width: 22em;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.62;
  letter-spacing: .035em;
  color: rgba(255,255,255,.60);
}
.cobuild-promo__frame-container,
.Stellla__frame_container {
  pointer-events: none;
  position: absolute;
  inset: 0;
  min-height: 100svh;
}
.cobuild-promo__frame,
.Stellla__frame {
  --progress: 0;
  --padding: calc(-100px + var(--progress) * 200px);
  position: absolute;
  width: calc(100% - var(--padding));
  height: calc(100% - var(--padding));
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: calc(.34 + var(--progress) * .66);
}
.Stellla__cross {
  position: absolute;
  inset: 0;
}
.Stellla__cross_item {
  position: absolute;
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 0 12px rgba(215,22,24,.22));
}
.Stellla__cross_item::before,
.Stellla__cross_item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,.86);
}
.Stellla__cross_item::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.Stellla__cross_item:nth-child(1) { right: 0; top: 0; }
.Stellla__cross_item:nth-child(2) { left: 0; bottom: 0; }
.Stellla__cross_item:nth-child(3) { right: 0; bottom: 0; }
.Stellla__cross_item:nth-child(4) { left: 0; top: 0; }
.Stellla__rect {
  position: absolute;
  inset: 0;
  padding: 12.5px;
}
.Stellla__rect_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.Stellla__rect_line {
  position: absolute;
  background: rgba(255,255,255,.33);
  box-shadow: 0 0 22px rgba(215,22,24,.12);
  transform-origin: center;
}
.Stellla__rect_line[data-line="top"] {
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  transform: scaleX(var(--progress));
}
.Stellla__rect_line[data-line="right"] {
  top: 20px;
  bottom: 20px;
  right: 0;
  width: 1px;
  transform: scaleY(var(--progress));
}
.Stellla__rect_line[data-line="bottom"] {
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  transform: scaleX(var(--progress));
}
.Stellla__rect_line[data-line="left"] {
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  transform: scaleY(var(--progress));
}

.outro-cta {
  min-height: 200svh;
  display: block;
  position: relative;
  padding: 0;
  text-align: center;
  overflow: clip;
}
.outro-cta__screen {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}
.outro-cta__noise,
.outro-cta__lottie {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.outro-cta__noise {
  z-index: -2;
  opacity: calc(.2 + var(--outro-progress, 0) * .55);
  mix-blend-mode: screen;
}
.outro-cta__lottie {
  z-index: -1;
  opacity: calc(var(--outro-progress, 0) * .58);
  transform: scale(calc(.82 + var(--outro-progress, 0) * .18));
  transform-origin: 50% 50%;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 48px rgba(215,22,24,.16));
}
.outro-cta__lottie svg {
  overflow: visible;
}
.outro-cta__lottie path,
.outro-cta__lottie ellipse {
  stroke: rgba(255,255,255,.44);
}
.outro-cta__lottie path[fill]:not([fill="none"]),
.outro-cta__lottie ellipse[fill]:not([fill="none"]) {
  fill: rgba(215,22,24,.08);
}
.outro-cta__screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 50% 42%, rgba(215,22,24,.16), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.16), #000 84%);
  opacity: calc(.55 + var(--outro-progress, 0) * .35);
}
.outro-cta__screen::after {
  content: "";
  position: absolute;
  inset: 9vh 5vw;
  z-index: -2;
  border: 1px solid rgba(255,255,255,.08);
  opacity: calc(.18 + var(--outro-progress, 0) * .2);
  transform: scale(calc(.94 + var(--outro-progress, 0) * .08));
}
.outro-cta__halo {
  position: absolute;
  width: min(82vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  opacity: calc(.14 + var(--outro-progress, 0) * .1);
  transform: scale(calc(.78 + var(--outro-progress, 0) * .22));
  filter: blur(.2px);
}
.outro-cta__brand {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(119vw, 1575px);
  opacity: calc(.045 + var(--outro-progress, 0) * .075);
  transform:
    translate(-50%, -50%)
    translateX(calc(var(--outro-progress, 0) * -28vw))
    scale(calc(.82 + var(--outro-progress, 0) * .20));
  mix-blend-mode: screen;
  filter: blur(.35px);
  transition: opacity .3s var(--ease-out-expo);
}
.outro-cta__brand img {
  width: 100%;
  height: auto;
}
.outro-cta__content {
  padding-block: calc(var(--header-h) + 1.5rem) 4rem;
  transform:
    translateX(calc(var(--outro-progress, 0) * 6vw))
    translateY(calc((1 - var(--outro-progress, 0)) * 5vh));
  transition: transform .2s linear;
}
.outro-cta h2 {
  max-width: min(100%, 1120px);
  margin-inline: auto;
  font-size: clamp(36px, 6vw, 92px);
  line-height: .98;
  letter-spacing: -.035em;
  text-shadow: 0 0 70px rgba(215,22,24,.16);
}
.outro-cta p {
  margin-top: 1.2rem;
}
.outro-cta__actions { margin-top: 2rem; display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; }

@keyframes hero-breathe {
  0%, 100% { opacity: .35; transform: translateX(-50%) translateY(0); }
  50% { opacity: 1; transform: translateX(-50%) translateY(8px); }
}

/* Static motion profile: keep every product and service reachable without a
   scroll-controlled stack. Used for reduced motion and lower-power devices. */
.works-section[data-works-static="true"] {
  padding-block: clamp(5rem, 9vw, 8rem);
}
.works-section[data-works-static="true"] .works-sticky { opacity: 1; }
.works-section[data-works-static="true"] .works-head {
  position: relative;
  inset: auto;
  margin-bottom: 2rem;
}
.works-list[data-works-static="true"] .work-item {
  min-height: auto;
  padding: clamp(2rem, 5vw, 4rem) 0;
  color: #fff;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: visible;
}
.works-list[data-works-static="true"] .work-title-char,
.works-list[data-works-static="true"] .work-item__description {
  opacity: 1;
  transform: none;
  transition: none;
}
.works-list[data-works-static="true"] .work-item__visual {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 1.5rem;
  transform: none;
  opacity: 1;
  background: rgba(0,0,0,.48);
}
body:not([data-current_section="works"]) .works-list[data-works-static="true"] .work-item__visual,
.works-list[data-works-static="true"] .work-item__image,
.works-list[data-works-static="true"] .work-item__image.is-image-loaded {
  opacity: 1;
  filter: saturate(1.02) contrast(1.1) brightness(1.02);
}
.works-list[data-works-static="true"] .work-item__preview,
.works-list[data-works-static="true"] .work-item__more { display: none; }
.works-list[data-works-static="true"] .work-item__body {
  position: relative;
  inset: auto;
  width: 100%;
}

.service-section[data-service-static="true"] {
  min-height: auto;
  padding-block: clamp(5rem, 9vw, 8rem);
  overflow: hidden;
}
.service-section[data-service-static="true"]::before {
  top: 12%;
  transform: none;
}
.service-section[data-service-static="true"] > .container {
  position: relative;
  top: auto;
  min-height: 0;
  display: block;
  padding-block: 0;
  overflow: visible;
}
.service-section[data-service-static="true"] > .container::before { opacity: .16; }
.service-section[data-service-static="true"] > .container > .eyebrow,
.service-section[data-service-static="true"] > .container > .section-head__title {
  position: relative;
  inset: auto;
  z-index: 4;
  transform: none;
}
.service-section[data-service-static="true"] > .container > .section-head__title {
  max-width: 900px !important;
  margin-top: 1rem;
  font-size: clamp(42px, 6vw, 84px);
  line-height: .94;
  letter-spacing: -.055em;
  color: #fff;
  text-shadow: 0 20px 60px rgba(0,0,0,.82);
  mix-blend-mode: normal;
  pointer-events: auto;
}
.service-section[data-service-static="true"] .service-title-ribbon,
.service-section[data-service-static="true"] .service-indicator { display: none; }
.service-section[data-service-static="true"] .service-grid {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  height: auto;
  margin-top: clamp(2rem, 5vw, 4rem);
  gap: 1px;
  border: 1px solid var(--gs-line);
  background: var(--gs-line);
  perspective: none;
}
.service-section[data-service-static="true"] .service-grid .service-card {
  position: relative;
  inset: auto;
  width: auto;
  height: auto;
  min-height: 0;
  display: block;
  padding: clamp(220px, 24vw, 330px) clamp(1.25rem, 2.2vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  pointer-events: auto;
  background: #020202;
  overflow: hidden;
  contain: paint;
  will-change: auto;
}
.service-section[data-service-static="true"] .service-grid .service-card::before,
.service-section[data-service-static="true"] .service-grid .service-card::after {
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(200px, 22vw, 300px);
  clip-path: none;
  transform: none;
}
.service-section[data-service-static="true"] .service-grid .service-card::before {
  opacity: .82;
  mix-blend-mode: normal;
  background-position: center;
  box-shadow: inset 0 -70px 70px rgba(0,0,0,.82);
}
.service-section[data-service-static="true"] .service-grid .service-card::after { opacity: .12; }
.service-section[data-service-static="true"] .service-card > div,
.service-section[data-service-static="true"] .service-card > a {
  position: relative;
  inset: auto;
  width: 100%;
  transform: none !important;
}
.service-section[data-service-static="true"] .service-card > div { text-shadow: none; }
.service-section[data-service-static="true"] .service-card a {
  display: inline-flex;
  width: auto;
  margin-top: 1.2rem;
}
.service-section[data-service-static="true"] .service-title-char,
.service-section[data-service-static="true"] .service-card [data-service_description] {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 950px) {
  .alche-hud { display: none; }
  .scroll-indicator { display: none; }
  .alche-hero__inner { width: min(100% - 2.6rem, 1440px); grid-template-columns: 1fr; align-items: end; }
  .alche-hero__copy { padding-bottom: 0; }
  .alche-hero__title--cn {
    max-width: 10ch;
    font-size: clamp(44px, 10vw, 78px);
  }
  .news-panel { max-width: 480px; }
  .home-clarity {
    min-height: auto;
    padding-block: calc(var(--header-h) + 3rem) 4rem;
  }
  .home-clarity__pipeline,
  .home-clarity__modules,
  .home-clarity__lower {
    grid-template-columns: 1fr;
  }
  .home-clarity__modules > article {
    min-height: 220px;
  }
  .works-section .container { width: min(100% - 2.6rem, var(--container)); }
  .works-intro { min-height: 86svh; }
  .works-intro__screen { min-height: 86svh; }
  .works-intro__title { font-size: clamp(54px, 21vw, 150px); }
  .works-intro__kicker { top: 5rem; left: 1.3rem; }
  .works-intro__caption { right: 1.3rem; bottom: 3rem; }
  .section-bridge { min-height: 78svh; }
  .section-bridge__screen { min-height: 78svh; }
  .section-bridge__title { font-size: clamp(46px, 18vw, 132px); }
  .section-bridge__from { top: 4.5rem; left: 1.3rem; }
  .section-bridge__to { right: 1.3rem; bottom: 2.8rem; }
  .works-section { padding-block: 6rem; }
  .works-head { position: relative; top: auto; margin-bottom: 2rem; }
  .work-item { min-height: auto; padding: 2.2rem 0; opacity: 1; overflow: visible; }
  .work-item.is-work-hidden,
  .work-item.is-work-leaving {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .work-title-char,
  .work-item.is-work-visible .work-title-char,
  .work-item.is-work-leaving .work-title-char,
  .work-item.is-work-hidden .work-title-char,
  .work-item__description,
  .work-item.is-work-visible .work-item__description,
  .work-item.is-work-leaving .work-item__description,
  .work-item.is-work-hidden .work-item__description {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .work-item__visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    margin-bottom: 1.5rem;
    background: rgba(0,0,0,.48);
  }
  .work-item__image {
    opacity: 1;
    mix-blend-mode: normal;
  }
  .work-item__preview,
  .work-item__more { display: none; }
  .work-item__body {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }
  .work-item__tags { justify-content: flex-start; }
  body[data-gl-context="ready"] .works-section:not([data-works-static="true"]) {
    padding-block: 0;
  }
  body[data-gl-context="ready"] .works-section:not([data-works-static="true"]) .works-head {
    position: absolute;
    top: 5.5rem;
    left: 1rem;
    z-index: 5;
    margin: 0;
  }
  body[data-gl-context="ready"] .works-section:not([data-works-static="true"]) .work-item {
    min-height: 100svh;
    padding: 0;
    overflow: hidden;
  }
  body[data-gl-context="ready"] .works-section:not([data-works-static="true"]) .work-item__body {
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: auto;
    bottom: clamp(4.2rem, 8svh, 6.2rem);
    width: auto;
    gap: .55rem;
    z-index: 5;
    text-shadow: 0 12px 32px rgba(0,0,0,.95);
  }
  body[data-gl-context="ready"][data-current_section="works"] .works-section:not([data-works-static="true"]) .work-item.is-active .work-item__more {
    right: 1rem;
    bottom: 1.4rem;
    font-size: 11px;
  }
  body[data-gl-context="ready"] .works-section:not([data-works-static="true"]) .work-item__meta {
    max-width: 94%;
    font-size: 10px;
    line-height: 1.35;
    color: rgba(255,255,255,.88);
  }
  body[data-gl-context="ready"] .works-section:not([data-works-static="true"]) .work-item__title {
    max-width: 100%;
    font-size: clamp(28px, 8.8vw, 44px);
    line-height: .98;
  }
  body[data-gl-context="ready"] .works-section:not([data-works-static="true"]) .work-item__cn {
    color: rgba(255,255,255,.9);
  }
  .statement-section,
  .statement-section--vision {
    min-height: auto;
    padding-block: 6rem;
  }
  .statement {
    position: relative;
    top: auto;
    min-height: auto;
    --statement-lift: 0px;
    --mv-progress: 1;
    --mv-out: 0;
    opacity: 1 !important;
  }
  .statement__label,
  .statement__en,
  .statement__lines > span {
    opacity: 1 !important;
    filter: none !important;
    transform: none;
  }
  .statement-path { width: min(92vw, 540px); }
  .service-section {
    min-height: auto;
    padding-block: 6rem;
  }
  .service-title-ribbon,
  .service-indicator { display: none; }
  .service-section > .container {
    position: relative;
    min-height: 0;
    padding-block: 0;
    overflow: visible;
  }
  .service-grid { display: grid; grid-template-columns: 1fr; height: auto; gap: 1px; border: 1px solid var(--gs-line); background: var(--gs-line); }
  .service-grid .service-card {
    position: relative;
    width: auto;
    min-height: 0;
    display: block;
    padding: clamp(220px, 58vw, 360px) 1.25rem 1.25rem;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    pointer-events: auto;
    background: #020202;
    overflow: hidden;
    contain: paint;
  }
  .service-grid .service-card::before,
  .service-grid .service-card::after {
    left: 0;
    top: 0;
    width: 100%;
    height: clamp(200px, 52vw, 330px);
    clip-path: none;
    transform: none;
  }
  .service-grid .service-card::before {
    opacity: .82;
    mix-blend-mode: normal;
    background-position: center;
    box-shadow: inset 0 -70px 70px rgba(0,0,0,.82);
  }
  .service-grid .service-card::after {
    opacity: .12;
  }
  .service-card > div,
  .service-card > a {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none !important;
  }
  .service-card > div {
    right: auto;
    top: auto;
    text-shadow: none;
  }
  .service-card a {
    left: auto;
    top: auto;
    display: inline-flex;
    width: auto;
    margin-top: 1.2rem;
  }
  .service-card h3 {
    margin-top: .8rem;
    font-size: clamp(30px, 8vw, 46px);
  }
  .service-card p {
    margin-top: .85rem;
  }
  .service-title-char,
  .service-card [data-service_description] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .cobuild-promo { min-height: 118svh; }
  .cobuild-promo__inner { grid-template-columns: 1fr; }
  .cobuild-promo__content-wrap,
  .Stellla__contentWrap {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
  .cobuild-promo__content,
  .Stellla__content { width: 100%; }
  .cobuild-promo__main,
  .Stellla__main {
    width: min(100%, 680px);
    padding-inline: clamp(.5rem, 3vw, 1.5rem);
  }
  .cobuild-promo__title {
    font-size: clamp(58px, 16vw, 104px);
    line-height: .86;
  }
  .cobuild-promo__body,
  .Stellla__main_text {
    max-width: min(100%, 42rem);
    letter-spacing: .01em;
  }
  .outro-cta { min-height: auto; }
  .outro-cta__screen {
    position: relative;
    min-height: 92svh;
  }
  .outro-cta__brand { width: min(150.5vw, 1085px); }
}
@media (max-width: 768px) {
  .alche-hero { min-height: auto; padding: calc(var(--header-h) + 2.8rem) 0 4.5rem; }
  .alche-hero__inner { width: min(100% - 1.4rem, 1500px); min-height: auto; gap: 2.6rem; }
  .alche-hero__title {
    font-size: clamp(36px, 10.7vw, 43px);
    letter-spacing: -.055em;
    max-width: 100%;
    white-space: nowrap;
    overflow-wrap: normal;
  }
  .alche-hero__title--cn {
    max-width: 10.2ch;
    font-size: clamp(38px, 11.8vw, 54px);
    line-height: 1.1;
    white-space: normal;
    overflow-wrap: normal;
  }
  .alche-hero__title--cn + .alche-hero__sub {
    margin-top: 1rem;
    font-size: 13.5px;
    line-height: 1.85;
  }
  .alche-hero__cn { font-size: clamp(21px, 6vw, 28px); max-width: 100%; }
  .alche-hero__sub { max-width: 100%; font-size: 14px; }
  .alche-hero__actions { gap: .65rem; margin-top: 1.6rem; }
  .news-panel { width: 100%; max-width: none; margin-top: 0; }
  .news-panel a { padding: .8rem 0; }
  .home-clarity > .container { width: min(100% - 1.4rem, var(--container)); }
  .home-clarity__head h2 { font-size: clamp(32px, 10vw, 52px); }
  .home-clarity__pipeline > div,
  .home-clarity__modules > article,
  .home-clarity__routes,
  .home-clarity__proof {
    padding: 1rem;
  }
  .home-route-list a {
    grid-template-columns: 36px minmax(0, 1fr);
  }
  .home-route-list i {
    grid-column: 2;
    text-align: left;
  }
  .home-proof-grid {
    grid-template-columns: 1fr;
  }
  .work-item__title { font-size: clamp(32px, 10vw, 56px); }
  .service-card { min-height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  .alche-hero__scroll { animation: none; }
  .marker { --marker-progress: 100%; background-size: 100% .42em; color: #fff; }
  .statement__lines > span {
    --line-reveal: 1;
    opacity: 1;
    transform: none;
    filter: none;
  }
}
