/* ==========================================================================
   Parallax Starter - Free HTML CSS Template
   
TemplateMo 612 Parallax Starter

https://templatemo.com/tm-612-parallax-starter

   ========================================================================== */

/* --- CSS Variables --- */
:root {
    --font-heading: 'DM Serif Text', serif;
    --font-body: 'DM Sans', sans-serif;
    --nav-height: 100px;
    --brand-base: #C07E62;
    --white: #ffffff;
    --white-90: rgba(255, 255, 255, 0.9);
    --white-70: rgba(255, 255, 255, 0.7);
    --white-40: rgba(255, 255, 255, 0.4);
    --white-20: rgba(255, 255, 255, 0.2);
    --nav-bg: var(--brand-base);
    --nav-bg-scrolled: var(--brand-base);
    --transition-smooth: 0.3s ease;
    --overlay-light: rgba(255, 255, 255, 0.05);
    --overlay-dark: rgba(255, 255, 255, 0.08);
    --overlay-medium: rgba(255, 255, 255, 0.06);
    --overlay-solucoes: rgba(255, 255, 255, 0.10);
    --overlay-nr1: rgba(255, 255, 255, 0.01);
    --overlay-livro: rgba(255, 255, 255, 0.02);
    --overlay-contato: rgba(255, 255, 255, 0.00);
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-weight: 300;
    color: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

/* --- Navigation --- */
#templatemo-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--nav-bg);
    transition: background var(--transition-smooth);
}

#templatemo-nav.scrolled {
    background: var(--nav-bg-scrolled);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height);
}

.nav-logo {
    display: flex;
    align-items: center;
}

.nav-logo img {
    max-height: 70px;
    width: auto;
    display: block;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 35px;
}

.nav-links a {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #E4C1A0;
    transition: color var(--transition-smooth), opacity var(--transition-smooth);
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--white);
}

/* Mobile Toggle */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    transition: all var(--transition-smooth);
}

/* --- Parallax Sections --- */
.parallax-section {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3ede9;
    overflow: hidden;
}

/* Parallax Background Image Layer
   Height is 200% and starts at top: -50% to give
   maximum room for large vertical translations */
.parallax-bg {
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
}

#inicio .parallax-bg {
    background-size: contain;
    background-position: center center;
}

#inicio .wave-layer-inicio {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
}

#inicio #linha-inicio {
    width: auto;
    max-width: none;
    height: 350px;
    display: block;
}

#inicio .section-content {
    z-index: 3;
}

#visao .parallax-bg {
    background-size: contain;
    background-position: center center;
}

#carina .parallax-bg {
    background-size: auto 100%;
    background-position: center center;
}

/* --- Image-based section heights (1920px reference width) --- */
#inicio,
#ode,
#visao,
#solucoes,
#diferenciais,
#nr1,
#livro,
#contato {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    scroll-margin-top: var(--nav-height);
}

#inicio {
    aspect-ratio: 1920 / 870;
    margin-top: var(--nav-height);
}
#ode { aspect-ratio: 1920 / 1280; }
#visao { aspect-ratio: 1920 / 1280; }
#solucoes { aspect-ratio: 1920 / 2276; }
#diferenciais { aspect-ratio: 1920 / 1278; }
#nr1 { aspect-ratio: 1920 / 1181; }
#livro { aspect-ratio: 1920 / 961; }
#contato { aspect-ratio: 1920 / 871; }

#inicio .parallax-bg,
#ode .parallax-bg,
#visao .parallax-bg,
#solucoes .parallax-bg,
#diferenciais .parallax-bg,
#nr1 .parallax-bg,
#livro .parallax-bg,
#contato .parallax-bg {
    top: 0;
    height: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

#inicio .parallax-bg {
    background-size: 100% 100%;
    background-position: top center;
}

#visao .about-cols {
    grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
    column-gap: 120px;
    align-items: start;
    width: 100%;
    max-width: none;
    margin: 0;
    margin-left: 0;
}

#visao .section-content {
    padding-left: 0;
}

#visao .visao-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
    #inicio .section-content.mobile-intro,
    #ode .section-content.mobile-intro {
        opacity: 0;
        transform: translateY(10px);
        transition:
            opacity 0.55s ease-out,
            transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: opacity, transform;
    }

    #inicio .section-content.mobile-intro.is-visible,
    #ode .section-content.mobile-intro.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    #inicio .section-content.mobile-intro > *,
    #ode .section-content.mobile-intro > * {
        opacity: 0;
        transform: translateY(10px);
        transition:
            opacity 0.45s ease-out,
            transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--mobile-intro-delay, 0ms);
        will-change: opacity, transform;
    }

    #inicio .section-content.mobile-intro.is-visible > *,
    #ode .section-content.mobile-intro.is-visible > * {
        opacity: 1;
        transform: translateY(0);
    }

    #ode .section-content.mobile-intro .about-cols > .about-col.about-col-compact {
        opacity: 0;
        transform: translateY(10px);
        transition:
            opacity 0.45s ease-out,
            transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--ode-mobile-col-delay, 0ms);
        will-change: opacity, transform;
    }

    #ode .section-content.mobile-intro.is-visible .about-cols > .about-col.about-col-compact {
        opacity: 1;
        transform: translateY(0);
    }
    margin-left: 0;
}

