/* ==========================================================================
   Mujib Sheikh — Premium Personal Brand Website
   ========================================================================== */

:root {
    --bg: #f4f7fb;
    --bg-soft: #eef3f9;
    --surface: rgba(255, 255, 255, 0.68);
    --surface-strong: rgba(255, 255, 255, 0.9);
    --ink: #07111f;
    --ink-soft: #536074;
    --line: rgba(13, 31, 52, 0.11);
    --navy: #07111f;
    --navy-2: #0d1b2f;
    --blue: #4d7cff;
    --violet: #8a63ff;
    --cyan: #7ce7ff;
    --gold: #e7c27c;
    --white: #ffffff;
    --radius-lg: 34px;
    --radius-md: 24px;
    --radius-sm: 16px;
    --shadow: 0 30px 80px rgba(11, 27, 53, 0.13);
    --shadow-soft: 0 18px 50px rgba(11, 27, 53, 0.09);
    --container: 1180px;
    --ease: cubic-bezier(.2,.7,.2,1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background:
        radial-gradient(circle at 12% 10%, rgba(96, 137, 255, 0.14), transparent 26rem),
        radial-gradient(circle at 90% 22%, rgba(139, 99, 255, 0.12), transparent 30rem),
        var(--bg);
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

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

button,
input,
textarea {
    font: inherit;
}

img,
svg {
    display: block;
}

::selection {
    color: var(--white);
    background: var(--violet);
}

.page-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .026;
    z-index: 999;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.ambient {
    position: fixed;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .19;
    pointer-events: none;
    z-index: -1;
}

.ambient-one {
    top: 4rem;
    left: -12rem;
    background: var(--blue);
}

.ambient-two {
    top: 35rem;
    right: -14rem;
    background: var(--violet);
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.section {
    position: relative;
    padding: 124px 0;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.site-header.scrolled {
    background: rgba(244, 247, 251, .78);
    border-bottom: 1px solid rgba(13, 31, 52, .08);
    box-shadow: 0 10px 35px rgba(9, 24, 48, .06);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.nav-wrap {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    position: relative;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 14px;
    color: var(--white);
    background: linear-gradient(145deg, #081422 0%, #243b63 48%, #7555e7 100%);
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.45),
        0 12px 26px rgba(34, 59, 109, .23);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: -.03em;
}

.brand-mark::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 24%;
    top: 7%;
    left: 14%;
    border-radius: 999px;
    background: rgba(255,255,255,.27);
    filter: blur(2px);
    transform: rotate(-18deg);
}

.brand-copy {
    display: grid;
    line-height: 1.15;
}

.brand-copy strong {
    font-size: .98rem;
    letter-spacing: -.02em;
}

.brand-copy small {
    margin-top: 4px;
    color: var(--ink-soft);
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
}

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

.main-nav a {
    color: #273448;
    font-size: .86rem;
    font-weight: 700;
    transition: color .2s ease, transform .2s ease;
}

.main-nav a:hover {
    color: var(--violet);
}

.main-nav .nav-cta {
    padding: 12px 18px;
    color: var(--white);
    border-radius: 999px;
    background: var(--navy);
    box-shadow: 0 12px 25px rgba(7, 17, 31, .16);
}

.main-nav .nav-cta:hover {
    color: var(--white);
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: var(--surface-strong);
    box-shadow: var(--shadow-soft);
    cursor: pointer;
}

.menu-toggle span {
    width: 20px;
    height: 2px;
    margin: 4px auto;
    border-radius: 2px;
    background: var(--ink);
    transition: transform .25s ease, opacity .25s ease;
}

/* Hero */
.hero {
    min-height: 100svh;
    padding-top: 150px;
    display: flex;
    align-items: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
    gap: 72px;
    align-items: center;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #46546a;
    font-size: .73rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.pulse-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #26ba79;
    box-shadow: 0 0 0 6px rgba(38, 186, 121, .1);
}

.pulse-dot::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    border: 1px solid rgba(38, 186, 121, .35);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(.8); opacity: .8; }
    70%, 100% { transform: scale(1.8); opacity: 0; }
}

.hero h1 {
    max-width: 760px;
    margin: 24px 0 28px;
    font-size: clamp(3.35rem, 7.2vw, 6.8rem);
    line-height: .94;
    letter-spacing: -.072em;
    font-weight: 800;
}

.gradient-text {
    display: block;
    padding-bottom: .08em;
    color: transparent;
    background:
        linear-gradient(100deg, #101c2e 0%, #4e70e6 42%, #8a63ff 68%, #5b36c8 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-lead {
    max-width: 690px;
    margin: 0;
    color: var(--ink-soft);
    font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.hero-lead strong {
    color: var(--ink);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.button {
    position: relative;
    min-height: 54px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 16px;
    font-size: .9rem;
    font-weight: 800;
    transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease;
}

.button svg,
.text-link svg,
.profile-footer svg {
    width: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -70%;
    width: 44%;
    height: 210%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
    transform: rotate(20deg);
    transition: left .65s ease;
}

.button:hover::before {
    left: 130%;
}

.button:hover {
    transform: translateY(-3px);
}

.button-primary {
    color: var(--white);
    background: linear-gradient(135deg, #081422, #253d67 54%, #7455e3);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.25),
        0 18px 35px rgba(51, 61, 142, .28);
}

.button-primary:hover {
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.3),
        0 23px 44px rgba(51, 61, 142, .34);
}

.button-ghost {
    color: var(--ink);
    border-color: rgba(13, 31, 52, .12);
    background: rgba(255,255,255,.54);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.trust-strip {
    max-width: 720px;
    margin-top: 56px;
    padding-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-top: 1px solid var(--line);
}

.trust-strip div {
    display: grid;
    gap: 4px;
}

.trust-strip strong {
    font-size: .82rem;
}

.trust-strip span {
    color: var(--ink-soft);
    font-size: .72rem;
}

.hero-visual {
    position: relative;
    min-height: 610px;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.glass-card,
.glass-mini {
    border: 1px solid rgba(255,255,255,.55);
    background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(255,255,255,.38));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.95),
        inset 0 -1px 0 rgba(255,255,255,.25),
        0 35px 95px rgba(23, 45, 83, .18);
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
}

.profile-card {
    position: relative;
    width: min(100%, 420px);
    padding: 28px;
    overflow: hidden;
    border-radius: 34px;
    text-align: center;
    transform: rotate(-2deg);
    z-index: 3;
}

.profile-glow {
    position: absolute;
    width: 240px;
    height: 240px;
    top: -80px;
    right: -75px;
    border-radius: 50%;
    background: rgba(125, 98, 255, .3);
    filter: blur(60px);
}

.profile-topline,
.profile-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.profile-topline {
    color: #556176;
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .11em;
}

.status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #30bd7d;
    box-shadow: 0 0 0 5px rgba(48,189,125,.11);
}

.portrait-shell {
    position: relative;
    width: 186px;
    aspect-ratio: 1;
    margin: 42px auto 28px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    color: var(--white);
    background:
        radial-gradient(circle at 35% 23%, rgba(255,255,255,.45), transparent 24%),
        linear-gradient(145deg, #0b1828 0%, #20365c 45%, #7254dc 100%);
    box-shadow:
        inset 0 2px 0 rgba(255,255,255,.35),
        inset 0 -18px 42px rgba(5, 10, 28, .28),
        0 26px 55px rgba(63, 68, 145, .25);
}

.portrait-shell span {
    font-family: "Playfair Display", serif;
    font-size: 4.3rem;
    font-style: italic;
    letter-spacing: -.09em;
    text-shadow: 0 8px 25px rgba(0,0,0,.24);
}

.portrait-shine {
    position: absolute;
    width: 90%;
    height: 27%;
    top: 5%;
    left: 5%;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    filter: blur(7px);
    transform: rotate(-12deg);
}

.profile-card h2 {
    margin: 0;
    font-size: 2rem;
    letter-spacing: -.05em;
}

.profile-card > p {
    margin: 5px 0 22px;
    color: var(--ink-soft);
    font-size: .86rem;
}

.profile-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.profile-tags span,
.tech-list span {
    padding: 7px 10px;
    border: 1px solid rgba(18, 38, 66, .09);
    border-radius: 999px;
    color: #46546a;
    background: rgba(255,255,255,.48);
    font-size: .67rem;
    font-weight: 800;
}

.profile-footer {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    color: #4d5b70;
    font-size: .72rem;
}

.profile-footer a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--white);
    background: var(--navy);
    box-shadow: 0 10px 22px rgba(7,17,31,.17);
}

.orbit {
    position: absolute;
    border: 1px solid rgba(90, 101, 164, .14);
    border-radius: 50%;
    z-index: -1;
}

.orbit-one {
    width: 540px;
    height: 540px;
    animation: spin 25s linear infinite;
}

.orbit-two {
    width: 390px;
    height: 390px;
    border-style: dashed;
    animation: spinReverse 18s linear infinite;
}

.orbit::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 18%;
    right: 6%;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--cyan), var(--violet));
    box-shadow: 0 0 24px rgba(104, 115, 255, .7);
}

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

