/* Global - Base */
html {
    scroll-behavior: smooth;
}

body {
    color: #5b5753;
}

section[id] {
    scroll-margin-top: 90px;
}

/* Global - Header */

header .navbar {
    /* padding: 14px 0; */
}

header .navbar-brand {
    padding: 18px 0;
}
header.sticky .navbar-brand {
    padding: 12px 0;
}
header .navbar-brand img {
    max-height: 40px;
}

/* Global - Brand */
.rocha-logo {
    max-height: 52px;
    width: auto;
}

.sticky .rocha-logo.default-logo {
    display: none;
}

.sticky .rocha-logo.alt-logo {
    display: inline-block;
}

.rocha-footer-brand {
    color: var(--white);
    text-decoration: none;
}

.rocha-footer-logo {
    max-height: 150px;
    width: auto;
}
.nowrap {
    white-space: nowrap;
}
.btn-double-text.smaller > span {
    padding: 6px 10px !important;
}
.bg-black-rocha {
    background-color: #221e20;
}
.copyrights-text {
    text-align: center;
    margin: 10px auto;
    font-size: 12px;
}

/* barra apoios */
footer .footer-bottom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 20px;
}
footer .footer-bottom-container a {
    height: 40px;
}
footer .footer-bottom-container .img-apoios {
    height: 40px;
    width: auto;
}

/* Home - Hero */
.home-rocha-hero {
    position: relative;
    min-height: auto;
    padding: 188px 0 112px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.home-rocha-hero .container,
.home-rocha-hero .row {
    position: relative;
    z-index: 2;
}

.home-rocha-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(18, 14, 12, 0.65) 0%,
            rgba(18, 14, 12, 0.54) 38%,
            rgba(18, 14, 12, 0.4) 62%,
            rgba(18, 14, 12, 0.34) 100%
        ),
        linear-gradient(180deg, rgba(10, 8, 7, 0.14) 0%, rgba(10, 8, 7, 0.28) 100%);
}

.home-rocha-hero .btn {
    min-width: 192px;
}

.home-rocha-hero .btn-dark-gray {
    background: rgba(29, 22, 18, 0.9);
    border-color: rgba(255, 255, 255, 0.08);
}

.home-rocha-hero .btn-dark-gray:hover {
    background: rgba(19, 15, 12, 0.96);
    border-color: rgba(255, 255, 255, 0.18);
}

.home-rocha-hero .btn-transparent-white-light {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
}

.home-rocha-hero .btn-transparent-white-light:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.26);
}

.rocha-kicker {
    display: inline-block;
    margin-bottom: 22px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
}

.rocha-hero-title {
    font-size: 5.7rem;
    line-height: 0.9;
    margin-bottom: 24px;
    text-wrap: balance;
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
}

.home-rocha-hero p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.82);
}

.rocha-hero-metadata {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 38px;
    margin-bottom: 42px;
}

.rocha-hero-meta-item {
    min-width: 158px;
    padding: 18px 20px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 18px 40px rgba(11, 8, 6, 0.22);
    backdrop-filter: blur(12px);
}

.rocha-hero-meta-value {
    display: block;
    margin-bottom: 6px;
    font-family: var(--alt-font);
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1.2px;
    color: var(--white);
}

.rocha-hero-meta-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.rocha-hero-panel {
    max-width: 360px;
    margin-left: auto;
    padding: 36px 32px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(27, 21, 18, 0.9) 0%, rgba(27, 21, 18, 0.76) 100%);
    box-shadow: 0 32px 90px rgba(12, 8, 6, 0.34);
    backdrop-filter: blur(16px);
}

.rocha-hero-panel-title {
    font-size: 3.15rem;
    line-height: 0.94;
}

.rocha-hero-panel-list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.rocha-hero-panel-list li {
    position: relative;
    padding: 0 0 0 24px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.rocha-hero-panel-list li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--base-color);
}

.rocha-hero-panel-link {
    color: var(--white);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.4);
    text-underline-offset: 4px;
}

.rocha-hero-badges {
    position: relative;
    margin-top: 0;
    z-index: 3;
    overflow: hidden;
    border: 1px solid rgba(56, 54, 50, 0.08);
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(35, 28, 23, 0.12);
}

