:root {
    --ink: #171915;
    --paper: #f4f1e9;
    --deep: #e8e3d7;
    --acid: #d9ff43;
    --orange: #ff6b35;
    --muted: #686b62;
    --line: rgba(23, 25, 21, .16);
    --container: min(1180px, calc(100% - 48px))
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Manrope, sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased
}

body.lock {
    overflow: hidden
}

a {
    color: inherit
}

.container {
    width: var(--container);
    margin: auto
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase
}

.eyebrow:before {
    content: "";
    width: 36px;
    height: 2px;
    background: currentColor
}

.display {
    margin: 0;
    font-family: Unbounded, sans-serif;
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .98
}

.header {
    position: absolute;
    z-index: 20;
    inset: 0 0 auto;
    color: #fff
}

.nav {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff30
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-family: Unbounded;
    font-weight: 700;
    letter-spacing: -.04em
}

.logo-mark {
    width: 38px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--acid);
    color: var(--ink);
    font-size: 18px;
    transform: rotate(-35deg)
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 34px
}

.nav-links a {
    font-weight: 600;
    text-decoration: none
}

.nav-links a:not(.cta) {
    opacity: .7;
    transition: .2s
}

.nav-links a:hover {
    opacity: 1
}

.cta {
    padding: 12px 20px;
    border: 1px solid #ffffff66;
    border-radius: 100px
}

.menu {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid #ffffff55;
    border-radius: 50%;
    background: none;
    color: #fff;
    font: inherit
}

.hero {
    min-height: 760px;
    height: 100svh;
    max-height: 980px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 77% 28%, #d9ff4330, transparent 22%), linear-gradient(135deg, #161815, #272b21)
}

.hero:before {
    content: "";
    position: absolute;
    width: min(58vw, 760px);
    aspect-ratio: 1;
    right: -8%;
    top: 10%;
    border: clamp(55px, 8vw, 110px) solid var(--acid);
    border-radius: 50%
}

.hero:after {
    content: "";
    position: absolute;
    width: 55%;
    height: 2px;
    right: -4%;
    top: 48%;
    background: var(--orange);
    transform: rotate(-32deg);
    box-shadow: 0 0 30px #ff6b3566
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: var(--container);
    margin-inline: auto;
    padding-bottom: clamp(54px, 8vh, 92px)
}

.hero-title {
    max-width: 970px;
    font-size: clamp(44px, 7vw, 104px)
}

.hero-title span {
    color: var(--acid)
}

.hero-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-top: 44px
}

.hero-copy {
    max-width: 530px;
    margin: 0;
    color: #ffffffad;
    font-size: 18px
}

.hero-meta {
    text-align: right;
    flex: none
}

.hero-meta strong {
    display: block;
    font: 600 20px Unbounded;
    color: var(--acid)
}

.hero-meta span {
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    opacity: .55
}

.about {
    padding: clamp(92px, 12vw, 170px) 0
}

.about-grid {
    display: grid;
    grid-template-columns:.7fr 1.3fr;
    gap: clamp(50px, 10vw, 150px)
}

.section-title {
    font-size: clamp(42px, 6vw, 78px)
}

.about-copy p {
    margin: 0 0 26px;
    font-size: clamp(20px, 2.2vw, 30px);
    line-height: 1.42;
    letter-spacing: -.025em
}

.about-copy p:last-child {
    color: var(--muted);
    font-size: clamp(17px, 1.6vw, 21px)
}

.fact {
    display: inline-flex;
    margin-top: 18px;
    padding: 12px 17px;
    border-radius: 100px;
    background: var(--ink);
    color: #fff;
    font-size: 13px;
    font-weight: 700
}

.services {
    padding: clamp(88px, 11vw, 150px) 0;
    background: var(--deep)
}

.services-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 58px
}

.services-head > p {
    max-width: 360px;
    margin: 0 0 8px;
    color: var(--muted)
}

.services-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    border-top: 1px solid var(--line)
}

.service {
    position: relative;
    min-height: 240px;
    padding: 32px 70px 36px 0;
    border-bottom: 1px solid var(--line)
}

.service:nth-child(even) {
    padding-left: 40px;
    border-left: 1px solid var(--line)
}

.num {
    color: var(--orange);
    font: 600 12px Unbounded
}

.service h3 {
    margin: 54px 0 0;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.25;
    letter-spacing: -.035em;
    font-weight: 600
}

