﻿/* Border glow styles bundled below for static hosting. */
:root {
  color: #f4f7fb;
  background: #05070a;
  font-family:
    Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", Arial,
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --page-max: min(1700px, calc(100vw - 80px));
  --line: rgba(255, 255, 255, 0.12);
  --muted: rgba(236, 242, 248, 0.66);
  --soft: rgba(255, 255, 255, 0.08);
  --accent: #ff7a1a;
  --accent-soft: #ffb25f;
  --accent-glow: rgba(255, 122, 26, 0.3);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 0;`r`n  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 194, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 42%, rgba(150, 255, 190, 0.1), transparent 30%),
    #05070a;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.liquid-glass {
  position: relative;
  overflow: hidden;
  border: none;
  background: rgba(255, 255, 255, 0.018);
  background-blend-mode: luminosity;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.16),
    0 18px 60px rgba(0, 0, 0, 0.22);
}

.liquid-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.48) 0%,
    rgba(255, 255, 255, 0.16) 24%,
    rgba(255, 255, 255, 0) 44%,
    rgba(255, 255, 255, 0) 58%,
    rgba(255, 255, 255, 0.14) 78%,
    rgba(255, 255, 255, 0.38) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 7, 10, 0.06), #05070a 34%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 120px
    );
}

.hero-title span,
.hero-caption-row strong,
.catalog-header h2,
.catalog-header p,
.contact-inner > p,
.contact-inner h2,
.contact-actions :is(a, button) {
  will-change: transform, clip-path, filter;
}

.catalog-grid,
.strength-grid {
  perspective: 1400px;
}

.catalog-card,
.strength-card,
.about-card {
  will-change: transform, clip-path, filter;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.catalog-cover,
.photo-placeholder {
  transform: translateZ(0);
}

.below-hero-aurora {
  position: absolute;
  top: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  min-height: calc(100% - 100vh);
  opacity: 0.55;
  pointer-events: none;
  mix-blend-mode: screen;
}

.below-hero-aurora::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 10, 0.72), rgba(5, 7, 10, 0.3) 22%, rgba(5, 7, 10, 0.78) 100%),
    radial-gradient(circle at 16% 18%, rgba(255, 122, 26, 0.24), transparent 28%),
    radial-gradient(circle at 82% 46%, rgba(180, 151, 207, 0.2), transparent 34%);
}

.aurora-static {
  background:
    radial-gradient(ellipse at 12% 10%, rgba(255, 122, 26, 0.36), transparent 32%),
    radial-gradient(ellipse at 68% 14%, rgba(180, 151, 207, 0.26), transparent 34%),
    radial-gradient(ellipse at 48% 52%, rgba(37, 7, 51, 0.4), transparent 46%);
  filter: blur(18px) saturate(1.25);
}

.section,
.contact-section {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  display: none;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  object-position: center bottom;
  filter: saturate(0.82) contrast(1.08) brightness(0.72);
  z-index: -3;
}

.hero-shade {
  z-index: -2;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(219, 83, 21, 0.34), transparent 28%),
    radial-gradient(ellipse at 50% 76%, rgba(255, 120, 38, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(2, 5, 9, 0.94), rgba(2, 5, 9, 0.42) 52%, rgba(2, 5, 9, 0.94)),
    linear-gradient(0deg, #05070a 0%, rgba(5, 7, 10, 0.16) 48%, rgba(5, 7, 10, 0.88) 100%);
}

.nav-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  min-width: 980px;
  height: 92px;
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  align-items: center;
  padding: 0 48px;
  border-radius: 0;
  border: none;
  isolation: isolate;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  z-index: 2147483000;
  transition:
    background 220ms ease,
    backdrop-filter 220ms ease,
    box-shadow 220ms ease;
}

.nav-wrap::before {
  display: none;
}

.nav-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  height: 48px;
  background: linear-gradient(180deg, rgba(5, 8, 14, 0.24), rgba(5, 8, 14, 0));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

body.nav-scrolled .nav-wrap {
  background:
    linear-gradient(180deg, rgba(8, 11, 18, 0.3), rgba(8, 11, 18, 0.2)),
    rgba(8, 11, 18, 0.3);
  backdrop-filter: blur(44px) saturate(185%);
  -webkit-backdrop-filter: blur(44px) saturate(185%);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.18);
}

body.nav-scrolled .nav-wrap::after {
  opacity: 1;
}

.nav-left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  height: 100%;
}

.logo-placeholder {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  width: 118px;
  height: 54px;
}

.logo-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-left > a {
  min-width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(244, 247, 251, 0.78);
  font-family: "Arial Black", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-left > a,
.nav-contact,
.primary-link,
.contact-actions :is(a, button) {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.nav-left > a:hover,
.logo-placeholder:hover {
  color: #ffffff;
}

.nav-contact,
.primary-link,
.contact-actions :is(a, button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  white-space: nowrap;
}

.nav-contact:hover,
.primary-link:hover,
.contact-actions :is(a, button):hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  background: var(--accent);
  color: #05070a;
  box-shadow: 0 16px 42px var(--accent-glow);
}

.menu-button {
  display: none;
}

.hero-inner {
  width: var(--page-max);
  margin: 0 auto;
  min-height: 100vh;
  padding: 128px 0 126px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto minmax(0, 1fr) auto;
  column-gap: 28px;
  align-items: stretch;
  text-align: left;
}

.eyebrow,
.section-head p,
.project-content > div p,
.contact-inner > p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--accent-soft);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero h1 {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(24px, 2.3vh, 42px);
  width: 100%;
  max-width: none;
  margin: 0;
  font-family: "Arial Black", "Impact", "Microsoft YaHei", sans-serif;
  font-size: clamp(96px, 7.8vw, 152px);
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 900;
  text-transform: uppercase;
  white-space: normal;
  color: inherit;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-stroke: 0;
  text-shadow: none;
  transform: scaleX(0.96);
  transform-origin: left center;
}