#visao .visao-left .hero-text {
    max-width: 170px;
    margin-bottom: 0;
    line-height: 0.92;
    font-weight: 700;
}

#visao .visao-left .about-col {
    background: transparent;
    padding: 0;
}

#visao .visao-left .about-col p {
    line-height: 1.48;
    margin-bottom: 14px;
}

#visao .visao-left .about-col > p:last-of-type {
    margin-bottom: 18px;
}

#visao .visao-left .about-col p.visao-lead {
    line-height: 1.2;
}

#visao .visao-left .about-col p.visao-lead .sans {
    font-size: 21px;
}

#visao .visao-left .about-col p.visao-lead .sans b,
#visao .visao-left .about-col p.visao-lead .sans strong {
    font-weight: 700;
}

#visao .visao-left .about-col p.visao-lead .serif {
    font-size: 30px;
}

#visao .visao-left .about-col .sans {
    font-family: var(--font-body);
    font-style: normal;
}

#visao .visao-left .about-col .serif {
    font-family: var(--font-heading);
    font-style: italic;
}

#visao .visao-brand-block {
    background: var(--brand-base);
    border-radius: 25px;
    padding: 22px 24px;
    margin-top: 10px;
}

#visao .visao-brand-block p {
    margin-bottom: 0;
    color: var(--white);
}

#visao .visao-right-spacer {
    min-height: 1px;
    background: transparent;
    padding: 0;
    border: 0;
}

#diferenciais .about-col.about-col-compact {
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#diferenciais .hero-text {
    align-self: flex-end;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    letter-spacing: -2px;
    font-style: italic;
    font-weight: 700;  
    color: #E5C1A1;  
}

#diferenciais .section-content {
    padding-top: 78px;
}

#diferenciais .about-col.about-col-compact > div,
#diferenciais .about-col.about-col-compact > p {
    background: rgba(192, 126, 98, 0.5);
    border-radius: 25px;
    padding: 22px 24px;
    margin-bottom: 0;
    color: var(--white);    
}

#diferenciais .about-col.about-col-compact > div p,
#diferenciais .about-col.about-col-compact > p {
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 0;    
}

#nr1 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#nr1 .parallax-bg {
    top: 0;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#nr1 .section-content {
    max-width: 1920px;
    padding: 0 70px;
    justify-content: center;
    text-align: left;
}

#nr1 .hero-text {
    position: absolute;
    top: 100px;
    left: 70px;
    margin: 0;
    max-width: 320px;
    line-height: 1.05;
    letter-spacing: -2px;
    font-style: italic;
    font-weight: 700;
    color: #1A3A5A;    
}

#nr1 .about-cols {
    width: 100%;
    max-width: none;
    min-height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#nr1 .about-col.about-col-compact {
    width: min(560px, 38.4vw);
    margin-right: 20px;
    background: rgba(228, 193, 160, 0.8);
    border-radius: 25px;
    padding: 34px 36px;
    opacity: 0.9;
}

#nr1 .about-col.about-col-compact p {
    color: #1A3A5A;
    opacity: 1;
    line-height: 1.3;
}

#nr1 .about-col.about-col-compact p.sans,
#nr1 .about-col.about-col-compact p .sans {
    font-family: var(--font-body);
    font-style: normal;
}

#nr1 .about-col.about-col-compact p .serif {
    font-family: var(--font-heading);
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 0.96;
}

#nr1 .about-col.about-col-compact p b,
#nr1 .about-col.about-col-compact p strong {
    font-weight: 700;
}

#nr1 .parallax-overlay.overlay-dark {
    background: var(--overlay-nr1);
}

#livro {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    --livro-left-offset: 800px;
}

#livro .parallax-bg {
    top: 0;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#livro .parallax-overlay {
    background: var(--overlay-livro);
}

#livro .section-content {
    max-width: 1920px;
    padding: 0 70px;
    justify-content: center;
    text-align: left;
}

#livro .hero-text {
    position: absolute;
    top: 130px;
    left: var(--livro-left-offset);
    margin: 0;
    max-width: 360px;
    line-height: 0.9;
    letter-spacing: -2px;
    font-style: italic;
    font-weight: 700;
    text-align: left;
    color: #E4C1A0;
}

