/** ROOT VARIABLES **/
:root {
    --brand: #d9a39c;
    --white: #ffffff;
    --title-color: #b68c74;
    --text-color: #7B4F43;
    --font-title: 'Caudex', uppercase;
    --colored-section: #dec3b1;
}

/** GLOBAL STYLES **/
* {
    box-sizing: border-box
}

html,
body {
    margin: 0
}

body {
    font: 16px/1.6 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--text-color);
}

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

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1rem
}

/** TOPBAR SECTION **/
.topbar {
    background: #b2b6bd;
    color: var(--white);
    font-size: .875rem;
    padding-block: 0.75rem;
    font-size: 0.95rem;
    font-weight: bolder;

}

.topbar .crp {
    order: 0;
}

.topbar .phone {
    order: 1;
}

.topbar .topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
}

.topbar .crp,
.topbar .phone,
.topbar .phone a {
    color: var(--white);
}

.topbar .phone {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.wa-icon {
    display: inline-flex;
    line-height: 0;
    color: var(--white);
}

header {
    position: sticky;
    top: 0;
    background: transparent;
    z-index: 40;
    border-bottom: none;
    width: 100%;
}

.nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .85rem 2rem;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    z-index: 0;
}

.nav::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 100%;
    background: var(--brand);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    z-index: -1;
}

.brand img {
    display: block;
    height: 60px;
    width: auto;
}

.menu {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    margin-left: auto;
    padding-right: 1rem;
}

/** NAVIGATION SECTION **/
.menu a {
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #835b50;
    font-weight: bolder;
    padding: 0.5rem;
    position: relative;
}

.menu a:hover {
    color: #9e6354;
}


@media (max-width: 980px) {
    header {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--brand);
    }

    .nav {
        padding: 0.5rem;
        border-radius: 0;
    }

    .nav::before {
        display: none;
    }

    .brand {
        display: none;
    }

    .menu {
        width: 100%;
        justify-content: space-around;
        margin: 0;
        padding: 0.5rem 1rem;
        gap: 0;
    }

    .menu a {
        font-size: 0.75rem;
        text-align: center;
        padding: 0.5rem 0;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
    }

    .menu a::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        margin-bottom: 0.25rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.8;
    }

    .menu a[href="#quem-sou"]::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23835b50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
    }

    .menu a[href="#onde-atendemos"]::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23835b50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    }

    .menu a[href="#servicos"]::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23835b50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E");
    }

    .menu a[href="#contato"]::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23835b50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    }
}


@media (max-width: 980px) {
    body {
        padding-bottom: 70px;
    }

    .footer {
        margin-bottom: 70px;
    }
}

