@font-face {
  font-family: "Unbounded Sans Local";
  src: url("./assets/fonts/UnboundedSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #080808;
  --paper: #ffffff;
  --mist: #d7e2ea;
  --muted: #87949f;
  --line: rgba(215, 226, 234, 0.22);
  --hot: #b600a8;
  --violet: #7621b0;
  --orange: #be4c00;
  --display: "Kanit", Arial, sans-serif;
  --wujie: "Unbounded Sans Local", "无界黑 Regular", "Wujie Regular", "无界黑", "Wujie", "Kanit", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--ink); scroll-padding-top: 24px; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--mist);
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.35;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

a:focus-visible, button:focus-visible { outline: 2px solid #ff73df; outline-offset: 5px; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }
.page-shell { overflow-x: clip; background: var(--ink); }
.hero, .marquee-section, .about-section, .projects-section { background: var(--ink); }

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  overflow: clip;
  padding: 24px 24px 28px;
}

.navbar {
  position: fixed;
  top: 19px;
  right: 24px;
  left: 24px;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  min-height: 64px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(215,226,234,.14);
  border-radius: 999px;
  background: rgba(8,8,8,.52);
  padding: 10px 12px;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 16px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
  animation: fade-down 800ms cubic-bezier(.25,.1,.25,1) both;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  color: var(--mist);
  white-space: nowrap;
}

.brand-mark-badge {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff61d7 0%, #7621b0 55%, #be4c00 100%);
  color: white;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 0 10px 22px rgba(182,0,168,.25);
}