#livro .content-block {
    position: absolute;
    top: 270px;
    left: var(--livro-left-offset);
    width: min(320px, 46vw);
    max-width: none;
    margin: 0;
}

#livro .content-block p {
    text-align: left;
    line-height: 1.2;
    color: #E4C1A0;
}

#livro .hero-text b,
#livro .hero-text strong,
#livro .content-block p b,
#livro .content-block p strong {
    font-weight: 700;
}

#contato {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#contato .parallax-bg {
    top: 0;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#contato .parallax-overlay.overlay-medium {
    background: var(--overlay-contato);
}

#contato .section-content {
    max-width: 1920px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 70px;
}

#contato .hero-text {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;    
    line-height: 0.9;
    color: #115B39;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 42px;
}

#contato .hero-text .sans {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    
}

#contato .hero-text .serif {
    font-family: var(--font-heading);
    font-style: italic;
    font-weight: 700;
}

#contato .hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap;
}

#contato .btn-contato-link {
    color: #115B3A;
    opacity: 1;
    background: #9ABBA5;    
    border: 1px solid #9ABBA5;
}

#contato .btn-contato-link:hover {
    background: #89ad96;
    border-color: #89ad96;
    color: #115B3A;
}

/* Light Overlay */
.parallax-overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay-light);
    z-index: 1;
}

.parallax-overlay.overlay-dark {
    background: var(--overlay-dark);
}

.parallax-overlay.overlay-medium {
    background: var(--overlay-medium);
}

#solucoes .parallax-overlay {
    background: var(--overlay-solucoes);
}

#solucoes .hero-text,
#solucoes .services-grid,
#solucoes .services-grid h3,
#solucoes .services-grid p {
    color: #115B39;
}

#solucoes .section-content {
    justify-content: flex-start;
    padding-top: 70px;
}

#solucoes .hero-text {
    align-self: flex-end;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    font-weight: 700;    
    line-height: 0.8;
    letter-spacing: -2px;
    font-style: italic;    
}

#solucoes .services-grid {
    text-align: left;
}

#solucoes .services-grid .service-item {
    text-align: left;
}

#solucoes .services-grid .service-item h3 {
    font-family: var(--font-body);
    letter-spacing: 2px;
}

#solucoes .services-grid .service-item p {
    text-align: left;
    letter-spacing: normal;
    line-height: 1.5;
}

#solucoes .solucoes-hero-left {
    align-self: flex-start;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    color: #1A3A5A;
}

#solucoes .service-item p.caps {
    line-height: 1.45;
    margin-bottom: 0;
}

#solucoes .service-icon {
    color: #115B39;
}

#solucoes .about-col.about-col-compact {
    background: transparent;
    border-radius: 0;
}

#solucoes .solucoes-highlight-cols .about-col.about-col-compact {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 8px;
    align-items: start;
    padding: 8px 0;
}

#solucoes .solucoes-highlight-cols .about-col.about-col-compact > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 28px;
}

#solucoes .solucoes-highlight-cols .about-col.about-col-compact > p {
    color: #1A3A5A;
    margin-bottom: 15px;
    width: 100%;
    line-height: 1.2;
}

#solucoes .solucoes-highlight-cols .about-col.about-col-compact > p b,
#solucoes .solucoes-highlight-cols .about-col.about-col-compact > p strong {
    font-weight: 700;
}

#solucoes svg#setas {
    width: 28px;
    height: auto;
    color: #1A3A5A;
}

#solucoes svg#setas .st0 {
    fill: currentColor;
}

#solucoes .service-icon svg#Camada_1 {
    width: 20%;
    height: auto;
}

#solucoes .service-icon svg#Camada_1 .st0 {
    fill: currentColor;
}

#solucoes .service-icon svg [stroke] {
    stroke: currentColor;
}

#solucoes .service-icon svg [fill]:not([fill="none"]) {
    fill: currentColor;
}

#solucoes .fotos-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 40px;
    margin-bottom: 80px;
}

#solucoes .fotos-col img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Content Layer */
.section-content {
    position: relative;
    z-index: 2;
    max-width: 960px;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 110px 30px 90px;
    text-align: center;
}

/* --- Typography --- */
.section-title {
    font-family: var(--font-heading);
    font-weight: 300;
    font-size: clamp(36px, 6vw, 64px);
    letter-spacing: 8px;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-title {
    font-weight: 400;
    letter-spacing: 12px;
}

.hero-text {
    font-family: var(--font-heading);
    font-weight: 300;
    font-size: clamp(28px, 4vw, 48px);
    letter-spacing: 2px;
    color: var(--white-90);
    text-align: left;
    max-width: 600px;
    line-height: 1.4;
    margin-bottom: 40px;
}

#inicio .hero-text {
    font-size: clamp(16px, 1.9vw, 26px);    
    letter-spacing: 0.5px;
    max-width: 570px;
    line-height: 1.2;
}