/** HOME SECTION **/
.home {
    min-height: 60vh;
    display: grid;
    place-items: center;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.home::before,
.home::after {
    content: "";
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    width: 60%;
    height: auto;
    aspect-ratio: 1/1;
    background: url("../imgs/logo_cinza.png") no-repeat center center;
    background-size: contain;
    opacity: 0.3;
    pointer-events: none;
}

.home::before {
    left: -29%;
	transform: translateY(-46%);
	background: url("../imgs/logo.png") no-repeat center center;
}

.home::after {
    right: -30%;
}

.home .container {
    text-align: center;
    max-width: 1000px;
}


.headline-home {
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    font-family: var(--font-title);
    color: var(--brand);
    text-align: center;
}

.headline-home span {
    display: block;
    font-size: clamp(1.5rem, 4vw, 3.2rem);
}


.text-content-home {
    font-size: clamp(0rem, 2.2vw, 1.225rem);
    line-height: 1.7;
    margin: 0 auto;
    max-width: 100ch;
}


@media (max-width: 768px) {
    .home {
        padding: 4rem 1.5rem;
    }

    .home::before,
    .home::after {
        width: 80%;
        opacity: 0.2;
    }

    .headline-home span {
        font-size: clamp(2rem, 6vw, 3.2rem);
        margin-bottom: 0.5rem;
    }

    .text-content-home {
        font-size: clamp(1rem, 3vw, 1.375rem);
        max-width: 600px;
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .home {
        padding: 3rem 1rem;
    }

    .home::before,
    .home::after {
        width: 90%;
        opacity: 0.15;
    }

    .headline-home {
        margin-bottom: 1.25rem;
    }

    .headline-home span {
        font-size: clamp(1.75rem, 7vw, 2.5rem);
    }

    .text-content-home {
        font-size: 1.125rem;
        line-height: 1.6;
        padding: 0;
    }
}

/** HERO SECTION **/
.hero .container {
    max-width: clamp(1120px, 90vw, 1800px);
}

.hero {
    background: var(--colored-section);
    padding: 4rem 0;
    width: 100%;
}

.hero .card {
    background: var(--white);
    overflow: hidden;
    display: grid;
    grid-template-columns: 7fr 3fr;
    min-height: 560px;
    border: 0;
    padding: 0;
    border-radius: 10px;

}

.hero .content {
    padding: 56px 56px 28px 56px;
}

.hero .lead,
.hero ul,
.hero ul li {
    font-size: clamp(1rem, 1.6vw, 1.1rem);
    line-height: 1.75;
}

.hero .headline {
    margin: 0 0 8px 0;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: .4px;
    color: var(--title-color);
    font-family: var(--font-title);
    font-weight: 300;
    font-style: normal;
}

.hero .subtitle {
    margin: 15px 0 28px 0;
    font-size: 25px;
    font-weight: 200;
    gap: 1rem;
    color: var(--title-color);
}

.hero .lead {
    margin: 0 0 28px 0;
}

.hero h2 {
    margin: 28px 0 8px 0;
    font-size: 20px;
}

.hero ul {
    margin: 8px 0 0 0;
    padding-left: 22px;
}

.hero .visual {
    position: relative;
    background: var(--colored-section);
    overflow: hidden;
}

.hero .visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 1000px;
}


.hero .social {
    display: flex;
    align-items: center;
    gap: 28px;
    color: var(--title-color);
    margin-top: 28px;
    flex-wrap: wrap;
}

.hero .social a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    font-size: 14px;
    opacity: .95;
}

.hero .footer-spacer {
    height: 18px;
}

.social {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.social a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    font-size: 14px;
    opacity: .95;
}

.social svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