.floating-note {
    position: absolute;
    min-width: 184px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 18px;
    z-index: 4;
}

.note-one {
    top: 20%;
    right: -5%;
    animation: float 5s ease-in-out infinite;
}

.note-two {
    bottom: 17%;
    left: -4%;
    animation: float 5.6s ease-in-out .5s infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(1deg); }
    50% { transform: translateY(-12px) rotate(-1deg); }
}

.note-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--white);
    background: linear-gradient(145deg, var(--navy), var(--violet));
    font-size: .7rem;
    font-weight: 800;
}

.floating-note div {
    display: grid;
    line-height: 1.2;
}

.floating-note strong {
    font-size: .78rem;
}

.floating-note small {
    margin-top: 4px;
    color: var(--ink-soft);
    font-size: .66rem;
}

/* Marquee */
.marquee-section {
    overflow: hidden;
    border-block: 1px solid rgba(17, 36, 61, .08);
    background: rgba(255,255,255,.46);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.marquee {
    overflow: hidden;
}

.marquee-track {
    width: max-content;
    padding: 18px 0;
    display: flex;
    align-items: center;
    gap: 24px;
    animation: marquee 34s linear infinite;
}

.marquee-track span {
    color: #47566c;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.marquee-track i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--blue), var(--violet));
}

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

/* Shared headings */
.section-heading h2,
.journey-sticky h2 {
    margin: 18px 0 0;
    max-width: 850px;
    font-size: clamp(2.5rem, 5vw, 4.85rem);
    line-height: 1.03;
    letter-spacing: -.06em;
}

.section-heading p {
    color: var(--ink-soft);
}

.section-kicker {
    color: #5f6c80;
}

.section-kicker.light {
    color: rgba(255,255,255,.59);
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 110px;
    align-items: start;
}

.about-copy {
    padding-top: 10px;
}

.about-copy p {
    color: var(--ink-soft);
    font-size: 1rem;
}

.about-copy .large-copy {
    margin-top: 0;
    color: #273448;
    font-size: clamp(1.25rem, 2.3vw, 1.75rem);
    line-height: 1.55;
    letter-spacing: -.025em;
}

.large-copy strong {
    color: var(--ink);
}

.signature-row {
    margin-top: 42px;
    padding-top: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid var(--line);
}

.signature {
    color: #253858;
    font-family: "Playfair Display", serif;
    font-size: 2.2rem;
    font-style: italic;
    transform: rotate(-7deg);
}

.signature-row > div:last-child {
    display: grid;
}

.signature-row strong {
    font-size: .86rem;
}

.signature-row span {
    color: var(--ink-soft);
    font-size: .72rem;
}

/* Ventures */
.section-dark {
    color: var(--white);
    background:
        radial-gradient(circle at 82% 15%, rgba(99, 89, 238, .18), transparent 30rem),
        radial-gradient(circle at 8% 75%, rgba(67, 142, 218, .12), transparent 28rem),
        linear-gradient(145deg, #07111f, #0c1829 60%, #0d1b31);
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 90px;
    align-items: end;
}

.split-heading p {
    margin: 0 0 8px;
    color: rgba(255,255,255,.58);
}

.venture-grid {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.venture-card {
    position: relative;
    min-height: 390px;
    padding: 30px;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    transition: transform .35s var(--ease), border-color .35s ease, background .35s ease;
}

.venture-card:hover {
    transform: translateY(-8px);
    border-color: rgba(139, 116, 255, .35);
    background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
}

.venture-card.featured {
    min-height: 470px;
    grid-row: span 2;
    background:
        radial-gradient(circle at 86% 15%, rgba(126, 102, 255, .28), transparent 18rem),
        linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
}

.card-number {
    position: absolute;
    top: 24px;
    right: 28px;
    color: rgba(255,255,255,.16);
    font-family: "Playfair Display", serif;
    font-size: 4.4rem;
    font-style: italic;
    line-height: 1;
}

.venture-content {
    position: relative;
    margin-top: auto;
    z-index: 2;
}

.venture-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.venture-meta span {
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    color: rgba(255,255,255,.66);
    background: rgba(255,255,255,.04);
    font-size: .64rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.venture-card h3 {
    margin: 20px 0 13px;
    font-size: clamp(2.2rem, 4vw, 4.7rem);
    line-height: 1;
    letter-spacing: -.06em;
}

.venture-card:not(.featured) h3 {
    font-size: 2.65rem;
}

.venture-card p {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.61);
    font-size: .89rem;
}

.tech-list {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tech-list span {
    color: rgba(255,255,255,.68);
    border-color: rgba(255,255,255,.09);
    background: rgba(255,255,255,.04);
}

.text-link {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: .82rem;
    font-weight: 800;
}

.text-link svg {
    transition: transform .25s ease;
}

.text-link:hover svg {
    transform: translate(3px, -3px);
}

.venture-orb {
    position: absolute;
    width: 280px;
    height: 280px;
    top: 55px;
    right: -55px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow:
        inset 22px 24px 55px rgba(255,255,255,.07),
        inset -30px -30px 60px rgba(0,0,0,.18),
        0 20px 55px rgba(60, 43, 157, .25);
}

.venture-orb::before {
    content: "";
    position: absolute;
    inset: 20%;
    border: 1px dashed rgba(255,255,255,.13);
    border-radius: inherit;
}

.venture-orb::after {
    content: "C";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.14);
    font-family: "Playfair Display", serif;
    font-size: 7rem;
    font-style: italic;
}

/* Expertise */
.centered {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}

.centered h2 {
    margin-inline: auto;
}

.centered p {
    max-width: 650px;
    margin: 22px auto 0;
}

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

.expertise-card {
    min-height: 265px;
    padding: 28px;
    border: 1px solid rgba(14, 32, 55, .09);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.42));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.92),
        0 18px 50px rgba(14, 34, 66, .065);
    transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease;
}

