:root {
    color-scheme: dark;
    --bg: #070912;
    --bg-soft: #0d1224;
    --card: rgba(13, 18, 36, 0.72);
    --card-strong: rgba(18, 26, 50, 0.88);
    --text: #f7fbff;
    --muted: #9ba8c5;
    --line: rgba(255, 255, 255, 0.12);
    --accent: #68f7ff;
    --accent-two: #8a5cff;
    --accent-three: #78ff9c;
    --hot: #ff5fd2;
    --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
    --radius: 28px;
    --page-pad: clamp(1rem, 4vw, 4.5rem);
    --font-body: "Inter", sans-serif;
    --font-display: "Inter", sans-serif;
}

:root,
:root body,
.glass-card,
.stage-card,
.scroll-visual,
.corner-control,
.topbar-contact,
.contact-menu-toggle,
.neon-input {
    transition:
        background-color 260ms ease,
        background 260ms ease,
        color 260ms ease,
        border-color 260ms ease,
        box-shadow 260ms ease;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 15% 10%, rgba(104, 247, 255, 0.16), transparent 28rem),
        radial-gradient(circle at 85% 20%, rgba(138, 92, 255, 0.2), transparent 32rem),
        linear-gradient(180deg, #070912 0%, #090b15 42%, #05060b 100%);
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

:root.light-theme {
    color-scheme: light;
    --bg: #f6f9ff;
    --bg-soft: #eaf0ff;
    --card: rgba(255, 255, 255, 0.78);
    --card-strong: rgba(255, 255, 255, 0.92);
    --text: #07111f;
    --muted: #526079;
    --line: rgba(7, 17, 31, 0.13);
    --accent: #007d96;
    --accent-two: #7655ff;
    --accent-three: #0b9b59;
    --hot: #d6339a;
    --shadow: 0 28px 90px rgba(31, 48, 78, 0.16);
}

:root.day-theme.light-theme {
    --bg: #fff8ed;
    --bg-soft: #eef6ff;
    --card: rgba(255, 255, 255, 0.8);
    --card-strong: rgba(255, 255, 255, 0.94);
    --text: #07111f;
    --muted: #5a6578;
    --line: rgba(68, 50, 24, 0.14);
    --accent: #007f9a;
    --accent-two: #7a5cff;
    --accent-three: #12a66a;
    --hot: #d94f9e;
    --shadow: 0 26px 82px rgba(110, 82, 45, 0.15);
}

:root.night-theme {
    color-scheme: dark;
    --bg: #060814;
    --bg-soft: #0b1022;
    --card: rgba(10, 15, 30, 0.74);
    --card-strong: rgba(15, 23, 43, 0.9);
    --text: #f8fbff;
    --muted: #9aa8c4;
    --line: rgba(210, 225, 255, 0.12);
    --accent: #74f2ff;
    --accent-two: #9a72ff;
    --accent-three: #8affad;
    --hot: #ff65cf;
    --shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}

:root.light-theme body {
    background:
        radial-gradient(circle at 15% 10%, rgba(0, 125, 150, 0.16), transparent 28rem),
        radial-gradient(circle at 85% 20%, rgba(118, 85, 255, 0.16), transparent 32rem),
        linear-gradient(180deg, #f8fbff 0%, #edf4ff 48%, #ffffff 100%);
}

:root.day-theme.light-theme body {
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 196, 112, 0.18), transparent 26rem),
        radial-gradient(circle at 86% 18%, rgba(0, 127, 154, 0.14), transparent 32rem),
        radial-gradient(circle at 48% 92%, rgba(18, 166, 106, 0.1), transparent 26rem),
        linear-gradient(180deg, #fffaf1 0%, #edf7ff 46%, #ffffff 100%);
}

:root.night-theme body {
    background:
        radial-gradient(circle at 15% 10%, rgba(116, 242, 255, 0.14), transparent 28rem),
        radial-gradient(circle at 85% 20%, rgba(154, 114, 255, 0.19), transparent 32rem),
        radial-gradient(circle at 45% 96%, rgba(255, 101, 207, 0.08), transparent 28rem),
        linear-gradient(180deg, #060814 0%, #080b18 44%, #04050a 100%);
}

:root.light-theme .modern-nav,
:root.light-theme .mobile-menu,
:root.light-theme .rocket-wrap,
:root.light-theme .visual-chip,
:root.light-theme .code-panel,
:root.light-theme .launch-card,
:root.light-theme .core-module {
    background: rgba(255, 255, 255, 0.78);
}

:root.light-theme .hero-name {
    background: linear-gradient(115deg, #06111f 8%, #007d96 36%, #6548de 64%, #06111f 92%);
    background-clip: text;
    -webkit-background-clip: text;
}

:root.light-theme .stage-card,
:root.light-theme .scroll-visual {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.55)),
        radial-gradient(circle at 50% 30%, rgba(0, 125, 150, 0.14), transparent 20rem),
        rgba(255, 255, 255, 0.76);
}

:root.light-theme .glass-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.54)),
        var(--card);
}

:root.light-theme .ghost-btn,
:root.light-theme .hero-metrics div,
:root.light-theme .skills-marquee,
:root.light-theme .skills-track span,
:root.light-theme .phase-card,
:root.light-theme .neon-input {
    background: rgba(255, 255, 255, 0.62);
}

body.menu-open {
    overflow: hidden;
}

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

button,
input,
textarea {
    font: inherit;
}

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

#about,
#skills,
#projects,
#blog,
#experience,
#certifications,
#contact {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

#bg-canvas {
    position: fixed;
    inset: 0;
    z-index: -4;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.noise-layer {
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 78%);
    animation: gridDrift 24s linear infinite;
}

.orb {
    position: fixed;
    z-index: -3;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.34;
    animation: drift 18s ease-in-out infinite alternate;
}

.orb-one {
    top: 8%;
    left: -12rem;
    background: #20e7ff;
}

.orb-two {
    right: -14rem;
    bottom: 12%;
    background: #8a5cff;
    animation-delay: -7s;
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--hot), var(--accent-three));
    box-shadow: 0 0 24px rgba(104, 247, 255, 0.8);
}

.site-topbar {
    position: fixed;
    top: clamp(1rem, 2.5vw, 1.65rem);
    left: var(--page-pad);
    right: var(--page-pad);
    z-index: 2400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    pointer-events: none;
    transform: translateY(0);
    opacity: 1;
    transition: transform 320ms ease, opacity 320ms ease, visibility 0s;
}

