@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --bg: #04070d;
    --bg2: #070b13;
    --panel: #0a0f18;
    --white: #f5f3ef;
    --muted: #a9adb4;
    --orange: #ff4e0e;
    --orange2: #ff7400;
    --cream: #f5f2ed;
    --ink: #101217;
    --line: rgba(255,255,255,.12);
    --body: 'Encode Sans','New Spirit';
    --display: 'New Spirit','New Spirit';
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--white);
    font-family: var(--body);
    line-height: 1.5;
}

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

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

button,
input,
textarea,
select {
    font: inherit;
}

.container {
    width: min(1440px,calc(100% - 80px));
    margin: auto;
}

.skip {
    position: absolute;
    left: -9999px;
}

.skip:focus {
    left: 20px;
    top: 20px;
    background: #fff;
    color: #000;
    padding: 8px 12px;
    z-index: 1000;
}

.header {
    height: 94px;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(4,7,13,.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
}

.logo {
    width: 155px;
}

.navlinks {
    margin-left: auto;
    display: flex;
    gap: 54px;
    align-items: center;
    font-size: .77rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.navlinks a {
    opacity: .92;
    transition: .2s;
}

.navlinks a:hover,
.navlinks a.active {
    color: var(--orange);
}

.navcta {
    margin-left: 60px;
    border: 2px solid var(--orange);
    color: var(--orange);
    padding: 14px 30px;
    border-radius: 100px;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: .2s;
}

.navcta:hover {
    background: var(--orange);
    color: white;
}

.menu {
    display: none;
    background: none;
    border: 0;
    color: white;
    font-size: 26px;
}

.hero {
    position: relative;
    min-height: 610px;
    background: radial-gradient(circle at 35% 45%,rgba(0,37,82,.38),transparent 36%),linear-gradient(90deg,#04070d 0%,#050912 45%,#0d0810 100%);
    overflow: hidden;
}

.hero .container {
    min-height: 610px;
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    align-items: center;
    gap: 25px;
}

.hero-copy {
    position: relative;
    z-index: 3;
    padding-left: 38px;
}

.kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--orange);
    text-transform: uppercase;
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .06em;
}

.kicker:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--orange);
}

.hero h1 {
    font-family: var(--body);
    font-size: clamp(4.4rem,6.6vw,7rem);
    line-height: .88;
    letter-spacing: -.055em;
    margin: 18px 0 20px;
    font-weight: 800;
    max-width: 800px;
}

.hero h1 em {
    font-family: var(--display);
    font-style: italic;
    font-weight: 700;
    color: var(--orange);
    font-size: 1.08em;
}

.hero p {
    max-width: 525px;
    color: #c8c9cc;
    font-size: 1.05rem;
    margin: 0;
}

.hero-actions {
    display: flex;
    gap: 15px;
    margin-top: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 14px 27px;
    border-radius: 100px;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: .2s;
}

.btn-primary {
    background: linear-gradient(90deg,var(--orange),var(--orange2));
    color: #fff;
    link: http;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-secondary {
    border: 1px solid rgba(255,255,255,.55);
    color: white;
}

.btn-secondary:hover {
    border-color: white;
    background: rgba(255,255,255,.05);
}

.hero-media {
    position: relative;
    height: 100%;
    min-height: 610px;
}

.hero-media:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#050912 0%,transparent 25%,transparent 85%,rgba(4,7,13,.25));
    z-index: 2;
}

.hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.reel-button {
    position: absolute;
    right: 9%;
    top: 43%;
    z-index: 5;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: var(--orange);
    display: grid;
    place-items: center;
    font-size: 24px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.15);
}

.reel-button:before {
    content: 'ASSISTA AO REEL • ASSISTA AO REEL • ';
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-size: .56rem;
    letter-spacing: .19em;
    text-align: center;
    border: 1px dashed rgba(255,255,255,.35);
    padding: 34px;
}

.reel-button:hover {
    transform: scale(1.06);
}

.projects {
    background: #050810;
    padding: 18px 0 22px;
    border-top: 1px solid rgba(255,255,255,.05);
}

.projects-title {
    font-size: .67rem;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 800;
    margin-bottom: 15px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 16px;
}

.project-card {
    min-width: 0;
}

.project-thumb {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    background: #111;
}

.project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s;
}

.project-card:hover .project-thumb img {
    transform: scale(1.04);
}

.project-thumb:after {
    content: '▶';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.65);
    display: grid;
    place-items: center;
    background: rgba(0,0,0,.25);
    font-size: 13px;
}

.project-name {
    font-size: .72rem;
    font-weight: 700;
    margin: 8px 0 0;
    text-transform: uppercase;
}

.project-client {
    font-size: .6rem;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    margin-top: 2px;
}

.about {
    background: var(--cream);
    color: var(--ink);
    padding: 48px 0 55px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1.65fr;
    gap: 55px;
    align-items: start;
}