.rocha-badge-item {
    padding: 34px 34px;
    background: rgba(255, 255, 255, 0.96);
}

.rocha-badge-item:not(:last-child) {
    border-right: 1px solid rgba(56, 54, 50, 0.08);
}

.rocha-badge-title {
    display: block;
    margin-bottom: 8px;
    font-family: var(--alt-font);
    font-size: 30px;
    color: var(--dark-gray);
    letter-spacing: 1px;
}

.rocha-badge-item p {
    margin-bottom: 0;
    color: #66605a;
}

/* Home - Sobre */
.rocha-about-section {
    min-height: auto;
}

.rocha-about-media {
    height: 100%;
}

.rocha-section-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.rocha-about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rocha-mini-card {
    height: 100%;
    padding: 22px 24px;
    border-left: 3px solid var(--base-color);
    background: var(--white);
}

.rocha-mini-card strong {
    display: block;
    margin-bottom: 7px;
    color: var(--dark-gray);
}

.rocha-mini-card span {
    display: block;
    line-height: 1.6;
}

.foto-rapazes {
    max-height: 600px;
    width: auto;
}

/* Home - Talho e Mercado */
.rocha-service-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(35, 28, 23, 0.08);
}

.rocha-service-media img {
    height: 320px;
    object-fit: cover;
}

.rocha-service-body {
    padding: 38px;
}

.rocha-service-actions {
    margin-top: 28px;
}

.home-rocha-link-btn.btn.btn-link {
    text-decoration: none;
}

.home-rocha-link-btn.btn.btn-link .btn-text,
.home-rocha-link-btn.btn.btn-link .btn-double-text {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.home-rocha-soft-btn {
    background: rgba(34, 30, 32, 0.04);
    border-color: rgba(34, 30, 32, 0.14);
    color: var(--dark-gray);
}

.home-rocha-soft-btn:hover {
    background: rgba(34, 30, 32, 0.08);
    border-color: rgba(34, 30, 32, 0.22);
    color: var(--dark-gray);
}

.rocha-service-label,
.rocha-contact-label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--red);
}

/* Home - Diferenciais */
.rocha-diferenca-section {
    padding-top: 110px;
}

.rocha-diferenca-panel {
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdfb 0%, #f8f5f1 100%);
    box-shadow: 0 28px 80px rgba(35, 28, 23, 0.12);
}

.rocha-diferenca-content {
    height: 100%;
    padding: 52px 56px;
}

.rocha-diferenca-intro {
    padding: 22px 24px;
    border-left: 3px solid var(--base-color);
    background: rgba(255, 255, 255, 0.86);
}

.rocha-diferenca-intro strong,
.rocha-diferenca-intro span {
    display: block;
}

.rocha-diferenca-intro strong {
    margin-bottom: 8px;
    color: var(--dark-gray);
}

.rocha-diferenca-media {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
}

.rocha-diferenca-media > img {
    display: block;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    object-fit: cover;
    max-height: 600px;
}

.rocha-diferenca-media-clean {
    min-height: 100%;
}

.rocha-diferenca-grid {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    display: grid;
    gap: 16px;
}

.rocha-diferenca-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    align-items: start;
    padding: 20px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 50px rgba(35, 28, 23, 0.1);
    backdrop-filter: blur(14px);
}

.rocha-diferenca-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 72px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f3e8dc 0%, #ffffff 100%);
    color: var(--base-color);
    font-family: var(--alt-font);
    font-size: 2rem;
    line-height: 1;
}

/* Home - Contactos */
.rocha-contact-card {
    height: 100%;
    padding: 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.rocha-contact-card a,
.rocha-contact-card p {
    color: rgba(255, 255, 255, 0.86);
}

.rocha-contact-card p {
    margin-bottom: 0;
}

.rocha-contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rocha-contact-social-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.rocha-contact-social-links a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.14);
}

.rocha-contact-social-links i {
    font-size: 1rem;
}

.rocha-contact-hours {
    display: grid;
    gap: 14px;
}

.rocha-contact-hours p {
    margin-bottom: 0;
}

/* About - Hero */
.about-rocha-hero {
    position: relative;
    padding: 190px 0 90px;
    background-position: center;
    background-size: cover;
    max-height: 80vh;
}