.site-topbar.is-hidden {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-130%);
    transition: transform 320ms ease, opacity 320ms ease, visibility 0s 320ms;
}

.site-wordmark,
.topbar-actions,
.topbar-contact,
.contact-menu-toggle {
    pointer-events: auto;
}

.site-wordmark {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.site-wordmark span {
    font-weight: 300;
}

.site-wordmark strong {
    font-weight: 900;
}

.site-wordmark::before {
    content: "";
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--hot));
    box-shadow: 0 0 22px rgba(104, 247, 255, 0.55);
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.topbar-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 1.65rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    background: rgba(7, 9, 18, 0.56);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(20px);
    font-weight: 900;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.topbar-contact:hover {
    transform: translateY(-3px);
    border-color: rgba(104, 247, 255, 0.58);
    box-shadow: 0 22px 70px rgba(104, 247, 255, 0.18);
}

.contact-menu-toggle {
    position: relative;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--text);
    background: rgba(7, 9, 18, 0.56);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(20px);
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-menu-toggle:hover {
    transform: translateY(-3px) rotate(8deg);
    border-color: rgba(104, 247, 255, 0.58);
    box-shadow: 0 22px 70px rgba(104, 247, 255, 0.18);
}

.contact-menu-toggle span {
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
}

.contact-menu-toggle span:first-child {
    transform: translateY(-4px);
}

.contact-menu-toggle span:last-child {
    transform: translateY(4px);
}

body.contact-open {
    overflow: hidden;
}

body.blog-open {
    overflow: hidden;
}

.contact-overlay {
    position: fixed;
    inset: 0;
    z-index: 5000;
    pointer-events: none;
    visibility: hidden;
    transition: visibility 0s 650ms;
}

.contact-overlay-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    opacity: 0;
    transition: opacity 420ms ease;
}

.contact-overlay-panel {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: start;
    gap: clamp(3rem, 6vw, 5rem);
    min-height: 100svh;
    padding: clamp(1.5rem, 5vw, 3.5rem);
    color: #f7fbff;
    background:
        radial-gradient(circle at 8% 16%, rgba(104, 247, 255, 0.18), transparent 20rem),
        radial-gradient(circle at 88% 82%, rgba(120, 255, 156, 0.12), transparent 22rem),
        #020408;
    overflow-y: auto;
    transform: translateX(100%) scale(0.985);
    transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-overlay-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.contact-overlay.active {
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
}

.contact-overlay.active .contact-overlay-backdrop {
    opacity: 1;
}

.contact-overlay.active .contact-overlay-panel {
    transform: translateX(0) scale(1);
}

.contact-overlay-close {
    position: absolute;
    top: clamp(1.2rem, 3vw, 2.2rem);
    right: clamp(1.2rem, 3vw, 2.2rem);
    z-index: 2;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #f7fbff;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.overlay-brand {
    position: relative;
    z-index: 1;
    color: #f7fbff;
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.overlay-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
    gap: clamp(2.5rem, 8vw, 7rem);
    align-items: start;
}

.overlay-links {
    display: grid;
    gap: 0.2rem;
}

.overlay-links a {
    width: max-content;
    color: #f7fbff;
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 8vw, 7.2rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.075em;
    transition: color 180ms ease, transform 180ms ease;
}

.overlay-links a:hover {
    color: var(--accent);
    transform: translateX(10px);
}

.overlay-contact-card {
    display: grid;
    gap: 1.25rem;
    max-width: 680px;
    padding-top: clamp(1rem, 5vw, 4rem);
}

.overlay-kicker {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.overlay-contact-card h2 {
    max-width: 580px;
    color: #f7fbff;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
}

.overlay-primary-link {
    width: max-content;
    max-width: 100%;
    color: #f7fbff;
    font-size: clamp(1.35rem, 3vw, 2.25rem);
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.overlay-primary-link:hover {
    color: var(--accent);
}

.overlay-meta {
    max-width: 520px;
    color: rgba(247, 251, 255, 0.68);
}

.overlay-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 0.5rem;
}

.overlay-socials a {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: #f7fbff;
    background: rgba(255, 255, 255, 0.06);
    transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.overlay-socials a:hover {
    transform: translateY(-3px);
    border-color: rgba(104, 247, 255, 0.58);
    color: var(--accent);
}

.overlay-form-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: max-content;
    margin-top: 0.5rem;
    color: var(--accent);
    font-weight: 900;
}

:root.light-theme .site-wordmark,
:root.light-theme .topbar-contact,
:root.light-theme .contact-menu-toggle {
    color: var(--text);
}

:root.light-theme .topbar-contact,
:root.light-theme .contact-menu-toggle {
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 54px rgba(31, 48, 78, 0.14);
}

.modern-header {
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 22px;
}

.modern-nav {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(7, 9, 18, 0.72);
    backdrop-filter: blur(22px);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.nav-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.3rem 0.9rem 0.3rem 0.35rem;
    color: var(--text);
}

.nav-logo span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #051016;
    background: linear-gradient(135deg, var(--accent), var(--accent-three));
    font-family: var(--font-display);
    font-weight: 800;
    box-shadow: 0 0 28px rgba(104, 247, 255, 0.42);
}

.nav-logo strong {
    font-family: var(--font-display);
    font-size: 0.95rem;
    letter-spacing: -0.02em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    list-style: none;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 0.9rem;
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
    transition: 180ms ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
    padding: 0.68rem 1rem;
    border-radius: 999px;
    color: #061018;
    background: linear-gradient(135deg, var(--accent), var(--accent-three));
    font-weight: 800;
}

.mobile-menu-toggle,
.mobile-menu-close {
    display: none;
    border: 0;
    color: var(--text);
    background: transparent;
    cursor: pointer;
}

.mobile-menu-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 50%;
    place-items: center;
}

.mobile-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 3px 0;
    background: var(--text);
}

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background: rgba(5, 7, 14, 0.94);
    backdrop-filter: blur(22px);
    transform: translateY(-100%);
    transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-menu.active {
    transform: translateY(0);
}

.mobile-menu .nav-link {
    font-family: var(--font-display);
    font-size: clamp(2rem, 9vw, 4rem);
    min-height: auto;
}

.mobile-menu a {
    font-family: var(--font-display);
    font-size: clamp(2rem, 9vw, 4rem);
    color: var(--muted);
}

.mobile-menu-close {
    position: absolute;
    top: 28px;
    right: 28px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 1.25rem;
}