#inicio .hero-text .sans {
    font-family: var(--font-body);
}

#inicio .hero-text .serif {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 32px;    
}

#ode .section-content {
    max-width: 1060px;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(120px, 13vw, 150px);
    padding-bottom: 55px;
    transform: translateY(18px);
}

#ode .hero-text {
    color: var(--brand-base);
    font-style: normal;
}

#ode .hero-text-ode .sans {
    color: var(--brand-base);
    font-family: var(--font-body);
    font-style: normal;
}

#ode .hero-text-ode .serif {
    color: var(--brand-base);
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 32px;
}

#ode .section-content .hero-text-ode {
    position: absolute;
    top: 42px;
    right: 30px;
    width: min(57ch, 60%);
    font-size: clamp(16px, 1.9vw, 26px);
    letter-spacing: 0.8px;
    line-height: 1.28;
    text-align: center;
    margin-bottom: 0;
}

.section-subtitle {
    font-family: var(--font-body);
    font-size: clamp(13px, 1.6vw, 16px);
    letter-spacing: 4px;
    color: var(--white-70);
    margin-bottom: 40px;
}

.caps {
    text-transform: uppercase;
}

.content-block {
    max-width: 680px;
    margin: 0 auto;
}

.content-block p {
    font-size: 17px;
    color: var(--white-90);
    margin-bottom: 20px;
    line-height: 1.85;
}

/* --- Hero Button --- */
.btn-scroll {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: var(--brand-base);
    border-radius: 10px;
    border: 1px solid var(--white-40);
    padding: 8px 32px;
    transition: all var(--transition-smooth);
    opacity: 0.6;
    background-color: #FDF5EA;
}

#inicio .section-content .hero-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 570px;
    overflow-x: visible;
}

#inicio .section-content .hero-actions .btn-scroll {
    white-space: nowrap;
}

.btn-scroll:hover {
    background: var(--white);
    color: #111;
    border-color: var(--white);
}

#inicio .section-content .hero-actions .btn-scroll:hover {
    background: var(--brand-base);
    color: var(--white);
    border-color: var(--brand-base);
}

/* --- About Columns --- */
.unsplash-credit {
    font-size: 14px;
    color: var(--white-40);
    margin-top: 25px;
    letter-spacing: 1px;
}

.unsplash-credit a {
    color: var(--white-70);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.about-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 50px;
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
}

.about-col {
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;    
}

#ode .about-cols {
    width: 100%;
    max-width: 100%;
    align-items: start;
    row-gap: 14px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}

#ode .about-cols > .hero-text {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    justify-self: start;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
    line-height: 0.8;
    letter-spacing: -2px;
    font-style: italic;

}

#ode .about-col {
    background: rgba(192, 126, 98, 0.8);
    border-radius: 25px;
}

#ode .about-col.about-col-compact p {
    margin-bottom: 12px;
    line-height: 1.55;
}

#ode .about-col.about-col-compact {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    justify-self: start;
    margin-left: 0;
    margin-right: auto;
}

#visao .visao-left > .hero-text {
    margin-bottom: 0;
    line-height: 0.8;
    letter-spacing: -2px;
    font-style: italic;
    color: #E5CFC6;

}

/* --- Carina Page --- */
#carina .about-cols {
    grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.25fr);
    column-gap: 64px;
}

#carina .about-cols > .about-col.about-col-compact {
    background: transparent;
}

#carina .about-cols > .about-col.about-col-compact:first-child > .hero-text {
    color: #DD5F5A;
    font-family: var(--font-heading);
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    font-style: italic;
    line-height: 1.05;
}

#carina .about-cols > .about-col.about-col-compact:first-child img {
    border-radius: 25px;
}

#carina .about-cols > .about-col.about-col-compact:nth-child(2) > .hero-text {
    color: #DD5F5A;
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 500;
}

#carina .about-cols > .about-col.about-col-compact:nth-child(2) > div {
    background: #DD5F5A;
    border-radius: 25px;
    padding: 24px;
}

#parar .about-cols > .about-col.about-col-compact:first-child {
    background: transparent;
}

#parar .about-cols > .about-col.about-col-compact:first-child > .parar-title {
    color: #115B3A;
    font-family: var(--font-heading);
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    font-style: italic;
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 50px;
}

#parar .about-cols > .about-col.about-col-compact:first-child > .parar-subtitle {
    color: #115B3A;
    font-family: var(--font-heading);
    font-size: clamp(22px, 2.6vw, 34px);
    font-weight: 700;
    font-style: italic;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