@media (max-width: 980px) {
    .hero .container {
        padding: 0 1rem;
    }

    .hero .card {
        grid-template-columns: 1fr;
        margin: 0 1rem;
    }

    .hero .visual {
        height: 360px;
        order: -1;
    }

    .hero .visual img {
        border-radius: 10px 10px 0 0;
        position: relative;
        border-bottom-right-radius: 0;
    }

    .hero .content {
        padding: 2rem 1.5rem;
    }

    .hero .headline {
        font-size: clamp(2rem, 8vw, 2.5rem);
        text-align: center;
    }

    .hero .subtitle {
        font-size: clamp(1rem, 5vw, 1.125rem);
        text-align: center;
    }

    .hero .social {
        justify-content: center;
        gap: 1.5rem;
    }

    .hero .social a {
        font-size: 0.875rem;
    }

    .hero h2 {
        font-size: clamp(1.125rem, 4vw, 1.25rem);
    }

    .hero .lead,
    .hero ul,
    .hero ul li {
        font-size: clamp(0.875rem, 3vw, 1rem);
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 2rem 0;
    }

    .hero .content {
        padding: 1.5rem 1rem;
    }

    .hero .social {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

/** ONDE ATENDEMOS SECTION **/
.onde-atendemos {
    padding: 6rem 0;
}

.onde-atendemos .container {
    max-width: clamp(1120px, 90vw, 1800px);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.oa-grid {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 2.5rem;
    align-items: center;
    max-width: 1120px;
    margin: 0 auto;
}

.oa-title {
    font-family: var(--font-title);
    color: var(--title-color);
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.5;
    margin: 0 0 1rem;
}

/* Buttons */
.oa-ctas {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    padding-top: 60px;
}

.oa-btn {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem 1.2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .08);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.oa-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 22px rgba(0, 0, 0, .10);
}

.oa-btn:active {
    transform: translateY(0);
    box-shadow: 0 8px 14px rgba(0, 0, 0, .08);
}

.oa-icon {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--text-color);
}

.oa-btn-how {
    background-color: var(--brand);
}

.oa-btn-book {
    background-color: #B6B9A4;
    color: #727561;
}

.oa-btn-book .oa-icon{
    color: #727561;
}

.oa-right img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

@media (max-width: 980px) {
    .oa-grid {
        grid-template-columns: 1fr;
    }

    .oa-right {
        order: -1;
    }
}

/** SERVICOS SECTION **/
.servicos {
    padding: 1rem 0 6rem 0;
    text-align: center;
}

.container-servico {
    margin: 0 2rem 0 2rem;
}

.servicos-title {
    font-family: var(--font-title);
    color: var(--title-color);
    font-size: clamp(3.5rem, 5vw, 4.5rem);
    margin-bottom: 1rem;
}

.servicos-subtitle {
    color: var(--text-color);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    max-width: 800px;
    margin: 0 auto 3rem auto;
    line-height: 1.6;
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 2rem;
}

.servico-card {
    background: var(--brand);
    gap: 2rem;
    min-width: 300px;
    padding: 2rem;
    border-radius: 14px;
    text-align: center;
}

.servico-titulo {
    font-family: var(--font-title);
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.servico-card p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.servico-card li {
    list-style: none;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.servico-card ul li::before {
    content: "•";
    color: var(--text-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.servico-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #5a3730;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
}

.servico-link svg {
    color: #5a3730;
}

.servico-link:hover {
    color: var(--white)
}

@media (max-width: 980px) {
    .servicos-grid {
        grid-template-columns: 1fr;
        padding: 2rem 1.25rem;
    }
}

/** CONTATO SECTION **/
.contato {
    background: var(--colored-section);
    padding: 6rem 4rem 6rem 4rem;
}

.contato-title {
    font-family: var(--font-title);
    color: var(--text-color);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.1;
    text-align: center;
    margin: 0 0 .4rem;
}

.contato-sub {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 3rem;
    color: var(--text-color);
    opacity: .85;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
}

.contato-wrapper {
    border-radius: 12px;
    padding: 5rem 6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* Each column */
.contato-col {
    background-color: var(--white);
    text-align: center;
    display: grid;
    place-items: center;
    gap: 1rem;
    color: #6a5246;
    /* icon/text brown */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.contato-center {
    background: var(--brand);
    border-radius: 8px;
    padding: 2.5rem 1.5rem;
    color: var(--white);
}

.contato-icon {
    line-height: 0;
    color: #6a5246;
}

.contato-center .contato-icon {
    color: #6a5246;
}

.contato-info,
.contato-address {
    margin: 0 0 .25rem;
    font-weight: 700;
}

.contato-address {
    line-height: 1.6;
}

.contato-btn {
    display: inline-block;
    padding: .7rem 1.1rem;
    border-radius: 8px;
    background: #fff;
    color: #6a5246;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
    font-weight: 700;
}

.contato-btn:hover {
    transform: translateY(-1px);
}

.contato-btn--ghost {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .25);
}

.contato-col:hover {
    transform: scale(1.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

@media (max-width: 980px) {
    .contato-wrapper {
        grid-template-columns: 1fr;
        padding: 2rem 1.25rem;
    }
}

/** FOOTER SECTION **/
footer {
    background: var(--brand);
    color: #6B4F43;
    text-align: center;
    padding: 3rem 1rem 2rem;
    width: 100%;
}

.footer-logo img {
    width: 200px;
    height: auto;
    margin: 0 auto 1.5rem;
    display: block;
}

.footer-menu {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.footer-menu a {
    color: #6B4F43;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: color .3s ease;
}

.footer-menu a:hover {
    color: #4a2f28;
}

.footer-divider {
    width: 80%;
    height: 1px;
    background: var(--white);
    margin: 0 auto 1.5rem;
}

.footer-copy {
    color: var(--white);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    footer {
        padding: 2rem 1rem 1.5rem;
    }

    .footer-logo img {
        width: 150px;
        margin-bottom: 1rem;
    }

    .footer-menu {
        gap: 1.5rem;
        margin-bottom: 1rem;
    }

    .footer-menu a {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .footer-menu {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-menu a {
        padding: 0.5rem 0;
    }

    .footer-copy {
        font-size: 0.8rem;
        line-height: 1.4;
    }
}

/** RESPONSIVE STYLES **/
@media (max-width: 960px) {
    .menu {
        display: none
    }
}