:root {
  --bg: #030713;
  --panel: rgba(6, 14, 32, .72);
  --panel-strong: rgba(7, 12, 30, .88);
  --line: rgba(101, 224, 255, .28);
  --line-bright: rgba(101, 224, 255, .62);
  --text: #edf8ff;
  --muted: #a8bdd2;
  --cyan: #5eeaff;
  --pink: #ff4bd8;
  --purple: #8d6dff;
  --blue: #4ba7ff;
  --shadow: 0 34px 120px rgba(0, 0, 0, .55);
  --radius: 34px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 30;
  background: linear-gradient(rgba(255, 255, 255, .025) 50%, rgba(0, 0, 0, .035) 50%);
  background-size: 100% 4px;
  mix-blend-mode: overlay;
  opacity: .28;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 31;
  background: radial-gradient(circle at 50% 0%, transparent 0 55%, rgba(0, 0, 0, .44) 100%);
}

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

img {
  display: block;
  max-width: 100%
}

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 234, 255, .18), rgba(255, 75, 216, .08) 38%, transparent 68%);
  pointer-events: none;
  z-index: 20;
  transform: translate(-50%, -50%);
  opacity: .8;
  transition: opacity .25s ease;
}

.boot {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #02040d;
  animation: bootExit .8s ease 2.4s forwards;
}

.boot-box {
  width: min(620px, 86vw);
  text-align: left
}

.boot p {
  margin: 0 0 14px;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--cyan);
  font-size: 13px;
}

.boot h1 {
  font-size: clamp(46px, 8vw, 112px);
  line-height: .9;
  margin: 0 0 24px;
  letter-spacing: -.08em;
}

.boot-line {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--pink), transparent);
  transform-origin: left;
  animation: loadLine 2s ease forwards
}

@keyframes loadLine {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

@keyframes bootExit {
  to {
    opacity: 0;
    visibility: hidden
  }
}

.world {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -3;
  background: #020713
}

.bg {
  position: absolute;
  inset: -4%;
  background-size: cover;
  background-position: center;
  will-change: transform;
  filter: saturate(1.06) contrast(1.1)
}

.bg-a {
  background-image: linear-gradient(90deg, rgba(2, 6, 17, .3), rgba(9, 0, 22, .28)), url("assets/night-city-wide.png");
  opacity: .76;
  animation: cityDrift 26s ease-in-out infinite alternate
}

.bg-b {
  background-image: linear-gradient(rgba(3, 7, 19, .58), rgba(3, 7, 19, .54)), url("assets/night-city-corporate.jpg");
  opacity: .28;
  mix-blend-mode: screen;
  animation: cityDriftTwo 34s ease-in-out infinite alternate
}

.city-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 26, 38, .86), rgba(5, 8, 24, .48) 45%, rgba(50, 0, 48, .78)), radial-gradient(circle at 18% 38%, rgba(0, 213, 255, .24), transparent 36%), radial-gradient(circle at 88% 54%, rgba(255, 42, 205, .28), transparent 42%)
}

.grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(94, 234, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(94, 234, 255, .1) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: .23;
  transform: perspective(800px) rotateX(55deg) translateY(-18%);
  transform-origin: top;
  animation: gridPulse 5s ease-in-out infinite alternate
}

.rain {
  position: absolute;
  inset: -20%;
  background-image: repeating-linear-gradient(110deg, rgba(255, 255, 255, .16) 0 1px, transparent 1px 42px);
  opacity: .18;
  transform: translate3d(0, 0, 0);
  animation: rainFall .65s linear infinite
}

.fog {
  position: absolute;
  left: -20%;
  width: 140%;
  height: 38%;
  background: radial-gradient(ellipse at center, rgba(104, 232, 255, .13), transparent 62%);
  filter: blur(22px);
  opacity: .6
}

.fog-one {
  bottom: 8%;
  animation: fogMove 18s ease-in-out infinite alternate
}

.fog-two {
  bottom: 28%;
  animation: fogMove 24s ease-in-out infinite alternate-reverse;
  background: radial-gradient(ellipse at center, rgba(255, 75, 216, .12), transparent 66%)
}