.about h2 {
    font-size: 3rem;
    line-height: .95;
    letter-spacing: -.045em;
    margin: 0;
    font-weight: 800;
}

.about-copy p {
    margin: 0 0 18px;
    color: #555962;
    font-size: .9rem;
}

.text-link {
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .68rem;
    font-weight: 800;
}

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

.value-icon {
    font-size: 2.5rem;
    color: var(--orange);
    line-height: 1;
}

.value:nth-child(2) .value-icon {
    color: #ff9a00;
}

.value:nth-child(3) .value-icon {
    color: #f22;
}

.value:nth-child(4) .value-icon {
    color: #007d87;
}

.value h3 {
    font-size: .72rem;
    text-transform: uppercase;
    margin: 12px 0 6px;
}

.value p {
    font-size: .76rem;
    color: #666a70;
    margin: 0;
}

.section-dark {
    padding: 90px 0;
    background: var(--bg2);
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: end;
    margin-bottom: 38px;
}

.section-head h2 {
    font-size: 3.8rem;
    letter-spacing: -.04em;
    margin: 0;
    line-height: .95;
}

.section-head p {
    max-width: 520px;
    color: var(--muted);
    margin: 0;
    text-align: left;
}

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

.portfolio-item {
    background: #0a0f18;
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
}

.portfolio-item img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.portfolio-info {
    padding: 20px;
}

.portfolio-info h3 {
    font-size: 1.35rem;
    margin: 0 0 5px;
}

.portfolio-info p {
    margin: 0;
    color: var(--muted);
    font-size: .85rem;
}

.contact-section {
    padding: 90px 0;
    background: #05070c;
}

.contact-box {
    border: 1px solid rgba(255,255,255,.1);
    padding: 48px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 60px;
}

.contact-box h2 {
    font-size: 4rem;
    line-height: .9;
    letter-spacing: -.045em;
    margin: 0 0 20px;
}

.contact-box p {
    color: var(--muted);
    max-width: 430px;
}

.contact-links {
    display: grid;
    gap: 10px;
    margin-top: 25px;
}

.contact-links a {
    color: var(--orange);
}

form {
    display: grid;
    gap: 14px;
}

.field {
    display: grid;
    gap: 6px;
}

label {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #c4c6ca;
}

input,
textarea,
select {
    width: 100%;
    background: #090d15;
    color: white;
    border: 1px solid rgba(255,255,255,.15);
    padding: 13px 14px;
    outline: none;
}

textarea {
    min-height: 145px;
    resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--orange);
}

select option {
    color: #000;
}

.footer {
    padding: 40px 0 25px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: #03050a;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.footer img {
    width: 120px;
}

.footer small {
    color: #6f737a;
}

.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: .6s ease;
}

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

@media (max-width:1100px){
    .container {
        width: min(100% - 40px,1440px);
    }

    .navlinks {
        gap: 26px;
    }

    .navcta {
        margin-left: 20px;
    }

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

    .hero-copy {
        padding-left: 0;
    }

    .hero h1 {
        font-size: 4.7rem;
    }

    .projects-grid {
        grid-template-columns: repeat(3,1fr);
    }

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

    .values {
        grid-column: 1/-1;
    }
}

@media (max-width:820px){
    .header {
        height: 74px;
    }

    .navlinks {
        display: none;
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        background: #050810;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .navlinks.open {
        display: flex;
    }

    .navcta {
        display: none;
    }

    .menu {
        display: block;
        margin-left: auto;
    }

    .hero .container {
        display: block;
        min-height: auto;
        padding: 65px 0 0;
    }

    .hero-copy {
        padding-bottom: 40px;
    }

    .hero h1 {
        font-size: 4rem;
    }

    .hero-media {
        min-height: 390px;
    }

    .projects-grid {
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .project-card {
        min-width: 240px;
    }

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

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

    .section-head {
        display: block;
    }

    .section-head p {
        margin-top: 18px;
    }

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

    .contact-box {
        grid-template-columns: 1fr;
        padding: 32px;
    }

    .contact-box h2 {
        font-size: 3.1rem;
    }
}

@media (max-width:520px){
    .container {
        width: calc(100% - 28px);
    }

    .logo {
        width: 120px;
    }

    .hero h1 {
        font-size: 3.25rem;
    }

    .hero p {
        font-size: .95rem;
    }

    .hero-actions {
        display: grid;
    }

    .btn {
        width: 100%;
    }

    .hero-media {
        min-height: 300px;
    }

    .reel-button {
        width: 70px;
        height: 70px;
    }

    .about h2 {
        font-size: 2.45rem;
    }

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

    .section-head h2 {
        font-size: 3rem;
    }

    .contact-box {
        padding: 24px;
    }

    .footer-row {
        display: block;
    }

    .footer small {
        display: block;
        margin-top: 18px;
    }
}