.brand-mark em {
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.nav-links {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.nav-links a,
.nav-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(215,226,234,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: var(--mist);
  font-size: clamp(.75rem, 1.4vw, .95rem);
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: opacity 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.nav-links a {
  padding: 0 18px;
  text-transform: none;
}

.nav-links a:hover,
.nav-contact:hover {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  opacity: 1;
  transform: translateY(-1px);
}

.nav-contact {
  justify-self: end;
  gap: 7px;
  padding: 0 18px;
  white-space: nowrap;
}
.nav-contact svg { width: 16px; height: 16px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button svg { width: 19px; height: 19px; }

.hero-heading-wrap { position: relative; z-index: 12; container-type: inline-size; overflow: hidden; margin-top: clamp(76px, 7vw, 94px); }
.hero-heading {
  margin: 0;
  background: linear-gradient(180deg, #646973 0%, #bbccd7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.5rem, 14.5cqw, 18rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .84;
  text-transform: uppercase;
  white-space: nowrap;
  animation: rise-in 900ms .15s cubic-bezier(.25,.1,.25,1) both;
}

.hero-heading-wrap .hero-heading {
  display: flex;
  align-items: center;
  gap: .12em;
  justify-content: center;
}

.hero-greeting { flex: 0 0 auto; }

.hero-name {
  display: inline-block;
  font: inherit;
  letter-spacing: 0;
  line-height: inherit;
}

.hero-cn {
  font-family: var(--wujie);
  font-weight: 400;
}

.hero-portrait {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: calc(50% - 10px);
  width: min(900px, 76vw);
  aspect-ratio: 1285 / 765;
  overflow: hidden;
  background: var(--ink);
  transform: translate(-50%, -50%);
  animation: portrait-in 1000ms .6s cubic-bezier(.25,.1,.25,1) both;
}
.hero-orbits {
  position: absolute;
  z-index: 0;
  top: 47%;
  left: 50%;
  width: min(900px, 76vw);
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: portrait-in 1000ms .6s cubic-bezier(.25,.1,.25,1) both;
}
.hero-portrait video {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  filter: drop-shadow(0 28px 32px rgba(0,0,0,.46));
  user-select: none;
  -webkit-user-drag: none;
}
.portrait-orbit { position: absolute; display: block; border: 1px solid rgba(215,226,234,.16); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { top: 47%; left: 50%; width: 78%; aspect-ratio: 1; }
.orbit-two { top: 47%; left: 50%; width: 110%; aspect-ratio: 1; border-color: rgba(182,0,168,.22); }
.hero-badge-stage {
  position: absolute;
  inset: 0;
  z-index: 36;
  pointer-events: none;
}

.hero-badge-rope {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.34));
}

.hero-badge-rope-band,
.hero-badge-rope-line,
.hero-badge-rope-anchor {
  opacity: 0;
}

.hero-badge-rope-band {
  stroke: #1b1920;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.25));
}

.hero-badge-rope-line {
  stroke-width: 7;
  mix-blend-mode: screen;
}

.hero-badge-rope-anchor {
  fill: #111;
  stroke: rgba(255,255,255,.72);
  stroke-width: 4;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.35));
}

.hero-badge-card {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 86%;
  width: clamp(240px, 22vw, 280px);
  aspect-ratio: 2 / 3;
  transform: translate3d(-50%, calc(-50% + -120vh), 0) rotate(-8deg) rotateX(10deg);
  transform-style: preserve-3d;
  opacity: 0;
  will-change: transform, opacity;
}

.hero-badge-surface {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(243,246,248,.78) 100%);
  box-shadow: 0 20px 60px rgba(0,0,0,.3), 0 2px 8px rgba(0,0,0,.1);
  color: var(--ink);
  padding: 16px 18px 10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.hero-badge-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(150deg, rgba(255,255,255,.36) 0%, rgba(255,255,255,0) 36%, rgba(255,97,215,.12) 100%);
  pointer-events: none;
}

.hero-badge-hole {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 58px;
  height: 18px;
  border-radius: 999px;
  background: #111;
  transform: translateX(-50%);
  box-shadow: 0 0 0 6px rgba(255,255,255,.34) inset, 0 6px 16px rgba(0,0,0,.2);
}

.hero-badge-hole::after {
  content: "";
  position: absolute;
  inset: 5px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}

.hero-badge-topline {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: rgba(12,12,12,.56);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-badge-avatar {
  position: relative;
  z-index: 1;
  width: 96px;
  height: 96px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

.hero-badge-avatar img {
  width: 100%;
  height: 100%;
  border: 3px solid white;
  border-radius: 50%;
  object-fit: cover;
}

.hero-badge-name {
  position: relative;
  z-index: 1;
  margin: 2px 0 0;
  color: #111;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.hero-badge-role {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(12,12,12,.68);
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.hero-badge-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding-top: 2px;
}

.hero-badge-tags span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(12,12,12,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  padding: 6px 9px;
  color: rgba(12,12,12,.82);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
}

.hero-badge-footer {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 5px;
  margin-top: 14px;
  padding-top: 0;
}

.hero-badge-contact {
  display: flex;
  width: 100%;
  min-height: 28px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(12,12,12,.08);
  padding: 6px 9px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
  color: var(--ink);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.hero-badge-contact svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.hero-badge-card.is-settled .hero-badge-surface {
  animation: badge-breathe 4s ease-in-out infinite;
}
.magnetic { transition: transform .6s ease-in-out, translate .6s ease-in-out; will-change: transform, translate; }

.coffee-float {
  position: absolute;
  z-index: 15;
  bottom: 17vh;
  left: 0;
  width: clamp(225px, 27vw, 342px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-190px, 260px) rotate(-18deg) scale(.82);
  transform-origin: 50% 90%;
  will-change: transform, opacity;
}

.coffee-float.is-active { animation: coffee-slide 1.15s cubic-bezier(.22,.8,.23,1) both; }
.coffee-float.is-exiting { animation: coffee-exit .9s cubic-bezier(.55,.05,.67,.19) both; }

.hero-bottom { position: relative; z-index: 20; display: flex; margin-top: auto; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 4px; }
.hero-intro { max-width: 260px; margin: 0; color: var(--mist); font-size: clamp(.75rem, 1.4vw, 1.5rem); font-weight: 300; letter-spacing: .11em; line-height: 1.22; text-transform: uppercase; animation: rise-in 900ms .35s cubic-bezier(.25,.1,.25,1) both; }
.contact-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 36px; border: 2px solid white; border-radius: 999px; outline: 2px solid white; outline-offset: -5px; background: linear-gradient(123deg, #18011f 7%, #b600a8 37%, #7621b0 72%, #be4c00 100%); box-shadow: 0 4px 4px rgba(181,1,167,.25), 4px 4px 12px #7721b1 inset; color: white; cursor: pointer; font-size: clamp(.72rem, 1.1vw, 1rem); font-weight: 500; letter-spacing: .14em; text-transform: uppercase; animation: rise-in 900ms .5s cubic-bezier(.25,.1,.25,1) both; }
.contact-button:hover { filter: saturate(1.18) brightness(1.1); }
.contact-button svg { width: 17px; height: 17px; }
.scroll-cue { position: absolute; right: 24px; bottom: 110px; z-index: 22; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: bottom right; }
.scroll-cue svg { width: 14px; height: 14px; transform: rotate(90deg); }

.marquee-section { padding: 96px 0 40px; }
.section-caption { display: flex; justify-content: space-between; padding: 0 24px 18px; color: var(--muted); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.glass-story-section {
  position: relative;
  z-index: 24;
  min-height: 170svh;
  margin-top: -100svh;
  overflow: clip;
  padding: 0;
  background: transparent;
  pointer-events: none;
}
.glass-story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.035), transparent 38%, rgba(255,255,255,.025));
  opacity: .9;
  pointer-events: none;
}
.glass-story-wrap {
  position: sticky;
  top: 0;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 0 24px;
  perspective: 1000px;
  pointer-events: none;
}
.glass-story-card {
  position: relative;
  width: min(1080px, 90vw);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(12,12,14,.68), rgba(20,14,22,.58));
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.22);
  color: white;
  padding: 72px;
  min-height: 700px;
  opacity: 0;
  transform: translateY(42vh) scale(.95);
  transform-style: preserve-3d;
  transition: box-shadow 400ms ease;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  pointer-events: auto;
}
.glass-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255,255,255,.22), transparent 40%, rgba(255,97,215,.14));
  pointer-events: none;
}
.glass-story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(8,8,8,.16);
  pointer-events: none;
}
.glass-story-card.is-visible {
  opacity: 1;
}
.glass-story-card.is-tilting {
  transition: box-shadow 400ms ease;
  will-change: transform;
  box-shadow: 0 32px 70px -18px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.07), inset 0 1px 0 rgba(255,255,255,.24);
}
.glass-story-kicker,
.glass-story-card h2,
.glass-story-card p,
.glass-story-meta {
  position: relative;
  z-index: 1;
}
.glass-story-kicker {
  margin-bottom: 22px;
  color: rgba(215,226,234,.74);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
}
.glass-story-card h2 {
  max-width: 936px;
  margin: 0 auto;
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(1.25rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 2px 14px rgba(0,0,0,.34);
}
.glass-story-card h2 span { display: block; white-space: nowrap; }
.glass-story-card p {
  max-width: 620px;
  margin: 28px auto 0;
  font-family: var(--display);
  color: rgba(255,255,255,.92);
  font-size: 1.16rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  text-shadow: 0 1px 9px rgba(0,0,0,.46);
}
.glass-story-description {
  max-width: 980px;
  margin: 0 auto;
  transform: translateY(20px);
}
.glass-story-description p { max-width: none; }
.glass-story-description p + p { margin-top: 18px; }
.glass-story-description .glass-story-accent {
  color: #c77dff;
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(199,125,255,.22);
}
.glass-story-description strong { color: white; font-weight: 700; }
.glass-story-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
  transform: translateY(20px);
}
.glass-story-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(8,8,8,.26);
  padding: 0 14px;
  color: rgba(255,255,255,.88);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
}