.traffic {
  position: absolute;
  height: 3px;
  width: 72px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cyan), white);
  box-shadow: 0 0 20px var(--cyan);
  opacity: .9
}

.traffic::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 18px #fff
}

.traffic-one {
  top: 26%;
  left: -10%;
  animation: fly 9s linear infinite
}

.traffic-two {
  top: 46%;
  right: -10%;
  background: linear-gradient(90deg, white, var(--pink), transparent);
  box-shadow: 0 0 20px var(--pink);
  animation: flyBack 12s linear infinite
}

.traffic-three {
  top: 68%;
  left: -12%;
  width: 42px;
  animation: fly 15s linear infinite 3s
}

.holo {
  position: absolute;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .36em;
  color: rgba(237, 248, 255, .65);
  border: 1px solid rgba(94, 234, 255, .18);
  background: rgba(5, 12, 28, .14);
  padding: 15px 24px;
  transform: skewX(-10deg);
  text-shadow: 0 0 18px rgba(94, 234, 255, .6);
  opacity: .32
}

.holo-one {
  top: 30%;
  left: 12%;
  animation: holoBlink 7s ease-in-out infinite
}

.holo-two {
  top: 58%;
  right: 12%;
  animation: holoBlink 8s ease-in-out infinite 2s
}

.holo-three {
  top: 43%;
  right: 28%;
  animation: holoBlink 10s ease-in-out infinite 1s
}

@keyframes cityDrift {
  to {
    transform: scale(1.05) translate3d(-18px, -10px, 0)
  }
}

@keyframes cityDriftTwo {
  to {
    transform: scale(1.08) translate3d(24px, 8px, 0)
  }
}

@keyframes rainFall {
  to {
    transform: translate3d(-42px, 84px, 0)
  }
}

@keyframes fogMove {
  to {
    transform: translateX(14%)
  }
}

@keyframes fly {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(120vw)
  }
}

@keyframes flyBack {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-120vw)
  }
}

@keyframes holoBlink {

  0%,
  100% {
    opacity: .1;
    filter: blur(.6px)
  }

  45%,
  55% {
    opacity: .48;
    filter: blur(0)
  }
}

@keyframes gridPulse {
  to {
    opacity: .34
  }
}

.topbar {
  position: fixed;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1220px, calc(100% - 44px));
  height: 76px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(4, 9, 25, .78);
  backdrop-filter: blur(22px);
  box-shadow: 0 20px 80px rgba(0, 0, 0, .36);
}

.brand {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: max-content
}

.brand span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  color: #061022;
  font-family: "JetBrains Mono", monospace;
  font-weight: 800
}

.brand strong,
.topbar nav a,
.resume-link {
  font-family: "JetBrains Mono", monospace;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: 12px;
  color: #c7d6e6
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: 28px
}

.topbar nav a {
  letter-spacing: .22em;
  transition: color .25s ease, text-shadow .25s ease
}

.topbar nav a:hover {
  color: #fff;
  text-shadow: 0 0 18px var(--cyan)
}

.resume-link {
  padding: 13px 16px;
  border: 1px solid rgba(94, 234, 255, .24);
  border-radius: 999px;
  background: rgba(94, 234, 255, .08);
  transition: .25s ease
}

.resume-link:hover {
  border-color: var(--line-bright);
  background: rgba(94, 234, 255, .14)
}

.section {
  position: relative;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 150px 0
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.1fr .78fr;
  gap: 70px;
  align-items: center;
  padding-top: 132px
}

.eyebrow {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .38em;
  color: var(--cyan);
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px
}

.eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 22px var(--cyan)
}

.hero h1 {
  font-size: clamp(86px, 12vw, 190px);
  line-height: .72;
  margin: 0 0 28px;
  letter-spacing: -.105em;
  text-transform: uppercase
}

.hero h1 span {
  display: block
}

.hero h1 span:nth-child(2) {
  color: transparent;
  -webkit-text-stroke: 2px rgba(237, 248, 255, .82);
  text-shadow: 0 0 42px rgba(94, 234, 255, .18)
}