#parar .about-cols > .about-col.about-col-compact:nth-child(2) {
    background: transparent;
}

#parar .about-cols > .about-col.about-col-compact:nth-child(2) > div:first-child > p {
    /* Calibragem do entrelinhas dos parágrafos das linhas 57-58: ajuste aqui (ex.: 1.2 a 1.4) */
    line-height: 1.3;
}

#parar .about-cols > .about-col.about-col-compact:nth-child(2) > .destaque {
    /* Calibragem da distancia vertical em relacao ao bloco acima */
    margin-top: 30px;
    /* Calibragem da largura extra do destaque para manter o texto em linha unica */
    width: calc(100% + 80px);
    margin-left: -40px;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    padding: 16px 20px;
}

#parar .about-cols > .about-col.about-col-compact:nth-child(2) > .destaque > p {
    color: #FFFFFF;
    font-family: var(--font-heading);
    /* Calibragem da tipografia do destaque */
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 700;
    font-style: italic;
    line-height: 1.15;
    letter-spacing: -0.5px;
    white-space: nowrap;
    margin-bottom: 0;
}

#parar .about-cols > .about-col.about-col-compact:nth-child(2) > .btn-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

#parar .about-cols > .about-col.about-col-compact:nth-child(2) > .btn-container > .btn-metodo {
    display: inline-block;
    background: #A8C7B8;
    color: #115B3A;
    border-radius: 15px;
    border: 1px solid #115B3A;
    padding: 18px 34px;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.05;
    text-decoration: none;
    margin-top: 70px;
}

#parar .about-cols > .about-col.about-col-compact:nth-child(2) > .btn-container > .btn-metodo:hover {
    background: #115B3A;
    color: #A8C7B8;
}

.about-thumb {
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 8px;
}

.about-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumb-top-left {
    float: left;
    margin: 0 20px 15px 0;
}

.about-thumb-wide {
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 2 / 1;
    border-radius: 8px;
    margin-bottom: 20px;
}

.about-thumb-wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-col p {
    font-size: 16px;
    color: var(--white-90);
    margin-bottom: 20px;
    line-height: 1.85;
}

.about-col p:last-child {
    margin-bottom: 0;
}

.about-col a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* --- Services Grid --- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 50px;
    margin-bottom: 80px;
}

.service-item {
    text-align: center;
}

.service-icon {
    margin-bottom: 20px;
    opacity: 0.85;
}

.service-item h3 {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 12px;
    color: var(--white);
}

.service-item p {
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--white-70);
    line-height: 1.9;
}

/* --- Stats Row --- */
.stats-row {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px solid var(--white-20);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 2px;
    color: var(--white);
    margin-bottom: 8px;
}

.stat-label {
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--white-70);
}

/* --- Contact Form --- */
.contact-form-wrap {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-row {
    display: flex;
    gap: 18px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--white-20);
    padding: 16px 20px;
    outline: none;
    transition: border-color var(--transition-smooth);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: var(--white-40);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--white-70);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    color: var(--white);
    background: transparent;
    border: 1px solid var(--white-40);
    padding: 16px 45px;
    cursor: pointer;
    transition: all var(--transition-smooth);
    align-self: flex-start;
    text-transform: uppercase;
}

.btn-submit:hover {
    background: var(--white);
    color: #E4C1A0;
    border-color: var(--white);
}

/* --- Footer --- */
#templatemo-footer {
    background: var(--nav-bg);
    text-align: center;
    padding: 30px 20px;
    font-size: 14px;
    color: #FDF5EA;
    letter-spacing: 1px;
}

#templatemo-footer::after {
    content: "";
    display: block;
    height: calc(24px + var(--nav-height));
}

#templatemo-footer a {
    color: #FDF5EA;
    transition: color var(--transition-smooth);
}

#templatemo-footer a:hover {
    color: #FFF;
}

#templatemo-footer .social-icons a {
    display: inline-flex;
    align-items: center;
    color: #FDF5EA;
    transition: color var(--transition-smooth);
}

#templatemo-footer .social-icons a:hover {
    color: #FFF;
}

#templatemo-footer .footer-cols {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 50px;
}

#templatemo-footer .footer-col.footer-col-compact {
    text-align: left;
}

#templatemo-footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    gap: 14px;
}

#templatemo-footer svg#footer {
    width: 30px;
    height: 30px;
}

#templatemo-footer svg#footer .st0 {
    fill: currentColor;
}