.about-rocha-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 12, 10, 0.6) 0%, rgba(16, 12, 10, 0.62) 48%, rgba(16, 12, 10, 0.26) 100%),
        linear-gradient(180deg, rgba(10, 8, 7, 0.2) 0%, rgba(10, 8, 7, 0.34) 100%);
}

.min-vh-70 {
    min-height: 70vh;
}

.about-rocha-title {
    font-size: 5.5rem;
    line-height: 0.92;
    /*  max-width: 10ch; */
}

.about-rocha-lead {
    max-width: 720px;
}

/* About - Intro */
.about-rocha-intro {
    margin-top: -70px;
    padding-top: 0;
    position: relative;
    z-index: 3;
    padding-bottom: 80px;
}

.about-rocha-story-card,
.about-rocha-stat-card {
    height: 100%;
    border-radius: 18px;
}

.about-rocha-story-card {
    padding: 42px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 80px rgba(35, 28, 23, 0.12);
}

.about-rocha-stat-card {
    display: grid;
    gap: 16px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(27, 21, 18, 0.96) 0%, rgba(27, 21, 18, 0.84) 100%);
    box-shadow: 0 28px 80px rgba(18, 13, 10, 0.26);
}

.about-rocha-stat-item {
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-rocha-stat-number {
    display: block;
    margin-bottom: 6px;
    font-family: var(--alt-font);
    font-size: 4rem;
    line-height: 1;
    color: var(--white);
}

.about-rocha-stat-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
}

/* About - Método */
.about-rocha-gallery-grid {
    align-items: end;
}

.about-rocha-gallery-item {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(35, 28, 23, 0.12);
}

.about-rocha-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-rocha-gallery-tall {
    height: 520px;
}

.about-rocha-gallery-short {
    height: 390px;
}

/* About - Editorial */
.about-rocha-editorial-card {
    padding: 40px;
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 24px 70px rgba(35, 28, 23, 0.1);
}

/* About - Vídeo */
.about-rocha-video-stage {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(35, 28, 23, 0.14);
}

.about-rocha-video-stage img {
    min-height: 560px;
    object-fit: cover;
}

.about-rocha-video-word {
    font-family: var(--alt-font);
    font-size: 8rem;
    line-height: 1;
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

.about-rocha-video-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 28px;
}

.about-rocha-video-button .video-icon {
    width: 110px;
    height: 110px;
}

/* About - Achievements */
.about-rocha-achievements-section .feature-box {
    background: var(--white);
}

.about-rocha-achievement-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 120px;
    padding: 18px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff8f1 0%, #ffffff 100%);
    border: 1px solid rgba(211, 145, 33, 0.16);
    font-family: var(--alt-font);
    font-size: 3.6rem;
    line-height: 1;
    color: var(--dark-gray);
}

/* About - Process */
.about-rocha-process-section {
    background: linear-gradient(180deg, #fffdfb 0%, #f8f5f1 100%);
}

.about-rocha-principles-card {
    padding: 38px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(35, 28, 23, 0.1);
}

.about-rocha-principles-pill {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff8f1 0%, #ffffff 100%);
    color: var(--base-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* About - CTA */
.about-rocha-cta {
    background: linear-gradient(180deg, rgba(27, 21, 18, 0.98) 0%, rgba(27, 21, 18, 0.9) 100%);
}

/* Talho - Hero */
.talho-rocha-hero {
    position: relative;
    padding: 190px 0 92px;
    background-position: center;
    background-size: cover;
}

.talho-rocha-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 12, 10, 0.6) 0%, rgba(16, 12, 10, 0.5) 42%, rgba(16, 12, 10, 0.2) 100%),
        linear-gradient(180deg, rgba(10, 8, 7, 0.16) 0%, rgba(10, 8, 7, 0.2) 100%);
}

.min-vh-75 {
    min-height: 75vh;
}

.talho-rocha-title {
    font-size: 5.7rem;
    line-height: 0.9;
    /*  max-width: 10ch; */
}

.talho-rocha-lead {
    max-width: 720px;
}