.section-shell {
    width: 100%;
    margin: 0;
    padding: 7rem var(--page-pad);
}

.main-content {
    width: 100%;
    margin: 0;
    padding-inline: var(--page-pad);
}

.launch-sequence {
    position: relative;
    min-height: 210vh;
    margin-top: -3rem;
}

.launch-sticky {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1.28fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 7rem var(--page-pad) 5rem;
}

.launch-copy {
    position: relative;
    z-index: 4;
}

.launch-title {
    font-family: var(--font-display);
    font-size: clamp(3rem, 7vw, 6.4rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.075em;
    text-wrap: balance;
}

.launch-copy p {
    max-width: 560px;
    margin-top: 1.2rem;
    color: var(--muted);
    font-size: 1.05rem;
}

.launch-stage {
    position: relative;
    min-height: 620px;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 15%, rgba(120, 255, 156, 0.18), transparent 13rem),
        radial-gradient(circle at 20% 80%, rgba(255, 95, 210, 0.16), transparent 15rem),
        transparent;
    box-shadow: none;
    isolation: isolate;
}

.launch-stage::before {
    content: "";
    position: absolute;
    inset: -20%;
    z-index: -1;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.35) 0 1px, transparent 1.8px),
        radial-gradient(circle, rgba(104, 247, 255, 0.32) 0 1px, transparent 1.7px);
    background-position: 0 0, 44px 28px;
    background-size: 95px 95px, 130px 130px;
    transform: translateY(var(--launch-star-shift, 0px));
    opacity: 0.55;
}

.launch-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 34%, rgba(255, 255, 255, 0.12), transparent 58%);
    transform: translateX(var(--launch-shine-x, -80%));
    opacity: 0.35;
}

.launch-path {
    position: absolute;
    inset: 7% 4%;
    width: 92%;
    height: 86%;
    overflow: visible;
}

.launch-path path {
    fill: none;
    stroke: rgba(104, 247, 255, 0.46);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 1;
    stroke-dashoffset: calc(1 - var(--launch-progress, 0));
    filter: drop-shadow(0 0 18px rgba(104, 247, 255, 0.6));
}

.rocket-wrap {
    position: absolute;
    left: var(--rocket-x, 7%);
    top: var(--rocket-y, 82%);
    z-index: 5;
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(2, 8, 17, 0.74);
    box-shadow: 0 0 55px rgba(104, 247, 255, 0.34);
    transform: translate(-50%, -50%) rotate(var(--rocket-rotation, -34deg)) scale(var(--rocket-scale, 0.9));
    transition: box-shadow 160ms ease;
    will-change: left, top, transform;
}

.rocket-wrap i {
    position: relative;
    z-index: 2;
    color: var(--text);
    font-size: 2rem;
    filter: drop-shadow(0 0 18px rgba(104, 247, 255, 0.8));
}

.rocket-flame {
    position: absolute;
    left: 10px;
    bottom: 9px;
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(135deg, var(--hot), #ffb86b, var(--accent-three));
    filter: blur(1px) drop-shadow(0 0 20px rgba(255, 95, 210, 0.8));
    transform: rotate(20deg) scale(calc(0.78 + var(--launch-progress, 0)));
    animation: flamePulse 180ms ease-in-out infinite alternate;
}

.planet {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset -16px -20px 45px rgba(0, 0, 0, 0.3), 0 0 50px rgba(104, 247, 255, 0.18);
}

.planet-one {
    width: 145px;
    height: 145px;
    left: 10%;
    bottom: 10%;
    background: linear-gradient(135deg, rgba(104, 247, 255, 0.42), rgba(138, 92, 255, 0.22));
    transform: translateY(var(--planet-one-y, 0px));
}

.planet-two {
    width: 92px;
    height: 92px;
    right: 9%;
    top: 12%;
    background: linear-gradient(135deg, rgba(255, 95, 210, 0.38), rgba(120, 255, 156, 0.2));
    transform: translateY(var(--planet-two-y, 0px));
}

.launch-card {
    position: absolute;
    z-index: 3;
    display: grid;
    gap: 0.2rem;
    min-width: 135px;
    padding: 0.9rem 1rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(2, 8, 17, 0.7);
    backdrop-filter: blur(16px);
}

.launch-card span {
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 900;
}

.launch-card strong {
    font-family: var(--font-display);
    font-size: 1.25rem;
}

.launch-card-one {
    left: 11%;
    top: 16%;
}

.launch-card-two {
    right: 18%;
    top: 47%;
}

.launch-card-three {
    right: 8%;
    bottom: 11%;
}

.launch-destination {
    position: absolute;
    right: 6%;
    top: 6%;
    z-index: 4;
    display: grid;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    color: #061018;
    background: linear-gradient(135deg, var(--accent), var(--accent-three));
    box-shadow: 0 18px 50px rgba(104, 247, 255, 0.24);
    opacity: var(--destination-opacity, 0.25);
    transform: translateY(var(--destination-shift, 20px));
}

.launch-destination span {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.launch-destination strong {
    font-family: var(--font-display);
    font-size: 1.25rem;
}

.hero-landing {
    min-height: 100svh;
    display: grid;
    align-items: center;
    padding-top: clamp(4.5rem, 8vw, 7rem);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.1rem;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pulse-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--accent-three);
    box-shadow: 0 0 0 rgba(120, 255, 156, 0.65);
    animation: pulse 1.8s infinite;
}

.hero-name,
.section-title {
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.075em;
}

.hero-name {
    max-width: 1180px;
    font-size: clamp(3.6rem, 10vw, 7.4rem);
    background: linear-gradient(115deg, #ffffff 8%, #b9fbff 36%, #d7cbff 64%, #ffffff 92%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-wrap: balance;
}

.hero-intro {
    max-width: 760px;
    margin-top: 1.45rem;
    color: var(--muted);
    font-size: clamp(1.02rem, 1.7vw, 1.22rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.neon-btn,
.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 1.25rem;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 900;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.neon-btn {
    color: #041019;
    background: linear-gradient(135deg, var(--accent), var(--accent-three));
    box-shadow: 0 18px 54px rgba(104, 247, 255, 0.2);
}

.ghost-btn {
    color: var(--text);
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.05);
}

.neon-btn:hover,
.ghost-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 70px rgba(104, 247, 255, 0.2);
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    max-width: 820px;
    margin-top: 2rem;
}

.hero-metrics div {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.055);
}

.hero-metrics strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.75rem;
    line-height: 1;
}