.skill-cards-section {
  position: relative;
  z-index: 3;
  margin-top: -68svh;
  background: var(--ink);
  padding: 8px 24px 130px;
}

.skill-cards-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.skill-cards-section .section-title {
  margin-top: 24px;
  margin-bottom: 18px;
  color: transparent;
  font-family: var(--wujie);
  font-weight: 400;
}

.skill-cards-subtitle {
  margin: 0 0 48px;
  color: rgba(215,226,234,.72);
  font-size: clamp(.95rem, 1.3vw, 1.25rem);
  font-weight: 400;
  letter-spacing: .04em;
  text-align: center;
}

.skill-cards-grid {
  position: relative;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 18px 0 34px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.skill-cards-track {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 0 28px;
  animation: skillCardsMarquee 34s linear infinite;
  will-change: transform;
}

.skill-cards-grid:hover .skill-cards-track {
  animation-play-state: paused;
}
.skill-cards-track.is-paused { animation-play-state: paused; }

@keyframes skillCardsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * var(--skill-marquee-distance, 50%))); }
}

.skill-showcase-card {
  position: relative;
  display: flex;
  flex: 0 0 clamp(400px, 39vw, 600px);
  min-height: 560px;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--mist);
  border-radius: 60px;
  background: var(--ink);
  padding: 28px;
  color: var(--mist);
  backface-visibility: hidden;
  transform-origin: center top;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.skill-showcase-card:hover {
  box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 24px 80px rgba(0,0,0,.35);
  transform: translateY(-8px) scale(1.035);
  z-index: 2;
}

.skill-showcase-card-wide {
  min-height: 620px;
}