.quick-tags,
.tech-row,
.skill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.quick-tags span,
.skill-cloud span,
.tech-row span {
  border: 1px solid rgba(94, 234, 255, .28);
  background: rgba(94, 234, 255, .12);
  color: #e5f6ff;
  border-radius: 999px;
  padding: 11px 17px;
  font-weight: 800;
  font-size: 14px;
  box-shadow: inset 0 0 24px rgba(94, 234, 255, .05)
}

.hero-text {
  font-size: clamp(24px, 2.1vw, 36px);
  line-height: 1.45;
  color: #d8e8f6;
  max-width: 820px;
  margin: 34px 0 32px
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, .16);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease
}

.button:hover {
  transform: translateY(-3px);
  border-color: var(--line-bright);
  box-shadow: 0 15px 45px rgba(94, 234, 255, .18)
}

.button.primary {
  background: linear-gradient(135deg, rgba(94, 234, 255, .32), rgba(141, 109, 255, .34));
  border-color: rgba(94, 234, 255, .45)
}

.button.ghost {
  background: rgba(255, 255, 255, .04)
}

.cred-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 40px;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #c7d6e6;
  font-size: 12px
}

.cred-row span::before {
  content: "•";
  color: var(--pink);
  margin-right: 12px
}

.portrait-card {
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(7, 15, 34, .86), rgba(20, 7, 38, .78));
  padding: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden
}

.portrait-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 90deg, transparent, rgba(94, 234, 255, .18), transparent, rgba(255, 75, 216, .18), transparent);
  animation: spin 8s linear infinite;
  opacity: .52
}

.portrait-card>* {
  position: relative;
  z-index: 1
}

.portrait-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: #c7d6e6;
  font-weight: 800;
  font-size: 12px
}

.portrait-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  min-height: 590px;
  background: #050b18
}

.portrait-frame img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: center 42%;
  filter: contrast(1.06) saturate(1.08)
}

.scan-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  top: 0;
  background: linear-gradient(90deg, transparent, var(--cyan), white, var(--cyan), transparent);
  box-shadow: 0 0 28px var(--cyan);
  animation: scan 3.4s ease-in-out infinite
}

.corner {
  position: absolute;
  width: 52px;
  height: 52px;
  border-color: rgba(255, 255, 255, .7)
}

.c1 {
  top: 24px;
  left: 24px;
  border-top: 2px solid;
  border-left: 2px solid
}

.c2 {
  top: 24px;
  right: 24px;
  border-top: 2px solid;
  border-right: 2px solid
}

.c3 {
  bottom: 24px;
  left: 24px;
  border-bottom: 2px solid;
  border-left: 2px solid
}

.c4 {
  bottom: 24px;
  right: 24px;
  border-bottom: 2px solid;
  border-right: 2px solid
}

.portrait-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px
}

.portrait-stats div {
  padding: 18px;
  border: 1px solid rgba(94, 234, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035)
}

small {
  display: block;
  color: #8fa2b8;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  font-size: 11px;
  margin-bottom: 8px
}

strong {
  font-weight: 900
}

@keyframes scan {

  0%,
  100% {
    transform: translateY(20px)
  }

  50% {
    transform: translateY(620px)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.section-heading {
  max-width: 940px;
  margin-bottom: 58px
}

.section-heading h2,
.contact-panel h2 {
  font-size: clamp(56px, 7vw, 110px);
  line-height: .9;
  letter-spacing: -.08em;
  margin: 0 0 20px
}

.section-heading p:not(.eyebrow),
.contact-panel>p {
  font-size: 22px;
  line-height: 1.55;
  color: #c7d6e6;
  max-width: 960px
}

.profile-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px
}

.glass-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(9, 25, 48, .78), rgba(18, 8, 35, .78));
  backdrop-filter: blur(22px);
  padding: 44px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden
}

.glass-card::after,
.mission::after,
.contact-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 35%, rgba(255, 255, 255, .08) 48%, transparent 62%);
  transform: translateX(-120%);
  animation: panelShine 8s ease-in-out infinite
}