/* Talho - Intro */
.talho-rocha-intro {
    margin-top: -60px;
    position: relative;
    z-index: 3;
    /*  background: linear-gradient(180deg, #191919 0%, #353535 100%); */
    background-image: url(../assets/images/rocha-bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.talho-rocha-intro-panel {
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdfb 0%, #f8f5f1 100%);
    box-shadow: 0 28px 80px rgba(35, 28, 23, 0.12);
}

.talho-rocha-intro-content {
    height: 100%;
    padding: 52px 56px;
}

.talho-rocha-intro-image {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.talho-rocha-intro-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.talho-rocha-intro-caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 16px 20px;
    border-radius: 16px;
    background: rgba(27, 21, 18, 0.84);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

/* Talho - Proposals */
.talho-rocha-card-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.talho-rocha-tag {
    padding: 9px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd6d6 0%, #ffebeb 100%);
    color: var(--red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.fs-16px {
    font-size: 28px;
    line-height: 24px;
}
/* Talho - Method */
.talho-rocha-method-section {
    background: linear-gradient(180deg, #fffdfb 0%, #f8f5f1 100%);
}

.talho-rocha-principles-card {
    padding: 38px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(35, 28, 23, 0.1);
}

.talho-rocha-principles-pill {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff8f1 0%, #ffffff 100%);
    color: var(--base-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* Talho - Production */
.talho-rocha-production-section {
    background: #ffeeee;
}

.talho-rocha-production-list {
    display: grid;
    gap: 18px;
}

.talho-rocha-production-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(35, 28, 23, 0.08);
}

.talho-rocha-production-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 72px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f3e8dc 0%, #ffffff 100%);
    color: var(--base-color);
    font-size: 1.65rem;
    line-height: 1;
}

.talho-rocha-production-index i {
    line-height: 1;
}

.talho-rocha-production-stage {
    position: relative;
    padding-left: 56px;
}

.talho-rocha-production-image {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(35, 28, 23, 0.16);
}

.talho-rocha-production-image img {
    display: block;
    width: 100%;
    min-height: 620px;
    object-fit: cover;
}

.talho-rocha-production-note {
    position: absolute;
    right: -20px;
    bottom: 34px;
    max-width: 360px;
    padding: 26px 28px;
    border-radius: 20px;
    background: rgba(27, 21, 18, 0.94);
    box-shadow: 0 24px 70px rgba(18, 13, 10, 0.24);
    color: rgba(255, 255, 255, 0.88);
}

/* Talho - CTA */
.talho-rocha-cta {
    background: linear-gradient(180deg, rgba(27, 21, 18, 0.98) 0%, rgba(27, 21, 18, 0.9) 100%);
}

/* Mercado - Hero */
.mercado-rocha-hero {
    position: relative;
    padding: 190px 0 92px;
    background-position: center;
    background-size: cover;
}

.mercado-rocha-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 14, 11, 0.335) 0%, rgba(17, 14, 11, 0.7) 40%, rgba(17, 14, 11, 0.191) 100%),
        linear-gradient(180deg, rgba(10, 8, 7, 0.14) 0%, rgba(10, 8, 7, 0.28) 100%);
}

.mercado-rocha-title {
    font-size: 5.5rem;
    line-height: 0.92;
    /*  max-width: 10.5ch; */
}

.mercado-rocha-lead {
    max-width: 720px;
}

/* Mercado - Intro */
.mercado-rocha-intro {
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

.mercado-rocha-side-card {
    display: grid;
    gap: 16px;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(28, 24, 20, 0.96) 0%, rgba(28, 24, 20, 0.84) 100%);
    box-shadow: 0 28px 80px rgba(18, 13, 10, 0.24);
}

.mercado-rocha-side-item {
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mercado-rocha-side-number {
    display: block;
    margin-bottom: 8px;
    font-family: var(--alt-font);
    font-size: 2.9rem;
    line-height: 1;
    color: var(--white);
}

.mercado-rocha-side-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
}

/* Mercado - Categories */
.mercado-rocha-card-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.mercado-rocha-tag {
    padding: 9px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #e3ffd8 0%, #efffec 100%);
    color: #4f7d45;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

/* Mercado - Values */
.mercado-rocha-values-section {
    background: linear-gradient(180deg, #fffdfb 0%, #f6f5ee 100%);
}

.mercado-rocha-principles-card {
    padding: 38px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(35, 28, 23, 0.1);
}

.mercado-rocha-principles-pill {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f4fbf2 0%, #ffffff 100%);
    color: #4f7d45;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* Mercado - CTA */
.mercado-rocha-cta {
    background: linear-gradient(180deg, rgba(25, 23, 18, 0.98) 0%, rgba(25, 23, 18, 0.9) 100%);
}

/* Contactos - Banner */
.contactos-rocha-banner {
    position: relative;
    padding: 185px 0 120px;
    background-position: center;
    background-size: cover;
}

.contactos-rocha-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(18, 14, 12, 0.84) 0%, rgba(18, 14, 12, 0.52) 48%, rgba(18, 14, 12, 0.72) 100%),
        linear-gradient(90deg, rgba(10, 8, 7, 0.18) 0%, rgba(10, 8, 7, 0.08) 100%);
    pointer-events: none;
}

.min-vh-60 {
    min-height: 60vh;
}

.contactos-rocha-title {
    font-size: 5.2rem;
    line-height: 0.92;
    max-width: 11ch;
    margin-left: auto;
    margin-right: auto;
}

.contactos-rocha-lead {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Contactos - Main */
.contactos-rocha-main {
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

.contactos-rocha-map-card,
.contactos-rocha-info-card,
.contactos-rocha-social-card {
    border-radius: 18px;
}

.contactos-rocha-map-wrapper {
    overflow: hidden;
    border-radius: 18px;
    min-height: 100%;
    box-shadow: 0 24px 70px rgba(35, 28, 23, 0.12);
}

.contactos-rocha-map-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 600px;
    border: 0;
}

.contactos-rocha-map-card {
    padding: 40px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 80px rgba(35, 28, 23, 0.12);
}

.contactos-rocha-map-placeholder {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.contactos-rocha-map-placeholder img {
    min-height: 420px;
    object-fit: cover;
}

.contactos-rocha-map-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 28px;
    background: linear-gradient(180deg, rgba(20, 16, 13, 0.05) 0%, rgba(20, 16, 13, 0.5) 100%);
}

.contactos-rocha-info-card {
    display: grid;
    gap: 16px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(27, 21, 18, 0.96) 0%, rgba(27, 21, 18, 0.84) 100%);
    box-shadow: 0 28px 80px rgba(18, 13, 10, 0.24);
}

.contactos-rocha-info-item {
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contactos-rocha-label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 142, 142, 0.7);
}

.contactos-rocha-info-item a,
.contactos-rocha-info-item p {
    color: rgba(255, 255, 255, 0.9);
}

.contactos-rocha-info-item p {
    margin-bottom: 0;
}

/* Contactos - Routing */
.contactos-rocha-routing-section {
    background: linear-gradient(180deg, #fffdfb 0%, #f6f0e9 100%);
}

.contactos-rocha-routing-card {
    height: 100%;
    padding: 34px 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 60px rgba(35, 28, 23, 0.08);
    border: 1px solid rgba(107, 82, 58, 0.08);
}

.contactos-rocha-routing-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 56px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f3e8dc 0%, #ffffff 100%);
    color: var(--base-color);
    font-size: 1.6rem;
    font-weight: 700;
}

.contactos-rocha-routing-card a,
.contactos-rocha-link-list a {
    font-weight: 700;
    color: #231c17;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

/* Contactos - Visit */
.contactos-rocha-visit-section {
    background: #f5efe8;
}

.contactos-rocha-social-pill {
    display: inline-flex;
    align-items: center;
}

.contactos-rocha-visit-card {
    height: 100%;
    display: block;
    padding: 42px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(35, 28, 23, 0.1);
}

.contactos-rocha-visit-card-dark {
    background: linear-gradient(180deg, rgba(27, 21, 18, 0.98) 0%, rgba(39, 30, 25, 0.94) 100%);
    box-shadow: 0 28px 80px rgba(18, 13, 10, 0.22);
}

.contactos-rocha-social-pill {
    display: inline-flex;
    padding: 9px 18px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff8f1 0%, #ffffff 100%);
    color: var(--base-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.contactos-rocha-hours-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 26px;
}

.contactos-rocha-hours-item {
    padding: 10px 22px;
    border-radius: 16px;
    background: #fff8f1;
    border: 1px solid rgba(107, 82, 58, 0.08);
}

.contactos-rocha-hours-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #7f5b42;
}

.contactos-rocha-visit-list {
    margin: 0;
    padding-left: 20px;
    color: #5f5348;
}

.contactos-rocha-visit-list li:not(:last-child) {
    margin-bottom: 12px;
}

.contactos-rocha-link-list {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}

.contactos-rocha-social-links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.contactos-rocha-social-image {
    overflow: hidden;
    border-radius: 20px;
    min-height: 100%;
    box-shadow: 0 20px 50px rgba(12, 9, 8, 0.22);
}

.contactos-rocha-social-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.contactos-rocha-social-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.92);
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.contactos-rocha-social-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.contactos-rocha-social-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 248, 241, 0.96);
    color: var(--base-color);
    font-size: 18px;
}

.contactos-rocha-social-link span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.contactos-rocha-link-list a {
    color: rgba(255, 255, 255, 0.92);
}

.contactos-rocha-note {
    padding: 20px 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.86);
}