/* --- Scroll Reveal Animation --- */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 992px) {
    #inicio .section-content.desktop-intro,
    #ode .section-content.desktop-intro {
        opacity: 0;
        transform: translateY(28px);
        transition:
            opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: opacity, transform;
    }

    #inicio .section-content.desktop-intro.is-visible,
    #ode .section-content.desktop-intro.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    #inicio .section-content.desktop-intro > *,
    #ode .section-content.desktop-intro > * {
        opacity: 0;
        transform: translateY(18px);
        transition:
            opacity 0.7s ease-out,
            transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--intro-delay, 0ms);
        will-change: opacity, transform;
    }

    #inicio .section-content.desktop-intro.is-visible > *,
    #ode .section-content.desktop-intro.is-visible > * {
        opacity: 1;
        transform: translateY(0);
    }

    .reveal-desktop {
        opacity: 0;
        transform: translateY(34px) scale(0.985);
        will-change: opacity, transform;
        transition:
            opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .reveal-desktop.visible {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .reveal-desktop > * {
        opacity: 0;
        transform: translateY(18px);
        transition:
            opacity 0.7s ease-out,
            transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--reveal-delay, 0ms);
        will-change: opacity, transform;
    }

    .reveal-desktop.visible > * {
        opacity: 1;
        transform: translateY(0);
    }

    .reveal-desktop .about-cols > *,
    .reveal-desktop .services-grid > *,
    .reveal-desktop .hero-actions > *,
    .reveal-desktop .fotos-grid > * {
        opacity: 0;
        transform: translateY(18px);
        transition:
            opacity 0.7s ease-out,
            transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--reveal-delay, 0ms);
        will-change: opacity, transform;
    }

    .reveal-desktop.visible .about-cols > *,
    .reveal-desktop.visible .services-grid > *,
    .reveal-desktop.visible .hero-actions > *,
    .reveal-desktop.visible .fotos-grid > * {
        opacity: 1;
        transform: translateY(0);
    }

    #ode .about-cols > .about-col.about-col-compact {
        opacity: 0;
        transform: translateY(22px);
        transition:
            opacity 0.75s ease-out,
            transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--ode-col-delay, 0ms);
        will-change: opacity, transform;
    }

    #ode .section-content.reveal.visible .about-cols > .about-col.about-col-compact,
    #ode .section-content.desktop-intro.is-visible .about-cols > .about-col.about-col-compact {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================
   Responsive
   =================================== */

