:root {
    --brown: #5a2205;
    --card: #491c05;
    --orange: #ff7a0c;
    --accent: #ee602b;
    --white: #f7f7f7;
    --font: 'Motive', 'Arial', sans-serif;
    color-scheme: dark
}

* {
    box-sizing: border-box
}

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

body {
    margin: 0;
    background: var(--brown);
    color: var(--white);
    font-family: var(--font)
}

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

button {
    font: inherit
}

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

h1,
h2,
h3,
h4,
p,
dl,
dd {
    margin: 0
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid white;
    outline-offset: 6px
}

a:hover {
    text-decoration: underline
}

.wrap {
    width: min(1200px, calc(100% - 64px));
    margin-inline: auto
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 59px;
    padding: 18px 30px;
    border-radius: 36px;
    background: var(--orange);
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    transition: background .2s, transform .2s
}

.button:hover {
    background: #d85717;
    text-decoration: none;
    transform: translateY(-2px)
}

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 10;
    padding: 12px;
    background: black;
    transform: translateY(-160%)
}

.skip-link:focus {
    transform: translateY(0)
}

.hero {
    height: 80vh;
    position: relative;
    isolation: isolate;
    background: #160e08 url('assets/imgBackHero2.png') center center/cover no-repeat
}

.hero:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(0deg, var(--brown), transparent 20%)
}

.hero.has-parallax,
.about.has-parallax {
    background-image: none;
}

.parallax-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.parallax-background::before {
    content: '';
    position: absolute;
    inset: calc(-1 * var(--parallax-overscan, 32px)) 0;
    background: var(--parallax-image) center / cover no-repeat;
    transform: translate3d(0, var(--parallax-offset, 0px), 0);
}

.hero .parallax-background {
    --parallax-image: url('assets/imgBackHero2.png');
}

.about .parallax-background {
    --parallax-image: url('assets/imgSessioc22.png');
}

@media (max-width: 760px) {
    .hero .parallax-background::before {
        background-position: 64% center;
    }

    .about .parallax-background::before {
        background-size: auto calc(600px + var(--parallax-overscan, 32px));
        background-position: 32% top;
    }
}

@media (prefers-reduced-motion: reduce) {
    .parallax-background {
        display: none;
    }

    .hero.has-parallax {
        background-image: url('assets/imgBackHero2.png');
    }

    .about.has-parallax {
        background-image: url('assets/imgSessioc22.png');
    }
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 38px;
    gap: 30px
}

.brand {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0
}

.brand span {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.1px
}

.header nav {
    display: flex;
    align-items: center;
    gap: 19px
}

.header nav>a {
    font-size: 14px;
    text-transform: uppercase
}

.header-cta {
    border-radius: 5px;
    min-height: 38px;
    padding: 10px 20px;
    margin-left: 10px
}

.menu-toggle {
    display: none
}

.hero-copy {
    padding-top: 201px
}

.hero h1 {
    max-width: 716px;
    font-size: 58.3px;
    line-height: 1.06;
    letter-spacing: -2.9px;
    text-transform: uppercase;
    font-weight: 700
}

.hero h1 span {
    color: var(--orange)
}

.hero-copy>.button {
    margin-top: 54px;
    min-width: 299px
}

.whatsapp {
    position: absolute;
    bottom: 36px;
    right: max(7%, 24px);
    border-radius: 50%
}

.whatsapp img {
    width: 71px;
    height: 71px
}

.eyebrow {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 8px;
    text-transform: uppercase
}

.numbers {
    height: 424px;
    padding: 85px 32px 0;
    text-align: center
}

.numbers dl {
    max-width: 1270px;
    margin: 24px auto 0;
    border: 1px solid #6d3c00;
    border-radius: 8px;
    min-height: 176px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: left;
    padding: 25px 46px;
    gap: 28px
}

.numbers dt {
    color: var(--orange);
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -2.5px;
    white-space: nowrap
}

.numbers dt span {
    font-size: 36px
}

.numbers dd {
    font-size: 27px
}