.hero-title span {
  display: block;
  line-height: 0.9;
  padding-bottom: 0.04em;
  transform-origin: left center;
  color: transparent;
  background: linear-gradient(100deg, #ffffff 8%, #fbe4ff 42%, #a9e9ff 72%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-stage {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  width: 100%;
  min-height: clamp(330px, 44vh, 520px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 28px;
  align-items: end;
  justify-items: start;
  padding-top: clamp(92px, 12vh, 150px);
}

.hero-title {
  grid-column: 1 / span 8;
}

.hero-top-strip {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 4;
  width: 100vw;
  margin-left: 0;
  min-height: clamp(72px, 9vh, 96px);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns:
    max(40px, calc((100vw - var(--page-max)) / 2))
    repeat(12, minmax(0, 1fr))
    max(40px, calc((100vw - var(--page-max)) / 2));
  column-gap: clamp(14px, 1.4vw, 28px);
  align-items: center;
  border-top: 3px solid rgba(255, 255, 255, 0.88);
  border-bottom: 3px solid rgba(255, 255, 255, 0.82);
  color: #ffffff;
  background: rgba(12, 12, 14, 0.34);
}

.hero-top-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent calc(50% - var(--page-max) / 2), rgba(255, 255, 255, 0.1) calc(50% - var(--page-max) / 2) calc(50% - var(--page-max) / 2 + 2px), transparent calc(50% - var(--page-max) / 2 + 2px)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    repeating-linear-gradient(0deg, transparent 0 110px, rgba(255, 255, 255, 0.11) 110px 112px);
  background-size: auto, clamp(160px, 14vw, 284px) 100%, auto;
  background-position: center top;
  pointer-events: none;
}

.hero-identity {
  position: relative;
  z-index: 1;
  grid-column: 2 / span 2;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1vw, 18px);
  padding-left: 0;
  color: #ffffff;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.2;
  font-weight: 800;
}

.identity-mark {
  width: clamp(44px, 4.2vw, 58px);
  aspect-ratio: 1 / 1;
  height: auto;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1;
}

.hero-year-band {
  position: relative;
  z-index: 1;
  grid-column: 4 / span 4;
  min-height: clamp(72px, 9vh, 96px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(20px, 2.4vw, 44px);
  background: #ffffff;
  color: #22252b;
  font-family: "Arial Black", "Microsoft YaHei", sans-serif;
  font-size: clamp(24px, 2.25vw, 44px);
  font-weight: 900;
  white-space: nowrap;
}

.hero-discipline {
  position: relative;
  z-index: 1;
  grid-column: 8 / span 3;
  justify-self: stretch;
  min-height: clamp(50px, 6vh, 68px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.45vw, 28px);
  font-weight: 800;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.hero-year {
  position: relative;
  z-index: 1;
  grid-column: 11 / span 3;
  justify-self: center;
  color: transparent;
  background: linear-gradient(105deg, #8fe2ff, #ffa6f2 76%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: clamp(38px, 3.35vw, 68px);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.hero-caption-row {
  position: relative;
  z-index: 4;
  grid-column: 1 / span 5;
  display: flex;
  align-items: center;
  gap: 44px;
  width: 100%;
  margin-top: 34px;
  color: #ffffff;
}

.hero-caption-row strong {
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.hero-caption-row span {
  display: none;
}

.hero-caption-row span::after {
  display: none;
}

.hero-subtitle {
  position: relative;
  z-index: 4;
  max-width: 700px;
  margin: -28px auto 0;
  color: rgba(244, 247, 251, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.hero-mail,
.manifesto-link {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
}

.hero-mail {
  gap: 14px;
  padding: 0 8px 0 22px;
}

.hero-mail span {
  color: rgba(244, 247, 251, 0.74);
  font-size: 14px;
}

.hero-mail i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #05070a;
  font-style: normal;
}

.manifesto-link {
  min-width: 132px;
  padding: 0 26px;
  color: rgba(244, 247, 251, 0.86);
  font-size: 14px;
}

.hero-bottom {
  display: none;
}

.portfolio-ribbon {
  position: absolute;
  left: 50%;
  width: min(116vw, 2300px);
  height: clamp(58px, 6vh, 68px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 4vw, 64px);
  padding: 0 clamp(24px, 3vw, 42px);
  background: #202020;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 540;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.44);
  white-space: nowrap;
}

.portfolio-ribbon span::after {
  content: "•";
  color: #d75b10;
  margin-left: 42px;
}

.ribbon-a {
  top: 40px;
  transform: translateX(-50%) rotate(6deg);
}

.ribbon-b {
  top: 76px;
  transform: translateX(-50%) rotate(-6deg);
}

@media (min-width: 1800px) {
  .hero h1 {
    font-size: clamp(124px, 7vw, 164px);
    transform: scaleX(0.96);
    transform-origin: left center;
  }

  .hero-stage {
    min-height: 520px;
  }

}

.section {
  width: var(--page-max);
  margin: 0 auto;
  padding: 92px 0;
  scroll-margin-top: 124px;
}

.section-head {
  max-width: 980px;
  margin-bottom: 54px;
}

.section-head h2 {
  margin: 18px 0 0;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0;
}

.split-head {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 36px;
}

.split-head span {
  max-width: 530px;
  color: var(--muted);
  text-align: right;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 28px;
}

.portrait-panel,
.bio-panel,
.project-card,
.strength-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border-radius: 8px;
}

.portrait-panel {
  min-height: 680px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.portrait {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(147, 244, 255, 0.14), transparent 46%),
    linear-gradient(315deg, rgba(177, 255, 197, 0.12), transparent 44%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  overflow: hidden;
}

.portrait::before,
.portrait::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.portrait::before {
  width: 340px;
  height: 340px;
  border-radius: 50%;
}

.portrait::after {
  width: 78%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.72), transparent);
}

.portrait-orbit {
  width: 230px;
  height: 300px;
  border-radius: 120px 120px 18px 18px;
  background:
    linear-gradient(180deg, rgba(238, 246, 255, 0.96), rgba(153, 177, 186, 0.92)),
    #dfe8ef;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.3);
}

.portrait-core {
  position: absolute;
  bottom: 72px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #070a0f;
  border: 1px solid rgba(255, 122, 26, 0.48);
  color: var(--accent-soft);
  font-size: 36px;
  font-weight: 800;
}

.contact-list {
  display: grid;
  gap: 14px;
  color: rgba(244, 247, 251, 0.78);
}

.contact-list a,
.contact-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
}

.bio-panel {
  padding: 38px;
}

.bio-copy {
  max-width: 980px;
  margin: 0;
  color: rgba(244, 247, 251, 0.82);
  font-size: 24px;
  line-height: 1.65;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 42px 0;
}

.stat-card {
  min-height: 138px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  border-radius: 6px;
}

.stat-card strong {
  display: block;
  font-size: 34px;
  color: #ffffff;
}

.stat-card span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.timeline-item time {
  color: var(--accent-soft);
  font-size: 14px;
}

.timeline-item h3 {
  margin: 10px 0 6px;
  font-size: 21px;
}

.role,
.timeline-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.about-section {
  padding: 96px 0;
}

.about-card {
  min-height: 760px;
  padding: 76px 88px 70px;
  border-radius: 34px;
  border: 1px solid rgba(225, 232, 240, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(8, 12, 18, 0.42);
  color: #ffffff;
  backdrop-filter: blur(24px) saturate(130%);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 40px 120px rgba(0, 0, 0, 0.34);
}

.about-topline {
  display: block;
}

.about-title-block h2 {
  margin: 0;
  color: #ffffff;
  font-size: 76px;
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 900;
}

.about-title-block p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

.about-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 76px;
  margin-top: 76px;
}

.about-profile {
  display: grid;
  align-content: start;
  gap: 24px;
}

.photo-placeholder {
  width: 100%;
  aspect-ratio: 0.84;
  display: block;
  border: 1px solid rgba(225, 232, 240, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent),
    #b9bec5;
  color: rgba(255, 255, 255, 0.52);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.1em;
  overflow: hidden;
}

.photo-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.profile-signature {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding-left: 16px;
  border-left: 6px solid rgba(255, 255, 255, 0.8);
}

.profile-signature strong {
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.profile-signature span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  font-weight: 700;
}

.about-info-area {
  display: grid;
  gap: 54px;
}

.about-info-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
}

.about-block-title {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-height: 32px;
  margin-bottom: 22px;
  padding-left: 16px;
}

.about-block-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 28px;
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-50%);
}

