/* Figma source: personal website / 起点-首页 (3:962). */
html {
  scroll-behavior: auto !important;
}

body > .nav--minimal,
body > .nav--minimal.is-scrolled {
  position: absolute !important;
  z-index: 20;
  top: 0;
  height: 82px;
  padding: 0 clamp(28px, 2.8vw, 47px) !important;
  color: #fff !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.nav--minimal .logo {
  gap: 14px;
  color: #fff !important;
  background-image: linear-gradient(100deg, #c8e3ff 0%, #e8f4ff 28%, #ffffff 48%, #b9dcff 70%, #eaf6ff 100%);
  text-shadow: 0 1px 9px rgba(0, 27, 74, .5);
  font: 500 15px/1 var(--mono);
  letter-spacing: .104em;
}

.nav--minimal .logo span {
  width: 40px;
  height: 40px;
  color: #fff !important;
  border-color: rgba(167, 203, 255, .42) !important;
  background-image: linear-gradient(120deg, #c7e3ff, #ffffff 52%, #9ed0ff);
  text-shadow: 0 1px 8px rgba(0, 27, 74, .48);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.nav--minimal .logo b {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: inherit;
  font-weight: inherit;
}

.nav--minimal .logo i {
  color: rgba(226, 235, 255, .5) !important;
  -webkit-text-fill-color: rgba(226, 240, 255, .7) !important;
  font-style: normal;
}

.nav--minimal .say-hi {
  min-height: 34px;
  padding: 0 16px 1px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(15, 159, 242, .03));
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .07em;
}

html body main > .figma-home.river-hero {
  position: relative;
  display: block;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0 !important;
  overflow: hidden;
  color: #fff;
  background: #002258 !important;
  isolation: isolate;
}

.figma-home::before,
.figma-home::after {
  display: none !important;
}

.figma-home__background {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.figma-home__background video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.figma-home__background video { z-index: 1; }

.figma-home__background::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 18, 49, .5), rgba(0, 25, 65, .08) 52%, rgba(0, 16, 43, .12));
  pointer-events: none;
}

.figma-home .river-hero__content {
  position: absolute !important;
  z-index: 3 !important;
  top: 28.65% !important;
  left: 7.02% !important;
  width: min(560px, 40vw) !important;
  translate: none !important;
  transform: none !important;
  opacity: 1 !important;
  will-change: auto !important;
}

.figma-home .hero-code {
  display: block !important;
  margin: 0 0 18px !important;
  color: rgba(206, 228, 255, .76) !important;
  font: 500 13px/1.3 var(--mono) !important;
  letter-spacing: .166em !important;
}

.figma-home .hero-code img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  vertical-align: -5px;
}

.figma-home .river-hero__identity {
  width: 100%;
  padding: 0;
  border: 0;
}

.figma-home__hello {
  display: flex;
  align-items: flex-start;
  width: auto;
}

.figma-home__hello p {
  margin: 0;
  color: #e8f1ff;
  font-family: "Noto Serif SC", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .04em;
}

.figma-home__hello img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.figma-home .river-hero__identity h1 {
  display: flex !important;
  align-items: baseline;
  gap: 8px;
  max-width: none;
  margin: 5px 0 0 !important;
  white-space: nowrap;
}