.about {
    height: 80vh;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #080704 url('assets/imgSessioc22.png') center/cover no-repeat
}

.about:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .25), transparent 28%, rgba(0, 0, 0, .65) 52%, #000 100%)
}

.about-copy {
    position: relative;
    margin-left: 49%;
    padding-top: 129px;
    width: min(538px, 46%)
}

.about-copy>.eyebrow {
    color: var(--orange);
    margin-bottom: 20px
}

.about h2 {
    font-size: 41.3px;
    line-height: 1.1;
    font-weight: 500;
    max-width: 510px
}

.about h2 span {
    color: var(--orange);
    font-weight: 700
}

.about-copy>p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.5;
    margin: 24px 0 28px
}

.about .button {
    min-width: 234px
}

.about-caption {
    position: absolute;
    left: 7.3%;
    bottom: 40px;
    width: 40%;
    font-size: 23px;
    text-align: center
}

.credential {
    position: absolute;
    left: 10px;
    top: 94px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 13px;
    color: var(--orange)
}

.watermark {
    position: absolute;
    left: 46%;
    top: 80px;
    width: 1180px;
    height: 208px;
    max-width: none;
    pointer-events: none
}

.areas {
    padding: 174px 48px 330px
}

.areas-heading {
    width: min(714px, 100%);
    margin: 0 auto 170px
}

.areas-heading h2 {
    font-size: 50.3px;
    font-weight: 500;
    line-height: 1.15;
    color: var(--accent);
    margin-top: 35px
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 29px;
    max-width: 1344px;
    margin: auto
}

.photo-card {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    background: #21160f
}

.photo-card>img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover
}

.photo-card:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 45%, rgba(0, 0, 0, .9))
}

.photo-card h3 {
    position: absolute;
    z-index: 1;
    bottom: 32px;
    width: 100%;
    text-align: center;
    color: var(--accent);
    font-size: 40px;
    text-transform: uppercase
}

.service {
    min-height: 400px;
    background: var(--card);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 44px;
    color: #e8e8e8
}

.service h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px
}

.service p {
    font-size: 16px;
    line-height: 1.5
}

.service.light {
    background: var(--white);
    color: #606060
}

.service.light h4 {
    color: #555
}

.area-cta {
    text-align: center;
    margin: 74px auto 100px
}

.area-cta p {
    font-size: 34.3px;
    margin-bottom: 30px
}

.area-cta .button {
    background: var(--accent);
    min-width: 476px
}

.practice:last-child .area-cta {
    margin-bottom: 0
}

#precatorios {
    margin-bottom: 29px
}

footer {
    background: #000
}

.footer-content {
    min-height: 340px;
    display: grid;
    grid-template-columns: 113px 1fr 1fr 1.4fr 1.4fr;
    gap: 35px;
    align-content: center;
    font-size: 14px;
    line-height: 1.55
}

.footer-content h2 {
    font-size: 16px;
    margin-bottom: 16px
}

.footer-content a {
    display: block;
    overflow-wrap: anywhere
}

.footer-content nav {
    display: grid;
    gap: 8px
}

.footer-content p+p {
    margin-top: 24px
}

.footer-content span {
    display: block;
    color: #999
}

.office-summary {
    font-size: 12px
}

.footer-content hr {
    border: 0;
    border-top: 1px solid #666;
    margin-top: 24px
}

.footer-bar {
    height: 55px;
    background: var(--accent)
}

@media(min-width:1441px) {
    .hero {
        background-size: cover
    }

    .about {
        background-position: center 43%
    }
}