.skill-showcase-visual {
  display: grid;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  border-radius: 50px;
  background: linear-gradient(145deg, rgba(215,226,234,.08), rgba(118,33,176,.12));
}
.skill-showcase-visual-cover {
  position: relative;
  min-height: 260px;
}
.skill-showcase-visual-cover img.skill-showcase-cover {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.skill-media-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: rgba(8,8,8,.46);
  color: white;
  cursor: pointer;
  opacity: 0;
  transition: opacity 180ms ease, background-color 180ms ease;
}
.skill-media-play svg {
  width: 58px;
  height: 58px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 50%;
  background: rgba(8,8,8,.42);
  fill: currentColor;
}
.skill-showcase-card:hover .skill-media-play,
.skill-media-play:focus-visible { opacity: 1; }
.skill-media-play:hover { background: rgba(8,8,8,.58); }

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.78);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}
.media-modal[hidden] { display: none; }
.media-modal.is-open { opacity: 1; visibility: visible; }
.media-modal-dialog {
  position: relative;
  width: min(960px, 92vw);
  border: 1px solid rgba(215,226,234,.24);
  border-radius: 20px;
  background: #080808;
  box-shadow: 0 28px 90px rgba(0,0,0,.55);
  padding: 12px;
  transform: translateY(18px) scale(.98);
  transition: transform 220ms ease;
}
.media-modal.is-open .media-modal-dialog { transform: translateY(0) scale(1); }
.media-modal video { display: block; width: 100%; max-height: 80vh; border-radius: 12px; background: #000; }
.media-modal-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 12px;
  padding: 2px;
  border: 1px solid rgba(215,226,234,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
}
.media-modal-tab {
  flex: 1;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(215,226,234,.68);
  cursor: pointer;
  font-size: .9rem;
  font-weight: 600;
  transition: background-color 180ms ease, color 180ms ease;
}
.media-modal-tab:hover,
.media-modal-tab.is-active { background: rgba(255,255,255,.14); color: white; }
.media-modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 1;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: #111;
  color: white;
  cursor: pointer;
}
.media-modal-close:hover { background: var(--hot); }
.media-modal-close svg { width: 20px; height: 20px; }
body.media-modal-open { overflow: hidden; }

@media (max-width: 639px) {
  .media-modal { padding: 14px; }
  .media-modal-dialog { width: min(960px, 96vw); padding: 9px; border-radius: 14px; }
  .media-modal video { max-height: 78vh; border-radius: 9px; }
  .media-modal-close { top: -12px; right: -6px; width: 36px; height: 36px; }
}

@media (hover: none), (pointer: coarse) {
  .skill-media-play { opacity: .88; }
}

.skill-showcase-visual img {
  width: min(300px, 78%);
  height: min(300px, 78%);
  object-fit: contain;
  filter: drop-shadow(0 26px 40px rgba(0,0,0,.42));
  transition: transform 700ms ease, filter 700ms ease;
}

.skill-showcase-card:hover .skill-showcase-visual img {
  filter: drop-shadow(0 32px 52px rgba(0,0,0,.5)) saturate(1.12);
  transform: scale(1.04) rotate(-2deg);
}

.skill-showcase-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 28px;
}

.skill-showcase-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.skill-showcase-card h3 {
  margin: 24px 0 0;
  color: white;
  font-size: clamp(1.45rem, 2.4vw, 2.65rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.skill-showcase-card p {
  margin: 20px 0 0;
  color: rgba(215,226,234,.7);
  font-size: clamp(.92rem, 1.32vw, 1.12rem);
  font-weight: 300;
  line-height: 1.62;
}

.skill-showcase-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  border-top: 1px solid rgba(215,226,234,.18);
  padding-top: 26px;
}

.skill-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skill-showcase-tags span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(215,226,234,.22);
  border-radius: 999px;
  padding: 0 13px;
  color: rgba(215,226,234,.78);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
}

.skill-showcase-foot a {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--mist);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  white-space: nowrap;
}

.skill-showcase-foot a[data-tooltip]::after {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 4;
  width: max-content;
  max-width: min(270px, 72vw);
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: rgba(16, 16, 20, .94);
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  color: white;
  content: attr(data-tooltip);
  font-size: .72rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: normal;
}

.skill-showcase-foot a[data-tooltip]::before {
  position: absolute;
  right: 18px;
  bottom: calc(100% + 4px);
  z-index: 4;
  width: 8px;
  height: 8px;
  background: rgba(16, 16, 20, .94);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px) rotate(45deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.skill-showcase-foot a[data-tooltip]:hover::before,
.skill-showcase-foot a[data-tooltip]:focus-visible::before {
  opacity: 1;
  transform: translateY(0) rotate(45deg);
}

.skill-showcase-foot a[data-tooltip]:hover::after,
.skill-showcase-foot a[data-tooltip]:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}
.skill-showcase-date {
  color: rgba(215,226,234,.72);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}