.about-block-title strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.about-block-title span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transform: translateY(-1px);
}

.basic-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.basic-list div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
}

.basic-list dt,
.basic-list dd {
  margin: 0;
}

.basic-list dt {
  color: rgba(255, 255, 255, 0.58);
}

.skill-placeholders {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.skill-placeholder {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  box-shadow: none;
}

.skill-placeholder img {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.skill-placeholder.is-compact img {
  width: 70px;
  height: 70px;
}

.about-evaluation p {
  max-width: 1030px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.9;
  font-weight: 800;
  text-align: justify;
}

@media (max-width: 1300px) {
  .about-card {
    padding: 58px;
  }

  .about-layout {
    grid-template-columns: 300px 1fr;
    gap: 44px;
  }

  .about-title-block h2 {
    font-size: 56px;
  }

  .about-info-grid {
    grid-template-columns: 1fr;
  }
}

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

  .hero-title span,
  .hero-caption-row strong,
  .catalog-header h2,
  .catalog-header p,
  .catalog-card,
  .strength-card,
  .about-card {
    clip-path: none !important;
    filter: none !important;
    transform: none !important;
  }
}

.projects-section {
  padding: clamp(96px, 10vh, 132px) 0 clamp(86px, 9vh, 118px);
}

.catalog-panel {
  position: relative;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.projects-section .catalog-meta,
.projects-section .catalog-header,
.projects-section .catalog-footer {
  display: none;
}

.catalog-meta {
  position: absolute;
  top: 42px;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
}

.catalog-dot {
  width: 34px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #808080 0 45%, var(--accent) 45% 100%);
}

.catalog-header {
  display: grid;
  justify-items: center;
  gap: clamp(10px, 1.4vh, 16px);
  margin-top: clamp(12px, 2vh, 24px);
}

.catalog-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(58px, 5vw, 84px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.catalog-header p {
  margin: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Courier New", monospace;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(26px, 2.5vw, 34px);
  padding: 0;
  margin-top: 0;
  overflow: visible;
}

.catalog-card {
  position: relative;
  display: grid;
  grid-template-rows:
    clamp(34px, 3vh, 42px)
    clamp(186px, 20vh, 230px)
    minmax(0, 1fr);
  row-gap: clamp(24px, 2.6vh, 34px);
  align-content: start;
  min-height: clamp(500px, 58vh, 640px);
  padding: clamp(34px, 3.6vh, 46px) clamp(30px, 2.6vw, 42px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(18, 20, 22, 0.78);
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  transform-origin: center bottom;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.catalog-card.border-glow-card {
  --card-bg: #151719;
  --edge-proximity: 0;
  --cursor-angle: 45deg;
  --edge-sensitivity: 28;
  --color-sensitivity: calc(var(--edge-sensitivity) + 20);
  --border-radius: 24px;
  --glow-padding: 34px;
  --cone-spread: 22;
  --fill-opacity: 0.22;
  --glow-color: hsl(28deg 92% 70% / 65%);
  --glow-color-60: hsl(28deg 92% 70% / 39%);
  --glow-color-50: hsl(28deg 92% 70% / 33%);
  --glow-color-40: hsl(28deg 92% 70% / 26%);
  --glow-color-30: hsl(28deg 92% 70% / 20%);
  --glow-color-20: hsl(28deg 92% 70% / 13%);
  --glow-color-10: hsl(28deg 92% 70% / 7%);
  --gradient-one: radial-gradient(at 80% 55%, #ff9a3d 0, transparent 50%);
  --gradient-two: radial-gradient(at 69% 34%, #b497cf 0, transparent 50%);
  --gradient-three: radial-gradient(at 8% 6%, #6db7ff 0, transparent 50%);
  --gradient-four: radial-gradient(at 41% 38%, #ff9a3d 0, transparent 50%);
  --gradient-five: radial-gradient(at 86% 85%, #b497cf 0, transparent 50%);
  --gradient-six: radial-gradient(at 82% 18%, #6db7ff 0, transparent 50%);
  --gradient-seven: radial-gradient(at 51% 4%, #b497cf 0, transparent 50%);
  --gradient-base: linear-gradient(#ff9a3d 0 100%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(18, 20, 22, 0.78);
}

.catalog-card .border-glow-inner {
  display: grid;
  grid-template-rows:
    clamp(34px, 3vh, 42px)
    clamp(186px, 20vh, 230px)
    minmax(0, 1fr);
  row-gap: clamp(24px, 2.6vh, 34px);
  align-content: start;
  height: 100%;
  min-height: 100%;
  overflow: visible;
}

.catalog-card.border-glow-card > :not(.edge-light):not(.border-glow-inner) {
  position: relative;
  z-index: 2;
}

.catalog-card:first-child {
  transform-origin: left bottom;
}

.catalog-card:last-child {
  transform-origin: right bottom;
}

.catalog-card:hover {
  transform: scale(1.035) translateY(-10px);
  border-color: rgba(255, 255, 255, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(22, 25, 28, 0.9);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.42);
  z-index: 3;
}

.catalog-card-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: clamp(34px, 3vh, 42px);
  margin-bottom: 0;
}

.catalog-card-top strong {
  font-size: clamp(24px, 1.6vw, 30px);
  line-height: 1;
  font-weight: 900;
}

.catalog-card-top h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 1.55vw, 30px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.catalog-cover {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
  background:
    linear-gradient(135deg, #ffe1bd 0%, #ff9b43 100%);
}

.catalog-image-placeholder {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 78% 72%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 237, 216, 0.95), rgba(255, 142, 50, 0.96));
}

.catalog-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  background: #99ea56;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

.catalog-card:hover .catalog-cover-image {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.02);
}

.catalog-list {
  display: grid;
  gap: clamp(14px, 1.7vh, 22px);
  align-self: start;
  margin: 0;
  padding: 0 0 0 22px;
  color: #ffffff;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.9;
  font-weight: 700;
}

.catalog-list li {
  position: relative;
}

.catalog-list li::marker {
  font-size: 0.72em;
  color: rgba(255, 255, 255, 0.68);
}

.catalog-link {
  all: unset;
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  transition:
    color 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 220ms ease;
}

.catalog-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0.18em;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.72));
  opacity: 0;
  transition:
    right 260ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease;
}

.catalog-link:hover {
  color: #ffffff;
  transform: translateX(8px);
  text-shadow: 0 0 18px rgba(255, 122, 26, 0.18);
}

.catalog-link:hover::after,
.catalog-link:focus-visible::after {
  right: 0;
  opacity: 1;
}

.catalog-link:focus-visible {
  outline: 1px solid rgba(255, 122, 26, 0.7);
  outline-offset: 4px;
}

.detail-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #05070a;
  color: #ffffff;
}

.detail-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(48px, calc((100vw - var(--page-max)) / 2));
  background: rgba(5, 7, 10, 0.28);
  backdrop-filter: blur(38px) saturate(160%);
  -webkit-backdrop-filter: blur(38px) saturate(160%);
}

.detail-back {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.detail-back:hover {
  color: #ffffff;
  transform: translateX(-4px);
}

.detail-logo {
  width: 112px;
  height: 52px;
  object-fit: contain;
}

.detail-hero {
  width: var(--page-max);
  min-height: 58vh;
  margin: 0 auto;
  padding: 92px 0 70px;
  display: grid;
  align-content: end;
}

.detail-kicker {
  margin: 0 0 20px;
  color: var(--accent-soft);
  font-family: "Courier New", monospace;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-title {
  max-width: 1450px;
  margin: 0;
  color: #ffffff;
  font-family: "Arial Black", "Impact", "Microsoft YaHei", sans-serif;
  font-size: clamp(92px, 8vw, 168px);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.detail-meta {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 800;
}

.detail-meta span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.detail-gallery {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 0;
}

.detail-gallery-spaced {
  gap: 20pt;
}

.detail-gallery-wide {
  width: min(100%, 1920px);
}

.detail-figure {
  margin: 0;
}

.detail-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.detail-figure figcaption {
  display: none;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.48);
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-figure figcaption::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
}

.snap-video-section {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: clamp(72px, 7vw, 118px) clamp(38px, 4.6vw, 72px);
  background: #f1f1f1;
}

.snap-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20pt;
  align-items: start;
}

.phone-video-slot {
  position: relative;
  width: 100%;
  aspect-ratio: 375 / 812;
  margin: 0;
  overflow: hidden;
  border: 8px solid #ffffff;
  border-radius: clamp(26px, 2.8vw, 38px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(180deg, #222222, #0f0f0f);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 18px 46px rgba(0, 0, 0, 0.12);
  cursor: zoom-in;
}

.phone-video-slot::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 92px;
  height: 26px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.82);
  transform: translateX(-50%);
}

.phone-video-slot::after {
  content: "VIDEO";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.32);
  font-family: "Arial Black", "Microsoft YaHei", sans-serif;
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.phone-video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111111;
}

.phone-video-slot:has(.phone-video[src])::after {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(18px);
}

.video-modal[hidden] {
  display: none;
}

.video-modal-stage {
  width: min(92vw, 430px);
  aspect-ratio: 375 / 812;
}

.video-modal-player {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background: #000000;
  object-fit: cover;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.5);
}

.video-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.default-project-page {
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(235, 241, 252, 0.96), rgba(238, 244, 255, 0.88)),
    #ebf1fc;
  color: #000000;
  font-family: "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

.default-project-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: url("../public/default-project/texture.png") center / cover no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.34;
}

.default-project-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.68), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 68%);
}