.service:after {
    content: "↗";
    position: absolute;
    top: 28px;
    right: 26px;
    font-size: 20px;
    opacity: .28
}

.contact {
    padding: clamp(90px, 12vw, 170px) 0 52px;
    background: var(--ink);
    color: #fff
}

.contact-grid {
    display: grid;
    grid-template-columns:1.2fr .8fr;
    gap: 70px;
    align-items: end
}

.contact-title {
    max-width: 760px;
    font-size: clamp(43px, 6.3vw, 88px)
}

.contact-title span {
    color: var(--acid)
}

.phone {
    display: inline-block;
    margin-top: 36px;
    color: var(--acid);
    font: 600 clamp(22px, 3vw, 36px) Unbounded;
    text-decoration: none;
    letter-spacing: -.04em
}

.card {
    padding: 36px;
    border: 1px solid #ffffff2e;
    border-radius: 28px;
    background: #ffffff0a
}

.card h3 {
    margin: 0 0 18px;
    color: var(--acid);
    font-size: 13px;
    letter-spacing: .13em;
    text-transform: uppercase
}

.card p {
    margin: 0;
    color: #ffffffad
}

.card address {
    margin-bottom: 30px;
    font-style: normal;
    font-size: 19px
}

.map {
    display: inline-flex;
    gap: 10px;
    margin-top: 18px;
    font-weight: 700;
    text-underline-offset: 5px
}

.req {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #ffffff1f;
    font-size: 14px
}

.footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 96px;
    padding-top: 28px;
    border-top: 1px solid #ffffff24;
    color: #ffffff73;
    font-size: 13px
}

.top {
    color: #fff;
    text-decoration: none
}

@media (max-width: 850px) {
    :root {
        --container: min(100% - 32px, 680px)
    }

    .nav {
        min-height: 78px
    }

    .menu {
        display: grid;
        place-items: center;
        position: relative;
        z-index: 2
    }

    .nav-links {
        display: none;
        position: fixed;
        inset: 0;
        padding: 130px 24px 40px;
        background: var(--ink);
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        font: 500 30px Unbounded
    }

    .nav-links.open {
        display: flex
    }

    .nav-links .cta {
        font: 600 16px Manrope
    }

    .hero {
        min-height: 720px
    }

    .hero:before {
        width: 84vw;
        right: -36%;
        top: 19%
    }

    .hero-bottom {
        align-items: flex-start;
        flex-direction: column
    }

    .hero-meta {
        text-align: left
    }

    .about-grid, .contact-grid {
        grid-template-columns:1fr
    }

    .about-grid {
        gap: 42px
    }

    .services-head {
        align-items: flex-start;
        flex-direction: column
    }

    .contact-grid {
        gap: 58px
    }
}

@media (max-width: 620px) {
    :root {
        --container: calc(100% - 28px)
    }

    .logo {
        font-size: 15px
    }

    .logo-mark {
        width: 34px
    }

    .hero {
        min-height: 690px
    }

    .hero-title {
        font-size: clamp(38px, 12vw, 58px)
    }

    .hero-copy {
        font-size: 16px
    }

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

    .service, .service:nth-child(even) {
        min-height: auto;
        padding: 25px 45px 29px 0;
        border-left: 0
    }

    .service h3 {
        margin-top: 30px;
        font-size: 20px
    }

    .service:after {
        right: 4px
    }

    .card {
        padding: 26px
    }

    .footer {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 70px
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }
}


.map-frame {
    height: clamp(320px, 42vw, 500px);
    margin-top: 72px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 28px;
    background: #242720;
}

.map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 620px) {
    .map-frame {
        height: 360px;
        margin-top: 48px;
        border-radius: 22px;
    }
}


@media (max-width: 620px) {
    .hero-inner {
        width: calc(100% - 28px);
        margin-bottom: 18px;
        padding: 26px 22px 28px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 24px;
        background: rgba(18, 20, 17, .78);
        box-shadow: 0 20px 60px rgba(0, 0, 0, .22);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }

    .hero .eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
        line-height: 1.5;
    }

    .hero-title {
        line-height: 1.04;
    }

    .hero-bottom {
        gap: 22px;
        margin-top: 28px;
    }

    .hero-copy {
        color: rgba(255, 255, 255, .84);
        line-height: 1.6;
    }
}