.contactos-rocha-note strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
}

/* Responsive - Tablet */
@media (max-width: 1199px) {
    .home-rocha-hero {
        padding: 170px 0 64px;
    }

    .rocha-hero-panel-title {
        font-size: 2.7rem;
    }

    .about-rocha-title {
        font-size: 4.7rem;
    }

    .about-rocha-video-word {
        font-size: 6rem;
    }

    .talho-rocha-title {
        font-size: 4.9rem;
    }

    .mercado-rocha-title {
        font-size: 4.8rem;
    }

    .contactos-rocha-title {
        font-size: 4.7rem;
    }
}

@media (max-width: 991px) {
    .home-rocha-hero {
        padding: 152px 0 52px;
    }

    .rocha-hero-title {
        font-size: 4.7rem;
    }

    .rocha-badge-item:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(56, 54, 50, 0.08);
    }

    .rocha-hero-badges {
        margin-top: 0;
    }

    .rocha-about-section,
    .rocha-section-image {
        min-height: auto;
    }

    .rocha-hero-metadata {
        margin-top: 28px;
        margin-bottom: 34px;
    }

    .about-rocha-hero {
        padding: 170px 0 70px;
    }

    .about-rocha-intro {
        margin-top: 0;
        padding-top: 70px;
    }

    .about-rocha-image {
        min-height: auto;
    }

    .about-rocha-gallery-tall,
    .about-rocha-gallery-short {
        height: 420px;
    }

    .rocha-diferenca-content {
        padding: 40px 42px;
    }

    .rocha-diferenca-media > img {
        min-height: 520px;
    }

    .rocha-diferenca-grid {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 24px;
        background: #f8f5f1;
    }

    .talho-rocha-hero {
        padding: 170px 0 74px;
    }

    .talho-rocha-intro {
        margin-top: 0;
        padding-top: 70px;
    }

    .talho-rocha-intro-content {
        padding: 40px 42px;
    }

    .talho-rocha-intro-image img {
        min-height: 460px;
    }

    .talho-rocha-production-stage {
        padding-left: 0;
    }

    .talho-rocha-production-image img {
        min-height: 520px;
    }

    .talho-rocha-production-note {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 100%;
        margin-top: -56px;
        margin-inline: 24px;
    }

    .mercado-rocha-hero {
        padding: 170px 0 74px;
    }

    .mercado-rocha-intro {
        margin-top: 0;
        padding-top: 70px;
    }

    .contactos-rocha-banner {
        padding: 170px 0 96px;
    }

    .contactos-rocha-main {
        margin-top: 0;
        padding-top: 70px;
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .home-rocha-hero {
        padding: 138px 0 42px;
    }

    .rocha-service-media img {
        height: 240px;
    }

    .rocha-diferenca-section {
        padding-top: 80px;
    }

    .rocha-hero-title {
        font-size: 3.8rem;
    }

    .rocha-service-body,
    .rocha-badge-item,
    .rocha-contact-card,
    .rocha-value-card,
    .rocha-hero-meta-item {
        padding: 24px;
    }

    .rocha-about-content {
        justify-content: flex-start;
    }

    .rocha-diferenca-content {
        padding: 28px 24px;
    }

    .rocha-diferenca-media > img {
        min-height: 320px;
    }

    .rocha-diferenca-grid {
        padding: 16px;
    }

    .rocha-diferenca-item {
        grid-template-columns: 1fr;
    }

    .rocha-diferenca-number {
        min-width: 56px;
        min-height: 56px;
        font-size: 1.45rem;
    }

    .rocha-hero-metadata {
        gap: 12px;
    }

    .rocha-hero-meta-item {
        min-width: calc(50% - 6px);
    }

    .home-rocha-hero .btn {
        min-width: 0;
    }

    .about-rocha-title {
        font-size: 3.8rem;
    }

    .about-rocha-story-card,
    .about-rocha-stat-card,
    .about-rocha-editorial-card,
    .about-rocha-principles-card {
        padding: 24px;
    }

    .about-rocha-gallery-tall,
    .about-rocha-gallery-short {
        height: 340px;
    }

    .about-rocha-video-word {
        font-size: 4.2rem;
    }

    .about-rocha-video-stage img {
        min-height: 420px;
    }

    .about-rocha-video-button .video-icon {
        width: 88px;
        height: 88px;
    }

    .about-rocha-achievement-number {
        min-width: 96px;
        min-height: 96px;
        font-size: 3rem;
    }

    .talho-rocha-title {
        font-size: 3.9rem;
    }

    .talho-rocha-principles-card {
        padding: 24px;
    }

    .talho-rocha-card-image {
        height: 240px;
    }

    .talho-rocha-production-item {
        grid-template-columns: 64px 1fr;
        padding: 20px;
    }

    .talho-rocha-production-index {
        min-width: 64px;
        min-height: 64px;
        font-size: 1.45rem;
    }

    .mercado-rocha-title {
        font-size: 3.8rem;
    }

    .mercado-rocha-principles-card {
        padding: 24px;
    }

    .mercado-rocha-card-image {
        height: 240px;
    }

    .contactos-rocha-title {
        font-size: 3.8rem;
    }

    .contactos-rocha-map-card,
    .contactos-rocha-visit-card,
    .contactos-rocha-routing-card {
        padding: 24px;
    }

    .contactos-rocha-map-placeholder img {
        min-height: 320px;
    }

    .contactos-rocha-map-wrapper iframe {
        min-height: 460px;
    }

    .contactos-rocha-social-image img {
        min-height: 260px;
    }

    .contactos-rocha-hours-item,
    .contactos-rocha-note {
        padding: 18px 20px;
    }
}