@media (max-width: 991px) {
    :root {
        --nav-height: 84px;
    }

    .nav-container {
        padding: 0 20px;
    }

    .nav-logo img {
        max-height: 56px;
    }

    .nav-toggle {
        display: flex;
        position: relative;
        z-index: 1001;
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
        padding: calc(var(--nav-height) + 20px) 30px 60px;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
    }

    .nav-links.open {
        opacity: 1;
        visibility: visible;
    }

    .nav-links a {
        font-size: 16px;
        letter-spacing: 4px;
    }

    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    #inicio,
    #ode,
    #visao,
    #solucoes,
    #diferenciais,
    #nr1,
    #livro,
    #contato {
        aspect-ratio: auto;
        min-height: auto;
    }

    #inicio,
    #visao,
    #nr1,
    #livro,
    #contato {
        min-height: clamp(520px, 100svh, 880px);
    }

    #inicio .parallax-bg,
    #ode .parallax-bg,
    #visao .parallax-bg,
    #solucoes .parallax-bg,
    #diferenciais .parallax-bg,
    #nr1 .parallax-bg,
    #livro .parallax-bg,
    #contato .parallax-bg {
        background-size: cover;
        background-position: center top;
    }

    #inicio .parallax-bg {
        background-image: url('images/bg1_line2.jpg') !important;
        background-position: 72% center;
    }

    #ode .parallax-bg {
        background-image: url('images/bg2.jpg') !important;
    }

    #visao .parallax-bg {
        background-position: 68% center;
    }

    #nr1 .parallax-bg {
        background-position: 62% center;
    }

    #livro .parallax-bg {
        background-position: 24% center;
    }

    #contato .parallax-bg {
        background-position: 62% center;
    }

    #inicio .parallax-overlay {
        background: linear-gradient(180deg, rgba(32, 24, 18, 0.32) 0%, rgba(32, 24, 18, 0.46) 100%);
    }

    #visao .parallax-overlay {
        background: linear-gradient(180deg, rgba(10, 24, 18, 0.38) 0%, rgba(10, 24, 18, 0.68) 100%);
    }

    #nr1 .parallax-overlay.overlay-dark {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.34) 100%);
    }

    #livro .parallax-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.22) 100%);
    }

    #contato .parallax-overlay.overlay-medium {
        background: rgba(255, 255, 255, 0.30);
    }

    .section-content {
        max-width: 100%;
        padding: 110px 24px 56px;
    }

    .reveal {
        opacity: 0;
        transform: translateY(16px);
        transition:
            opacity 0.65s ease-out,
            transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .reveal-mobile > * {
        opacity: 0;
        transform: translateY(12px);
        transition:
            opacity 0.5s ease-out,
            transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--mobile-reveal-delay, 0ms);
        will-change: opacity, transform;
    }

    .reveal-mobile.visible > * {
        opacity: 1;
        transform: translateY(0);
    }

    .hero-text {
        max-width: 100%;
    }

    .about-cols {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 24px;
        max-width: 100%;
        margin: 0;
    }

    .about-col {
        width: 100%;
        max-width: 100%;
    }

    #carina .about-cols {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 24px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    #solucoes .fotos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stats-row {
        gap: 40px;
    }

    #inicio .section-content,
    #ode .section-content,
    #visao .section-content,
    #solucoes .section-content,
    #diferenciais .section-content,
    #nr1 .section-content,
    #livro .section-content,
    #contato .section-content {
        justify-content: flex-start;
    }

    #inicio,
    #ode {
        min-height: calc(100svh - var(--nav-height));
    }

    #inicio .section-content {
        padding-top: calc(var(--nav-height) + 28px);
        padding-bottom: 64px;
    }

    #inicio .hero-text {
        font-size: clamp(20px, 5.2vw, 30px);
        line-height: 1.24;
    }

    #inicio .hero-text .serif {
        font-size: clamp(28px, 6.2vw, 38px);
    }

    #inicio .section-content .hero-actions .btn-scroll {
        color: #6A3D2D;
    }

    #inicio .parallax-bg,
    #ode .parallax-bg {
        background-position: center center;
    }

    #visao .section-content,
    #nr1 .section-content,
    #livro .section-content,
    #contato .section-content {
        padding-top: 96px;
        padding-bottom: 56px;
    }

    #visao .about-cols,
    #nr1 .about-cols,
    #livro .section-content,
    #contato .section-content {
        position: relative;
        z-index: 2;
    }

    #visao .visao-left,
    #nr1 .about-col.about-col-compact,
    #livro .content-block,
    #contato .hero-text,
    #contato .hero-actions {
        max-width: min(100%, 540px);
    }

    #ode .section-content {
        min-height: auto;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 100px;
        padding-bottom: 64px;
        transform: none;
    }

    #ode .section-content .hero-text-ode,
    #nr1 .hero-text,
    #livro .hero-text,
    #livro .content-block {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 0 24px;
        transform: none;
        text-align: left;
    }

    #ode .section-content .hero-text-ode {
        line-height: 1.3;
    }

    #ode .about-cols,
    #visao .about-cols,
    #nr1 .about-cols {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        margin: 0;
    }

    #ode .about-cols {
        grid-template-columns: 1fr;
        grid-template-areas:
            "quem-title"
            "quem-copy"
            "ceo-title"
            "ceo-copy";
        row-gap: 16px;
    }

    #ode .about-cols > .hero-text:nth-child(1) {
        grid-area: quem-title;
    }

    #ode .about-cols > .about-col.about-col-compact:nth-child(3) {
        grid-area: quem-copy;
    }

    #ode .about-cols > .hero-text:nth-child(2) {
        grid-area: ceo-title;
    }

    #ode .about-cols > .about-col.about-col-compact:nth-child(4) {
        grid-area: ceo-copy;
    }

    #ode .about-cols > .hero-text,
    #ode .about-col.about-col-compact,
    #nr1 .about-col.about-col-compact {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    #visao .section-content,
    #nr1 .section-content,
    #livro .section-content,
    #contato .section-content {
        padding-left: 24px;
        padding-right: 24px;
    }

    #visao .visao-left .hero-text,
    #nr1 .hero-text,
    #livro .hero-text {
        max-width: 260px;
    }

    #visao .visao-left .hero-text {
        font-size: clamp(38px, 9.4vw, 56px);
    }

    #solucoes .section-content > .hero-text:first-of-type {
        font-size: clamp(38px, 9.4vw, 56px);
    }

    #diferenciais .section-content > .hero-text:first-of-type {
        font-size: clamp(38px, 9.4vw, 56px);
    }

    #nr1 .section-content > .hero-text:first-of-type {
        font-size: clamp(38px, 9.4vw, 56px);
    }

    #livro .section-content > .hero-text:first-of-type {
        font-size: clamp(38px, 9.4vw, 56px);
    }

    #inicio .section-content .hero-actions,
    #contato .hero-actions {
        width: 100%;
        justify-content: flex-start;
        gap: 16px;
    }

    #nr1 .hero-text {
        line-height: 1;
    }

    #nr1 .section-content {
        padding-top: 100px;
    }

    #nr1 .about-col.about-col-compact {
        padding: 28px;
        background: rgba(228, 193, 160, 0.92);
    }

    #livro {
        --livro-left-offset: 0px;
    }

    #livro .section-content {
        padding-top: 100px;
    }

    #livro .hero-text {
        line-height: 1;
        color: #000000;
    }

    #livro .content-block {
        width: 100%;
        background: #E5C1A1;
        border-radius: 25px;
        padding: 22px 24px;
        opacity: 0.8;
    }

    #livro .content-block p {
        color: #000000;
    }

    #contato .hero-text {
        margin-bottom: 28px;
        background: rgba(255, 255, 255, 0.60);
        border-radius: 24px;
        padding: 20px 18px;
        line-height: 1.2;
    }

    #contato .hero-text .sans {
        font-size: clamp(16px, 3.8vw, 20px);
    }

    #contato .hero-text .serif {
        font-size: clamp(28px, 6vw, 38px);
    }

    #contato .hero-actions {
        gap: 10px;
        flex-wrap: nowrap;
    }

    #contato .btn-contato-link {
        font-size: 13px;
        padding: 10px 12px;
        white-space: nowrap;
        min-width: 0;
        flex: 1 1 auto;
        text-align: center;
    }
}