@media(max-width:1100px) {
    .header nav {
        gap: 12px
    }

    .header nav>a {
        font-size: 12px
    }

    .brand span {
        display: none
    }

    .hero h1 {
        max-width: 58%;
        font-size: 50px
    }

    .numbers dl {
        padding: 25px
    }

    .numbers dt {
        font-size: 46px
    }

    .numbers dt span {
        font-size: 28px
    }

    .numbers dd {
        font-size: 22px
    }

    .about h2 {
        font-size: 34px
    }

    .about-copy {
        padding-top: 100px
    }

    .areas {
        padding-inline: 28px
    }

    .service {
        padding: 30px 24px
    }

    .photo-card h3 {
        font-size: 30px
    }

    .footer-content {
        gap: 24px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .footer-content>div:last-child {
        grid-column: 2/4
    }

    .footer-content {
        padding-block: 60px
    }
}

@media(max-width:760px) {
    .wrap {
        width: calc(100% - 40px)
    }

    .header {
        padding-top: 24px
    }

    .brand span {
        display: block
    }

    .menu-toggle {
        display: block;
        color: white;
        background: #491c05;
        border: 1px solid #b66b40;
        border-radius: 5px;
        padding: 10px 16px
    }

    .header nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 20px;
        right: 20px;
        background: #281207;
        z-index: 5;
        padding: 20px;
        border: 1px solid #7d482d;
        border-radius: 8px
    }

    .header nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    .header nav>a {
        padding: 13px;
        font-size: 15px
    }

    .header-cta {
        margin: 10px 0 0
    }

    .hero {
        background-position: 64% center
    }

    .hero:before {
        background: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .12)), linear-gradient(0deg, var(--brown), transparent 30%)
    }

    .hero-copy {
        padding-top: 240px
    }

    .hero h1 {
        max-width: 440px;
        width: 100%;
        font-size: clamp(35px, 7.4vw, 48px);
        line-height: 1.08;
        letter-spacing: -1.6px
    }

    .hero-copy>.button {
        margin-top: 30px;
        min-width: 0;
        font-size: 12px;
        padding-inline: 24px
    }

    .whatsapp {
        bottom: 22px;
        right: 20px
    }

    .whatsapp img {
        width: 56px;
        height: 56px
    }

    .numbers {
        height: auto;
        padding: 55px 20px 60px
    }

    .eyebrow {
        font-size: 13px;
        letter-spacing: 4px
    }

    .numbers dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
        padding: 25px 20px
    }

    .numbers dt {
        font-size: 38px;
        letter-spacing: -1.5px
    }

    .numbers dt span {
        font-size: 24px
    }

    .numbers dd {
        font-size: 18px
    }

    .about {
        height: auto;
        min-height: 900px;
        background-size: auto 600px;
        background-position: 32% top
    }

    .about:before {
        background: linear-gradient(0deg, #000 43%, transparent 75%)
    }

    .about-copy {
        margin-left: 0;
        padding: 450px 24px 100px;
        width: 100%;
        max-width: none
    }

    .about h2 {
        font-size: 32px;
        max-width: 100%
    }

    .about-copy>p:not(.eyebrow) {
        font-size: 16px
    }

    .about-caption {
        left: 24px;
        bottom: 24px;
        width: calc(100% - 48px);
        font-size: 17px
    }

    .credential {
        top: 30px;
        font-size: 10px
    }

    .watermark {
        display: none
    }

    .areas {
        padding: 85px 20px 110px
    }

    .areas-heading {
        margin-bottom: 55px
    }

    .areas-heading h2 {
        font-size: 36px;
        margin-top: 22px
    }

    .cards {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .photo-card {
        min-height: 340px
    }

    .photo-card h3 {
        font-size: 36px
    }

    .service {
        min-height: 260px;
        padding: 36px 28px
    }

    .service h4 {
        font-size: 22px
    }

    .area-cta {
        margin: 45px auto 65px
    }

    .area-cta p {
        font-size: 27px;
        line-height: 1.25
    }

    .area-cta .button {
        min-width: 0;
        width: 100%;
        max-width: 476px;
        font-size: 12px;
        padding: 18px 20px
    }

    #precatorios {
        margin-bottom: 18px
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-block: 50px
    }

    .footer-content>div:last-child {
        grid-column: auto
    }

    .footer-content h2 {
        margin-bottom: 10px
    }

    .footer-bar {
        height: 28px
    }
}

@media(max-width:630px) {
    .hero {
        height: 110vh;
    }
}

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

    .button {
        transition: none
    }
}