.default-project-shell {
  position: relative;
  z-index: 1;
  width: min(100vw, 1920px);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(28px, 3vw, 56px) clamp(42px, 4.5vw, 86px);
  box-sizing: border-box;
}

.default-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.72;
  pointer-events: none;
}

.default-orb-blue {
  left: -20vw;
  top: -42vh;
  width: 58vw;
  height: 58vw;
  background: radial-gradient(circle, rgba(185, 198, 255, 0.62), rgba(211, 226, 255, 0.28) 46%, transparent 70%);
}

.default-orb-purple {
  left: 34vw;
  bottom: -28vh;
  width: 36vw;
  height: 36vw;
  background: radial-gradient(circle, rgba(173, 139, 255, 0.56), rgba(205, 196, 255, 0.24) 46%, transparent 70%);
}

.default-orb-coral {
  right: -14vw;
  bottom: 0;
  width: 38vw;
  height: 38vw;
  background: radial-gradient(circle, rgba(255, 142, 104, 0.66), rgba(255, 186, 154, 0.32) 44%, transparent 70%);
}

.default-project-topbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(28px, 3vw, 64px);
  align-items: center;
  min-height: 68px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  color: #000000;
  font-size: clamp(16px, 1.45vw, 28px);
  line-height: 1;
  text-transform: uppercase;
}

