* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #031416;
    color: #f7f8f7;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55
}

a {
    color: inherit
}

.site-header {
    height: 92px;
    padding: 0 4.5vw;
    display: flex;
    align-items: center;
    gap: 28px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: transparent
}

.brand {
    display: block;
    margin-right: auto
}

.logo-shell {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    box-shadow: 0 0 28px rgba(123, 255, 20, .16);
    overflow: hidden
}

.logo-shell img {
    width: 70px;
    height: 70px;
    object-fit: contain
}

.site-header nav {
    margin: auto
}

.site-header nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0
}

.site-header nav a {
    text-decoration: none;
    font-size: 14px
}

.site-header nav li:first-child a {
    color: #82ff14;
    border-bottom: 2px solid #82ff14;
    padding-bottom: 13px
}

.socials {
    display: flex;
    gap: 20px;
    font-weight: 800;
    font-size: 20px
}

.socials a {
    text-decoration: none
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #82ff14;
    color: #061315;
    border: 0;
    border-radius: 999px;
    padding: 14px 27px;
    text-decoration: none;
    font-weight: 800
}

.header-cta {
    min-width: 165px
}

.ghost {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d8e0df;
    border-radius: 999px;
    padding: 13px 25px;
    text-decoration: none;
    font-weight: 700
}

.cinematic-hero {
    position: relative;
    min-height: 790px;
    overflow: hidden;
    padding: 145px 4.5vw 90px;
    display: grid;
    grid-template-columns: minmax(460px, 38%) 1fr minmax(250px, 22%);
    align-items: center
}

.hero-photo-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 34%;
    z-index: 0;
    filter: saturate(.9) contrast(1.03)
}

.cinematic-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(transparent, #031416);
    z-index: 1
}

.hero-left,
.hero-right {
    position: relative;
    z-index: 3
}

.eyebrow,
.section-kicker {
    color: #82ff14;
    font-weight: 700;
    letter-spacing: .02em
}

.eyebrow span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #82ff14;
    margin-right: 10px
}

.hero-left h1 {
    font-size: clamp(72px, 7vw, 116px);
    line-height: .78;
    letter-spacing: -.055em;
    margin: 18px 0 22px
}

.hero-left h1 em {
    font-style: normal;
    color: #82ff14
}

.hero-left h2 {
    font-size: 19px;
    margin: 0 0 18px;
    max-width: 590px
}

.intro {
    font-size: 18px;
    max-width: 510px;
    color: #edf2f1
}

.hero-actions {
    display: flex;
    gap: 18px;
    margin: 28px 0 38px
}

.hero-stats {
    display: flex
}

.hero-stats>div {
    min-width: 145px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, .14)
}

.hero-stats>div:last-child {
    border: 0
}

.hero-stats strong {
    display: block;
    font-size: 31px
}

.hero-stats small {
    display: block;
    font-size: 12px
}

.scroll-down {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    margin-top: 42px;
    font-size: 11px;
    text-decoration: none;
    color: #d0d8d7
}

.scroll-down span {
    width: 34px;
    height: 46px;
    border: 1px solid white;
    border-radius: 18px;
    display: grid;
    place-items: center
}

.hero-right {
    align-self: center;
    padding-left: 15px
}

.quote-mark {
    font-size: 92px;
    line-height: .55;
    color: #82ff14;
    font-weight: 900
}

.hero-right blockquote {
    font-size: 25px;
    line-height: 1.42;
    margin: 25px 0 12px;
    padding: 0;
    border: 0;
    background: none
}

.quote-name {
    font-size: 15px
}

.quote-name:before {
    content: "";
    display: inline-block;
    width: 28px;
    border-top: 2px solid #82ff14;
    margin: 0 10px 4px 0
}

.keywords {
    margin-top: 70px;
    margin-left: auto;
    width: 110px;
    font-size: 12px;
    line-height: 1.8
}

.location {
    margin-top: 70px;
    margin-left: auto;
    width: 125px;
    font-size: 13px
}

.location b {
    color: #82ff14;
    font-size: 22px
}

.location span {
    padding-left: 25px
}