.figma-home .river-hero__identity h1 strong {
  color: #c7f3ff;
  background: linear-gradient(180deg, #aeefff, #dbe8ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(64px, 4.7vw, 78px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: .016em;
  -webkit-text-fill-color: transparent;
}

.figma-home .river-hero__identity h1 span {
  display: inline;
  margin: 0;
  padding: 0;
  color: #dbe8ff !important;
  border: 0;
  background: linear-gradient(180deg, #aeefff, #dbe8ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(42px, 3.3vw, 54px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: .025em;
  -webkit-text-fill-color: transparent;
}

.figma-home .river-hero__lead {
  position: static;
  max-width: 540px;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  color: #e5f3ff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .01em;
  text-shadow: 0 1px 2px rgba(1, 30, 74, .18);
}

.figma-home .scroll-cue.scroll-cue--answer {
  justify-content: space-between;
  width: clamp(184px, 13.86vw, 232px);
  height: clamp(48px, 3.35vw, 56px);
  margin-top: 38px !important;
  padding: 0 26px !important;
  border: 1px solid rgba(230, 243, 255, .52) !important;
  background: rgba(0, 35, 82, .16) !important;
  color: #f3f8ff !important;
  font-family: "Noto Serif SC", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .04em;
}

.figma-home .scroll-cue.scroll-cue--answer span { margin: 0; font: 400 24px/1 var(--sans); }

.figma-home__visual { position: absolute; z-index: 2; inset: 0; mix-blend-mode: screen; }

.figma-home__route {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center top;
  mix-blend-mode: normal;
  opacity: .96;
  transform: none;
  pointer-events: none;
}

.figma-home__path-stages { margin: 0; padding: 0; list-style: none; }

.figma-home__path-stage {
  position: absolute;
  z-index: 3;
  animation: figma-home-node-drift 6.8s ease-in-out infinite;
}
.figma-home__path-stage--explore { top: 69.2%; left: 59.1%; animation-delay: -2.4s; }
.figma-home__path-stage--observe { top: 56.2%; left: 57.5%; animation-delay: -1.2s; }
.figma-home__path-stage--define { top: 41.2%; left: 67.8%; animation-delay: -3.7s; }
.figma-home__path-stage--validate { top: 25%; left: 70.4%; animation-delay: -5.1s; }

.figma-home__path-stage a,
.figma-home__answer {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #dceeff;
  text-decoration: none;
  text-shadow: 0 0 16px rgba(81, 183, 255, .32);
  transition: transform .28s ease, filter .28s ease;
}

.figma-home__path-stage a:hover,
.figma-home__path-stage a:focus-visible,
.figma-home__answer:hover,
.figma-home__answer:focus-visible { transform: translateY(-3px); filter: brightness(1.22); }

.figma-home__stage-icon {
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  place-items: center;
}

.figma-home__stage-icon img { width: 19px; height: 19px; filter: invert(1) brightness(1.2) drop-shadow(0 0 5px rgba(112, 218, 255, .7)); }
.figma-home__path-stage a > span:last-child,
.figma-home__answer > span { display: flex; flex-direction: column; align-items: flex-start; }
.figma-home__path-stage strong,
.figma-home__answer strong { font: 500 13px/1.2 "Noto Serif SC", serif; letter-spacing: .04em; }
.figma-home__path-stage small { margin-top: 4px; color: rgba(196, 226, 255, .72); font: 500 8px/1 var(--mono); letter-spacing: .08em; }
.figma-home__path-stage em,
.figma-home__answer em { margin-top: 7px; color: rgba(194, 220, 247, .58); font: 400 11px/1.3 var(--sans); font-style: normal; white-space: nowrap; }
.figma-home__path-stage em { display: none; }

.figma-home__answer { position: absolute; z-index: 3; top: 10.8%; left: 77%; gap: 0; animation: figma-home-node-drift 7.4s ease-in-out -2.6s infinite; }
.figma-home__answer > img { display: none; }
.figma-home__answer strong { font-size: 16px; }
.figma-home__answer em { font-size: 11px; }

@keyframes figma-home-node-drift {
  0%, 100% { transform: translate3d(0, -1px, 0); }
  50% { transform: translate3d(0, 2px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .figma-home__path-stage,
  .figma-home__answer { animation: none !important; }
}

.figma-home .river-hero__lead::before {
  display: none !important;
}

.figma-home .scroll-cue {
  position: static !important;
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: 140px;
  height: 40px;
  min-height: 40px;
  margin-top: 22px !important;
  padding: 0 !important;
  color: #f7fbff !important;
  border: 0 !important;
  border-radius: 999px;
  background: transparent !important;
  backdrop-filter: none !important;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 0 0 rgba(117, 232, 255, 0);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  transform: translateY(0) !important;
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease !important;
}

.figma-home .scroll-cue > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 140px;
  height: 40px;
  transition: transform .28s ease, filter .28s ease;
}

.figma-home .scroll-cue::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -14px;
  bottom: -14px;
  left: -38px;
  width: 28px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .62), transparent);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

.figma-home .scroll-cue:hover,
.figma-home .scroll-cue:focus-visible {
  transform: translateY(-2px) !important;
  box-shadow:
    0 0 0 1px rgba(117, 232, 255, .12),
    0 2px 8px rgba(50, 171, 232, .14),
    0 0 12px rgba(117, 232, 255, .12);
  filter: brightness(1.08);
}

.figma-home .scroll-cue:hover > img,
.figma-home .scroll-cue:focus-visible > img {
  transform: scale(1.025);
  filter: saturate(1.12);
}

.figma-home .scroll-cue:hover::after,
.figma-home .scroll-cue:focus-visible::after {
  opacity: 1;
  animation: figma-home-button-shine .7s ease-out forwards;
}

.figma-home .scroll-cue span {
  margin: 0;
  animation: none !important;
  transition: none !important;
}

@keyframes figma-home-button-shine {
  from { left: -38px; }
  to { left: 176px; }
}

.figma-home__visual > .figma-home__character {
  position: absolute;
  z-index: 2;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.figma-home__swim-splash {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.figma-home__light-beam {
  position: absolute;
  z-index: 1;
  top: -8%;
  left: 48%;
  width: 48%;
  height: 72%;
  opacity: .8;
  background:
    linear-gradient(101deg, transparent 16%, rgba(202, 244, 255, .11) 27%, transparent 38%),
    linear-gradient(106deg, transparent 36%, rgba(235, 253, 255, .19) 49%, transparent 60%),
    linear-gradient(111deg, transparent 58%, rgba(157, 222, 255, .09) 69%, transparent 80%),
    linear-gradient(104deg, transparent 5%, rgba(112, 202, 255, .025) 24%, rgba(208, 241, 255, .09) 50%, rgba(94, 183, 255, .035) 72%, transparent 94%);
  filter: blur(1px);
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .86), #000 18%, rgba(0, 0, 0, .78) 72%, transparent 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .86), #000 18%, rgba(0, 0, 0, .78) 72%, transparent 100%);
  transform: rotate(-4deg) translate3d(0, 0, 0);
  transform-origin: 50% 0;
  animation: figma-light-sway 12s ease-in-out infinite alternate;
  will-change: transform, opacity;
  contain: paint;
  pointer-events: none;
}

.figma-home__light-beam::before {
  position: absolute;
  inset: -2% 8% 6%;
  content: "";
  background:
    radial-gradient(ellipse at 52% 0, rgba(239, 253, 255, .3), rgba(177, 226, 255, .09) 22%, transparent 54%),
    linear-gradient(180deg, rgba(228, 249, 255, .075), rgba(151, 218, 255, .035) 58%, transparent);
  filter: blur(4px);
}

.figma-home__light-beam::after {
  position: absolute;
  inset: 10% 12% 8%;
  content: "";
  opacity: .72;
  background:
    radial-gradient(circle at 18% 16%, rgba(234, 253, 255, .82) 0 1px, transparent 1.6px),
    radial-gradient(circle at 64% 10%, rgba(205, 242, 255, .68) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 43% 28%, rgba(225, 250, 255, .68) 0 1.1px, transparent 1.8px),
    radial-gradient(circle at 78% 37%, rgba(190, 232, 255, .55) 0 .7px, transparent 1.4px),
    radial-gradient(circle at 29% 48%, rgba(229, 251, 255, .72) 0 .9px, transparent 1.6px),
    radial-gradient(circle at 58% 61%, rgba(200, 239, 255, .55) 0 1px, transparent 1.8px),
    radial-gradient(circle at 84% 72%, rgba(226, 249, 255, .62) 0 .75px, transparent 1.5px),
    radial-gradient(circle at 36% 83%, rgba(191, 232, 255, .48) 0 .8px, transparent 1.6px);
  filter: drop-shadow(0 0 4px rgba(171, 230, 255, .45));
}

@keyframes figma-light-sway {
  from { opacity: .72; transform: rotate(-4.8deg) translate3d(-5px, 0, 0) scaleX(.98); }
  to { opacity: .86; transform: rotate(-3.2deg) translate3d(6px, 0, 0) scaleX(1.025); }
}

.figma-home__tag {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: clamp(158px, 13vw, 188px);
  height: clamp(50px, 4.2vw, 58px);
  padding: 0 18px;
  gap: 9px;
  overflow: hidden;
  border: 1px solid rgba(210, 239, 255, .13);
  background: rgba(176, 226, 255, .035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 0 28px rgba(80, 183, 255, .055);
  box-sizing: border-box;
  pointer-events: none;
}

.figma-home__tag::before {
  position: absolute;
  inset: -5%;
  border-radius: inherit;
  content: "";
  background:
    radial-gradient(circle at 32% 26%, rgba(218, 244, 255, .13), transparent 38%),
    linear-gradient(135deg, rgba(149, 218, 255, .075), rgba(4, 48, 108, .025));
  opacity: .42;
  transform: scale(.97) rotate(-.35deg);
  animation: figma-tag-water-breathe 6.8s ease-in-out infinite alternate;
  pointer-events: none;
}

.figma-home__tag::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  background: linear-gradient(115deg, rgba(255, 255, 255, .055), transparent 42%);
  opacity: .42;
  animation: figma-tag-glint 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes figma-tag-water-breathe {
  0% { opacity: .24; transform: scale(.96) rotate(-.45deg); }
  52% { opacity: .62; transform: scale(1.015) rotate(.25deg); }
  100% { opacity: .34; transform: scale(.985) rotate(-.1deg); }
}

@keyframes figma-tag-glint {
  0%, 22%, 100% { opacity: .18; }
  52% { opacity: .56; }
  76% { opacity: .28; }
}

.figma-home__character {
  top: 33.35%;
  left: 66.6%;
  width: 9.25%;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.figma-home__tag--coding {
  top: 20.5%;
  left: 60.4%;
  border-radius: 58% 42% 54% 46% / 46% 58% 42% 54%;
}

.figma-home__tag--interface {
  top: 35.2%;
  left: 81.2%;
  border-radius: 44% 56% 47% 53% / 58% 43% 57% 42%;
}

.figma-home__tag--native {
  top: 51.4%;
  left: 56.2%;
  border-radius: 52% 48% 60% 40% / 42% 55% 45% 58%;
}

.figma-home__tag--interface::before { animation-delay: -2.4s; }
.figma-home__tag--native::before { animation-delay: -4.2s; }
.figma-home__tag--interface::after { animation-delay: -3s; }
.figma-home__tag--native::after { animation-delay: -5.4s; }

.figma-home__tag-label {
  position: relative;
  z-index: 3;
  display: block;
  min-width: 0;
  color: rgba(223, 239, 255, .94);
  font: 600 clamp(9px, .72vw, 11px)/1.2 var(--mono);
  letter-spacing: .075em;
  text-align: left;
  white-space: nowrap;
  opacity: .96;
  animation: figma-tag-label-breathe 7.4s ease-in-out infinite alternate;
  text-shadow:
    0 0 6px rgba(210, 235, 255, .55),
    0 0 14px rgba(80, 164, 255, .38);
}

@keyframes figma-tag-label-breathe {
  0%, 100% { opacity: .62; }
  48% { opacity: .94; }
  72% { opacity: .76; }
}

.figma-home__tag .figma-home__tag-dot {
  position: relative;
  z-index: 3;
  top: auto;
  left: auto;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(100, 211, 255, .7));
}

.figma-home__anchors {
  position: absolute;
  z-index: 4;
  top: calc(max(min(946px, 100svh), 720px) - 97px);
  right: 12.3%;
  bottom: auto;
  left: 12.3%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 68px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility 0s linear .28s !important;
}

body.river-launched .figma-home__anchors {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s !important;
}

.figma-home__anchors::before {
  position: absolute;
  top: 36px;
  right: 41px;
  left: 41px;
  height: 1px;
  content: "";
  background: rgba(220, 236, 255, .22);
}

.figma-home__anchors a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 24px 18px 24px;
  justify-items: center;
  width: 82px;
  height: 68px;
  color: #fcfeff;
  text-align: center;
  animation: none !important;
  transform: none !important;
  transition: none !important;
}

.figma-home__anchors a span {
  color: rgba(255, 255, 255, .72);
  font: 500 12px/1 var(--mono);
  letter-spacing: .14em;
}

.figma-home__anchors a i {
  align-self: center;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(220, 236, 255, .86);
  border-radius: 50%;
  background: #002258;
  box-shadow: 0 0 0 4px rgba(0, 34, 88, .72);
}

.figma-home__anchors a:first-child i {
  background: #dcecff;
  box-shadow: 0 0 0 4px rgba(220, 236, 255, .12);
}

.figma-home__anchors a.is-active {
  color: #fff;
}

.figma-home__anchors a.is-active i {
  background: #dcecff;
  box-shadow:
    0 0 0 4px rgba(220, 236, 255, .14),
    0 0 16px rgba(142, 218, 255, .45);
}

.figma-home__anchors a:not(.is-active) i {
  background: #002258;
  box-shadow: 0 0 0 4px rgba(0, 34, 88, .72);
}

.figma-home__anchors a strong {
  align-self: end;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .08em;
}

body.guide-docked .figma-home__anchors {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 76px;
  padding: 5px clamp(24px, 7vw, 118px) 6px;
  border-bottom: 1px solid rgba(43, 88, 139, .14);
  background: rgba(247, 251, 255, .91);
  box-shadow: 0 12px 32px rgba(27, 61, 105, .1);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(14px) saturate(1.08);
}

body.guide-docked .figma-home__anchors::before {
  top: 34px;
  right: calc(clamp(24px, 7vw, 118px) + 41px);
  left: calc(clamp(24px, 7vw, 118px) + 41px);
  background: rgba(48, 91, 141, .2);
}

body.guide-docked .figma-home__anchors a {
  grid-template-rows: 22px 18px 24px;
  height: 64px;
  color: #214d80;
}

body.guide-docked .figma-home__anchors a span {
  color: rgba(36, 76, 123, .66);
}

body.guide-docked .figma-home__anchors a strong {
  color: #173f72;
}

body.guide-docked .figma-home__anchors a i,
body.guide-docked .figma-home__anchors a:first-child i,
body.guide-docked .figma-home__anchors a:not(.is-active) i {
  border-color: rgba(40, 83, 132, .72);
  background: #f8fbff;
  box-shadow: 0 0 0 4px rgba(73, 119, 170, .08);
}

body.guide-docked .figma-home__anchors a.is-active strong,
body.guide-docked .figma-home__anchors a.is-active span {
  color: #175fb8;
}

body.guide-docked .figma-home__anchors a.is-active i {
  border-color: #fff;
  background: #2f73cf;
  box-shadow:
    0 0 0 4px rgba(47, 115, 207, .12),
    0 0 14px rgba(47, 115, 207, .24);
}

@media (max-width: 980px) {
  .nav--minimal .logo {
    font-size: 11px;
  }

  .figma-home .river-hero__content {
    top: 24% !important;
    width: min(520px, 50vw) !important;
  }

  .figma-home__light-beam { left: 51%; width: 47%; }

  .figma-home__character {
    left: 70%;
    width: 12%;
  }

  .figma-home__tag {
    width: 146px;
    padding-inline: 12px;
  }

  .figma-home__tag--coding { left: 59%; }
  .figma-home__tag--interface { right: 2%; left: auto; }
  .figma-home__tag--native { left: 55%; }

  .figma-home__anchors {
    right: 6%;
    left: 6%;
  }
}

@media (max-width: 760px) {
  body > .nav--minimal,
  body > .nav--minimal.is-scrolled {
    height: 66px;
    padding: 0 18px !important;
  }

  .nav--minimal .logo {
    gap: 8px;
    font-size: 8px;
  }

  .nav--minimal .logo b {
    display: none;
  }

  .nav--minimal .logo span {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .nav--minimal .say-hi {
    min-height: 30px;
    padding-inline: 11px;
    font-size: 12px;
  }

  html body main > .figma-home.river-hero {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
  }

  .figma-home__background video {
    display: block;
    object-position: 36% top;
  }

  .figma-home .river-hero__content {
    top: 96px !important;
    right: 24px;
    left: 24px !important;
    width: auto !important;
  }

  .figma-home .hero-code {
    position: static !important;
    font-size: 10px !important;
  }

  .figma-home__hello {
    width: auto;
  }

  .figma-home__hello p {
    font-size: 17px;
  }

  .figma-home .river-hero__identity h1 {
    flex-wrap: wrap;
    gap: 2px 8px;
  }

  .figma-home .river-hero__identity h1 strong {
    font-size: 54px;
  }

  .figma-home .river-hero__identity h1 span {
    font-size: 30px;
  }

  .figma-home .river-hero__lead {
    max-width: 430px;
    font-size: 14px;
    line-height: 1.65;
  }

  .figma-home .scroll-cue.scroll-cue--answer {
    width: 184px;
    height: 50px;
    margin-top: 26px !important;
    padding-inline: 20px !important;
    font-size: 14px;
  }

  .figma-home__route {
    top: 390px;
    right: auto;
    bottom: auto;
    left: -23%;
    width: 190%;
    height: auto;
    object-fit: contain;
    opacity: .88;
    transform: none;
  }

  .figma-home__path-stage--observe { top: 73%; right: 20%; left: auto; }
  .figma-home__path-stage--explore { top: 79%; right: 10%; left: auto; }
  .figma-home__path-stage--define { top: 65%; right: 4%; left: auto; }
  .figma-home__path-stage--validate { top: 57%; right: 18%; left: auto; }
  .figma-home__answer {
    top: 450px;
    right: 0;
    left: auto;
    flex-direction: row-reverse;
  }
  .figma-home__stage-icon { flex-basis: 38px; width: 38px; height: 38px; }
  .figma-home__stage-icon img { width: 18px; height: 18px; }
  .figma-home__path-stage a,
  .figma-home__answer { gap: 9px; }
  .figma-home__path-stage strong,
  .figma-home__answer strong { font-size: 14px; }
  .figma-home__path-stage small { margin-top: 4px; font-size: 8px; }
  .figma-home__path-stage em,
  .figma-home__answer em { display: none; }
  .figma-home__answer > img { width: 26px; height: 26px; }

  .figma-home__light-beam {
    top: 36%;
    left: 24%;
    width: 75%;
    height: 42%;
  }

  .figma-home__character {
    top: 56%;
    left: 53%;
    width: 24%;
  }

  .figma-home__tag {
    width: min(38vw, 148px);
    height: 46px;
    padding-inline: 12px;
  }

  .figma-home__tag-label {
    font-size: 9px;
    letter-spacing: .055em;
  }

  .figma-home__tag--coding { top: 48%; left: 20%; }
  .figma-home__tag--interface { top: 60%; right: 3%; left: auto; }
  .figma-home__tag--native { top: 66%; left: 12%; }

  .figma-home__anchors {
    top: 734px;
    right: 14px;
    bottom: auto;
    left: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .figma-home__anchors::before {
    right: 36px;
    left: 36px;
    min-width: 330px;
  }

  .figma-home__anchors a {
    flex: 0 0 68px;
  }

  body.guide-docked .figma-home__anchors {
    right: 0;
    bottom: auto;
    left: 0;
    padding: 6px 10px 4px;
  }

  body.guide-docked .figma-home__anchors::before {
    right: 44px;
    left: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .figma-home__background video { display: block; }
  .figma-home__swim-splash {
    display: none;
  }

  .figma-home__character {
    transform: none !important;
    opacity: 1 !important;
    will-change: auto;
  }

  .figma-home__light-beam {
    animation: none;
    opacity: .66;
  }

  .figma-home *,
  .figma-home *::before,
  .figma-home *::after {
    animation: none !important;
    transition: none !important;
  }
}