.default-project-hero {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 180px);
}

.default-project-copy {
  position: relative;
  z-index: 2;
  padding-top: clamp(84px, 8vw, 150px);
  padding-left: clamp(0px, 3.8vw, 73px);
}

.default-project-copy h1,
.default-project-copy p {
  margin: 0;
  color: #000000;
  font-size: clamp(72px, 8.4vw, 162px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: 0;
}

.default-project-copy p {
  margin-top: clamp(20px, 2.6vw, 42px);
}

.default-project-button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(42px, 5.4vw, 76px);
  min-height: clamp(48px, 5vw, 78px);
  padding: 0 clamp(26px, 3.4vw, 42px);
  border: 1px solid #000000;
  border-radius: 999px;
  color: #000000;
  font-size: clamp(18px, 1.65vw, 32px);
  text-decoration: none;
  transition:
    background 240ms ease,
    color 240ms ease,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.default-project-button:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-3px);
}

.default-project-character {
  position: absolute;
  right: clamp(-10px, 2.4vw, 46px);
  bottom: clamp(-106px, -5.2vw, -62px);
  width: min(49vw, 720px);
  max-height: 104vh;
  object-fit: contain;
  pointer-events: none;
}

@media (max-width: 900px) {
  .default-project-page {
    overflow: auto;
  }

  .default-project-topbar {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
  }

  .default-project-character {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: min(86vw, 520px);
    margin: 40px auto 0;
  }
}

.vitalscan-commercial {
  width: min(100%, 1280px);
  margin: 20pt auto;
  padding: clamp(42px, 3.6vw, 46px) clamp(44px, 3.7vw, 48px) clamp(72px, 6.4vw, 86px);
  background: #ffffff;
  color: #343943;
}

.vitalscan-commercial-head {
  margin-bottom: clamp(92px, 8.2vw, 112px);
}

.vitalscan-commercial-head span {
  display: block;
  color: rgba(52, 57, 67, 0.56);
  font-size: clamp(13px, 1.15vw, 15px);
  line-height: 0.9;
  font-weight: 500;
}

.vitalscan-commercial-head h2 {
  position: relative;
  display: inline-block;
  margin: 6px 0 0;
  color: #000000;
  font-size: clamp(24px, 2.1vw, 27px);
  line-height: 1.06;
  letter-spacing: 0.04em;
  font-weight: 900;
}

.vitalscan-commercial-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 45px;
  height: 4px;
  border-radius: 999px;
  background: #5857f7;
}

.vitalscan-row {
  display: grid;
  grid-template-columns: minmax(280px, 416px) minmax(440px, 1fr);
  column-gap: clamp(84px, 7.6vw, 98px);
  align-items: center;
  min-height: clamp(665px, 58.6vw, 750px);
}

.vitalscan-row.is-right {
  grid-template-columns: minmax(440px, 1fr) minmax(280px, 416px);
}

.vitalscan-video-placeholder {
  width: min(100%, 411px);
  aspect-ratio: 330 / 714;
  overflow: hidden;
  border-radius: clamp(44px, 4.2vw, 54px);
  background: #11131a;
}