.expertise-card:hover {
    transform: translateY(-7px);
    border-color: rgba(97, 93, 222, .22);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.96),
        0 26px 64px rgba(32, 46, 102, .11);
}

.expertise-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 14px;
    color: var(--white);
    background: linear-gradient(145deg, #0c1928, #314c78 52%, #7b5ee4);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.3),
        0 12px 25px rgba(52, 68, 130, .2);
    font-size: .7rem;
    font-weight: 800;
}

.expertise-card h3 {
    margin: 26px 0 12px;
    font-size: 1.15rem;
    line-height: 1.35;
    letter-spacing: -.025em;
}

.expertise-card p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .84rem;
}

/* Journey */
.journey-section {
    padding-top: 50px;
}

.journey-grid {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: 110px;
    align-items: start;
}

.journey-sticky {
    position: sticky;
    top: 135px;
}

.journey-sticky p {
    max-width: 480px;
    margin-top: 24px;
    color: var(--ink-soft);
}

.timeline {
    position: relative;
    padding-left: 42px;
}

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

.timeline-item {
    position: relative;
    padding: 0 0 66px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-dot {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 6px;
    left: -42px;
    border: 3px solid var(--bg);
    border-radius: 50%;
    background: linear-gradient(145deg, var(--blue), var(--violet));
    box-shadow: 0 0 0 5px rgba(98, 98, 230, .12);
}

.timeline-item small {
    color: var(--violet);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.timeline-item h3 {
    margin: 10px 0 12px;
    font-size: 1.55rem;
    letter-spacing: -.035em;
}

.timeline-item p {
    max-width: 650px;
    margin: 0;
    color: var(--ink-soft);
}

/* Contact */
.contact-section {
    padding-top: 70px;
}

.contact-card {
    position: relative;
    min-height: 420px;
    padding: 66px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 70px;
    align-items: end;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 38px;
    color: var(--white);
    background:
        radial-gradient(circle at 80% 18%, rgba(119, 91, 239, .34), transparent 22rem),
        linear-gradient(145deg, #07111f, #0c1c33 66%, #17274a);
    box-shadow: 0 35px 90px rgba(10, 25, 50, .2);
}

.contact-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    right: -130px;
    bottom: -180px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow:
        inset 20px 20px 60px rgba(255,255,255,.08),
        0 0 80px rgba(102, 83, 232, .24);
}

.contact-copy,
.contact-actions {
    position: relative;
    z-index: 2;
}

.contact-copy h2 {
    margin: 18px 0;
    max-width: 760px;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -.06em;
}

.contact-copy p {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.6);
}

.contact-actions {
    display: grid;
    justify-items: start;
    gap: 26px;
}

.button-light {
    color: var(--navy);
    background: var(--white);
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.social-links a {
    color: rgba(255,255,255,.66);
    font-size: .76rem;
    font-weight: 800;
}

.social-links a:hover {
    color: var(--white);
}

.site-footer {
    padding: 28px 0 40px;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: var(--ink-soft);
}

.footer-row > div {
    display: grid;
}

.footer-row strong {
    color: var(--ink);
    font-size: .84rem;
}

.footer-row span,
.footer-row p {
    margin: 0;
    font-size: .7rem;
}

/* Scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity .8s var(--ease),
        transform .8s var(--ease);
    transition-delay: var(--delay, 0ms);
}

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

/* Responsive */
@media (max-width: 1080px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        text-align: center;
    }

    .hero h1,
    .hero-lead,
    .trust-strip {
        margin-inline: auto;
    }

    .hero-actions,
    .eyebrow {
        justify-content: center;
    }

    .hero-visual {
        min-height: 580px;
    }

    .about-grid,
    .journey-grid {
        gap: 70px;
    }

    .expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 840px) {
    .section {
        padding: 92px 0;
    }

    .menu-toggle {
        display: block;
        position: relative;
        z-index: 102;
    }

    .main-nav {
        position: fixed;
        inset: 0;
        padding: 120px 28px 40px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 10px;
        background: rgba(244,247,251,.96);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        transform: translateX(105%);
        transition: transform .35s var(--ease);
        z-index: 101;
    }

    .main-nav.open {
        transform: translateX(0);
    }

    .main-nav a {
        padding: 16px 8px;
        border-bottom: 1px solid var(--line);
        font-size: 1.05rem;
    }

    .main-nav .nav-cta {
        margin-top: 14px;
        text-align: center;
        border: 0;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .hero {
        min-height: auto;
        padding-top: 130px;
    }

    .hero h1 {
        font-size: clamp(3.2rem, 13vw, 5.6rem);
    }

    .about-grid,
    .journey-grid,
    .split-heading {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .journey-sticky {
        position: static;
    }

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

    .venture-card.featured {
        grid-row: auto;
    }

    .contact-card {
        padding: 48px 34px;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .nav-wrap {
        min-height: 74px;
    }

    .brand-copy small {
        display: none;
    }

    .section {
        padding: 78px 0;
    }

    .hero {
        padding-top: 112px;
    }

    .hero h1 {
        margin-top: 19px;
        letter-spacing: -.065em;
    }

    .hero-lead {
        font-size: .94rem;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .button {
        width: 100%;
    }

    .trust-strip {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .trust-strip div {
        padding: 10px 0;
        border-bottom: 1px solid var(--line);
    }

    .hero-visual {
        min-height: 500px;
    }

    .profile-card {
        width: calc(100% - 18px);
        padding: 22px;
    }

    .portrait-shell {
        width: 150px;
        margin-top: 34px;
    }

    .portrait-shell span {
        font-size: 3.5rem;
    }

    .floating-note {
        min-width: 156px;
        padding: 11px 12px;
    }

    .note-one {
        top: 14%;
        right: -3%;
    }

    .note-two {
        bottom: 12%;
        left: -3%;
    }

    .orbit-one {
        width: 420px;
        height: 420px;
    }

    .orbit-two {
        width: 300px;
        height: 300px;
    }

    .section-heading h2,
    .journey-sticky h2 {
        font-size: clamp(2.35rem, 12vw, 3.6rem);
    }

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

    .venture-card,
    .venture-card.featured {
        min-height: 390px;
        padding: 24px;
    }

    .venture-orb {
        width: 210px;
        height: 210px;
        top: 52px;
    }

    .contact-card {
        min-height: 520px;
        padding: 38px 24px;
        border-radius: 28px;
    }

    .contact-copy h2 {
        font-size: clamp(2.35rem, 12vw, 3.8rem);
    }

    .footer-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

    .reveal {
        opacity: 1;
        transform: none;
    }
}

.about-story-link {
    width: auto;
    margin-top: 24px;
}