.hero-metrics span {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.hero-stage {
    perspective: 1200px;
}

.stage-card {
    position: relative;
    min-height: 590px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 42px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at 50% 30%, rgba(104, 247, 255, 0.18), transparent 20rem),
        rgba(12, 17, 33, 0.76);
    box-shadow: var(--shadow);
    transform-style: preserve-3d;
    translate: 0 var(--hero-shift-y, 0px);
    overflow: hidden;
}

.stage-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.18), transparent 42%);
    transform: translateX(-80%);
    animation: sheen 7s ease-in-out infinite;
}

.stage-card::after {
    content: "";
    position: absolute;
    inset: 12%;
    z-index: 1;
    border-radius: 50%;
    background:
        conic-gradient(from 90deg, transparent, rgba(104, 247, 255, 0.18), transparent, rgba(255, 95, 210, 0.12), transparent);
    filter: blur(8px);
    animation: slowRotate 18s linear infinite;
}

.visual-chip {
    position: absolute;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    background: rgba(2, 8, 17, 0.72);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.32);
    font-size: 0.78rem;
    font-weight: 900;
    transform: translateZ(130px);
}

.visual-chip i {
    color: var(--accent);
}

.chip-one {
    right: 11%;
    top: 38%;
    animation: microFloat 5.5s ease-in-out infinite;
}

.chip-two {
    left: 12%;
    top: 42%;
    animation: microFloat 6.2s ease-in-out infinite reverse;
}

.chip-three {
    right: 17%;
    bottom: 39%;
    animation: microFloat 5.8s ease-in-out infinite;
}

.avatar-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: min(72%, 370px);
    transform: translate3d(-50%, -46%, 80px);
    filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.55));
    animation: float 5.5s ease-in-out infinite;
}

.avatar-core::after {
    content: "";
    position: absolute;
    inset: 20% 8% 0;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(104, 247, 255, 0.24), transparent 70%);
    filter: blur(20px);
}

.holo-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(104, 247, 255, 0.38);
    border-radius: 50%;
    transform-style: preserve-3d;
}

.ring-one {
    width: 82%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg);
    animation: orbit 12s linear infinite;
}

.ring-two {
    width: 62%;
    aspect-ratio: 1;
    border-color: rgba(255, 95, 210, 0.34);
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg);
    animation: orbit 8s linear infinite reverse;
}

.code-panel {
    position: absolute;
    z-index: 5;
    min-width: 168px;
    padding: 0.9rem 1rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(2, 8, 17, 0.78);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
    transform: translateZ(110px);
}

.code-panel span {
    display: block;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.code-panel strong {
    display: block;
    margin-top: 0.25rem;
    color: var(--accent-three);
    font-family: var(--font-display);
    font-size: 1.08rem;
    line-height: 1.1;
}

.panel-one {
    top: 17%;
    left: 7%;
}

.panel-two {
    right: 7%;
    bottom: 18%;
}

.panel-three {
    left: 9%;
    bottom: 12%;
}

.scan-line {
    position: absolute;
    left: 10%;
    right: 10%;
    top: var(--scan-top, 20%);
    z-index: 6;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(104, 247, 255, 0.95), transparent);
    box-shadow: 0 0 28px rgba(104, 247, 255, 0.85);
    opacity: 0.78;
}

.cube-scene {
    position: absolute;
    right: 16%;
    top: 17%;
    z-index: 4;
    width: 86px;
    height: 86px;
    perspective: 600px;
}

.cube {
    position: relative;
    width: 86px;
    height: 86px;
    transform-style: preserve-3d;
    animation: cubeSpin 9s linear infinite;
}

.cube-face {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(104, 247, 255, 0.45);
    background: rgba(104, 247, 255, 0.08);
    box-shadow: inset 0 0 24px rgba(104, 247, 255, 0.12);
}

.front { transform: translateZ(43px); }
.back { transform: rotateY(180deg) translateZ(43px); }
.right { transform: rotateY(90deg) translateZ(43px); }
.left { transform: rotateY(-90deg) translateZ(43px); }
.top { transform: rotateX(90deg) translateZ(43px); }
.bottom { transform: rotateX(-90deg) translateZ(43px); }

.glass-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        var(--card);
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
    transform-style: preserve-3d;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

.section-title {
    max-width: 1050px;
    font-size: clamp(2.5rem, 6vw, 5.4rem);
    text-wrap: balance;
}

.section-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 2rem;
    margin-bottom: 2rem;
}

.section-note {
    max-width: 560px;
    color: var(--muted);
}

.rich-copy {
    padding: clamp(1.4rem, 3vw, 2.2rem);
    color: var(--muted);
    font-size: 1.05rem;
}

.rich-copy p + p {
    margin-top: 1rem;
}

.rich-copy strong {
    color: var(--text);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.3rem;
    color: var(--accent);
    font-weight: 900;
}

.skills-marquee {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.skills-track {
    display: flex;
    width: max-content;
    gap: 0.7rem;
    padding: 0.75rem;
    animation: marquee 34s linear infinite;
}

.skills-track span {
    padding: 0.65rem 1rem;
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.07);
    font-size: 0.88rem;
    font-weight: 800;
    white-space: nowrap;
}

.capability-grid,
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.capability-card {
    padding: 1.5rem;
    min-height: 230px;
}

.capability-card i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 1.4rem;
    border-radius: 16px;
    color: #051016;
    background: linear-gradient(135deg, var(--accent), var(--accent-three));
    font-size: 1.25rem;
}

.capability-card h3,
.portfolio-info h3,
.timeline-item h3 {
    font-family: var(--font-display);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.capability-card h3 {
    margin-bottom: 0.65rem;
    font-size: 1.45rem;
}

.capability-card p,
.portfolio-info p,
.timeline-item p,
.contact-card p {
    color: var(--muted);
}

.scroll-lab {
    min-height: 280vh;
    position: relative;
}

.scroll-sticky {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
}

.scroll-copy {
    position: relative;
    z-index: 2;
}

.phase-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 2rem;
}

.phase-card {
    position: relative;
    padding: 1rem 1rem 1rem 3.7rem;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.045);
    color: var(--muted);
    cursor: pointer;
    transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.phase-card:hover,
.phase-card.active {
    transform: translateX(10px);
    border-color: rgba(104, 247, 255, 0.6);
    background: rgba(104, 247, 255, 0.08);
}