.glass-card h3,
.mission h3 {
  font-size: clamp(30px, 3.8vw, 64px);
  line-height: .95;
  letter-spacing: -.06em;
  margin: 0 0 24px
}

.glass-card p,
.mission p,
.mission li,
.timeline-item p {
  font-size: 20px;
  line-height: 1.65;
  color: #d2e0ed
}

.skill-cloud span,
.tech-row span {
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  padding: 10px 15px
}

@keyframes panelShine {

  0%,
  60% {
    transform: translateX(-120%)
  }

  100% {
    transform: translateX(120%)
  }
}

.missions {
  width: min(1320px, calc(100% - 64px))
}

.mission {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr 330px;
  gap: 42px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(5, 11, 27, .78);
  backdrop-filter: blur(20px);
  padding: 48px;
  margin-bottom: 32px;
  box-shadow: var(--shadow);
  overflow: hidden
}

.mission.feature {
  min-height: 560px
}

.mission.aimia {
  grid-template-columns: 150px 1fr .95fr
}

.mission-kicker {
  font-family: "JetBrains Mono", monospace;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 900;
  font-size: 12px
}

.mission ul {
  margin: 18px 0 0;
  padding-left: 22px
}

.mission li {
  margin: 8px 0
}

.mission-visual,
.site-preview {
  position: relative;
  border: 1px solid rgba(94, 234, 255, .24);
  border-radius: 28px;
  background: rgba(255, 255, 255, .04);
  min-height: 280px;
  display: grid;
  place-items: center;
  overflow: hidden
}

.orb {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid var(--cyan);
  box-shadow: 0 0 50px rgba(94, 234, 255, .22), inset 0 0 46px rgba(255, 75, 216, .12);
  animation: float 4s ease-in-out infinite
}

.orb::before,
.orb::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 75, 216, .72)
}

.orb::before {
  width: 125px;
  height: 125px
}

.orb::after {
  width: 250px;
  height: 250px;
  border-color: rgba(94, 234, 255, .28)
}

.orb span {
  font-size: 50px;
  font-weight: 900
}

.code-visual pre {
  font-family: "JetBrains Mono", monospace;
  color: #dff8ff;
  font-size: 15px;
  line-height: 1.8;
  padding: 24px;
  white-space: pre-wrap
}

.site-preview {
  padding: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(94, 234, 255, .04));
  min-height: 430px
}

.site-preview img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45)
}

.mission-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px
}

@keyframes float {
  50% {
    transform: translateY(-14px)
  }
}

.timeline {
  position: relative;
  max-width: 980px;
  margin-left: auto
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(var(--cyan), rgba(255, 75, 216, .48), transparent)
}

.timeline-item {
  position: relative;
  margin: 0 0 28px 46px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(5, 11, 27, .78);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3)
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -53px;
  top: 42px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 24px var(--cyan)
}

.timeline-item time {
  font-family: "JetBrains Mono", monospace;
  color: var(--pink);
  letter-spacing: .18em;
  font-weight: 900
}

.timeline-item h3 {
  font-size: 32px;
  margin: 12px 0 8px;
  letter-spacing: -.04em
}

.timeline-item h4 {
  font-size: 18px;
  color: #cfe8f6;
  margin: 0 0 10px
}

.timeline-item p {
  font-size: 17px;
  margin: 0
}

.contact {
  padding-bottom: 120px
}

.contact-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(7, 18, 38, .86), rgba(37, 9, 49, .78));
  padding: 54px;
  box-shadow: var(--shadow);
  overflow: hidden
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px
}

.contact-grid a {
  display: block;
  border: 1px solid rgba(94, 234, 255, .24);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, .04);
  transition: .25s ease
}

.contact-grid a:hover {
  transform: translateY(-4px);
  border-color: var(--line-bright);
  box-shadow: 0 20px 50px rgba(94, 234, 255, .13)
}

.contact-grid strong {
  font-size: 19px;
  word-break: break-word
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(8px);
  transition: opacity .9s ease, transform .9s ease, filter .9s ease
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0)
}

.delay-1 {
  transition-delay: .12s
}

.delay-2 {
  transition-delay: .24s
}