.skill-showcase-foot a:hover { color: var(--hot); }

.skill-showcase-foot svg {
  width: 15px;
  height: 15px;
}

.about-section { position: relative; display: grid; min-height: 100svh; place-items: center; overflow: hidden; padding: 80px 20px; }
.about-content { position: relative; z-index: 2; display: flex; max-width: 650px; flex-direction: column; align-items: center; gap: 42px; text-align: center; }
.eyebrow { margin: 0; color: var(--muted); font-size: .7rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.about-content h2, .section-title { font-size: clamp(3rem, 12vw, 160px); }
.about-content h2 { margin: 0; }
.animated-copy { max-width: 560px; margin: 0; color: var(--mist); font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 500; line-height: 1.6; }
.animated-copy span { transition: opacity 80ms linear; }
.services-section { position: relative; z-index: 2; border-radius: 60px 60px 0 0; background: var(--paper); color: var(--ink); padding: 126px 24px 140px; }
.services-inner { max-width: 1080px; margin: 0 auto; }
.eyebrow-dark { color: rgba(12,12,12,.5); }
.section-title { margin: 0 0 86px; color: var(--ink); font-weight: 900; letter-spacing: -.035em; line-height: .84; text-align: center; text-transform: uppercase; }
.services-section .section-title { font-family: var(--wujie); font-weight: 400; letter-spacing: 0; text-transform: none; }
.service-list { border-top: 1px solid rgba(12,12,12,.15); }
.service-item { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(0, 2.2fr); gap: clamp(24px, 7vw, 100px); align-items: start; padding: 34px 0; border-bottom: 1px solid rgba(12,12,12,.15); }
.service-number { color: var(--ink); font-size: clamp(3rem, 10vw, 140px); font-weight: 900; letter-spacing: -.08em; line-height: .78; }
.service-item h3 { margin: 0 0 10px; font-size: clamp(1rem, 2.2vw, 2.1rem); font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.service-item p { max-width: 660px; margin: 0; color: rgba(12,12,12,.62); font-size: clamp(.85rem, 1.6vw, 1.25rem); font-weight: 300; line-height: 1.55; }

.projects-section { position: relative; z-index: 3; margin-top: -56px; border-radius: 60px 60px 0 0; padding: 116px 24px 136px; }
.projects-inner { max-width: 1180px; margin: 0 auto; }
.projects-section .section-title { margin-top: 24px; margin-bottom: 18px; color: transparent; }
.projects-subtitle { margin: 0 0 70px; color: rgba(215,226,234,.72); font-size: clamp(.95rem, 1.3vw, 1.25rem); font-weight: 400; letter-spacing: .04em; line-height: 1.5; text-align: center; }
.project-stack { display: flex; flex-direction: column; gap: 28px; }
.project-wrap { position: relative; min-height: 85vh; }
.project-card { position: relative; display: flex; min-height: min(690px, 85vh); flex-direction: column; overflow: hidden; border: 2px solid var(--mist); border-radius: 60px; background: var(--ink); padding: 28px; transform-origin: top center; backface-visibility: hidden; perspective: 1000px; transition: box-shadow 220ms ease; will-change: transform, filter; }
.project-card:hover { box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 24px 80px rgba(0,0,0,.35); }
.project-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr); gap: 18px; align-items: start; min-height: 112px; }
.project-number { color: var(--mist); font-size: clamp(3.1rem, 8vw, 7rem); font-weight: 900; letter-spacing: -.08em; line-height: .72; }
.project-label { margin: 4px 0 8px; color: var(--muted); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.project-copy { min-width: 0; text-align: center; }
.project-name { margin: 0; color: white; font-size: clamp(1.45rem, 3vw, 3.3rem); font-weight: 600; line-height: 1; text-align: center; text-transform: uppercase; }
.project-description { max-width: 540px; margin: 14px auto 0; color: rgba(215,226,234,.72); font-size: clamp(.82rem, 1.2vw, 1rem); font-weight: 400; line-height: 1.6; text-align: center; }
.live-project { display: inline-flex; align-items: center; justify-self: end; gap: 8px; border: 2px solid var(--mist); border-radius: 999px; padding: 12px 20px; color: var(--mist); font-size: .72rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; transition: background-color 180ms ease, color 180ms ease; }
.live-project:hover { background: rgba(215,226,234,.1); }
.live-project svg { width: 15px; height: 15px; }
.project-images { display: grid; flex: 1; grid-template-columns: 40% 60%; gap: 12px; min-height: 0; }
.project-images-left { display: grid; grid-template-rows: minmax(130px, .78fr) minmax(160px, 1.2fr); gap: 12px; min-height: 0; }
.project-images img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: 50px; background: #191d20; }
.project-images-right img { height: 100%; min-height: 300px; }
.project-images-single { position: relative; display: block; }
.project-images-single img { display: block; height: 100%; min-height: 300px; object-position: center; }
.project-card:hover .project-media-play,
.project-media-play:focus-visible { opacity: 1; }
.scroll-stack-end { width: 100%; height: 1px; pointer-events: none; }

.contact-section { position: relative; z-index: 4; background: var(--paper); color: var(--ink); padding: 118px 24px 28px; }
.contact-copy { max-width: 1180px; margin: 0 auto; }
.contact-copy h2 { margin: 24px 0 0; font-family: var(--wujie); font-size: clamp(4rem, 13vw, 170px); font-weight: 400; letter-spacing: 0; line-height: .84; text-transform: none; }
.contact-copy h2 em { color: var(--hot); font-style: normal; }
.contact-actions { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 22px 48px; margin-top: 78px; }
.contact-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 2px solid var(--ink); padding-bottom: 8px; color: var(--ink); font-size: clamp(1.1rem, 2.7vw, 2.5rem); font-weight: 500; letter-spacing: .03em; white-space: nowrap; }
.contact-link svg { width: 24px; height: 24px; }
.contact-link:hover { color: var(--hot); border-color: var(--hot); }
.contact-phone { margin-bottom: 1px; margin-left: 118px; }
.wechat-qr-group { position: relative; display: inline-flex; align-items: center; margin-left: -18px; }
.wechat-qr-button {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(12,12,12,.18);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.wechat-qr-button svg { width: 22px; height: 22px; }
.wechat-qr-button:hover,
.wechat-qr-group:focus-within .wechat-qr-button {
  border-color: var(--hot);
  color: var(--hot);
  transform: translateY(-1px);
}
.wechat-qr-popover {
  position: absolute;
  right: 0;
  bottom: calc(100% + 16px);
  z-index: 20;
  display: flex;
  width: min(320px, 78vw);
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 24px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
  padding: 18px 18px 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(.98);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  pointer-events: none;
}
.wechat-qr-group:hover .wechat-qr-popover,
.wechat-qr-group:focus-within .wechat-qr-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.wechat-qr-popover img {
  display: block;
  width: 100%;
  max-width: 260px;
  border-radius: 18px;
}
.footer-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 116px; border-top: 1px solid rgba(12,12,12,.18); padding-top: 17px; color: rgba(12,12,12,.55); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 700ms cubic-bezier(.25,.1,.25,1), transform 700ms cubic-bezier(.25,.1,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.service-item:nth-child(2) { transition-delay: .1s; }
.service-item:nth-child(3) { transition-delay: .2s; }
.service-item:nth-child(4) { transition-delay: .3s; }
.service-item:nth-child(5) { transition-delay: .4s; }

@keyframes fade-down { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes portrait-in { from { opacity: 0; transform: translate(-50%, calc(-50% + 30px)); } to { opacity: 1; transform: translate(-50%, -50%); } }
@keyframes drift-left { from { opacity: 0; transform: translateX(-80px); } to { opacity: 1; transform: translateX(0); } }
@keyframes drift-right { from { opacity: 0; transform: translateX(80px); } to { opacity: 1; transform: translateX(0); } }
@keyframes badge-breathe {
  0%, 100% { transform: translateY(0); box-shadow: 0 20px 60px rgba(0,0,0,.3), 0 2px 8px rgba(0,0,0,.1); }
  50% { transform: translateY(-2px); box-shadow: 0 26px 72px rgba(0,0,0,.34), 0 4px 10px rgba(0,0,0,.12); }
}
@keyframes coffee-slide {
  0% { opacity: 0; transform: translate(-190px, 260px) rotate(-18deg) scale(.82); }
  60% { opacity: 1; transform: translate(24px, -30px) rotate(7deg) scale(1.04); }
  80% { transform: translate(-9px, 9px) rotate(-2deg) scale(.98); }
  100% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
}

@keyframes coffee-exit {
  0% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  20% { transform: translate(-9px, 9px) rotate(-2deg) scale(.98); }
  40% { opacity: 1; transform: translate(24px, -30px) rotate(7deg) scale(1.04); }
  100% { opacity: 0; transform: translate(-190px, 260px) rotate(-18deg) scale(.82); }
}

@media (min-width: 640px) {
  .hero { padding: 32px 40px; }
  .navbar { top: 27px; right: 40px; left: 40px; }
  .hero-heading-wrap { margin-top: 78px; }
  .hero-portrait { top: auto; bottom: -190px; width: min(920px, 74vw); transform: translateX(-50%); }
  .hero-orbits { top: auto; bottom: 380px; width: min(850px, 72vw); transform: translateX(-50%); }
  .hero-badge-card { top: 48%; left: 86%; width: clamp(250px, 21vw, 280px); }
  .hero-bottom { padding-bottom: 8px; }
  .scroll-cue { right: 40px; }
  .section-caption { padding-right: 40px; padding-left: 40px; }
  .marquee-section { padding-top: 128px; }
  .glass-story-section { min-height: 170svh; margin-top: -100svh; padding: 0; }
  .glass-story-wrap { padding-right: 40px; padding-left: 40px; }
  .skill-cards-section { padding-right: 40px; padding-left: 40px; }
  .about-section { padding-right: 32px; padding-left: 32px; }
  .services-section, .projects-section { border-radius: 50px 50px 0 0; }
  .services-section { padding: 144px 40px 160px; }
  .projects-section { margin-top: -48px; padding: 128px 40px 160px; }
  .contact-section { padding-right: 40px; padding-left: 40px; }
}

@media (min-width: 1024px) {
  .hero { padding-right: 40px; padding-left: 40px; }
  .hero-portrait { width: min(960px, 76vw); }
  .hero-orbits { width: min(880px, 72vw); }
  .hero-badge-card { left: 87%; width: clamp(260px, 20vw, 280px); }
  .services-section, .projects-section { border-radius: 60px 60px 0 0; }
  .contact-actions { margin-left: -28px; }
  .contact-email { margin-left: max(28px, calc((100vw - 1180px) / 2 - 12px)); }
}

@media (min-width: 761px) and (max-width: 1023px) {
  .hero-portrait { top: 58%; width: min(760px, 78vw); }
  .hero-orbits { top: 55%; width: min(760px, 78vw); }
}

@media (max-height: 720px) and (min-width: 761px) {
  .hero-portrait { top: 62%; width: min(720px, 72vw); }
  .hero-orbits { top: 59%; width: min(720px, 72vw); }
}

@media (max-width: 760px) {
  .navbar {
    top: 17px;
    right: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 28px;
    padding: 10px 12px;
  }
  .brand-mark em { font-size: .92rem; }
  .brand-mark-badge { width: 32px; height: 32px; font-size: .76rem; }
  .nav-links { position: absolute; top: -22px; left: -20px; display: flex; width: 100vw; height: 100svh; flex-direction: column; align-items: center; justify-content: center; gap: 22px; margin: 0; background: rgba(12,12,12,.98); opacity: 0; pointer-events: none; transform: translateY(-14px); transition: opacity 220ms ease, transform 220ms ease; }
  .nav-links a { font-size: 1.35rem; }
  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-contact { display: none; }
  .menu-button { position: relative; z-index: 40; display: grid; place-items: center; }
  .hero { padding: 22px 20px 24px; }
  .hero-heading-wrap { margin-top: 78px; }
  .hero-portrait { top: 55%; width: min(540px, 98vw); }
  .hero-orbits { top: 24%; width: min(520px, 94vw); }
  .hero-badge-card { top: 42%; left: 72%; width: min(250px, 72vw); }
  .hero-badge-surface { gap: 8px; padding: 14px 14px 12px; }
  .hero-badge-avatar { width: 86px; height: 86px; }
  .hero-badge-name { font-size: 1.35rem; }
  .hero-badge-role { font-size: .8rem; }
  .hero-badge-tags { gap: 5px; }
  .hero-badge-tags span { padding: 5px 7px; font-size: .54rem; }
  .hero-badge-footer { gap: 4px; margin-top: 12px; }
  .hero-badge-contact { min-height: 26px; padding: 5px 8px; font-size: .58rem; }
  .coffee-float { bottom: 18vh; left: 0; width: min(200px, 47vw); }
  .hero-intro { max-width: 160px; font-size: .7rem; }
  .contact-button { min-height: 48px; padding: 0 22px; font-size: .68rem; letter-spacing: .1em; }
  .scroll-cue { right: 12px; bottom: 100px; }
  .section-caption { padding-right: 20px; padding-left: 20px; }
  .marquee-section { padding-top: 88px; }
  .glass-story-section { min-height: 165svh; margin-top: -100svh; padding: 0; }
  .glass-story-wrap { min-height: 100svh; padding: 0 20px; }
  .glass-story-card { width: 96vw; min-height: 680px; border-radius: 20px; padding: 42px 10px; }
  .glass-story-kicker { margin-bottom: 16px; font-size: .62rem; }
  .glass-story-card h2 { font-size: clamp(.86rem, 4vw, 1rem); line-height: 1.5; }
  .glass-story-card p { margin-top: 20px; font-size: .96rem; line-height: 1.68; }
  .glass-story-meta { gap: 8px; margin-top: 24px; }
  .glass-story-meta span { min-height: 31px; padding: 0 11px; font-size: .6rem; }
  .skill-cards-section { margin-top: -40svh; padding: 22px 20px 92px; }
  .skill-cards-section .section-title { margin-top: 16px; margin-bottom: 12px; }
  .skill-cards-subtitle { margin-bottom: 28px; font-size: .9rem; }
  .skill-cards-grid { padding-bottom: 26px; }
  .skill-cards-track { gap: 20px; padding: 0 20px; animation-duration: 28s; }
  .skill-showcase-card,
  .skill-showcase-card-wide { flex-basis: min(380px, 92vw); min-height: 560px; border-radius: 40px; padding: 16px; }
  .skill-showcase-visual { min-height: 250px; border-radius: 30px; }
  .skill-showcase-visual img { width: min(250px, 82%); height: min(250px, 82%); }
  .skill-showcase-body { padding-top: 22px; }
  .skill-showcase-meta { font-size: .58rem; }
  .skill-showcase-card h3 { margin-top: 18px; font-size: 1.35rem; }
  .skill-showcase-card p { margin-top: 14px; font-size: .86rem; line-height: 1.5; }
  .skill-showcase-foot { align-items: flex-start; flex-direction: column; gap: 16px; padding-top: 20px; }
  .skill-showcase-tags span { min-height: 29px; padding: 0 10px; font-size: .58rem; }
  .skill-showcase-foot a { font-size: .62rem; }
  .about-content { gap: 30px; }
  .about-section { min-height: 780px; }
  .services-section { border-radius: 40px 40px 0 0; padding: 96px 20px 110px; }
  .section-title { margin-bottom: 58px; }
  .service-item { grid-template-columns: 72px minmax(0, 1fr); gap: 18px; padding: 28px 0; }
  .service-number { font-size: 3.3rem; }
  .service-item h3 { margin-bottom: 8px; font-size: 1rem; }
  .service-item p { font-size: .86rem; line-height: 1.5; }
  .projects-section { margin-top: -38px; border-radius: 40px 40px 0 0; padding: 92px 20px 110px; }
  .projects-section .section-title { margin-top: 18px; margin-bottom: 12px; }
  .projects-subtitle { margin-bottom: 50px; font-size: .9rem; }
  .project-stack { gap: 20px; }
  .project-wrap { min-height: 650px; }
  .project-card { min-height: 580px; border-radius: 40px; padding: 16px; }
  .project-top { grid-template-columns: 70px minmax(0, 1fr); gap: 14px; min-height: 148px; }
  .project-number { font-size: 4rem; }
  .project-name { font-size: 1.25rem; }
  .project-label { font-size: .6rem; }
  .live-project { grid-column: 2; justify-self: start; padding: 9px 14px; font-size: .6rem; }
  .project-images { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }
  .project-images-left { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; gap: 10px; }
  .project-images-right img { min-height: 0; }
  .project-images img { border-radius: 30px; }
  .contact-section { padding: 90px 20px 24px; }
  .contact-copy h2 { margin-top: 18px; font-size: clamp(3.5rem, 17vw, 7rem); }
  .contact-actions { gap: 14px 18px; margin-top: 54px; }
  .contact-phone { margin-left: 0; }
  .wechat-qr-group { margin-left: 0; }
  .contact-link { font-size: 1.02rem; }
  .contact-link svg { width: 20px; height: 20px; }
  .wechat-qr-button { width: 42px; height: 42px; }
  .wechat-qr-button svg { width: 20px; height: 20px; }
  .wechat-qr-popover { right: auto; left: 0; width: min(280px, 84vw); }
  .footer-meta { flex-direction: column; gap: 8px; margin-top: 84px; font-size: .59rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .coffee-float { opacity: 0; transform: none; }
  .hero-badge-card { opacity: 1; transform: translate3d(-50%, -50%, 0); }
  .hero-badge-rope { opacity: 1; }
}