.phase-card span {
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #041019;
    background: linear-gradient(135deg, var(--accent), var(--accent-three));
    font-family: var(--font-display);
    font-size: 0.76rem;
    font-weight: 900;
}

.phase-card h3 {
    color: var(--text);
    font-family: var(--font-display);
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.phase-card p {
    font-size: 0.92rem;
}

.scroll-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 680px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 44px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 50%, rgba(104, 247, 255, 0.16), transparent 19rem),
        radial-gradient(circle at 70% 25%, rgba(255, 95, 210, 0.15), transparent 16rem),
        rgba(12, 17, 33, 0.72);
    box-shadow: var(--shadow);
    perspective: 1100px;
}

.scroll-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.42;
    transform: translateY(var(--grid-shift, 0px));
}

.orbit-system {
    position: relative;
    width: min(520px, 86vw);
    aspect-ratio: 1;
    transform-style: preserve-3d;
    transform: rotateX(var(--scene-tilt, 62deg)) rotateZ(var(--scene-rotation, 0deg));
    will-change: transform;
}

.orbit {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(104, 247, 255, 0.28);
    border-radius: 50%;
    box-shadow: inset 0 0 34px rgba(104, 247, 255, 0.04);
}

.orbit-b {
    inset: 16%;
    border-color: rgba(255, 95, 210, 0.32);
    transform: rotateZ(38deg);
}

.orbit-c {
    inset: 31%;
    border-color: rgba(120, 255, 156, 0.32);
    transform: rotateZ(-24deg);
}

.orbit-node {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 50%;
    background: var(--muted);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.06);
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.orbit-node:hover,
.orbit-node.active {
    transform: scale(1.55);
    background: var(--accent);
    box-shadow: 0 0 34px rgba(104, 247, 255, 0.9), 0 0 0 10px rgba(104, 247, 255, 0.13);
}

.node-one { left: 50%; top: -1%; }
.node-two { right: 4%; top: 50%; }
.node-three { left: 50%; bottom: -1%; }
.node-four { left: 4%; top: 50%; }

.core-module {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(104, 247, 255, 0.36);
    border-radius: 38px;
    background:
        linear-gradient(145deg, rgba(104, 247, 255, 0.18), rgba(138, 92, 255, 0.08)),
        rgba(2, 8, 17, 0.78);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45), inset 0 0 34px rgba(104, 247, 255, 0.08);
    text-align: center;
    transform: translate(-50%, -50%) rotateZ(var(--scene-reverse-rotation, 0deg)) rotateX(-62deg);
}

.core-module span {
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.core-module strong {
    display: block;
    margin-top: 0.25rem;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 1.75rem;
    letter-spacing: -0.05em;
}

.scroll-meter {
    position: absolute;
    right: 22px;
    top: 22px;
    bottom: 22px;
    width: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.scroll-meter span {
    display: block;
    width: 100%;
    height: var(--meter-height, 0%);
    border-radius: inherit;
    background: linear-gradient(var(--accent), var(--hot), var(--accent-three));
    box-shadow: 0 0 22px rgba(104, 247, 255, 0.8);
}

.portfolio-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portfolio-card {
    overflow: hidden;
    cursor: pointer;
    transition: transform 200ms ease, border-color 200ms ease;
}

.portfolio-card:hover {
    border-color: rgba(104, 247, 255, 0.55);
}

.project-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 220px;
    overflow: hidden;
}

.project-visual::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 42px;
    transform: rotate(25deg);
    animation: slowRotate 14s linear infinite;
}

.project-visual i {
    position: relative;
    z-index: 1;
    font-size: 3.2rem;
    text-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
}