@media (max-width:1180px) {
  .topbar nav {
    display: none
  }

  .resume-link {
    display: none
  }

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

  .portrait-card {
    max-width: 640px
  }

  .profile-grid,
  .mission,
  .mission.aimia,
  .contact-grid {
    grid-template-columns: 1fr
  }

  .mission-kicker {
    font-size: 13px
  }

  .timeline {
    margin-left: 0
  }
}

@media (max-width:760px) {
  .cursor-glow {
    display: none
  }

  .section {
    width: min(100% - 30px, 1440px);
    padding: 105px 0
  }

  .topbar {
    top: 14px;
    width: calc(100% - 24px);
    height: 62px
  }

  .brand strong {
    display: none
  }

  .hero {
    padding-top: 110px
  }

  .hero h1 {
    font-size: 82px
  }

  .hero-text {
    font-size: 21px
  }

  .portrait-frame {
    min-height: auto
  }

  .portrait-frame img {
    height: 520px
  }

  .section-heading h2,
  .contact-panel h2 {
    font-size: 54px
  }

  .profile-grid {
    gap: 18px
  }

  .glass-card,
  .mission,
  .contact-panel {
    padding: 26px;
    border-radius: 24px
  }

  .mission {
    gap: 24px
  }

  .mission h3 {
    font-size: 44px
  }

  .glass-card p,
  .mission p,
  .mission li {
    font-size: 17px
  }

  .timeline-item {
    margin-left: 30px;
    padding: 24px
  }

  .timeline-item::before {
    left: -37px
  }

  .contact-grid {
    gap: 12px
  }

  .quick-tags span {
    font-size: 12px
  }

  .holo {
    display: none
  }
}

/* V5 recruiter polish */
.hero h1 span:last-child {
  background: linear-gradient(100deg, #5eeaff 0%, #edf8ff 28%, #8d6dff 58%, #ff4bd8 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 24px rgba(94, 234, 255, .35)) drop-shadow(0 0 42px rgba(255, 75, 216, .2));
  animation: nameGlow 6s ease-in-out infinite alternate;
  margin-top: 1rem;
}

@keyframes nameGlow {
  to {
    background-position: 100% 0;
    filter: drop-shadow(0 0 30px rgba(94, 234, 255, .48)) drop-shadow(0 0 56px rgba(255, 75, 216, .28))
  }
}

.compact-section {
  padding-top: 20px;
  padding-bottom: 50px;
  min-height: auto
}

.status-card {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(8, 20, 45, .86), rgba(36, 8, 45, .72));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .08);
  position: relative;
  overflow: hidden;
}

.status-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 14%, rgba(255, 75, 216, .18), transparent 36%), radial-gradient(circle at 12% 20%, rgba(94, 234, 255, .14), transparent 40%);
  pointer-events: none
}

.status-card>* {
  position: relative
}

.status-card h2 {
  font-size: clamp(32px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.06em;
  margin: 0 0 14px;
  max-width: 980px
}

.status-card p:not(.eyebrow) {
  max-width: 880px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  margin: 0 0 24px
}

.status-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.status-pills span {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line-bright);
  background: rgba(94, 234, 255, .12);
  font-weight: 800;
  color: #e9f9ff
}

.highlight-project {
  grid-template-columns: 1fr .95fr;
  align-items: center
}

.wide-preview {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(94, 234, 255, .22);
  border-radius: 28px;
  box-shadow: inset 0 0 70px rgba(94, 234, 255, .06)
}

.wide-preview img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .35);
  border: 1px solid rgba(255, 255, 255, .12)
}

.resume-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(94, 234, 255, .16), rgba(255, 75, 216, .12));
  border: 1px solid var(--line);
  font-weight: 800;
  font-size: 13px;
  color: #eaffff;
  white-space: nowrap
}

.topbar nav a[href="#experience"] {
  color: #fff
}

@media (max-width:960px) {
  .highlight-project {
    grid-template-columns: 1fr
  }

  .status-card {
    padding: 28px
  }

  .wide-preview {
    min-height: auto
  }

  .resume-link {
    display: none
  }
}