:root {
    --bg: #101010;
    --text: #f8f6f4;
    --muted: #a7a7b5;
    --dim: #6b6b7e;
    --line: rgba(255, 255, 255, .09);
    --grad: linear-gradient(135deg, #f7a35d 0%, #fc8e51 35%, #e26bf4 70%, #c45eff 100%)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: radial-gradient(ellipse at 28% 20%, #201d19 0, #17171c 38%, #101010 75%);
    color: var(--text);
    font: 15px 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden
}

.container {
    width: min(1120px, calc(100% - 48px));
    margin: auto
}

.page-glow {
    position: fixed;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
    z-index: -1
}

.glow-one {
    top: -250px;
    left: -250px;
    background: rgba(252, 142, 81, .07)
}

.glow-two {
    top: 20%;
    right: -300px;
    background: rgba(196, 94, 255, .07)
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 18px 0;
    background: linear-gradient(#101010d9, transparent);
    backdrop-filter: blur(12px)
}

.nav {
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 12px 0 20px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #ffffff08;
    box-shadow: 0 8px 42px #0005
}

.brand,
.eyebrow,
span {
    background: var(--grad);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.brand {
    font-weight: 800;
    font-size: 18px;
    padding-right: 18px;
    border-right: 1px solid var(--line);
    text-decoration: none
}

.nav-links {
    display: flex;
    gap: 4px;
    justify-content: center;
    flex: 1
}

.nav a {
    color: #c5c4cd;
    text-decoration: none
}

.nav-links a {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px
}

.nav-links a:hover,
.nav-links .active {
    color: var(--text);
    background: #ffffff0d
}

.nav-cta,
.button {
    padding: 10px 18px;
    border: 1px solid #ffffff44;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600
}

.menu-toggle {
    display: none
}

.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    min-height: 720px;
    padding: 70px 0
}

.eyebrow {
    margin: 0 0 18px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em
}

.eyebrow:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 0 10px 4px 0;
    background: #fc8e51
}

.centered:before {
    display: none
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1 {
    font-size: clamp(44px, 5.3vw, 72px);
    line-height: 1.06;
    letter-spacing: -.055em;
    margin-bottom: 24px
}

h1 span,
h2 span {
    background: var(--grad);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.lead {
    max-width: 500px;
    color: #b8bbc6;
    line-height: 1.75;
    font-size: 16px
}

.actions {
    display: flex;
    gap: 14px;
    margin: 34px 0
}

.button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    height: 54px;
    color: var(--text);
    border-radius: 17px
}

.primary {
    border: 0;
    background: var(--grad);
    box-shadow: 0 12px 35px rgba(252, 142, 81, .23)
}

.secondary:hover,
.nav-cta:hover {
    background: #ffffff10
}

.socials {
    display: flex;
    gap: 10px
}

.socials a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: #b8bbc6;
    text-decoration: none;
    font-weight: 700
}

.portrait-wrap {
    position: relative;
    height: 550px
}

.portrait {
    position: absolute;
    inset: 55px 45px 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ffffff20;
    background: radial-gradient(circle, rgba(252, 142, 81, .25), rgba(196, 94, 255, .12), transparent 70%);
    box-shadow: 0 0 80px rgba(252, 142, 81, .18)
}

.portrait img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom
}

.orbit {
    position: absolute;
    border: 1px solid #fc8e5129;
    border-radius: 50%;
    inset: 26px
}

.orbit-sm {
    inset: 48px;
    border-color: #c45eff1c
}

.experience,
.skill,
.location span {
    position: absolute;
    background: #1e1b18e6;
    border: 1px solid #ffffff17;
    box-shadow: 0 8px 35px #0007;
    backdrop-filter: blur(12px)
}

.experience {
    right: -8px;
    top: 25px;
    padding: 14px 17px;
    border-radius: 17px;
    color: #fbbf24
}

.experience strong {
    display: block;
    color: var(--text);
    font-size: 19px
}

.experience small {
    display: block;
    color: #8a8d99;
    font-size: 11px;
    line-height: 1.5
}

.experience em {
    color: #fc8e51;
    font-style: normal
}

.skill {
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    color: #f7a35d
}

.s1 {
    left: -34px;
    top: 130px
}

.s2 {
    right: 10px;
    top: 90px
}

.s3 {
    right: -18px;
    top: 225px
}

.s4 {
    right: 20px;
    bottom: 130px
}

.location {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    white-space: nowrap
}

.location span {
    position: static;
    color: #b8bbc6;
    padding: 9px 13px;
    border-radius: 999px;
    font-size: 11px
}

.section {
    padding: 125px 0
}

.section-head {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 65px
}

.section-head h2 {
    font-size: clamp(36px, 4.4vw, 60px);
    letter-spacing: -.055em;
    line-height: 1.08;
    margin: 0 0 23px
}

.section-head p:last-child {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75
}

.stats,
.services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.glass {
    padding: 27px;
    border: 1px solid var(--line);
    background: #ffffff08;
    border-radius: 26px;
    box-shadow: 0 20px 50px #0004;
    transition: .25s
}