@media (max-width: 575px) {
    .rocha-logo {
        max-height: 44px;
    }

    .rocha-footer-logo {
        max-height: 38px;
    }

    .rocha-hero-title {
        font-size: 3.15rem;
        max-width: 100%;
    }

    .rocha-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .rocha-hero-meta-item {
        min-width: 100%;
    }

    .rocha-hero-meta-value {
        font-size: 32px;
    }

    .about-rocha-title {
        font-size: 3.1rem;
        max-width: 100%;
    }

    .about-rocha-video-word {
        font-size: 3rem;
    }

    .about-rocha-video-button {
        margin: 16px 18px;
    }

    .talho-rocha-title {
        font-size: 3.1rem;
        max-width: 100%;
    }

    .talho-rocha-intro-content {
        padding: 28px 24px;
    }

    .talho-rocha-intro-image img {
        min-height: 320px;
    }

    .talho-rocha-intro-caption {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 14px 16px;
        font-size: 12px;
    }

    .talho-rocha-production-item {
        grid-template-columns: 1fr;
    }

    .talho-rocha-production-index {
        min-width: 56px;
        min-height: 56px;
        font-size: 1.25rem;
    }

    .talho-rocha-production-image img {
        min-height: 320px;
    }

    .talho-rocha-production-note {
        margin-top: 16px;
        margin-inline: 0;
        padding: 22px;
    }

    .mercado-rocha-title {
        font-size: 3.05rem;
        max-width: 100%;
    }

    .contactos-rocha-title {
        font-size: 3rem;
        max-width: 100%;
    }

    .contactos-rocha-routing-number {
        min-width: 48px;
        min-height: 48px;
        font-size: 1.35rem;
    }

    .contactos-rocha-map-wrapper iframe {
        min-height: 340px;
    }

    .contactos-rocha-social-image img {
        min-height: 220px;
    }
}