.gradient-health {
    background: linear-gradient(135deg, #0ed6a5, #1a4fff);
}

.gradient-ai {
    background: linear-gradient(135deg, #8a5cff, #ff5fd2);
}

.gradient-data {
    background: linear-gradient(135deg, #68f7ff, #1c2cff);
}

.gradient-app {
    background: linear-gradient(135deg, #78ff9c, #13a37d);
}

.portfolio-info {
    padding: 1.2rem;
}

.project-tag {
    display: inline-flex;
    margin-bottom: 0.7rem;
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.portfolio-info h3 {
    margin-bottom: 0.6rem;
    font-size: 1.35rem;
}

.portfolio-info p {
    font-size: 0.92rem;
}

.blog-section {
    position: relative;
}

.blog-slider {
    position: relative;
    margin-top: 1rem;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.blog-track {
    display: flex;
    width: max-content;
    gap: 1rem;
    padding: 0.6rem 0;
    animation: blogSlide 28s linear infinite;
}

.blog-slider:hover .blog-track,
.blog-slider:focus-within .blog-track {
    animation-play-state: paused;
}

.blog-card {
    position: relative;
    display: grid;
    align-content: space-between;
    gap: 1rem;
    width: min(430px, 82vw);
    min-height: 310px;
    padding: clamp(1.25rem, 3vw, 1.8rem);
    overflow: hidden;
    color: var(--text);
    text-align: left;
    cursor: pointer;
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.blog-card::before {
    content: "";
    position: absolute;
    right: -4rem;
    top: -5rem;
    width: 13rem;
    height: 13rem;
    border: 1px solid rgba(184, 150, 12, 0.24);
    border-radius: 50%;
}

.blog-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 84% 8%, rgba(184, 150, 12, 0.16), transparent 14rem),
        radial-gradient(circle at 14% 88%, rgba(104, 247, 255, 0.1), transparent 16rem);
    pointer-events: none;
}

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

.blog-card:hover {
    transform: translateY(-7px);
    border-color: rgba(184, 150, 12, 0.45);
    box-shadow: 0 28px 90px rgba(184, 150, 12, 0.12);
}

.blog-category {
    display: inline-flex;
    width: max-content;
    color: #d4aa20;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.blog-card h3,
.blog-reader-header h3 {
    font-family: var(--font-display);
    line-height: 0.95;
    letter-spacing: -0.07em;
}

.blog-card h3 {
    max-width: 360px;
    font-size: clamp(2rem, 4vw, 3.45rem);
}

.blog-card p {
    color: var(--muted);
    font-size: 0.98rem;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 900;
}

.blog-card-footer span:last-child {
    color: #d4aa20;
}

.blog-reader {
    position: fixed;
    inset: 0;
    z-index: 4900;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s 420ms;
}

.blog-reader.active {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.blog-reader-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
    opacity: 0;
    transition: opacity 320ms ease;
}

.blog-reader.active .blog-reader-backdrop {
    opacity: 1;
}

.blog-reader-panel {
    position: absolute;
    inset: clamp(1rem, 4vw, 2rem);
    display: block;
    max-width: 780px;
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    background: #f5f0e8;
    box-shadow: 0 30px 110px rgba(0, 0, 0, 0.52);
    overflow-y: auto;
    pointer-events: none;
    transform: translateY(24px) scale(0.97);
    opacity: 0;
    transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), opacity 260ms ease;
}

.blog-reader.active .blog-reader-panel.active {
    pointer-events: auto;
    transform: translateY(0) scale(1);
    opacity: 1;
}

.blog-reader-close {
    position: sticky;
    top: 1rem;
    left: calc(100% - 4rem);
    z-index: 4;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin: 1rem 1rem -4rem auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(10, 15, 26, 0.52);
    backdrop-filter: blur(12px);
    cursor: pointer;
}

.blog-reader-header {
    position: relative;
    display: grid;
    gap: 1.45rem;
    min-height: 350px;
    padding: 5rem clamp(1.8rem, 5vw, 2.4rem) 4rem;
    overflow: hidden;
    color: #ffffff;
    background: #0a0f1a;
}

.blog-reader-header::before,
.blog-reader-header::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(184, 150, 12, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.blog-reader-header::before {
    right: -4rem;
    top: -4rem;
    width: 20rem;
    height: 20rem;
}

.blog-reader-header::after {
    right: 1.2rem;
    top: 1.2rem;
    width: 12.5rem;
    height: 12.5rem;
    opacity: 0.7;
}

.blog-reader-header > * {
    position: relative;
    z-index: 1;
}

.blog-reader-header h3 {
    max-width: 620px;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.7rem, 7vw, 4.6rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.blog-reader-header h3 em {
    color: #d4aa20;
    font-style: italic;
}

.blog-reader-header .blog-category {
    display: inline-flex;
    width: max-content;
    padding: 0.35rem 0.9rem;
    border: 1px solid rgba(184, 150, 12, 0.4);
    border-radius: 2px;
    color: #d4aa20;
    font-family: "DM Sans", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.22em;
}

.blog-reader-gold-line {
    width: 74px;
    height: 4px;
    background: #b8960c;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.58);
    font-family: "DM Sans", sans-serif;
    font-size: 0.96rem;
    font-weight: 400;
}

.blog-meta span {
    display: inline-flex;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
}

.blog-meta span:nth-child(2) {
    color: #ffffff;
    font-weight: 700;
}

.blog-avatar {
    display: grid !important;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-right: 0.8rem;
    color: #ffffff !important;
    background: linear-gradient(135deg, #d4aa20, #8a6a00) !important;
    font-weight: 700 !important;
}

.blog-body {
    display: block;
    max-width: 680px;
    margin: 0 auto;
    padding: clamp(3.5rem, 7vw, 4.6rem) clamp(1.5rem, 4vw, 2rem) 5.5rem;
    font-family: "DM Sans", sans-serif;
    line-height: 1.8;
}

.blog-body p {
    max-width: none;
    margin-bottom: 1.75rem;
    color: #2a2a2a;
    font-size: clamp(1.04rem, 1.7vw, 1.12rem);
    font-weight: 300;
    line-height: 1.85;
}

.blog-body p strong {
    color: #111111;
    font-weight: 600;
}

.blog-quote-visual {
    max-width: none;
    margin: 0 0 2.5rem;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #0a0f1a;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.blog-quote-visual svg {
    display: block;
    width: 100%;
    height: auto;
}

.blog-body blockquote,
.blog-stat {
    border-radius: 8px;
}

.blog-body blockquote {
    margin: 3rem 0;
    padding: 1.5rem 2rem;
    border: 0;
    border-left: 3px solid #b8960c;
    background: rgba(184, 150, 12, 0.05);
}

.blog-body blockquote p {
    margin: 0 0 0.75rem;
    color: #0a0f1a;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.3rem, 3vw, 1.55rem);
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.blog-body blockquote cite {
    display: inline-flex;
    margin-top: 0;
    color: #b8960c;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.blog-stat {
    display: grid;
    gap: 0.55rem;
    margin: 3rem 0;
    padding: 2.25rem 2.5rem;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: #0a0f1a;
}

.blog-stat::before {
    content: "";
    position: absolute;
    right: -2rem;
    top: -2rem;
    width: 9rem;
    height: 9rem;
    border: 1px solid rgba(184, 150, 12, 0.2);
    border-radius: 50%;
}

.blog-stat strong {
    color: #d4aa20;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(3rem, 7vw, 3.6rem);
    line-height: 1;
    letter-spacing: -0.02em;
}

.blog-stat span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.94rem;
    line-height: 1.5;
}

.blog-divider {
    width: 40px;
    height: 1px;
    margin: 3rem 0;
    background: #b8960c;
    opacity: 0.45;
}

.timeline {
    position: relative;
    display: grid;
    gap: 1rem;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(var(--accent), rgba(255, 255, 255, 0.08));
}

.timeline-item {
    position: relative;
    padding: 1.3rem 1.3rem 1.3rem 3.7rem;
}

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

.timeline-item span {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
}

.timeline-item h3 {
    margin: 0.35rem 0 0.45rem;
    font-size: 1.3rem;
}

.certifications-section {
    padding-top: 4rem;
}

.certification-list {
    display: grid;
    gap: 1rem;
}

.certification-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.1rem;
    align-items: start;
    padding: clamp(1.2rem, 3vw, 1.6rem);
}

.certification-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    color: #051016;
    background: linear-gradient(135deg, var(--accent), var(--accent-three));
    box-shadow: 0 18px 44px rgba(104, 247, 255, 0.18);
    font-size: 1.35rem;
}

.certification-issuer {
    display: inline-flex;
    margin-bottom: 0.3rem;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.certification-card h3 {
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.4vw, 1.8rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.certification-card p {
    color: var(--muted);
}

.contact-section {
    padding-bottom: 4rem;
}

.contact-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 2rem;
    padding: clamp(1.4rem, 4vw, 3rem);
}

.contact-links {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.contact-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--muted);
    font-weight: 700;
}

.contact-links i {
    color: var(--accent);
}

.contact-form-modern {
    display: grid;
    gap: 0.85rem;
}

.neon-input {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 18px;
    outline: none;
    padding: 1rem;
    color: var(--text);
    background: rgba(255, 255, 255, 0.055);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.neon-input:focus {
    border-color: rgba(104, 247, 255, 0.7);
    box-shadow: 0 0 0 4px rgba(104, 247, 255, 0.1);
}

textarea.neon-input {
    min-height: 150px;
    resize: vertical;
}

.modern-footer {
    width: 100%;
    margin: 0;
    padding: 2rem var(--page-pad) 5.5rem;
    color: var(--muted);
    text-align: center;
    font-size: 0.92rem;
}

.corner-controls {
    position: fixed;
    inset: auto 0 0;
    z-index: 2600;
    pointer-events: none;
}

.corner-control {
    position: fixed;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-width: 92px;
    min-height: 48px;
    padding: 0 0.95rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    background: rgba(7, 9, 18, 0.74);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
    cursor: pointer;
    font-weight: 900;
    pointer-events: auto;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.corner-control:hover {
    transform: translateY(-3px);
    border-color: rgba(104, 247, 255, 0.58);
    box-shadow: 0 22px 70px rgba(104, 247, 255, 0.18);
}

.corner-control i {
    color: var(--accent);
    font-size: 1.05rem;
}

.theme-control {
    left: 24px;
}

.language-control {
    right: 24px;
}

.language-picker {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 2601;
    pointer-events: auto;
}

.language-picker .language-control {
    position: static;
}

.language-menu {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.75rem);
    display: grid;
    gap: 0.45rem;
    min-width: 150px;
    padding: 0.55rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(7, 9, 18, 0.84);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(20px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px) scale(0.96);
    transform-origin: bottom right;
    transition: opacity 180ms ease, transform 180ms ease;
}

.language-picker.open .language-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.language-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-height: 40px;
    padding: 0 0.8rem;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--muted);
    background: transparent;
    cursor: pointer;
    font-weight: 800;
    text-align: left;
}

.language-option:hover,
.language-option.active {
    color: var(--text);
    border-color: rgba(104, 247, 255, 0.36);
    background: rgba(255, 255, 255, 0.08);
}

.language-option.active::after {
    content: "\f00c";
    color: var(--accent);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.78rem;
}

:root.light-theme .corner-control {
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 54px rgba(31, 48, 78, 0.16);
}

:root.light-theme .language-menu {
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 22px 70px rgba(31, 48, 78, 0.16);
}

.project-details {
    margin-top: 8rem;
    padding: clamp(1.4rem, 4vw, 3rem);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        var(--card);
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
}

.project-header {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--line);
}

.project-header h1 {
    max-width: 1100px;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 7vw, 5.2rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.project-meta {
    display: grid;
    gap: 0.5rem;
    justify-items: end;
    color: var(--muted);
    font-weight: 800;
}

.project-category,
.project-date {
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
}

.project-content {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 2rem;
}

.project-image-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.045);
    scroll-snap-type: x mandatory;
}

.scroll-img {
    width: min(560px, 86vw);
    max-height: 620px;
    object-fit: cover;
    flex: 0 0 auto;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--bg-soft);
    scroll-snap-align: start;
}

.project-placeholder {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1rem;
    width: min(560px, 86vw);
    min-height: 360px;
    flex: 0 0 auto;
    border: 1px solid var(--line);
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 30%, rgba(104, 247, 255, 0.18), transparent 14rem),
        linear-gradient(135deg, rgba(104, 247, 255, 0.12), rgba(138, 92, 255, 0.12)),
        var(--bg-soft);
    color: var(--muted);
    text-align: center;
    scroll-snap-align: start;
}

.project-placeholder i {
    color: var(--accent);
    font-size: 4rem;
    filter: drop-shadow(0 0 24px rgba(104, 247, 255, 0.35));
}

.project-placeholder span {
    max-width: 80%;
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--text);
}