.glass:hover {
    transform: translateY(-5px);
    background: #ffffff0d;
    border-color: #fc8e5144
}

.glass i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #fc8e513b;
    border-radius: 13px;
    color: #f7a35d;
    font-style: normal;
    font-size: 19px
}

.glass b {
    display: block;
    margin: 18px 0 10px;
    font-size: 32px;
    background: var(--grad);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.glass h3 {
    font-size: 15px;
    margin: 20px 0 9px
}

.glass p {
    margin: 0;
    color: var(--dim);
    line-height: 1.55;
    font-size: 12px
}

.projects {
    display: flex;
    flex-direction: column;
    gap: 90px
}

.project {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 54px;
    align-items: center
}

.project.reverse {
    grid-template-columns: .8fr 1.2fr
}

.project.reverse img {
    order: 2
}

.project img {
    width: 100%;
    border-radius: 26px;
    border: 1px solid var(--line);
    background: #ffffff05;
    box-shadow: 0 25px 70px #0007
}

.project span {
    font-size: 11px;
    letter-spacing: .12em;
    font-weight: 700;
    text-transform: uppercase
}

.project h3 {
    font-size: 30px;
    letter-spacing: -.04em;
    margin: 15px 0
}

.project p {
    color: var(--muted);
    line-height: 1.7
}

.project ul {
    padding: 0;
    margin: 21px 0 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.project li {
    list-style: none;
    padding: 7px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #c6c5cf;
    font-size: 11px
}

.services .glass {
    min-height: 225px
}

.footer {
    padding: 30px 0 0;
    border-top: 1px solid var(--line)
}

.contact-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #ffffff08;
    border: 1px solid var(--line);
    border-radius: 27px
}

.contact-card>div {
    padding: 29px 35px;
    border-right: 1px solid var(--line)
}

.contact-card>div:last-child {
    border: 0
}

.contact-card i {
    color: #f7a35d;
    font-style: normal;
    font-size: 20px;
    margin-right: 12px
}

.contact-card b {
    font-size: 14px
}

.contact-card p {
    margin: 9px 0 0 34px;
    color: var(--dim);
    font-size: 12px
}

.footer-bottom {
    min-height: 200px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center
}

.footer-bottom strong {
    display: block;
    font-size: 18px
}

.footer-bottom span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .14em
}

.footer-bottom p {
    color: var(--dim);
    font-size: 12px;
    line-height: 1.6
}

.footer-bottom>p {
    text-align: center
}

.top-link {
    justify-self: end;
    color: #c4c3ce;
    text-decoration: none;
    font-size: 13px
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:850px) {
    .hero {
        grid-template-columns: 1fr;
        padding-top: 55px;
        text-align: center
    }

    .hero-copy {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .portrait-wrap {
        width: min(540px, 100%);
        margin: auto
    }

    .stats,
    .services {
        grid-template-columns: repeat(2, 1fr)
    }

    .project,
    .project.reverse {
        grid-template-columns: 1fr;
        gap: 26px
    }

    .project.reverse img {
        order: 0
    }

    .project div {
        text-align: center
    }

    .project ul {
        justify-content: center
    }

    .section {
        padding: 85px 0
    }
}

@media(max-width:620px) {
    .container {
        width: min(100% - 28px, 1120px)
    }

    .site-header {
        padding: 12px 0
    }

    .nav {
        height: 52px;
        padding: 0 13px
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
        background: none;
        color: var(--text);
        border: 0;
        font-size: 20px
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 63px;
        left: 14px;
        right: 14px;
        padding: 10px;
        flex-direction: column;
        border: 1px solid var(--line);
        background: #19181df5;
        border-radius: 18px
    }

    .nav-links.open {
        display: flex
    }

    .nav-cta {
        display: none
    }

    .hero {
        min-height: auto;
        padding: 50px 0
    }

    .portrait-wrap {
        height: 430px
    }

    .portrait {
        inset: 45px 20px 35px
    }

    .orbit {
        inset: 25px
    }

    .orbit-sm {
        inset: 45px
    }

    .skill {
        display: none
    }

    .experience {
        right: 0;
        top: 18px;
        transform: scale(.85);
        transform-origin: top right
    }

    .location {
        width: 100%;
        justify-content: center;
        gap: 4px
    }

    .location span {
        font-size: 9px;
        padding: 8px
    }

    .actions {
        flex-wrap: wrap;
        justify-content: center
    }

    .section {
        padding: 70px 0
    }

    .section-head {
        margin-bottom: 42px
    }

    .stats,
    .services {
        grid-template-columns: 1fr
    }

    .projects {
        gap: 55px
    }

    .project h3 {
        font-size: 25px
    }

    .contact-card,
    .footer-bottom {
        grid-template-columns: 1fr
    }

    .contact-card>div {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .footer-bottom {
        text-align: center;
        padding: 45px 0;
        gap: 20px
    }

    .top-link {
        justify-self: center
    }
}