.circuit-line {
    position: absolute;
    z-index: 2;
    border: 2px solid #82ff14;
    border-left: 0;
    border-radius: 0 0 70px 0;
    right: 0;
    top: 0;
    width: 150px;
    height: 630px;
    opacity: .9
}

.skills-panel {
    position: relative;
    z-index: 5;
    margin-top: -55px;
    padding: 30px 4.5vw 42px;
    background: linear-gradient(180deg, #052024, #031719);
    border-top: 1px solid #244348;
    border-radius: 42px 42px 0 0
}

.section-top {
    display: flex;
    justify-content: space-between;
    align-items: end
}

.section-top h2 {
    font-size: 34px;
    margin: 0
}

.section-top p {
    margin: 0 0 3px
}

.section-top>a {
    text-decoration: none;
    font-size: 13px
}

.skill-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px
}

.skill-grid article {
    min-height: 125px;
    border: 1px solid #315055;
    border-radius: 16px;
    padding: 20px;
    display: grid;
    grid-template-columns: 62px 1fr 28px;
    align-items: center;
    background: rgba(2, 18, 20, .6)
}

.skill-icon {
    font-size: 42px;
    color: #82ff14;
    font-weight: 900
}

.skill-grid h3 {
    font-size: 16px;
    margin: 0 0 7px
}

.skill-grid p {
    font-size: 13px;
    color: #c1cdcc;
    margin: 0
}

.skill-grid article>a {
    width: 29px;
    height: 29px;
    border: 1px solid #82ff14;
    color: #82ff14;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none
}

.page {
    max-width: 1400px;
    margin: auto;
    padding: 120px 6vw 80px
}

.page h1 {
    font-size: 64px
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.cards article,
.posts article,
.form {
    background: #0a2023;
    border: 1px solid #355055;
    border-radius: 16px;
    padding: 27px
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px
}

.about {
    width: 100%;
    border-radius: 28px
}

.form form {
    display: grid;
    gap: 16px
}

.form input,
.form textarea {
    display: block;
    width: 100%;
    margin-top: 7px;
    padding: 13px;
    border: 1px solid #355055;
    border-radius: 9px;
    background: #10292c;
    color: white
}

.posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

footer {
    padding: 40px 6vw;
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #1b383b;
    background: #031416
}

footer .logo {
    width: 52px
}

footer span:last-child {
    margin-left: auto
}

@media(max-width:1050px) {

    .site-header nav,
    .socials {
        display: none
    }

    .header-cta {
        margin-left: auto
    }

    .cinematic-hero {
        grid-template-columns: 1fr;
        padding-top: 130px;
        min-height: 900px
    }

    .hero-photo-bg {
        background-position: 60% center
    }

    .hero-left {
        max-width: 620px
    }

    .hero-right {
        display: none
    }

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

@media(max-width:650px) {
    .logo-shell {
        width: 58px;
        height: 58px
    }

    .logo-shell img {
        width: 54px;
        height: 54px
    }

    .site-header {
        height: 76px
    }

    .header-cta {
        min-width: auto;
        padding: 10px 16px;
        font-size: 12px
    }

    .cinematic-hero {
        padding: 105px 22px 80px;
        min-height: 860px;
        align-items: end
    }

    .hero-photo-bg {
        background-position: 60% top
    }

    .cinematic-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(3, 20, 22, .08) 15%, rgba(3, 20, 22, .86) 55%, #031416 92%);
        z-index: 1
    }

    .hero-left h1 {
        font-size: 64px
    }

    .hero-left h2 {
        font-size: 15px
    }

    .intro {
        font-size: 15px
    }

    .hero-actions {
        flex-wrap: wrap
    }

    .hero-stats>div {
        min-width: 0;
        flex: 1;
        margin-right: 12px;
        padding-right: 12px
    }

    .hero-stats strong {
        font-size: 24px
    }

    .scroll-down {
        display: none
    }

    .skills-panel {
        margin-top: -30px;
        padding: 28px 22px
    }

    .section-top>a {
        display: none
    }

    .skill-grid {
        grid-template-columns: 1fr
    }

    .two,
    .cards,
    .posts {
        grid-template-columns: 1fr
    }
}