.project-info-grid {
    display: grid;
    gap: 1.1rem;
}

.project-info-grid > div {
    padding: 1.2rem;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.045);
}

.project-info-grid h3 {
    margin-bottom: 0.65rem;
    color: var(--accent);
    font-family: var(--font-display);
}

.project-info-grid p,
.project-info-grid li {
    color: var(--muted);
}

.project-info-grid ul {
    display: grid;
    gap: 0.45rem;
    padding-left: 1.1rem;
}

.project-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.neumorph-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 900;
}

.neumorph-btn:hover {
    border-color: rgba(104, 247, 255, 0.55);
    color: var(--accent);
}

.neumorph-footer {
    width: 100%;
    margin: 0;
    padding: 2rem var(--page-pad) 3rem;
    color: var(--muted);
    text-align: center;
}

.bg-shape {
    position: fixed;
    z-index: -3;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.22;
}

.shape1 {
    width: 20rem;
    height: 20rem;
    top: 12%;
    left: -8rem;
    background: var(--accent);
}

.shape2 {
    width: 22rem;
    height: 22rem;
    right: -10rem;
    top: 30%;
    background: var(--accent-two);
}

.shape3 {
    width: 16rem;
    height: 16rem;
    left: 30%;
    bottom: 0;
    background: var(--hot);
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes drift {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(42px, 34px, 0) scale(1.08); }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(120, 255, 156, 0.7); }
    70% { box-shadow: 0 0 0 13px rgba(120, 255, 156, 0); }
    100% { box-shadow: 0 0 0 0 rgba(120, 255, 156, 0); }
}

@keyframes float {
    0%, 100% { transform: translate3d(-50%, -46%, 80px); }
    50% { transform: translate3d(-50%, -51%, 80px); }
}

@keyframes orbit {
    to { transform: translate(-50%, -50%) rotateX(68deg) rotateZ(360deg); }
}

@keyframes cubeSpin {
    from { transform: rotateX(-18deg) rotateY(0deg); }
    to { transform: rotateX(-18deg) rotateY(360deg); }
}

@keyframes sheen {
    0%, 35% { transform: translateX(-85%); }
    55%, 100% { transform: translateX(85%); }
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes blogSlide {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 0.5rem)); }
}

@keyframes slowRotate {
    to { transform: rotate(385deg); }
}

@keyframes gridDrift {
    from { background-position: 0 0, 0 0; }
    to { background-position: 92px 46px, 46px 92px; }
}

@keyframes microFloat {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -12px; }
}

@keyframes flamePulse {
    from { opacity: 0.72; scale: 0.86; }
    to { opacity: 1; scale: 1.08; }
}

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