@media (max-width: 768px) {
    /* Disable parallax on mobile — static bg */
    .parallax-bg {
        top: 0;
        height: 100%;
    }

    .section-title {
        letter-spacing: 4px;
    }

    .hero-title {
        letter-spacing: 6px;
    }

    .section-subtitle {
        letter-spacing: 2px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-cols {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    #visao .section-content,
    #visao .about-cols,
    #visao .visao-left,
    #visao .about-col,
    #visao .about-col p,
    #visao .visao-brand-block,
    #visao .visao-brand-block p {
        text-align: left;
    }

    #solucoes .about-cols,
    #solucoes .about-col,
    #solucoes .about-col p,
    #solucoes .solucoes-highlight-cols .about-col.about-col-compact > p {
        text-align: left;
    }

    #diferenciais .about-cols,
    #diferenciais .about-col,
    #diferenciais .about-col p,
    #diferenciais .about-col.about-col-compact > div,
    #diferenciais .about-col.about-col-compact > div p {
        text-align: left;
    }

    #carina .about-cols > .about-col.about-col-compact:nth-child(2) > div,
    #carina .about-cols > .about-col.about-col-compact:nth-child(2) > div p {
        text-align: left;
    }

    #parar .about-cols > .about-col.about-col-compact:first-child > .parar-title,
    #parar .about-cols > .about-col.about-col-compact:first-child > .parar-subtitle,
    #parar .about-cols > .about-col.about-col-compact:nth-child(2) > div:first-child > p {
        text-align: left;
    }

    #solucoes .solucoes-highlight-cols {
        gap: 12px;
    }

    .stats-row {
        flex-direction: column;
        gap: 30px;
    }

    .form-row {
        flex-direction: column;
    }

    .btn-submit {
        align-self: stretch;
    }

    #ode .section-content .hero-text-ode {
        max-width: 100%;
        font-size: clamp(18px, 5vw, 24px);
        text-align: left;
        margin-bottom: 20px;
    }

    #inicio .section-content .hero-actions .btn-scroll {
        padding: 14px 24px;
    }

    #nr1 .section-content {
        justify-content: flex-start;
        padding: 96px 20px 40px;
    }

    #nr1 .hero-text {
        position: static;
        max-width: 100%;
        margin-bottom: 24px;
    }

    #nr1 .about-cols {
        min-height: auto;
        justify-content: flex-start;
    }

    #nr1 .about-col.about-col-compact {
        width: 100%;
        padding: 24px;
    }

    #livro .section-content {
        justify-content: flex-start;
        padding: 96px 20px 40px;
    }

    #livro .hero-text {
        position: static;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #livro .content-block {
        position: static;
        width: 100%;
    }

    #contato .section-content {
        padding: 96px 20px 40px;
    }

    #contato .hero-actions {
        gap: 10px;
        flex-wrap: nowrap;
    }

    #contato .btn-contato-link {
        font-size: 12px;
        padding: 9px 10px;
    }

    #templatemo-footer .footer-cols {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        justify-items: center;
    }

    #templatemo-footer .footer-col.footer-col-compact {
        width: 100%;
        text-align: center;
    }

    #templatemo-footer .footer-col.footer-col-compact img {
        margin-left: auto;
        margin-right: auto;
    }

    #templatemo-footer .social-icons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 20px;
    }

    .section-content {
        padding: 80px 20px;
    }

    .section-title {
        letter-spacing: 3px;
    }

    .content-block p {
        font-size: 15px;
    }

    .stat-number {
        font-size: 34px;
    }

    #solucoes .fotos-grid {
        grid-template-columns: 1fr;
    }
}
