*, 
    *::before,
    *::after {
      box-sizing: border-box;
    }
    body, html {
      margin: 0;
      padding: 0;
      height: 100%;
      font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      color: #fff;
    }
    #bg-video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      object-fit: cover;
      z-index: -2;
      transition: filter 0.55s ease, transform 0.55s ease;
    }
    #overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.5);
      z-index: -1;
      transition: background 0.55s ease;
    }
    .content {
      position: relative;
      z-index: 1;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      text-align: center;
      padding: 60px 20px 20px 20px;
      perspective: 2200px;
      gap: 0.75rem;
      transition: opacity 0.55s ease, filter 0.55s ease, transform 0.55s ease;
    }
    body.loader-active {
      overflow: hidden;
    }
    body.loader-active #bg-video {
      filter: saturate(0.56) brightness(0.36) blur(4px);
      transform: scale(1.03);
    }
    body.loader-active #overlay {
      background: rgba(1, 7, 12, 0.78);
    }
    body.loader-active .content {
      opacity: 0.14;
      filter: blur(18px);
      transform: scale(1.02);
      pointer-events: none;
      user-select: none;
    }
    .portfolio-loader {
      --loader-progress: 0.02;
      position: fixed;
      inset: 0;
      z-index: 30;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(1rem, 2vw, 2rem);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.55s ease, visibility 0.55s ease;
    }
    body.loader-active .portfolio-loader {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .portfolio-loader__backdrop,
    .portfolio-loader__shell {
      position: relative;
      width: min(1120px, 100%);
    }
    .portfolio-loader__backdrop {
      position: absolute;
      inset: 0;
      width: auto;
      border-radius: 32px;
      overflow: hidden;
      background:
        radial-gradient(circle at 18% 18%, rgba(82, 234, 255, 0.12), transparent 28%),
        radial-gradient(circle at 82% 28%, rgba(56, 213, 234, 0.14), transparent 24%),
        linear-gradient(145deg, rgba(4, 12, 20, 0.94), rgba(3, 9, 16, 0.92));
      border: 1px solid rgba(137, 234, 255, 0.08);
      box-shadow: 0 35px 100px rgba(0, 0, 0, 0.56), inset 0 0 80px rgba(81, 231, 255, 0.05);
    }
    .loader-grid,
    .loader-scanlines,
    .loader-glow {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }
    .loader-grid {
      background-image:
        linear-gradient(rgba(133, 233, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(133, 233, 255, 0.08) 1px, transparent 1px);
      background-size: 32px 32px;
      mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent 90%);
      opacity: 0.24;
    }
    .loader-scanlines {
      background: repeating-linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.045) 0,
        rgba(255, 255, 255, 0.045) 1px,
        transparent 1px,
        transparent 6px
      );
      mix-blend-mode: screen;
      opacity: 0.22;
    }
    .loader-glow {
      filter: blur(32px);
      opacity: 0.6;
    }
    .loader-glow-a {
      background: radial-gradient(circle, rgba(116, 242, 255, 0.2), transparent 65%);
      transform: translate(-18%, -12%);
    }
    .loader-glow-b {
      background: radial-gradient(circle, rgba(61, 213, 233, 0.18), transparent 62%);
      transform: translate(24%, 14%);
    }
    .portfolio-loader.is-running .loader-scanlines {
      animation: loaderScanlineDrift 7s linear infinite;
    }
    .portfolio-loader.is-running .loader-glow-a {
      animation: loaderGlowDrift 6s ease-in-out infinite alternate;
    }
    .portfolio-loader.is-running .loader-glow-b {
      animation: loaderGlowDrift 7.5s ease-in-out infinite alternate-reverse;
    }
    .portfolio-loader__shell {
      padding: clamp(1.2rem, 2.6vw, 2rem);
      border-radius: 32px;
      overflow: hidden;
      background: linear-gradient(160deg, rgba(8, 15, 24, 0.78), rgba(4, 10, 18, 0.66));
      backdrop-filter: blur(20px);
      border: 1px solid rgba(132, 233, 255, 0.15);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    }
    .portfolio-loader__meta,
    .portfolio-loader__footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }
    .portfolio-loader__meta {
      margin-bottom: 1.2rem;
    }
    .loader-tag,
    .loader-style-indicator,
    .loader-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 0.72rem;
      font-weight: 700;
    }
    .loader-tag {
      padding: 0.45rem 0.85rem;
      color: rgba(206, 248, 255, 0.92);
      background: rgba(9, 23, 36, 0.64);
      border: 1px solid rgba(122, 237, 255, 0.22);
    }
    .loader-style-indicator {
      padding: 0.45rem 0.9rem;
      color: rgba(255, 255, 255, 0.92);
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .loader-variants {
      position: relative;
      min-height: clamp(22rem, 44vw, 29rem);
    }
    .loader-variant {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: stretch;
      opacity: 0;
      transform: translateY(18px) scale(0.985);
      transition: opacity 0.4s ease, transform 0.48s ease;
      pointer-events: none;
    }
    .portfolio-loader[data-loader-style="boot"] [data-loader-panel="boot"],
    .portfolio-loader[data-loader-style="hud"] [data-loader-panel="hud"],
    .portfolio-loader[data-loader-style="reveal"] [data-loader-panel="reveal"] {
      opacity: 1;
      transform: none;
      pointer-events: auto;
    }
    .loader-boot-layout,
    .loader-hud-layout,
    .loader-reveal-layout {
      width: 100%;
      height: 100%;
    }
    .loader-boot-layout,
    .loader-hud-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
      gap: clamp(1.2rem, 3vw, 2rem);
    }
    .loader-copy,
    .loader-terminal,
    .loader-reveal-layout {
      align-self: center;
    }
    .loader-copy,
    .loader-terminal {
      text-align: left;
      max-width: 30rem;
    }
    .loader-overline {
      margin: 0 0 0.75rem;
      color: rgba(142, 239, 255, 0.92);
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-size: 0.76rem;
      font-weight: 700;
    }
    .loader-copy h2,
    .loader-terminal h2,
    .loader-reveal-layout h2 {
      margin: 0 0 0.8rem;
      font-size: clamp(2rem, 4vw, 3.15rem);
      line-height: 0.98;
      letter-spacing: -0.04em;
      color: rgba(247, 252, 255, 0.98);
      text-wrap: balance;
    }
    .loader-caption {
      margin: 0;
      max-width: 34rem;
      font-size: 1rem;
      line-height: 1.7;
      color: rgba(214, 243, 248, 0.76);
    }
    .loader-chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.65rem;
      margin-top: 1.15rem;
    }
    .loader-chip {
      padding: 0.45rem 0.75rem;
      color: rgba(219, 250, 255, 0.9);
      background: rgba(103, 238, 255, 0.08);
      border: 1px solid rgba(103, 238, 255, 0.18);
    }
    .loader-boot-scene {
      position: relative;
      min-height: 22rem;
      perspective: 1800px;
    }
    .loader-shot {
      position: absolute;
      overflow: hidden;
      border-radius: 22px;
      background: linear-gradient(155deg, rgba(8, 16, 26, 0.92), rgba(7, 13, 22, 0.82));
      border: 1px solid rgba(128, 233, 255, 0.18);
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
      transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s ease;
    }
    .loader-shot-main {
      inset: 1rem 4.4rem 5.25rem 0.2rem;
      transform: translate3d(-3rem, 2rem, 0) rotateY(11deg) rotateX(-6deg);
      opacity: 0.54;
    }
    .loader-shot-side {
      top: 0.8rem;
      right: 0.2rem;
      width: 12.8rem;
      height: 57%;
      transform: translate3d(2.2rem, -1.25rem, 0) rotateY(-12deg);
      opacity: 0.48;
    }
    .loader-shot-bottom {
      left: 4.6rem;
      right: 1.4rem;
      bottom: 0.45rem;
      height: 7rem;
      transform: translate3d(0, 2.4rem, 0) rotateX(9deg);
      opacity: 0.48;
    }
    .portfolio-loader.is-running[data-loader-style="boot"] [data-loader-panel="boot"] .loader-shot-main {
      transform: translate3d(0, 0, 0) rotateY(-4deg) rotateX(3deg);
      opacity: 0.96;
    }
    .portfolio-loader.is-running[data-loader-style="boot"] [data-loader-panel="boot"] .loader-shot-side {
      transform: translate3d(0, 0, 0) rotateY(5deg);
      opacity: 0.9;
    }
    .portfolio-loader.is-running[data-loader-style="boot"] [data-loader-panel="boot"] .loader-shot-bottom {
      transform: translate3d(0, 0, 0) rotateX(-2deg);
      opacity: 0.9;
    }
    .loader-shot-bar {
      display: flex;
      align-items: center;
      gap: 0.42rem;
      padding: 0.7rem 0.95rem;
      border-bottom: 1px solid rgba(130, 232, 255, 0.1);
      background: rgba(255, 255, 255, 0.03);
    }
    .loader-shot-dot {
      width: 0.45rem;
      height: 0.45rem;
      border-radius: 50%;
      background: rgba(139, 237, 255, 0.55);
      box-shadow: 0 0 10px rgba(139, 237, 255, 0.36);
    }
    .loader-shot-title {
      margin-left: 0.3rem;
      color: rgba(207, 249, 255, 0.72);
      font-size: 0.76rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .loader-shot-screen {
      display: grid;
      gap: 0.85rem;
      padding: 1rem;
    }
    .loader-shot-row,
    .loader-shot-cell {
      display: block;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(92, 231, 255, 0.18), rgba(255, 255, 255, 0.06));
      border: 1px solid rgba(129, 233, 255, 0.08);
      height: 0.7rem;
    }
    .loader-shot-row-wide {
      width: 88%;
    }
    .loader-shot-row-short {
      width: 62%;
    }
    .loader-shot-screen-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.7rem;
    }
    .loader-shot-cell {
      height: 2.4rem;
      border-radius: 14px;
    }
    .loader-shot-scope {
      position: absolute;
      right: 1.4rem;
      bottom: 1.2rem;
      width: 7.2rem;
      height: 7.2rem;
      border-radius: 50%;
      display: grid;
      place-items: center;
    }
    .loader-shot-scope-ring,
    .loader-shot-scope-core {
      position: absolute;
      border-radius: 50%;
    }
    .loader-shot-scope-ring {
      inset: 0;
      border: 1px solid rgba(125, 236, 255, 0.3);
      box-shadow: inset 0 0 30px rgba(105, 237, 255, 0.08);
    }
    .loader-shot-scope-ring-inner {
      inset: 1rem;
      border-style: dashed;
      animation: loaderSpin 5.2s linear infinite;
    }
    .loader-shot-scope-core {
      inset: 2.6rem;
      background: radial-gradient(circle, rgba(243, 254, 255, 0.95), rgba(94, 233, 255, 0.32));
      box-shadow: 0 0 18px rgba(134, 239, 255, 0.45);
    }
    .loader-terminal-window {
      display: grid;
      gap: 0.65rem;
      margin-top: 1.1rem;
      padding: 1.1rem 1rem;
      border-radius: 22px;
      background: linear-gradient(165deg, rgba(7, 15, 24, 0.92), rgba(4, 9, 17, 0.86));
      border: 1px solid rgba(124, 235, 255, 0.16);
      box-shadow: inset 0 0 30px rgba(111, 239, 255, 0.04);
      overflow: hidden;
    }
    .loader-terminal-line {
      display: block;
      position: relative;
      padding-left: 1.2rem;
      color: rgba(214, 250, 255, 0.82);
      font-family: "Consolas", "Cascadia Code", "Segoe UI Mono", monospace;
      font-size: 0.95rem;
      line-height: 1.55;
      opacity: 0.2;
      transform: translateY(8px);
      transition: opacity 0.45s ease, transform 0.55s ease;
    }
    .loader-terminal-line::before {
      content: ">";
      position: absolute;
      left: 0;
      color: rgba(135, 240, 255, 0.9);
    }
    .portfolio-loader.is-running[data-loader-style="hud"] [data-loader-panel="hud"] .loader-terminal-line {
      opacity: 1;
      transform: none;
      animation: loaderTerminalBlink 2.4s steps(2, end) infinite;
    }
    .portfolio-loader.is-running[data-loader-style="hud"] [data-loader-panel="hud"] .loader-terminal-line:nth-child(1) { transition-delay: 0.08s; animation-delay: 0s; }
    .portfolio-loader.is-running[data-loader-style="hud"] [data-loader-panel="hud"] .loader-terminal-line:nth-child(2) { transition-delay: 0.18s; animation-delay: 0.15s; }
    .portfolio-loader.is-running[data-loader-style="hud"] [data-loader-panel="hud"] .loader-terminal-line:nth-child(3) { transition-delay: 0.28s; animation-delay: 0.3s; }
    .portfolio-loader.is-running[data-loader-style="hud"] [data-loader-panel="hud"] .loader-terminal-line:nth-child(4) { transition-delay: 0.38s; animation-delay: 0.45s; }
    .portfolio-loader.is-running[data-loader-style="hud"] [data-loader-panel="hud"] .loader-terminal-line:nth-child(5) { transition-delay: 0.48s; animation-delay: 0.6s; }
    .loader-radar {
      position: relative;
      align-self: center;
      justify-self: center;
      width: min(23rem, 100%);
      aspect-ratio: 1;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: radial-gradient(circle, rgba(82, 234, 255, 0.1), rgba(4, 11, 18, 0.16) 56%, transparent 70%);
    }
    .loader-radar-ring,
    .loader-radar-sweep,
    .loader-radar-crosshair,
    .loader-radar-core {
      position: absolute;
      border-radius: 50%;
    }
    .loader-radar-ring {
      inset: 0;
      border: 1px solid rgba(134, 238, 255, 0.2);
      opacity: 0.44;
      transition: transform 0.7s ease, opacity 0.7s ease;
    }
    .loader-radar-ring-mid {
      inset: 2rem;
      border-style: dashed;
    }
    .loader-radar-ring-inner {
      inset: 4.5rem;
    }
    .loader-radar-sweep {
      inset: 0;
      background: conic-gradient(from 90deg, rgba(106, 237, 255, 0.28), transparent 26%, transparent 100%);
      mask-image: radial-gradient(circle, transparent 34%, rgba(255, 255, 255, 0.95) 36%, rgba(255, 255, 255, 0.95) 100%);
      opacity: 0.9;
      transform: rotate(0deg);
    }
    .loader-radar-crosshair {
      inset: 2.1rem;
      border: 1px solid rgba(125, 236, 255, 0.1);
      box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        inset 0 0 0 999px transparent;
    }
    .loader-radar-crosshair::before,
    .loader-radar-crosshair::after {
      content: "";
      position: absolute;
      background: rgba(133, 236, 255, 0.18);
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .loader-radar-crosshair::before {
      width: 1px;
      height: calc(100% + 3rem);
    }
    .loader-radar-crosshair::after {
      width: calc(100% + 3rem);
      height: 1px;
    }
    .loader-radar-core {
      inset: calc(50% - 0.65rem);
      width: 1.3rem;
      height: 1.3rem;
      background: radial-gradient(circle, rgba(250, 254, 255, 0.96), rgba(101, 234, 255, 0.24));
      box-shadow: 0 0 18px rgba(124, 237, 255, 0.52);
    }
    .portfolio-loader.is-running[data-loader-style="hud"] [data-loader-panel="hud"] .loader-radar-ring-outer {
      transform: scale(1.02);
      animation: loaderPulseRing 3.6s ease-in-out infinite;
    }
    .portfolio-loader.is-running[data-loader-style="hud"] [data-loader-panel="hud"] .loader-radar-ring-mid {
      animation: loaderSpin 6.4s linear infinite reverse;
    }
    .portfolio-loader.is-running[data-loader-style="hud"] [data-loader-panel="hud"] .loader-radar-ring-inner {
      animation: loaderPulseRing 2.4s ease-in-out infinite reverse;
    }
    .portfolio-loader.is-running[data-loader-style="hud"] [data-loader-panel="hud"] .loader-radar-sweep {
      animation: loaderSpin 2.6s linear infinite;
    }
    .loader-reveal-layout {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 1rem;
    }
    .loader-reveal-layout .loader-caption {
      max-width: 38rem;
      text-align: center;
    }
    .loader-name-stage {
      position: relative;
      display: grid;
      place-items: center;
      width: min(100%, 58rem);
      min-height: clamp(8.5rem, 18vw, 13rem);
      padding: 1rem 1.5rem;
      overflow: hidden;
      border-radius: 2.75rem;
      isolation: isolate;
    }
    .loader-name-outline,
    .loader-name-solid {
      grid-area: 1 / 1;
      font-size: clamp(3rem, 9vw, 7rem);
      font-weight: 800;
      line-height: 0.94;
      letter-spacing: -0.06em;
      white-space: nowrap;
    }
    .loader-name-outline {
      color: transparent;
      -webkit-text-stroke: 1px rgba(123, 237, 255, 0.42);
      text-shadow: 0 0 28px rgba(92, 232, 255, 0.08);
      opacity: 0.7;
    }
    .loader-name-solid {
      color: rgba(248, 253, 255, 0.98);
      text-shadow: 0 0 24px rgba(126, 237, 255, 0.26), 0 12px 26px rgba(4, 13, 21, 0.28);
      clip-path: inset(0 100% 0 0);
      transition: clip-path 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .loader-name-scan,
    .loader-name-halo {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }
    .loader-name-scan {
      width: 18%;
      left: -22%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.88), rgba(118, 238, 255, 0.42), transparent);
      mix-blend-mode: screen;
      filter: blur(2px);
      opacity: 0.86;
      transform: skewX(-12deg);
    }
    .loader-name-halo {
      inset: 8% 18%;
      border-radius: 999px;
      border: 1px solid rgba(133, 236, 255, 0.18);
      box-shadow: 0 0 40px rgba(101, 234, 255, 0.14), inset 0 0 30px rgba(104, 238, 255, 0.08);
      opacity: 0.32;
      transform: scale(0.94);
      transition: transform 0.75s ease, opacity 0.75s ease;
    }
    .portfolio-loader.is-running[data-loader-style="reveal"] [data-loader-panel="reveal"] .loader-name-solid {
      clip-path: inset(0 0 0 0);
    }
    .portfolio-loader.is-running[data-loader-style="reveal"] [data-loader-panel="reveal"] .loader-name-scan {
      animation: loaderNameScan 1.9s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    }
    .portfolio-loader.is-running[data-loader-style="reveal"] [data-loader-panel="reveal"] .loader-name-halo {
      transform: scale(1);
      opacity: 0.62;
      animation: loaderPulseRing 2.8s ease-in-out infinite;
    }
    .portfolio-loader__footer {
      margin-top: 1.3rem;
      flex-direction: column;
      align-items: stretch;
    }
    .loader-progress-track {
      width: 100%;
      height: 0.45rem;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(131, 234, 255, 0.12);
      box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.26);
    }
    .loader-progress-bar {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, rgba(96, 233, 255, 0.35), rgba(255, 255, 255, 0.98), rgba(102, 234, 255, 0.4));
      box-shadow: 0 0 20px rgba(117, 238, 255, 0.24);
      transform-origin: left center;
      transform: scaleX(var(--loader-progress));
      transition: transform 0.32s ease;
    }
    .portfolio-loader.is-running .loader-progress-bar {
      animation: loaderProgressPulse 1.4s ease-in-out infinite;
    }
    .loader-status {
      margin: 0;
      color: rgba(219, 248, 255, 0.8);
      font-size: 0.92rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .loader-lab {
      position: fixed;
      right: 1rem;
      bottom: 1rem;
      z-index: 12;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      width: min(26rem, calc(100vw - 2rem));
      padding: 1rem;
      border-radius: 22px;
      background: rgba(6, 13, 20, 0.72);
      border: 1px solid rgba(129, 234, 255, 0.14);
      box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
      backdrop-filter: blur(18px);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }
    body.loader-active .loader-lab {
      opacity: 0;
      transform: translateY(10px);
      pointer-events: none;
    }
    .loader-lab__label {
      color: rgba(214, 247, 255, 0.78);
      font-size: 0.76rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }
    .loader-lab__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
    }
    .loader-lab__button {
      border: 1px solid rgba(134, 236, 255, 0.16);
      background: rgba(255, 255, 255, 0.05);
      color: rgba(241, 252, 255, 0.86);
      border-radius: 999px;
      padding: 0.55rem 0.85rem;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.03em;
      transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    }
    .loader-lab__button:hover {
      transform: translateY(-1px);
      border-color: rgba(138, 232, 255, 0.34);
      color: rgba(255, 255, 255, 0.98);
    }
    .loader-lab__button[aria-pressed="true"] {
      background: linear-gradient(135deg, rgba(20, 45, 69, 0.9), rgba(8, 21, 36, 0.92));
      border-color: rgba(138, 232, 255, 0.48);
      color: rgba(255, 255, 255, 0.98);
      box-shadow: inset 0 0 14px rgba(107, 235, 255, 0.16);
    }
    .loader-lab__button--ghost {
      margin-left: auto;
      background: transparent;
    }
    h1 {
      font-size: 3rem;
      font-weight: 800;
      margin-bottom: 1rem;
    }
    .hero-name {
      position: relative;
      display: grid;
      place-items: center;
      width: min(820px, 100%);
      margin: 0 0 0.55rem;
      transform-style: preserve-3d;
      perspective: 1600px;
      isolation: isolate;
      --name-rotate-x: 0deg;
      --name-rotate-y: 0deg;
      --name-depth: 0px;
      --name-float-y: 0px;
    }
    .hero-section #heroNameSvg,
    .hero-section .hero-variant-switcher {
      display: none;
    }
    .hero-name-display {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.18em;
      width: auto;
      max-width: 100%;
      min-height: clamp(4.75rem, 12vw, 7rem);
      padding: 0.04em 0.04em 0.16em;
      overflow: hidden;
      isolation: isolate;
      --hero-terminal-size: clamp(3.2rem, 8.8vw, 5.7rem);
      font-family: "Cascadia Code", "Consolas", "Segoe UI Mono", monospace;
      text-shadow: 0 10px 26px rgba(8, 18, 30, 0.34);
    }
    .hero-name-terminal {
      white-space: nowrap;
    }
    .hero-name-prompt,
    .hero-name-typed,
    .hero-name-word-text {
      display: inline-block;
      line-height: 0.96;
      font-weight: 700;
      letter-spacing: -0.04em;
    }
    .hero-name-prompt {
      font-size: calc(var(--hero-terminal-size) * 0.72);
      color: #78efff;
      text-shadow: 0 0 18px rgba(120, 239, 255, 0.28);
      transform: translateY(-0.01em);
    }
    .hero-name-typed {
      position: relative;
      display: inline-flex;
      align-items: flex-end;
      min-width: 0.2ch;
      gap: 0;
      padding: 0.03em 0 0.1em 0.05em;
      margin-left: -0.05em;
      font-size: var(--hero-terminal-size);
      isolation: isolate;
      --hero-name-reveal: 1;
    }
    .hero-name-typed-source {
      position: absolute;
      inset: auto;
      width: 0;
      height: 0;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
      user-select: none;
      white-space: pre;
    }
    .hero-name-word {
      position: relative;
      display: inline-grid;
      align-items: center;
      min-width: 0;
      min-height: 1em;
      padding: 0.02em 0.08em 0.08em;
      isolation: isolate;
      --hero-word-reveal: 1;
      --hero-word-gap: 0em;
      --hero-word-delay: 0s;
      transition: margin-left 0.18s ease;
    }
    .hero-name-word-left {
      --hero-word-delay: -0.8s;
    }
    .hero-name-word-right {
      --hero-word-delay: -2.4s;
      margin-left: var(--hero-word-gap);
    }
    .hero-name-word[data-word-empty="true"] {
      width: 0;
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
    }
    .hero-name-word-text {
      position: relative;
      z-index: 3;
      min-width: 0.2ch;
      font-size: inherit;
      color: #f6fcff;
      text-shadow:
        0 12px 30px rgba(8, 18, 30, 0.38),
        0 0 20px rgba(118, 236, 255, 0.12);
      white-space: pre;
      animation: heroHybridCore 8.4s ease-in-out infinite;
      animation-delay: var(--hero-word-delay);
    }
    .hero-name-word-text::before,
    .hero-name-word-text::after {
      content: attr(data-terminal-rendered);
      position: absolute;
      inset: 0;
      pointer-events: none;
      white-space: pre;
    }
    .hero-name-word-text::before {
      color: transparent;
      background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(191, 247, 255, 0.16) 22%, rgba(255, 255, 255, 0.96) 50%, rgba(101, 235, 255, 0.24) 70%, rgba(255, 255, 255, 0) 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 0 15px, rgba(119, 239, 255, 0.16) 15px 16px, rgba(255, 255, 255, 0) 16px 32px);
      background-size: 210% 100%, 100% 100%;
      background-position: 130% 0, 0 0;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      opacity: calc(var(--hero-word-reveal) * 0.5);
      filter: drop-shadow(0 0 10px rgba(114, 238, 255, 0.16));
      mix-blend-mode: screen;
      animation: heroHybridSignal 8.2s linear infinite;
      animation-delay: var(--hero-word-delay);
    }
    .hero-name-word-text::after {
      color: transparent;
      -webkit-text-stroke: 1px rgba(188, 247, 255, 0.12);
      opacity: calc(var(--hero-word-reveal) * 0.22);
      filter: drop-shadow(0 0 8px rgba(121, 241, 255, 0.1));
    }
    .hero-name-word-field,
    .hero-name-word-frame,
    .hero-name-word-scan {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }
    .hero-name-word-field {
      z-index: 1;
      inset: 0.18em -0.02em 0.12em;
      border-radius: 0.18em;
      overflow: hidden;
      opacity: calc(var(--hero-word-reveal) * 0.34);
      animation: heroVectorField 9.6s ease-in-out infinite;
      animation-delay: var(--hero-word-delay);
    }
    .hero-name-word-field::before,
    .hero-name-word-field::after {
      content: "";
      position: absolute;
      inset: 0;
    }
    .hero-name-word-field::before {
      background:
        radial-gradient(circle at 12% 66%, rgba(145, 243, 255, 0.54) 0 1.2px, transparent 1.55px),
        radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.38) 0 1px, transparent 1.3px),
        radial-gradient(circle at 72% 62%, rgba(119, 239, 255, 0.34) 0 1.1px, transparent 1.4px),
        radial-gradient(circle at 88% 38%, rgba(255, 255, 255, 0.36) 0 1px, transparent 1.25px),
        linear-gradient(90deg, rgba(103, 236, 255, 0) 0%, rgba(103, 236, 255, 0.08) 20%, rgba(255, 255, 255, 0.18) 50%, rgba(103, 236, 255, 0.08) 80%, rgba(103, 236, 255, 0) 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 0 14px, rgba(110, 239, 255, 0.08) 14px 15px, rgba(255, 255, 255, 0) 15px 28px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 0 12px, rgba(110, 239, 255, 0.06) 12px 13px, rgba(255, 255, 255, 0) 13px 24px);
      background-size: auto, auto, auto, auto, 160% 100%, 100% 100%, 100% 100%;
      background-position: center, center, center, center, 120% 0, 0 0, 0 0;
      filter: blur(0.25px);
      animation: heroHybridSignal 12s linear infinite;
      animation-delay: var(--hero-word-delay);
    }
    .hero-name-word-field::after {
      inset: 16% 6% 18%;
      background:
        linear-gradient(118deg, transparent 0 34%, rgba(108, 238, 255, 0.16) 46%, transparent 58%),
        linear-gradient(101deg, transparent 0 48%, rgba(255, 255, 255, 0.12) 58%, transparent 68%),
        linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(118, 239, 255, 0.18), rgba(255, 255, 255, 0));
      opacity: 0.42;
      filter: blur(0.5px);
      transform: translateX(-6%);
      animation: heroVectorTrace 8.6s ease-in-out infinite;
      animation-delay: var(--hero-word-delay);
    }
    .hero-name-word-frame {
      z-index: 2;
      inset: 0.16em -0.05em 0.1em;
      background:
        linear-gradient(90deg, rgba(108, 237, 255, 0.42), rgba(255, 255, 255, 0.9), rgba(108, 237, 255, 0)) left top / 1.1em 1px no-repeat,
        linear-gradient(180deg, rgba(108, 237, 255, 0.74), rgba(108, 237, 255, 0)) left top / 1px 0.82em no-repeat,
        linear-gradient(90deg, rgba(108, 237, 255, 0), rgba(255, 255, 255, 0.88), rgba(108, 237, 255, 0.42)) right bottom / 1.1em 1px no-repeat,
        linear-gradient(180deg, rgba(108, 237, 255, 0), rgba(108, 237, 255, 0.74)) right bottom / 1px 0.82em no-repeat,
        linear-gradient(90deg, rgba(108, 237, 255, 0), rgba(108, 237, 255, 0.16) 22%, rgba(255, 255, 255, 0.46) 50%, rgba(108, 237, 255, 0.16) 78%, rgba(108, 237, 255, 0)) center calc(100% - 0.12em) / 68% 1px no-repeat;
      opacity: calc(var(--hero-word-reveal) * 0.32);
      filter: drop-shadow(0 0 12px rgba(112, 239, 255, 0.12));
      animation: heroVectorFramePulse 6.8s ease-in-out infinite;
      animation-delay: var(--hero-word-delay);
    }
    .hero-name-word-scan {
      z-index: 4;
      inset: 0.08em -0.02em 0.08em;
      mix-blend-mode: screen;
      overflow: hidden;
    }
    .hero-name-word-scan::before,
    .hero-name-word-scan::after {
      content: "";
      position: absolute;
      pointer-events: none;
    }
    .hero-name-word-scan::before {
      top: 4%;
      bottom: 8%;
      left: -16%;
      width: 14%;
      min-width: 18px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(227, 251, 255, 0.12) 18%, rgba(255, 255, 255, 0.78) 50%, rgba(104, 239, 255, 0.22) 80%, rgba(255, 255, 255, 0));
      filter: blur(0.85px);
      opacity: calc(var(--hero-word-reveal) * 0.16);
      transform: skewX(-18deg);
      animation: heroVectorSweep 7.8s ease-in-out infinite;
      animation-delay: var(--hero-word-delay);
    }
    .hero-name-word-scan::after {
      left: 7%;
      right: 8%;
      bottom: 0.34em;
      height: 1px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(110, 239, 255, 0.16) 20%, rgba(255, 255, 255, 0.92) 50%, rgba(110, 239, 255, 0.16) 80%, rgba(255, 255, 255, 0));
      background-size: 180% 100%;
      background-position: 120% 0;
      opacity: calc(var(--hero-word-reveal) * 0.18);
      animation: heroHybridSignal 9.6s linear infinite reverse;
      animation-delay: var(--hero-word-delay);
    }
    .hero-name-cursor {
      width: max(0.08em, 6px);
      height: calc(var(--hero-terminal-size) * 0.8);
      border-radius: 2px;
      background: linear-gradient(180deg, rgba(244, 253, 255, 0.98), rgba(121, 239, 255, 0.76));
      box-shadow: 0 0 18px rgba(120, 239, 255, 0.28);
      animation: terminalCursorBlink 1s steps(2, end) infinite;
    }
    .hero-name-svg {
      width: min(820px, 100%);
      height: auto;
      display: block;
      overflow: visible;
      transform-style: preserve-3d;
      transform: translate3d(0, var(--name-float-y), 0) translateZ(var(--name-depth)) rotateX(var(--name-rotate-x)) rotateY(var(--name-rotate-y));
      filter: drop-shadow(0 16px 28px rgba(8, 18, 30, 0.4)) drop-shadow(0 0 12px rgba(97, 235, 255, 0.12));
      will-change: transform, filter;
    }
    .hero-name.is-interacting .hero-name-svg {
      filter: drop-shadow(0 18px 32px rgba(6, 14, 24, 0.44)) drop-shadow(0 0 16px rgba(152, 243, 255, 0.18));
    }
    .hero-name-text {
      font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 84px;
      font-weight: 800;
      letter-spacing: 1.1px;
      text-anchor: middle;
      dominant-baseline: middle;
    }
    .hero-name-text-left {
      text-anchor: end;
    }
    .hero-name-text-right {
      text-anchor: start;
    }
    .hero-name-text-core {
      fill: url(#heroNameFill);
      stroke: rgba(219, 249, 255, 0.14);
      stroke-width: 1;
      paint-order: stroke fill;
    }
    .hero-name-text-solid {
      opacity: 1;
      filter: drop-shadow(0 0 10px rgba(170, 241, 255, 0.14));
    }
    .hero-name-aura {
      fill: url(#heroNameAuraGradient);
      opacity: 0.12;
      filter: blur(22px);
      mix-blend-mode: screen;
      transform-origin: 380px 108px;
      pointer-events: none;
      will-change: opacity, transform;
    }
    .hero-name-hud {
      pointer-events: none;
      mix-blend-mode: screen;
      transform-origin: 380px 108px;
      will-change: transform, opacity;
    }
    .hero-variant {
      opacity: 0;
      transition: opacity 0.35s ease;
      will-change: opacity, transform;
    }
    .hero-name[data-hero-variant="circular"] .hero-variant-circular,
    .hero-name[data-hero-variant="premium"] .hero-variant-premium,
    .hero-name[data-hero-variant="scifi"] .hero-variant-scifi {
      opacity: 1;
    }
    .hero-variant-switcher {
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.55rem;
      margin: 0.1rem 0 0.45rem;
    }
    .hero-variant-button {
      border: 1px solid rgba(255, 255, 255, 0.14);
      background: rgba(8, 16, 28, 0.38);
      color: rgba(236, 251, 255, 0.78);
      padding: 0.45rem 0.9rem;
      border-radius: 999px;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.03em;
      backdrop-filter: blur(10px);
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
    }
    .hero-variant-button:hover {
      transform: translateY(-1px);
      border-color: rgba(120, 239, 255, 0.36);
      color: rgba(255, 255, 255, 0.94);
    }
    .hero-variant-button[aria-pressed="true"] {
      background: linear-gradient(135deg, rgba(19, 43, 64, 0.86), rgba(8, 20, 34, 0.88));
      border-color: rgba(121, 241, 255, 0.54);
      color: rgba(255, 255, 255, 0.98);
      box-shadow: 0 10px 24px rgba(2, 9, 18, 0.34), inset 0 0 18px rgba(110, 238, 255, 0.15);
    }
    .hero-circular-band {
      fill: url(#heroNameBandGradient);
      opacity: 0.06;
      filter: blur(14px);
    }
    .hero-circular-rails,
    .hero-circular-frame,
    .hero-circular-hud,
    .hero-circular-rotor {
      transform-origin: 380px 108px;
      will-change: transform, opacity;
    }
    .hero-circular-line {
      fill: none;
      stroke: url(#heroTechLineGradient);
      stroke-linecap: round;
      vector-effect: non-scaling-stroke;
    }
    .hero-circular-line-main {
      stroke-width: 2;
      opacity: 0.58;
    }
    .hero-circular-line-soft {
      stroke-width: 1.15;
      opacity: 0.24;
    }
    .hero-circular-bracket {
      fill: none;
      stroke: url(#heroBracketGradient);
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0.5;
      vector-effect: non-scaling-stroke;
    }
    .hero-circular-halo {
      fill: none;
      stroke: url(#heroCenterHaloGradient);
      stroke-width: 28px;
      opacity: 0.14;
      filter: blur(18px);
    }
    .hero-circular-ring {
      fill: none;
      stroke: url(#heroCenterRingGradient);
      stroke-linecap: round;
      vector-effect: non-scaling-stroke;
    }
    .hero-circular-ring-dots {
      stroke-width: 7;
      stroke-dasharray: 1 11;
      opacity: 0.86;
    }
    .hero-circular-ring-outer {
      stroke-width: 2.4;
      opacity: 0.62;
    }
    .hero-circular-ring-arc {
      stroke-width: 5.2;
    }
    .hero-circular-ring-arc-primary {
      stroke-dasharray: 56 16 18 18 82 22 18 20;
      opacity: 0.78;
    }
    .hero-circular-ring-arc-secondary {
      stroke: url(#heroBracketGradient);
      stroke-width: 4;
      stroke-dasharray: 30 16 12 16 44 18 18 18;
      opacity: 0.84;
    }
    .hero-circular-ring-inner {
      stroke-width: 2.4;
      stroke-dasharray: 18 10 8 12 30 12 12 10;
      opacity: 0.62;
    }
    .hero-circular-ring-inner-alt {
      stroke: url(#heroBracketGradient);
      stroke-width: 3.8;
      stroke-dasharray: 10 8 18 12 10 10 12 12;
      opacity: 0.78;
    }
    .hero-circular-core {
      fill: url(#heroCenterCoreGradient);
      opacity: 0.78;
    }
    .hero-circular-core-outline {
      fill: none;
      stroke: url(#heroBracketGradient);
      stroke-width: 1.4;
      opacity: 0.9;
    }
    .hero-circular-core-dot {
      fill: rgba(255, 255, 255, 0.98);
      filter: drop-shadow(0 0 9px rgba(126, 242, 255, 0.54));
    }
    .hero-circular-scan-line {
      fill: url(#heroCenterScanGradient);
      opacity: 0.58;
    }
    .hero-circular-scan-glow {
      fill: url(#heroCenterScanGradient);
      opacity: 0.24;
      filter: blur(10px);
    }
    .hero-name-light-band {
      fill: url(#heroNameBandGradient);
      opacity: 0.07;
      filter: blur(14px);
    }
    .hero-name-rails,
    .hero-name-frame,
    .hero-center-hud,
    .hero-center-rotor {
      transform-origin: 380px 108px;
      will-change: transform, opacity;
    }
    .hero-tech-line {
      fill: none;
      stroke: url(#heroTechLineGradient);
      stroke-linecap: round;
      vector-effect: non-scaling-stroke;
    }
    .hero-tech-line-primary {
      stroke-width: 2.2;
      opacity: 0.74;
    }
    .hero-tech-line-secondary {
      stroke-width: 1.2;
      opacity: 0.34;
    }
    .hero-tech-node {
      fill: rgba(252, 255, 255, 0.96);
      opacity: 0.74;
      filter: drop-shadow(0 0 8px rgba(104, 239, 255, 0.34));
    }
    .hero-tech-bracket {
      fill: none;
      stroke: url(#heroBracketGradient);
      stroke-width: 2.6;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0.58;
      vector-effect: non-scaling-stroke;
    }
    .hero-tech-bracket-soft {
      stroke-width: 1.3;
      opacity: 0.4;
    }
    .hero-center-halo {
      fill: none;
      stroke: url(#heroCenterHaloGradient);
      stroke-width: 24px;
      opacity: 0.12;
      filter: blur(16px);
    }
    .hero-center-ring {
      fill: none;
      stroke: url(#heroCenterRingGradient);
      stroke-linecap: round;
      vector-effect: non-scaling-stroke;
    }
    .hero-center-ring-outer {
      stroke-width: 2.6;
      opacity: 0.62;
    }
    .hero-center-ring-dots {
      stroke-width: 6.8;
      stroke-dasharray: 1 10.8;
      opacity: 0.8;
    }
    .hero-center-ring-arc {
      stroke-width: 5.2;
    }
    .hero-center-ring-arc-primary {
      stroke-dasharray: 46 14 16 18 64 20 18 20;
      opacity: 0.76;
    }
    .hero-center-ring-arc-secondary {
      stroke: url(#heroBracketGradient);
      stroke-width: 3.8;
      stroke-dasharray: 28 14 12 20 36 18 16 18;
      opacity: 0.86;
    }
    .hero-center-ring-inner {
      stroke-width: 2.4;
      stroke-dasharray: 14 8 8 12 24 10 10 12;
      opacity: 0.58;
    }
    .hero-center-crosshair {
      fill: none;
      stroke: url(#heroBracketGradient);
      stroke-width: 1.6;
      opacity: 0.48;
      vector-effect: non-scaling-stroke;
    }
    .hero-center-core {
      fill: url(#heroCenterCoreGradient);
      opacity: 0.78;
    }
    .hero-center-core-outline {
      fill: none;
      stroke: url(#heroBracketGradient);
      stroke-width: 1.4;
      opacity: 0.86;
    }
    .hero-center-core-dot {
      fill: rgba(255, 255, 255, 0.98);
      filter: drop-shadow(0 0 8px rgba(124, 241, 255, 0.48));
    }
    .hero-center-scan-line {
      fill: url(#heroCenterScanGradient);
      opacity: 0.56;
    }
    .hero-center-scan-glow {
      fill: url(#heroCenterScanGradient);
      opacity: 0.24;
      filter: blur(10px);
    }
    .hero-name-signal {
      fill: none;
      stroke: url(#heroNameSignalGradient);
      stroke-width: 2;
      opacity: 0.28;
      stroke-linecap: round;
      vector-effect: non-scaling-stroke;
    }
    .hero-name-signal-secondary {
      stroke-width: 1.5;
      opacity: 0.2;
    }
    .hero-scifi-band {
      fill: url(#heroNameBandGradient);
      opacity: 0.08;
      filter: blur(16px);
    }
    .hero-scifi-rails,
    .hero-scifi-frame,
    .hero-scifi-core,
    .hero-scifi-rotor {
      transform-origin: 380px 108px;
      will-change: transform, opacity;
    }
    .hero-scifi-line,
    .hero-scifi-trace,
    .hero-scifi-bracket,
    .hero-scifi-crosshair {
      fill: none;
      vector-effect: non-scaling-stroke;
    }
    .hero-scifi-line {
      stroke: url(#heroTechLineGradient);
      stroke-linecap: round;
    }
    .hero-scifi-line-main {
      stroke-width: 2.4;
      opacity: 0.82;
    }
    .hero-scifi-line-dash {
      stroke-width: 1.5;
      stroke-dasharray: 18 10 6 10 24 12;
      opacity: 0.38;
    }
    .hero-scifi-trace {
      stroke: url(#heroBracketGradient);
      stroke-width: 1.35;
      opacity: 0.52;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .hero-scifi-bracket {
      stroke: url(#heroBracketGradient);
      stroke-width: 2.4;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0.64;
    }
    .hero-scifi-bracket-soft {
      stroke-width: 1.3;
      opacity: 0.42;
    }
    .hero-scifi-halo {
      fill: none;
      stroke: url(#heroCenterHaloGradient);
      stroke-width: 30px;
      opacity: 0.18;
      filter: blur(18px);
    }
    .hero-scifi-ring {
      fill: none;
      stroke: url(#heroCenterRingGradient);
      stroke-linecap: round;
      vector-effect: non-scaling-stroke;
    }
    .hero-scifi-ring-outer {
      stroke-width: 2.6;
      opacity: 0.66;
    }
    .hero-scifi-ring-ticks {
      stroke-width: 7.2;
      stroke-dasharray: 1 9.8;
      opacity: 0.84;
    }
    .hero-scifi-ring-arc {
      stroke-width: 5.6;
    }
    .hero-scifi-ring-arc-primary {
      stroke-dasharray: 34 10 10 12 48 14 16 14 20 18;
      opacity: 0.86;
    }
    .hero-scifi-ring-arc-secondary {
      stroke: url(#heroBracketGradient);
      stroke-width: 4.2;
      stroke-dasharray: 18 10 8 10 26 12 12 10 12 14;
      opacity: 0.9;
    }
    .hero-scifi-ring-inner {
      stroke-width: 2.6;
      stroke-dasharray: 10 8 4 8 18 8 10 8 12 10;
      opacity: 0.72;
    }
    .hero-scifi-crosshair {
      stroke: url(#heroBracketGradient);
      stroke-width: 1.7;
      opacity: 0.56;
    }
    .hero-scifi-hex {
      fill: rgba(236, 254, 255, 0.18);
      stroke: url(#heroBracketGradient);
      stroke-width: 1.6;
      filter: drop-shadow(0 0 12px rgba(116, 242, 255, 0.26));
    }
    .hero-scifi-core-dot {
      fill: rgba(255, 255, 255, 0.98);
      filter: drop-shadow(0 0 10px rgba(128, 242, 255, 0.56));
    }
    .hero-scifi-scan-line {
      fill: url(#heroCenterScanGradient);
      opacity: 0.62;
    }
    .hero-scifi-scan-glow {
      fill: url(#heroCenterScanGradient);
      opacity: 0.28;
      filter: blur(12px);
    }
    .hero-name-text-reflect {
      fill: rgba(203, 247, 255, 0.22);
      opacity: 0.14;
      filter: blur(0.4px);
      animation: heroNameShine 7s ease-in-out infinite;
      pointer-events: none;
    }
    .hero-name-sweep {
      fill: url(#heroNameSweepGradient);
      opacity: 0.22;
      filter: blur(0.7px);
      mix-blend-mode: screen;
      pointer-events: none;
      will-change: opacity, transform;
    }
    .hero-name-sweep-secondary {
      fill: url(#heroNameCausticGradient);
      opacity: 0.12;
      filter: blur(3px);
    }
    .hero-name[data-hero-variant="premium"] .hero-name-text-core {
      stroke: rgba(233, 250, 255, 0.08);
    }
    .hero-name[data-hero-variant="premium"] .hero-name-text-reflect {
      fill: rgba(214, 247, 255, 0.18);
    }
    .hero-name[data-hero-variant="scifi"] .hero-name-text-reflect {
      fill: rgba(170, 242, 255, 0.28);
    }
    h2 {
      margin-bottom: 1.5rem;
    }
    p {
      font-size: 1.2rem;
      max-width: 600px;
      margin: 0 auto 1rem;
    }
    .btn-outline-light {
      margin: 1rem;
      padding: 10px 30px;
      border-radius: 30px;
      font-weight: 600;
      border: 2px solid #fff;
      color: #fff;
      background-color: transparent;
      position: relative;
      overflow: hidden;
      transition: color 0.4s ease;
    }
    .btn-outline-light::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background-color: #fff;
      z-index: -1;
      transition: width 0.4s ease;
    }
    .btn-outline-light:hover {
      color: #000;
    }
    .btn-outline-light:hover::before {
      width: 100%;
    }
    .btn-outline-light.is-on {
      color: #000;
    }
    .btn-outline-light.is-on::before {
      width: 100%;
    }
    .button-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 2rem;
    }
    .card-control-row {
      width: 100%;
      max-width: 860px;
      display: flex;
      justify-content: flex-end;
      gap: 0.55rem;
      margin: 0 0 0.45rem;
      flex: 0 0 auto;
      align-self: center;
    }
    .card-flip-toggle {
      margin: 0;
      padding: 0.38rem 0.95rem;
      border-radius: 999px;
      border-width: 1px;
      font-size: 0.8rem;
      letter-spacing: 0.02em;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(8px);
      min-width: 126px;
    }
    section {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.75rem 0;
      background: transparent;
    }
    .book-card {
      width: min(860px, 100%);
      max-width: 860px;
      perspective: 2200px;
      position: relative;
      cursor: default;
      outline: none;
      margin: 0 auto;
      height: auto;
      min-height: 0;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
    }
    .book-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      max-height: none;
      transform-style: preserve-3d;
      transition: transform 1.7s cubic-bezier(0.22, 0.61, 0.36, 1);
      will-change: transform;
      transform: rotateY(0deg);
    }
    .book-card-face {
      position: absolute;
      inset: 0;
      padding: 0;
      border-radius: inherit;
      background: linear-gradient(160deg, rgba(18, 26, 46, 0.96), rgba(11, 16, 26, 0.92));
      box-shadow: 0 40px 90px rgba(0, 0, 0, 0.65), inset 0 0 45px rgba(255, 255, 255, 0.05);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.08);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      color: #fff;
      gap: 0;
      width: 100%;
      height: 100%;
      max-height: none;
      overflow: hidden;
    }
    .book-card-front {
      transform: rotateY(0deg) translateZ(1px);
      transition: filter 1.1s ease, opacity 1.1s ease;
    }
    .section-inner {
      width: 100%;
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1 1 auto;
      min-height: 0;
    }
    .section-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      padding: clamp(2.5rem, 3.25vw, 4rem);
      line-height: 1.7;
      word-wrap: break-word;
      overflow-wrap: break-word;
      hyphens: auto;
      text-align: center;
      min-height: 420px;
      height: 100%;
      max-height: none;
      overflow: visible;
    }
    .book-card-front h2,
    .book-card-back h3 {
      letter-spacing: 0.04em;
    }
    .book-card-face h2,
    .book-card-face h3 {
      margin-bottom: 1rem;
      font-size: 2rem;
      font-weight: 600;
    }
    .book-card-back {
      transform: rotateY(180deg) translateZ(1px);
      background: linear-gradient(180deg, rgba(10, 14, 26, 0.92), rgba(8, 12, 20, 0.94));
      padding: 28px 24px;
      transition: filter 1.1s ease, opacity 1.1s ease;
      filter: brightness(0.9);
    }
    .book-card-face p {
      margin: 0;
      color: rgba(255, 255, 255, 0.85);
      line-height: 1.65;
      max-width: 100%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      hyphens: auto;
      text-align: center;
    }
    .book-card.is-flipped .book-card-inner {
      transform: rotateY(180deg);
    }
    .book-card.is-flipped .book-card-front {
      filter: brightness(0.82) blur(0.35px);
      opacity: 0.7;
    }
    .book-card.is-flipped .book-card-back {
      filter: brightness(1.04);
      opacity: 1;
    }
    @media (max-width: 768px) {
      .book-card {
        perspective: 1500px;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .book-card-inner {
        transition: none;
      }
    }
    .glass-card {
      background: linear-gradient(155deg, rgba(12,19,32,0.85), rgba(5,9,17,0.65));
      border-radius: 18px;
      margin: 20px 0;
      padding: clamp(1.75rem, 2.75vw, 3rem);
      max-width: 920px;
      width: min(920px, 100%);
      min-height: 460px;
      height: auto;
      box-shadow: 0 35px 85px rgba(0,0,0,0.6);
      border: 1px solid rgba(255,255,255,0.12);
      backdrop-filter: blur(12px);
      transform-style: preserve-3d;
      animation: orbit 12s ease-in-out infinite;
      transform-origin: center;
      transition: transform 0.5s ease, box-shadow 0.5s ease;
      position: relative;
      overflow: hidden;
      will-change: transform;
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      flex-direction: column;
    }
    .glass-card > .book-card,
    .glass-card > .section-inner {
      width: 100%;
      max-width: 860px;
      align-self: center;
    }
    .glass-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.25), transparent 55%);
      opacity: 0.35;
      filter: blur(22px);
      border-radius: inherit;
      z-index: -2;
      pointer-events: none;
    }
    .glass-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 72% 4%, rgba(255,255,255,0.28), transparent 58%);
      opacity: 0.45;
      border-radius: inherit;
      z-index: -1;
      filter: blur(18px);
    }
    .glass-card:hover {
      animation: pulse 3s ease-in-out infinite alternate;
      transform: translateY(-12px) rotateX(6deg) rotateY(-3deg) scale(1.03);
      box-shadow: 0 60px 90px rgba(0,0,0,0.7);
    }
    #projects.glass-card,
    #contact.glass-card {
      max-width: 920px;
      margin-left: auto;
      margin-right: auto;
    }
    .project-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: clamp(1rem, 2vw, 1.5rem);
      width: 100%;
      max-width: 960px;
      justify-items: stretch;
      align-items: stretch;
      margin: 0.5rem auto 0;
      grid-auto-rows: 1fr;
    }
    .project-card {
      background: linear-gradient(180deg, rgba(24, 33, 56, 0.92), rgba(14, 18, 30, 0.96));
      border-radius: 12px;
      padding: clamp(1rem, 2vw, 1.5rem);
      width: 100%;
      max-width: none;
      min-height: 220px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      text-align: left;
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
      word-wrap: break-word;
      overflow-wrap: break-word;
      hyphens: auto;
      box-sizing: border-box;
      height: 100%;
    }
    .project-card h4 {
      margin-bottom: 0.5rem;
      font-weight: 600;
      letter-spacing: 0.01em;
      font-size: 1.06rem;
    }
    .project-card p {
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.68;
      margin: 0;
      font-size: 0.98rem;
      word-wrap: break-word;
      overflow-wrap: break-word;
      hyphens: auto;
    }
    .project-purpose {
      margin-top: 0.2rem;
      margin-bottom: 0.35rem;
      font-size: 0.95rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.9);
    }
    .project-tech {
      margin-bottom: 0.45rem;
      font-size: 0.85rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.7);
      letter-spacing: 0.03em;
    }
    .project-links {
      display: flex;
      gap: 0.85rem;
      flex-wrap: wrap;
      margin-top: auto;
    }
    .project-links a {
      font-size: 0.85rem;
      font-weight: 600;
      color: #8ae8ff;
      text-decoration: none;
      border-bottom: 1px solid transparent;
    }
    .project-links a:hover {
      border-color: #8ae8ff;
    }
    .hero-section {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      padding-bottom: 2rem;
      animation: heroFadeIn 1.2s ease-out both;
    }
    .hero-content {
      max-width: 900px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.4rem;
      text-align: center;
      animation: heroRise 1s ease-out both;
    }
    .hero-badges {
      display: flex;
      gap: 0.75rem;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 0.5rem;
      animation: heroRise 1.05s ease-out both;
    }
    .role-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.35rem 0.85rem;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.12);
      color: rgba(255, 255, 255, 0.95);
      font-weight: 600;
      letter-spacing: 0.03em;
      font-size: 0.9rem;
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
      backdrop-filter: blur(12px);
    }
    .role-badge.secondary {
      background: rgba(138, 232, 255, 0.12);
      border-color: rgba(138, 232, 255, 0.35);
      color: rgba(255, 255, 255, 0.9);
    }
    .cta-group {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 0.5rem;
      margin-bottom: 0.75rem;
      animation: heroRise 1.1s ease-out both;
    }
    .cta-group .btn {
      border-radius: 999px;
      padding: 0.75rem 1.6rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      margin: 0;
      min-width: 190px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
    }
    .btn-resume {
      border-color: rgba(138, 232, 255, 0.68);
      background: linear-gradient(135deg, rgba(25, 44, 72, 0.8), rgba(11, 23, 40, 0.84));
      color: rgba(244, 252, 255, 0.97);
      box-shadow: 0 16px 36px rgba(2, 10, 20, 0.48), inset 0 0 16px rgba(138, 232, 255, 0.17);
      transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
    }
    .btn-resume::before {
      background: linear-gradient(135deg, rgba(138, 232, 255, 0.95), rgba(255, 255, 255, 0.95));
    }
    .btn-resume:hover {
      color: #04131d;
      transform: translateY(-2px);
      box-shadow: 0 18px 42px rgba(3, 14, 25, 0.58), inset 0 0 20px rgba(138, 232, 255, 0.12);
    }
    .hero-content .hero-greeting,
    .hero-content .hero-role,
    .hero-content .hero-summary {
      margin: 0;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.9);
      font-size: clamp(1.1rem, 2vw, 1.45rem);
    }
    .hero-content .hero-role {
      font-weight: 600;
      letter-spacing: 0.04em;
    }
    .hero-summary {
      font-weight: 400;
    }
    .hero-content .hero-tagline {
      margin: 0;
      max-width: 52ch;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.92);
      font-size: clamp(1.05rem, 1.8vw, 1.3rem);
      font-weight: 400;
    }
    .hero-content .hero-stack {
      margin: 0;
      line-height: 1.5;
      color: rgba(138, 232, 255, 0.85);
      font-size: clamp(0.82rem, 1.2vw, 0.98rem);
      font-weight: 500;
      letter-spacing: 0.04em;
    }
    .hero-word-tile {
      display: inline-block;
      padding: 0.02em 0.2em;
      margin: 0.02em 0.03em 0.02em 0;
      border-radius: 0.38em;
      border: 1px solid rgba(255, 255, 255, 0.14);
      background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(138,232,255,0.06));
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
      transform-origin: center;
      animation:
        heroWordFloat 5.6s ease-in-out infinite,
        heroWordGlow 4.4s ease-in-out infinite;
      animation-delay:
        calc(var(--tile-index, 0) * 0.09s),
        calc(var(--tile-index, 0) * 0.09s);
      will-change: transform;
    }
    .about-panel {
      min-height: 420px;
    }
    .about-panel .card-note {
      width: 100%;
      max-width: 680px;
    }
    .skill-section .section-content,
    .why-hire-section .section-content,
    .contact-section .section-content {
      align-items: flex-start;
      text-align: left;
      width: 100%;
      max-width: 720px;
    }
    .skill-groups {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: clamp(1rem, 2.5vw, 1.75rem);
    }
    .skill-group {
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
    }
    .skill-group h4 {
      margin: 0;
      font-size: 1.1rem;
      letter-spacing: 0.03em;
    }
    .skill-group ul {
      margin: 0;
      padding-left: 1.15rem;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.85);
    }
    .skill-group li {
      margin-bottom: 0.35rem;
      font-size: 0.98rem;
      line-height: 1.6;
    }
    .skill-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem;
      margin-top: 0.25rem;
    }
    .skill-pill {
      display: inline-block;
      padding: 0.28rem 0.72rem;
      border-radius: 999px;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.03em;
      background: rgba(138, 232, 255, 0.08);
      color: rgba(200, 246, 255, 0.9);
      border: 1px solid rgba(138, 232, 255, 0.22);
      white-space: nowrap;
    }
    .why-hire-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
      font-size: 1.02rem;
      color: rgba(255, 255, 255, 0.87);
      line-height: 1.7;
    }
    .why-hire-list li::before {
      content: "?";
      margin-right: 0.55rem;
      color: #8ae8ff;
      font-weight: 600;
    }
    .contact-cta {
      margin: 0;
      font-size: 1.45rem;
      letter-spacing: 0.02em;
      font-weight: 600;
    }
    .contact-details {
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
      font-size: 1.05rem;
    }
    .contact-details a {
      color: #8ae8ff;
      text-decoration: none;
      font-weight: 600;
    }
    .contact-details,
    .contact-details p,
    .contact-details a {
      word-break: break-word;
    }
    .certs-section .section-inner {
      justify-content: center;
    }
    .certs-section .section-content {
      max-width: 720px;
      margin: 0 auto;
      justify-content: center;
    }
    .footer {
      margin-top: 40px;
      color: #ccc;
      font-size: 0.95rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      padding-bottom: 2rem;
    }
    .footer-links {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 0.88rem;
    }
    .footer-links a {
      color: rgba(138, 232, 255, 0.75);
      text-decoration: none;
      transition: color 0.2s ease;
    }
    .footer-links a:hover {
      color: rgba(138, 232, 255, 1);
    }
    .footer-sep {
      color: rgba(255, 255, 255, 0.25);
    }
    .footer-copy {
      margin: 0;
      font-size: 0.82rem;
      color: rgba(255, 255, 255, 0.35);
    }
    .card-note {
      margin-top: 1rem;
      padding: 0.75rem 1rem;
      border-radius: 8px;
      background: rgba(138, 232, 255, 0.06);
      border-left: 3px solid rgba(138, 232, 255, 0.4);
      font-size: 0.88rem;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.78);
    }
    .cert-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 0.75rem;
      margin-top: 1rem;
      grid-auto-rows: 1fr;
    }
    .cert-card {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.85rem 1rem;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.1);
      height: 100%;
    }
    .cert-card--active {
      border-color: rgba(138, 232, 255, 0.28);
      background: rgba(138, 232, 255, 0.05);
    }
    .cert-icon {
      font-size: 1.4rem;
      flex-shrink: 0;
      opacity: 0.8;
    }
    .cert-info {
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
    }
    .cert-name {
      font-size: 0.88rem;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.92);
    }
    .cert-status {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border-radius: 999px;
      padding: 0.18rem 0.6rem;
      display: inline-block;
      width: fit-content;
    }
    .cert-status--progress {
      background: rgba(138, 232, 255, 0.14);
      color: rgba(138, 232, 255, 0.95);
      border: 1px solid rgba(138, 232, 255, 0.3);
    }
    .cert-status--planned {
      background: rgba(255, 255, 255, 0.06);
      color: rgba(255, 255, 255, 0.55);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }
    .cert-status--earned {
      background: rgba(80, 220, 140, 0.14);
      color: rgba(80, 220, 140, 0.95);
      border: 1px solid rgba(80, 220, 140, 0.3);
    }
    .cert-note {
      margin-top: 0.75rem;
      font-size: 0.78rem;
      color: rgba(255, 255, 255, 0.35);
      font-style: italic;
    }
    .audio-corner-toggle {
      position: fixed;
      bottom: 1.4rem;
      right: 1.4rem;
      z-index: 20;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      border: 1px solid rgba(138, 232, 255, 0.25);
      background: rgba(4, 12, 22, 0.72);
      color: rgba(138, 232, 255, 0.55);
      font-size: 1rem;
      cursor: pointer;
      backdrop-filter: blur(8px);
      transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
    .audio-corner-toggle:hover,
    .audio-corner-toggle[aria-pressed="true"] {
      color: rgba(138, 232, 255, 0.92);
      border-color: rgba(138, 232, 255, 0.55);
      background: rgba(4, 18, 32, 0.88);
    }
    @keyframes loaderScanlineDrift {
      from {
        transform: translateY(0);
      }
      to {
        transform: translateY(24px);
      }
    }
    @keyframes loaderGlowDrift {
      0% {
        transform: translate(-12%, -10%) scale(0.96);
      }
      100% {
        transform: translate(12%, 10%) scale(1.04);
      }
    }
    @keyframes loaderSpin {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }
    @keyframes loaderPulseRing {
      0%,
      100% {
        opacity: 0.4;
        transform: scale(0.96);
      }
      50% {
        opacity: 0.82;
        transform: scale(1.03);
      }
    }
    @keyframes loaderTerminalBlink {
      0%,
      100% {
        text-shadow: 0 0 0 rgba(140, 239, 255, 0);
      }
      50% {
        text-shadow: 0 0 14px rgba(140, 239, 255, 0.18);
      }
    }
    @keyframes loaderNameScan {
      0% {
        left: -24%;
        opacity: 0;
      }
      20% {
        opacity: 0.8;
      }
      58% {
        opacity: 0.96;
      }
      100% {
        left: 112%;
        opacity: 0;
      }
    }
    @keyframes loaderProgressPulse {
      0%,
      100% {
        filter: brightness(1);
      }
      50% {
        filter: brightness(1.18);
      }
    }
    @keyframes heroRise {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }
      65% {
        opacity: 1;
        transform: translateY(0);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes heroFadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    @keyframes orbit {
      0% {
        transform: rotateX(3deg) rotateY(-2deg) translateZ(2px);
      }
      25% {
        transform: rotateX(-4deg) rotateY(4deg) translateZ(6px);
      }
      50% {
        transform: rotateX(6deg) rotateY(-5deg) translateZ(8px);
      }
      75% {
      transform: rotateX(-3deg) rotateY(3deg) translateZ(4px);
      }
      100% {
        transform: rotateX(3deg) rotateY(-2deg) translateZ(2px);
      }
    }
    @keyframes pulse {
      from {
        transform: translateY(-10px) rotateX(2deg) rotateY(-2deg) scale(1.02);
      }
      to {
        transform: translateY(-15px) rotateX(5deg) rotateY(-4deg) scale(1.04);
      }
    }
    @keyframes heroNameShine {
      0%,
      100% {
        opacity: 0.24;
        transform: translate(-6px, 0px);
      }
      45% {
        opacity: 0.62;
        transform: translate(4px, -1px);
      }
      70% {
        opacity: 0.34;
        transform: translate(6px, 1px);
      }
    }
    @keyframes terminalCursorBlink {
      0%,
      48% {
        opacity: 1;
      }
      50%,
      100% {
        opacity: 0;
      }
    }
    @keyframes heroHybridCore {
      0%,
      100% {
        text-shadow:
          0 12px 30px rgba(8, 18, 30, 0.38),
          0 0 20px rgba(118, 236, 255, 0.14);
      }
      14% {
        text-shadow:
          0 14px 34px rgba(8, 18, 30, 0.42),
          0 0 24px rgba(118, 236, 255, 0.22);
      }
      24% {
        text-shadow:
          0 16px 38px rgba(8, 18, 30, 0.46),
          0 0 30px rgba(148, 243, 255, 0.3);
      }
      40% {
        text-shadow:
          0 13px 32px rgba(8, 18, 30, 0.42),
          0 0 24px rgba(118, 236, 255, 0.18);
      }
    }
    @keyframes heroHybridSignal {
      0%,
      12%,
      100% {
        background-position: 135% 0;
        opacity: 0.2;
      }
      18% {
        opacity: 0.4;
      }
      28% {
        background-position: -18% 0;
        opacity: 0.82;
      }
      34% {
        background-position: -30% 0;
        opacity: 0.26;
      }
      70% {
        background-position: -30% 0;
        opacity: 0.18;
      }
      82% {
        background-position: 100% 0;
        opacity: 0.28;
      }
    }
    @keyframes heroHybridScanline {
      0%,
      14%,
      100% {
        transform: translateX(-6%) skewX(-16deg);
        opacity: 0;
      }
      20% {
        opacity: 0.18;
      }
      30% {
        transform: translateX(468%) skewX(-16deg);
        opacity: 0.78;
      }
      36% {
        opacity: 0;
      }
      72% {
        transform: translateX(468%) skewX(-16deg);
        opacity: 0;
      }
      84% {
        transform: translateX(40%) skewX(-16deg);
        opacity: 0.12;
      }
      92% {
        transform: translateX(360%) skewX(-16deg);
        opacity: 0.34;
      }
    }
    @keyframes heroVectorField {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
      }
      50% {
        transform: translate3d(0, -1px, 0) scale(1.01);
      }
    }
    @keyframes heroVectorTrace {
      0%,
      100% {
        transform: translateX(-6%);
        opacity: 0.26;
      }
      45% {
        transform: translateX(6%);
        opacity: 0.5;
      }
      70% {
        transform: translateX(2%);
        opacity: 0.34;
      }
    }
    @keyframes heroVectorSweep {
      0%,
      14%,
      100% {
        transform: translateX(-12%) skewX(-18deg);
        opacity: 0;
      }
      20% {
        opacity: 0.12;
      }
      30% {
        transform: translateX(480%) skewX(-18deg);
        opacity: 0.52;
      }
      36% {
        opacity: 0;
      }
      72% {
        transform: translateX(480%) skewX(-18deg);
        opacity: 0;
      }
      84% {
        transform: translateX(52%) skewX(-18deg);
        opacity: 0.1;
      }
      92% {
        transform: translateX(332%) skewX(-18deg);
        opacity: 0.24;
      }
    }
    @keyframes heroVectorFramePulse {
      0%,
      100% {
        opacity: 0.22;
      }
      48% {
        opacity: 0.36;
      }
      68% {
        opacity: 0.28;
      }
    }
    @keyframes heroWordFloat {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
      }
      25% {
        transform: translate3d(0, -2px, 0) scale(1.015);
      }
      50% {
        transform: translate3d(0, -4px, 0) scale(1.03);
      }
      75% {
        transform: translate3d(0, -1px, 0) scale(1.01);
      }
    }
    @keyframes heroWordGlow {
      0%,
      100% {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        border-color: rgba(255, 255, 255, 0.12);
      }
      50% {
        box-shadow: 0 10px 30px rgba(48, 204, 255, 0.24);
        border-color: rgba(138, 232, 255, 0.38);
      }
    }
    @media (max-width: 768px) {
      body {
        font-size: 90%;
      }
      .portfolio-loader {
        padding: 0.75rem;
      }
      .portfolio-loader__shell {
        padding: 1rem;
        border-radius: 24px;
      }
      .portfolio-loader__meta {
        flex-direction: column;
        align-items: flex-start;
      }
      .loader-variants {
        min-height: 27rem;
      }
      .loader-boot-layout,
      .loader-hud-layout {
        grid-template-columns: 1fr;
      }
      .loader-copy,
      .loader-terminal {
        max-width: none;
      }
      .loader-boot-scene {
        min-height: 13rem;
      }
      .loader-shot-main {
        inset: 0.6rem 3.2rem 4.4rem 0;
      }
      .loader-shot-side {
        width: 9.25rem;
        height: 54%;
      }
      .loader-shot-bottom {
        left: 3rem;
        right: 1rem;
        height: 5.6rem;
      }
      .loader-radar {
        width: min(17rem, 100%);
      }
      .loader-name-outline,
      .loader-name-solid {
        white-space: normal;
      }
      .loader-name-stage {
        min-height: 9.5rem;
      }
      .loader-status {
        font-size: 0.8rem;
        line-height: 1.5;
      }
      .loader-lab {
        left: 1rem;
        right: 1rem;
        width: auto;
      }
      .loader-lab__button--ghost {
        margin-left: 0;
      }
      .content {
        padding: 40px 16px 32px;
      }
      .hero-section {
        gap: 0.5rem;
      }
      .hero-section h1 {
        font-size: clamp(2.2rem, 9vw, 2.7rem);
      }
      .hero-name {
        width: 100%;
        margin-bottom: 0.2rem;
      }
      .hero-name-display {
        min-height: 0;
        gap: 0.14em;
        --hero-terminal-size: clamp(2.7rem, 10.8vw, 4.05rem);
      }
      .hero-name-prompt {
        font-size: calc(var(--hero-terminal-size) * 0.66);
      }
      .hero-name-cursor {
        height: calc(var(--hero-terminal-size) * 0.76);
      }
      .hero-name-svg {
        width: 100%;
      }
      .hero-variant-switcher {
        gap: 0.4rem;
        margin-bottom: 0.3rem;
      }
      .hero-variant-button {
        padding: 0.42rem 0.75rem;
        font-size: 0.76rem;
      }
      .hero-name-light-band {
        opacity: 0.16;
      }
      .hero-circular-band,
      .hero-scifi-band {
        opacity: 0.14;
      }
      .hero-name-frame {
        opacity: 0.42;
      }
      .hero-tech-line-secondary,
      .hero-circular-line-soft,
      .hero-scifi-line-dash,
      .hero-name-signal-secondary {
        opacity: 0.08;
      }
      .hero-center-halo,
      .hero-circular-halo,
      .hero-scifi-halo {
        opacity: 0.08;
      }
      .button-group {
        gap: 12px;
        margin-bottom: 1rem;
      }
      .card-control-row {
        width: 100%;
        justify-content: center;
        margin: 0 0 0.6rem;
      }
      .btn-outline-light {
        padding: 0.75rem 1.5rem;
        border-width: 1px;
      }
      .glass-card {
        padding: 1.25rem;
        min-height: 420px;
        height: auto !important;
        margin: 0.85rem auto;
        max-width: 460px;
        width: min(92vw, 460px);
      }
      .section-content {
        padding: 1.5rem 1rem;
        min-height: 360px;
      }
      .project-list {
        gap: 0.75rem;
      }
      .project-card {
        padding: 0.95rem 0.85rem;
      }
      .skill-groups {
        grid-template-columns: 1fr;
      }
      .contact-details {
        font-size: 1rem;
      }
      .book-card {
        width: 100%;
      }
      .book-card-inner {
        transform: none !important;
      }
      .book-card-face {
        position: static !important;
        inset: auto !important;
        padding: 0;
        border-radius: 12px;
      }
      .book-card-back {
        display: none;
      }
      .hero-word-tile {
        padding: 0.02em 0.2em;
        margin-right: 0.03em;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      body.loader-active .content {
        opacity: 0.24;
        filter: blur(3px);
        transform: none;
      }
      .portfolio-loader,
      .portfolio-loader *,
      .loader-lab,
      .loader-lab * {
        animation: none !important;
        transition-duration: 0.01ms !important;
      }
      .hero-name {
        transform: none !important;
      }
      .hero-name-cursor {
        animation: none !important;
      }
      .hero-name-word,
      .hero-name-word-text::before,
      .hero-name-word-field,
      .hero-name-word-field::before,
      .hero-name-word-field::after,
      .hero-name-word-frame,
      .hero-name-word-scan::before,
      .hero-name-word-scan::after {
        animation: none !important;
      }
      .hero-name-svg {
        transform: none;
      }
      .hero-name-hud {
        transform: none !important;
      }
      .hero-name-word-text::before {
        opacity: 0.14;
      }
      .hero-name-word-field,
      .hero-name-word-frame {
        opacity: 0.1;
      }
      .hero-name-word-scan::before,
      .hero-name-word-scan::after {
        opacity: 0;
      }
      .hero-name-text-reflect {
        animation: none;
      }
      .hero-circular-scan-glow,
      .hero-center-scan-glow,
      .hero-scifi-scan-glow {
        display: none;
      }
      .hero-name-text-solid {
        opacity: 1;
      }
      .hero-word-tile {
        animation: none;
        transform: none;
      }
    }

    /* ── Content-heavy sections: disable 3D flip, let content flow ── */
    #projects.glass-card,
    #experience.glass-card,
    #certifications.glass-card {
      overflow: visible;
      min-height: auto;
    }
    #projects .book-card-inner,
    #experience .book-card-inner,
    #certifications .book-card-inner {
      height: auto;
      transform: none !important;
      transition: none;
    }
    #projects .book-card-face,
    #experience .book-card-face,
    #certifications .book-card-face {
      position: relative;
      inset: auto;
    }
    #projects .book-card-back,
    #experience .book-card-back,
    #certifications .book-card-back {
      display: none;
    }
    #projects .section-content,
    #experience .section-content,
    #certifications .section-content {
      text-align: left;
      align-items: flex-start;
      min-height: auto;
    }

    /* ── Certification cards ── */
    .cert-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: clamp(0.75rem, 1.5vw, 1.25rem);
      width: 100%;
      max-width: 900px;
      margin: 0.5rem auto 0;
      align-items: start;
    }
    .cert-card {
      background: linear-gradient(160deg, rgba(20, 30, 55, 0.92), rgba(10, 14, 28, 0.96));
      border: 1px solid rgba(114, 239, 255, 0.18);
      border-radius: 12px;
      padding: 1rem 1.1rem;
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
      box-shadow: 0 6px 22px rgba(0, 0, 0, 0.38);
      transition: border-color 0.22s, box-shadow 0.22s;
    }
    .cert-card:hover {
      border-color: rgba(114, 239, 255, 0.42);
      box-shadow: 0 10px 32px rgba(0, 0, 0, 0.52);
    }
    .cert-issuer {
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: rgba(114, 239, 255, 0.82);
    }
    .cert-card h4 {
      margin: 0;
      font-size: 0.97rem;
      font-weight: 600;
      color: #fff;
      line-height: 1.35;
    }
    .cert-date {
      font-size: 0.78rem;
      color: rgba(255, 255, 255, 0.5);
      margin-top: 0.1rem;
    }

    /* ── Experience cards ── */
    .exp-list {
      display: flex;
      flex-direction: column;
      gap: clamp(0.75rem, 1.5vw, 1rem);
      width: 100%;
      max-width: 900px;
      margin: 0.5rem auto 0;
    }
    .exp-card {
      background: linear-gradient(160deg, rgba(20, 30, 55, 0.88), rgba(10, 14, 28, 0.94));
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-left: 3px solid rgba(114, 239, 255, 0.55);
      border-radius: 10px;
      padding: 0.9rem 1.2rem;
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.32);
      transition: border-color 0.22s, box-shadow 0.22s;
    }
    .exp-card:hover {
      border-color: rgba(255, 255, 255, 0.2);
      border-left-color: rgba(114, 239, 255, 0.85);
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.48);
    }
    .exp-header {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 0.25rem;
    }
    .exp-card h4 {
      margin: 0;
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
    }
    .exp-duration {
      font-size: 0.78rem;
      color: rgba(114, 239, 255, 0.75);
      white-space: nowrap;
    }
    .exp-company {
      margin: 0;
      font-size: 0.88rem;
      color: rgba(255, 255, 255, 0.65);
    }
    .exp-card .project-tech {
      margin-top: 0.25rem;
      font-size: 0.82rem;
      color: rgba(255, 255, 255, 0.45);
    }

    /* ── Max-width override for experience & certifications sections ── */
    #experience.glass-card,
    #certifications.glass-card {
      max-width: 920px;
      margin-left: auto;
      margin-right: auto;
    }

    @media (max-width: 768px) {
      .cert-list {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
      }
      .exp-header {
        flex-direction: column;
      }
      .exp-duration {
        white-space: normal;
      }
    }