@media (max-width: 1040px) {
    .hero-grid,
    .split-layout,
    .contact-card,
    .project-content,
    .launch-sticky,
    .scroll-sticky {
        grid-template-columns: 1fr;
    }

    .overlay-grid {
        grid-template-columns: 1fr;
    }

    .hero-landing {
        min-height: auto;
    }

    .launch-sequence {
        min-height: 170vh;
    }

    .scroll-lab {
        min-height: auto;
    }

    .scroll-sticky {
        position: relative;
        top: auto;
        min-height: auto;
    }

    .project-header {
        display: block;
    }

    .project-meta {
        justify-items: start;
        margin-top: 1rem;
    }

    .hero-stage {
        max-width: 620px;
        margin: 0 auto;
        width: 100%;
    }

    .scroll-visual {
        min-height: 560px;
    }

    .launch-stage {
        min-height: 560px;
    }

    .portfolio-grid,
    .capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-body {
        grid-template-columns: 1fr;
    }

    .blog-body blockquote,
    .blog-stat {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 760px) {
    .noise-layer {
        opacity: 0.16;
        animation: none;
    }

    .orb {
        filter: blur(24px);
        opacity: 0.18;
        animation: none;
    }

    .glass-card,
    .modern-nav,
    .mobile-menu,
    .topbar-contact,
    .contact-menu-toggle,
    .corner-control,
    .language-menu,
    .code-panel,
    .launch-card {
        backdrop-filter: none;
    }

    .stage-card,
    .scroll-visual,
    .glass-card,
    .portfolio-card,
    .contact-card {
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    }

    .skills-track {
        animation-duration: 52s;
    }

    .site-topbar {
        align-items: flex-start;
    }

    .site-wordmark {
        padding-top: 0.8rem;
        font-size: 1.18rem;
    }

    .topbar-actions {
        gap: 0.5rem;
    }

    .topbar-contact {
        min-height: 48px;
        padding: 0 1rem;
        font-size: 0.9rem;
    }

    .contact-menu-toggle {
        width: 48px;
        height: 48px;
    }

    .contact-overlay-panel {
        gap: 2.5rem;
        padding: 1.4rem;
    }

    .overlay-links a {
        font-size: clamp(3rem, 17vw, 5.8rem);
    }

    .overlay-contact-card {
        padding-top: 0;
    }

    .section-shell,
    .modern-footer,
    .neumorph-footer {
        width: 100%;
    }

    .section-shell {
        padding: 4.5rem var(--page-pad);
    }

    .hero-landing {
        padding-top: 6.5rem;
    }

    .hero-metrics,
    .portfolio-grid,
    .capability-grid {
        grid-template-columns: 1fr;
    }

    .certification-card {
        grid-template-columns: 1fr;
    }

    .blog-track {
        animation-duration: 36s;
    }

    .blog-reader-panel {
        inset: 0.75rem;
        border-radius: 24px;
    }

    .blog-meta {
        display: flex;
        flex-wrap: wrap;
    }

    .section-heading-row {
        display: block;
    }

    .section-note {
        margin-top: 1rem;
    }

    .stage-card {
        min-height: 460px;
        border-radius: 32px;
    }

    .visual-chip {
        display: none;
    }

    .code-panel {
        min-width: 140px;
        padding: 0.75rem;
    }

    .panel-one {
        left: 5%;
        top: 12%;
    }

    .panel-two {
        right: 5%;
        bottom: 13%;
    }

    .panel-three {
        left: 5%;
        bottom: 6%;
    }

    .cube-scene {
        right: 10%;
        top: 19%;
        transform: scale(0.78);
    }

    .scroll-visual {
        min-height: 460px;
        border-radius: 32px;
    }

    .launch-sticky {
        width: 100%;
        padding: 4.5rem var(--page-pad);
    }

    .launch-stage {
        min-height: 500px;
    }

    .launch-card {
        min-width: 110px;
        padding: 0.7rem 0.8rem;
    }

    .rocket-wrap {
        width: 62px;
        height: 62px;
    }

    .rocket-wrap i {
        font-size: 1.6rem;
    }

    .orbit-system {
        width: min(370px, 82vw);
    }

    .core-module {
        width: 160px;
        height: 160px;
        border-radius: 28px;
    }

    .core-module strong {
        font-size: 1.35rem;
    }

    .corner-control {
        bottom: 16px;
        min-width: 54px;
        min-height: 54px;
        padding: 0;
        border-radius: 50%;
    }

    .corner-control span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .theme-control {
        left: 16px;
    }

    .language-control {
        right: 16px;
    }

    .language-picker {
        right: 16px;
        bottom: 16px;
    }

    .language-menu {
        min-width: 138px;
    }
}

@media (max-width: 440px) {
    :root {
        --page-pad: 1rem;
    }

    .site-wordmark {
        display: grid;
        gap: 0.1rem;
        font-size: 1rem;
        line-height: 0.92;
    }

    .site-wordmark::before {
        display: none;
    }

    .topbar-contact {
        min-height: 44px;
        padding: 0 0.85rem;
        font-size: 0.82rem;
    }

    .contact-menu-toggle {
        width: 44px;
        height: 44px;
    }

    .contact-menu-toggle span {
        width: 18px;
    }

    .overlay-brand {
        max-width: 72%;
    }

    .overlay-links a {
        font-size: clamp(2.65rem, 16vw, 4.4rem);
    }

    .overlay-contact-card h2 {
        font-size: 2.25rem;
    }

    .overlay-primary-link {
        font-size: 1.28rem;
    }

    .hero-actions {
        display: grid;
    }

    .neon-btn,
    .ghost-btn {
        width: 100%;
    }

    .hero-name {
        font-size: clamp(2.65rem, 14vw, 3.2rem);
        letter-spacing: -0.065em;
    }

    .section-title,
    .launch-title {
        font-size: clamp(2.15rem, 12vw, 3rem);
        letter-spacing: -0.06em;
    }

    .hero-intro,
    .rich-copy,
    .section-note {
        font-size: 0.98rem;
    }

    .stage-card {
        min-height: 390px;
    }

    .code-panel {
        min-width: 118px;
        font-size: 0.8rem;
    }

    .launch-stage {
        min-height: 420px;
    }

    .launch-card {
        min-width: 96px;
        font-size: 0.82rem;
    }

    .scroll-visual {
        min-height: 400px;
    }

    .core-module {
        width: 138px;
        height: 138px;
    }

    .core-module strong {
        font-size: 1.15rem;
    }
}