.vitalscan-row.is-left .vitalscan-video-placeholder {
  justify-self: start;
}

.vitalscan-row.is-right .vitalscan-video-placeholder {
  justify-self: end;
}

.vitalscan-video-placeholder video,
.vitalscan-video-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #11131a;
}

.vitalscan-copy {
  position: relative;
  max-width: 615px;
}

.vitalscan-row.is-left .vitalscan-copy {
  justify-self: start;
}

.vitalscan-row.is-right .vitalscan-copy {
  justify-self: end;
  text-align: left;
}

.vitalscan-copy::before {
  content: "";
  position: absolute;
  top: 28px;
  width: clamp(64px, 7vw, 106px);
  border-top: 2px dotted #6462ff;
}

.vitalscan-copy::after {
  content: "";
  position: absolute;
  top: 23px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #6462ff;
}

.vitalscan-row.is-left .vitalscan-copy::before {
  right: calc(100% + 14px);
}

.vitalscan-row.is-left .vitalscan-copy::after {
  right: calc(100% + 112px);
}

.vitalscan-row.is-right .vitalscan-copy::before {
  left: calc(100% + 14px);
}

.vitalscan-row.is-right .vitalscan-copy::after {
  left: calc(100% + 112px);
}

.vitalscan-copy h3 {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 8px;
  background: #5857f7;
  color: #ffffff;
  font-size: clamp(22px, 2.08vw, 27px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 900;
}

.vitalscan-copy p {
  margin: 0;
  color: rgba(30, 30, 30, 0.8);
  font-size: clamp(18px, 1.64vw, 21px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .vitalscan-commercial {
    padding-inline: 42px;
  }

  .vitalscan-row,
  .vitalscan-row.is-right {
    grid-template-columns: 0.82fr 1.18fr;
    column-gap: 48px;
  }

  .vitalscan-video-placeholder {
    width: min(100%, 320px);
  }

  .vitalscan-copy::before,
  .vitalscan-copy::after {
    display: none;
  }
}

@media (max-width: 1180px) {
  .snap-video-grid {
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: 20pt;
  }

  .phone-video-slot {
    border-width: 6px;
  }
}

.cover-cyan {
  --cover-a: #ff7a1a;
  --cover-b: #ffd2a6;
}

.cover-lime {
  --cover-a: #fff0df;
  --cover-b: #ff944a;
}

.cover-blue {
  --cover-a: #1278e7;
  --cover-b: #d8eeff;
}

.cover-violet {
  --cover-a: #111111;
  --cover-b: #ff944a;
}

.catalog-cover-frame {
  position: absolute;
  left: 18px;
  top: 22px;
  width: 55%;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.catalog-device {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 86px;
  height: 112px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(235, 235, 235, 0.86)),
    #ffffff;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.18);
}

.catalog-card-copy h3 {
  margin: clamp(24px, 2.8vh, 32px) 0 4px;
  color: #ffffff;
  font-size: clamp(26px, 1.8vw, 32px);
  line-height: 0.95;
  font-weight: 900;
}

.catalog-card-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.1;
  font-weight: 900;
}

.catalog-highlight {
  margin: clamp(12px, 1.8vh, 18px) 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.62;
  font-weight: 600;
}

.catalog-footer {
  margin-top: clamp(44px, 5.5vh, 62px);
  color: rgba(255, 255, 255, 0.58);
  font-family: "Courier New", monospace;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: center;
}

@media (max-width: 1300px) {
  .catalog-panel {
    padding: 36px 0;
  }

  .catalog-header h2 {
    font-size: 64px;
  }

  .catalog-grid {
    gap: 18px;
  }

  .catalog-card {
    padding: 20px 18px;
  }

  .catalog-card-top strong {
    font-size: 38px;
  }

  .catalog-card-copy h3 {
    font-size: 28px;
  }
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 66px;
}

.strength-header {
  margin-top: 8px;
}

.strength-card {
  min-height: 260px;
  padding: 26px;
  border-radius: 24px;
}

.strength-card span {
  color: var(--accent-soft);
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}

.strength-card h3 {
  margin: 34px 0 14px;
  font-size: 26px;
  line-height: 1.18;
}

.strength-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-section {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 96px 0;
  background:
    linear-gradient(180deg, #05070a, rgba(4, 18, 24, 0.92)),
    radial-gradient(circle at 50% 20%, rgba(255, 122, 26, 0.24), transparent 38%);
}

.contact-inner {
  width: var(--page-max);
}

.contact-inner h2 {
  max-width: 1280px;
  margin: 24px 0 46px;
  font-size: 86px;
  line-height: 1.04;
  letter-spacing: 0;
}

.contact-actions {
  display: flex;
  gap: 16px;
}

.contact-actions :is(a, button) {
  min-height: 58px;
  min-width: 156px;
}
.contact-actions button {
  font: inherit;
  cursor: pointer;
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: clamp(28px, 4vh, 48px);
  z-index: 80;
  min-width: 180px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(12, 14, 18, 0.72);
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition:
    opacity 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1300px) {
  :root {
    --page-max: min(1700px, calc(100vw - 48px));
  }

  body {`r`n    min-width: 0;`r`n  }

  .hero h1 {
    font-size: 82px;
  }

  .hero-inner,
  .hero-stage {
    column-gap: 18px;
  }

  .hero-title {
    grid-column: 1 / span 8;
  }

  .hero-top-strip {
    grid-template-columns:
      max(24px, calc((100vw - var(--page-max)) / 2))
      repeat(12, minmax(0, 1fr))
      max(24px, calc((100vw - var(--page-max)) / 2));
    column-gap: 18px;
  }

  .hero-identity {
    grid-column: 2 / span 2;
    padding-left: 0;
    gap: 16px;
    font-size: 20px;
  }

  .identity-mark {
    width: 52px;
    height: auto;
    font-size: 28px;
  }

  .hero-year-band {
    grid-column: 4 / span 4;
    padding: 0 18px;
    font-size: 24px;
  }

  .hero-discipline {
    grid-column: 8 / span 3;
    margin: 0;
    font-size: 16px;
  }

  .hero-year {
    grid-column: 11 / span 3;
    font-size: 36px;
  }

  .hero-caption-row {
    grid-column: 1 / span 6;
  }

  .section-head h2,
  .contact-inner h2 {
    font-size: 58px;
  }

  .stats-grid,
  .strength-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



.border-glow-card {
  --edge-proximity: 0;
  --cursor-angle: 45deg;
  --edge-sensitivity: 30;
  --color-sensitivity: calc(var(--edge-sensitivity) + 20);
  --border-radius: 28px;
  --glow-padding: 40px;
  --cone-spread: 25;

  position: relative;
  border-radius: var(--border-radius);
  isolation: isolate;
  transform: translate3d(0, 0, 0.01px);
  display: grid;
  border: 1px solid rgb(255 255 255 / 15%);
  background: var(--card-bg, #120f17);
  overflow: visible;
  box-shadow:
    rgb(0 0 0 / 10%) 0 1px 2px,
    rgb(0 0 0 / 10%) 0 2px 4px,
    rgb(0 0 0 / 10%) 0 4px 8px,
    rgb(0 0 0 / 10%) 0 8px 16px,
    rgb(0 0 0 / 10%) 0 16px 32px,
    rgb(0 0 0 / 10%) 0 32px 64px;
}

.border-glow-card::before,
.border-glow-card::after,
.border-glow-card > .edge-light {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: opacity 0.25s ease-out;
  z-index: -1;
}

.border-glow-card:not(:hover):not(.sweep-active)::before,
.border-glow-card:not(:hover):not(.sweep-active)::after,
.border-glow-card:not(:hover):not(.sweep-active) > .edge-light {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}

.border-glow-card::before {
  border: 1px solid transparent;
  background:
    linear-gradient(var(--card-bg, #120f17) 0 100%) padding-box,
    linear-gradient(rgb(255 255 255 / 0%) 0% 100%) border-box,
    var(--gradient-one, radial-gradient(at 80% 55%, hsla(268, 100%, 76%, 1) 0, transparent 50%)) border-box,
    var(--gradient-two, radial-gradient(at 69% 34%, hsla(349, 100%, 74%, 1) 0, transparent 50%)) border-box,
    var(--gradient-three, radial-gradient(at 8% 6%, hsla(136, 100%, 78%, 1) 0, transparent 50%)) border-box,
    var(--gradient-four, radial-gradient(at 41% 38%, hsla(192, 100%, 64%, 1) 0, transparent 50%)) border-box,
    var(--gradient-five, radial-gradient(at 86% 85%, hsla(186, 100%, 74%, 1) 0, transparent 50%)) border-box,
    var(--gradient-six, radial-gradient(at 82% 18%, hsla(52, 100%, 65%, 1) 0, transparent 50%)) border-box,
    var(--gradient-seven, radial-gradient(at 51% 4%, hsla(12, 100%, 72%, 1) 0, transparent 50%)) border-box,
    var(--gradient-base, linear-gradient(#c299ff 0 100%)) border-box;
  opacity: calc((var(--edge-proximity) - var(--color-sensitivity)) / (100 - var(--color-sensitivity)));
  mask-image:
    conic-gradient(
      from var(--cursor-angle) at center,
      black calc(var(--cone-spread) * 1%),
      transparent calc((var(--cone-spread) + 15) * 1%),
      transparent calc((100 - var(--cone-spread) - 15) * 1%),
      black calc((100 - var(--cone-spread)) * 1%)
    );
}

.border-glow-card::after {
  border: 1px solid transparent;
  background:
    var(--gradient-one, radial-gradient(at 80% 55%, hsla(268, 100%, 76%, 1) 0, transparent 50%)) padding-box,
    var(--gradient-two, radial-gradient(at 69% 34%, hsla(349, 100%, 74%, 1) 0, transparent 50%)) padding-box,
    var(--gradient-three, radial-gradient(at 8% 6%, hsla(136, 100%, 78%, 1) 0, transparent 50%)) padding-box,
    var(--gradient-four, radial-gradient(at 41% 38%, hsla(192, 100%, 64%, 1) 0, transparent 50%)) padding-box,
    var(--gradient-five, radial-gradient(at 86% 85%, hsla(186, 100%, 74%, 1) 0, transparent 50%)) padding-box,
    var(--gradient-six, radial-gradient(at 82% 18%, hsla(52, 100%, 65%, 1) 0, transparent 50%)) padding-box,
    var(--gradient-seven, radial-gradient(at 51% 4%, hsla(12, 100%, 72%, 1) 0, transparent 50%)) padding-box,
    var(--gradient-base, linear-gradient(#c299ff 0 100%)) padding-box;
  mask-image:
    linear-gradient(to bottom, black, black),
    radial-gradient(ellipse at 50% 50%, black 40%, transparent 65%),
    radial-gradient(ellipse at 66% 66%, black 5%, transparent 40%),
    radial-gradient(ellipse at 33% 33%, black 5%, transparent 40%),
    radial-gradient(ellipse at 66% 33%, black 5%, transparent 40%),
    radial-gradient(ellipse at 33% 66%, black 5%, transparent 40%),
    conic-gradient(from var(--cursor-angle) at center, transparent 5%, black 15%, black 85%, transparent 95%);
  mask-composite: subtract, add, add, add, add, add;
  opacity: calc(var(--fill-opacity, 0.5) * (var(--edge-proximity) - var(--color-sensitivity)) / (100 - var(--color-sensitivity)));
  mix-blend-mode: soft-light;
}

.border-glow-card > .edge-light {
  inset: calc(var(--glow-padding) * -1);
  pointer-events: none;
  z-index: 1;
  mask-image:
    conic-gradient(
      from var(--cursor-angle) at center,
      black 2.5%,
      transparent 10%,
      transparent 90%,
      black 97.5%
    );
  opacity: calc((var(--edge-proximity) - var(--edge-sensitivity)) / (100 - var(--edge-sensitivity)));
  mix-blend-mode: plus-lighter;
}

.border-glow-card > .edge-light::before {
  content: "";
  position: absolute;
  inset: var(--glow-padding);
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px var(--glow-color, hsl(40deg 80% 80% / 100%)),
    inset 0 0 1px 0 var(--glow-color-60, hsl(40deg 80% 80% / 60%)),
    inset 0 0 3px 0 var(--glow-color-50, hsl(40deg 80% 80% / 50%)),
    inset 0 0 6px 0 var(--glow-color-40, hsl(40deg 80% 80% / 40%)),
    inset 0 0 15px 0 var(--glow-color-30, hsl(40deg 80% 80% / 30%)),
    inset 0 0 25px 2px var(--glow-color-20, hsl(40deg 80% 80% / 20%)),
    inset 0 0 50px 2px var(--glow-color-10, hsl(40deg 80% 80% / 10%)),
    0 0 1px 0 var(--glow-color-60, hsl(40deg 80% 80% / 60%)),
    0 0 3px 0 var(--glow-color-50, hsl(40deg 80% 80% / 50%)),
    0 0 6px 0 var(--glow-color-40, hsl(40deg 80% 80% / 40%)),
    0 0 15px 0 var(--glow-color-30, hsl(40deg 80% 80% / 30%)),
    0 0 25px 2px var(--glow-color-20, hsl(40deg 80% 80% / 20%)),
    0 0 50px 2px var(--glow-color-10, hsl(40deg 80% 80% / 10%));
}

.border-glow-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  min-height: 100%;
}

/* Static package mobile safety layer */
html,
body { max-width: 100%; overflow-x: hidden; }
img,
video,
canvas,
svg { max-width: 100%; }
@media (max-width: 900px) {
  :root { --page-max: calc(100vw - 32px); }
  body { min-width: 0; }
  .site-shell { overflow: hidden; }
  .nav-wrap { min-width: 0; height: 72px; grid-template-columns: auto 1fr; padding: 0 18px; }
  .logo-placeholder { width: 74px; height: 38px; }
  .nav-left { justify-content: flex-end; gap: 14px; overflow-x: auto; scrollbar-width: none; }
  .nav-left::-webkit-scrollbar { display: none; }
  .nav-left > a { flex: 0 0 auto; font-size: 12px; }
  .hero { min-height: 100svh; }
  .hero-inner { width: var(--page-max); min-height: 100svh; padding: 92px 0 112px; grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .hero-stage { min-height: clamp(260px, 46vh, 420px); grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .hero-title { grid-column: 1 / -1; }
  .hero h1 { font-size: clamp(56px, 16vw, 112px); }
  .hero-caption-row { grid-column: 1 / -1; margin-top: 18px; }
  .hero-caption-row strong { white-space: normal; font-size: clamp(26px, 8vw, 42px); }
  .hero-top-strip { min-height: auto; padding: 14px 16px 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 10px; column-gap: 14px; }
  .hero-identity, .hero-year-band, .hero-discipline, .hero-year { grid-column: auto; min-width: 0; justify-content: flex-start; font-size: 13px; line-height: 1.2; }
  .hero-year-band, .hero-year { justify-content: flex-end; text-align: right; }
  .identity-mark { width: 34px; min-width: 34px; aspect-ratio: 1; font-size: 20px; }
  .section { width: var(--page-max); padding: 64px 0; }
  .about-card { min-height: 0; padding: 28px 18px; border-radius: 24px; }
  .about-layout, .about-info-grid, .vitalscan-row, .vitalscan-row.is-right { grid-template-columns: 1fr; }
  .about-layout { gap: 28px; }
  .photo-placeholder { min-height: 420px; }
  .skill-placeholders { grid-template-columns: repeat(5, minmax(38px, 1fr)); gap: 12px; }
  .catalog-header h2, .catalog-header p, .section-head h2, .contact-inner h2 { font-size: clamp(38px, 12vw, 64px); }
  .catalog-grid, .strength-grid, .stats-grid { grid-template-columns: 1fr; }
  .catalog-card:hover { transform: none; }
  .contact-inner, .detail-gallery, .snap-video-section, .vitalscan-commercial { width: min(100%, calc(100vw - 24px)); }
  .contact-actions { flex-direction: column; }
  .detail-nav { height: 68px; padding: 0 16px; }
  .detail-back { font-size: 13px; }
  .detail-logo { width: 72px; }
  .snap-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .vitalscan-commercial { padding: 30px 18px 44px; }
  .vitalscan-row, .vitalscan-row.is-right { gap: 24px; }
}
@media (max-width: 520px) {
  .nav-left { gap: 10px; }
  .nav-left > a { font-size: 11px; }
  .hero h1 { font-size: clamp(48px, 18vw, 82px); }
  .hero-top-strip { grid-template-columns: 1fr; }
  .hero-year-band, .hero-year { justify-content: flex-start; text-align: left; }
  .snap-video-grid { grid-template-columns: 1fr; }
}
