        .casa-campo-belo-page {
            --cb-accent: #8c6144;
        }

        /* Hero title fit: fluid desktop, readable mobile, no crop */
        .casa-campo-belo-page #hero #hero-caption .hero-title {
            font-size: clamp(5rem, 10.4vw, 12.4rem);
            line-height: 0.82;
            letter-spacing: 0.015em;
            margin: 0 auto;
            max-width: 94vw;
            white-space: normal;
            overflow-wrap: normal;
            text-wrap: pretty;
            text-align: center;
        }

        .casa-campo-belo-page #hero #hero-caption .hero-title > span {
            display: inline-block;
            white-space: normal;
        }

        .casa-campo-belo-page .case-meta-list {
            list-style: none;
            padding: 0;
            margin: 20px 0 0;
        }

        .casa-campo-belo-page .case-meta-list li {
            margin-bottom: 12px;
            color: #cfcfcf;
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .casa-campo-belo-page .case-meta-list strong {
            color: #fff;
            font-weight: 600;
        }

        .casa-campo-belo-page .case-meta-text {
            display: block;
        }

        .casa-campo-belo-page .case-icon {
            font-family: 'Material Symbols Outlined';
            font-size: 22px;
            line-height: 1.2;
            color: var(--cb-accent);
            flex-shrink: 0;
        }

        .casa-campo-belo-page .case-context {
            margin-top: 30px;
            border-top: 1px solid #333;
            padding-top: 20px;
        }

        .casa-campo-belo-page .case-context h4 {
            margin-bottom: 10px;
            font-size: 0.95rem;
            color: #fff;
        }

        .casa-campo-belo-page .case-context p {
            font-size: 0.9rem;
            color: #888;
            line-height: 1.6;
        }

        .casa-campo-belo-page .case-block p {
            color: #cfcfcf;
            line-height: 1.8;
        }

        .casa-campo-belo-page .case-block p + p {
            margin-top: 16px;
        }

        .casa-campo-belo-page .case-block-title {
            margin-bottom: 24px;
        }

        .casa-campo-belo-page .case-highlight {
            margin-top: 24px;
            padding: 20px 24px;
            border-left: 3px solid var(--cb-accent);
            background: rgba(255, 255, 255, 0.04);
        }

        .casa-campo-belo-page .case-highlight p {
            color: #e4e4e4;
            margin: 0 0 12px;
        }

        .casa-campo-belo-page .case-highlight p:last-child {
            margin-bottom: 0;
        }

        .casa-campo-belo-page .case-quote {
            margin-top: 24px;
            padding-left: 20px;
            border-left: 2px solid rgba(255, 255, 255, 0.25);
            color: #d9d9d9;
            font-style: italic;
            line-height: 1.7;
        }

        .casa-campo-belo-page .case-image-stack,
        .casa-campo-belo-page .case-image-columns {
            display: grid;
            gap: 22px;
        }

        .casa-campo-belo-page .case-image-stack {
            grid-template-columns: 1fr;
        }

        .casa-campo-belo-page .case-image-columns {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            align-items: start;
        }

        .casa-campo-belo-page .case-image-stack.single {
            margin-bottom: 24px;
        }

        .casa-campo-belo-page .umbral-media-grid figure {
            aspect-ratio: 4 / 5;
        }

        .casa-campo-belo-page .umbral-media-grid img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .casa-campo-belo-page .umbral-media-grid figure:first-child img {
            object-position: center bottom;
        }

        .casa-campo-belo-page .case-image-longform {
            margin: 28px 0;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            align-items: start;
        }

        .casa-campo-belo-page .case-image-longform figure:first-child {
            grid-row: 1 / span 2;
        }

        .casa-campo-belo-page .case-image-longform figure:nth-child(2),
        .casa-campo-belo-page .case-image-longform figure:nth-child(3) {
            grid-column: 2;
        }

        .casa-campo-belo-page .case-image-longform img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .casa-campo-belo-page .case-image-longform figure:first-child img {
            aspect-ratio: 3 / 4;
        }

        .casa-campo-belo-page .case-image-longform figure:not(:first-child) img {
            aspect-ratio: 16 / 10;
        }

        .casa-campo-belo-page .case-image-stack figure,
        .casa-campo-belo-page .case-image-columns figure {
            margin: 0;
            overflow: hidden;
            border-radius: 18px;
            background-color: #111;
        }

        .casa-campo-belo-page .case-image-stack img,
        .casa-campo-belo-page .case-image-columns img {
            width: 100%;
            height: auto;
            display: block;
        }

        .casa-campo-belo-page .light-section .case-block p,
        .casa-campo-belo-page .light-section .case-block .has-opacity {
            color: #2f2f2f;
            opacity: 1;
        }

        .casa-campo-belo-page .light-section .has-opacity span {
            opacity: 0.45;
        }

        .casa-campo-belo-page .light-section .case-meta-list li {
            color: #3a3a3a;
        }

        .casa-campo-belo-page .light-section .case-meta-list strong {
            color: #141414;
        }

        .casa-campo-belo-page .light-section .case-context {
            border-top-color: #c5c5c5;
        }

        .casa-campo-belo-page .light-section .case-context h4 {
            color: #141414;
        }

        .casa-campo-belo-page .light-section .case-context p {
            color: #3a3a3a;
        }

        .casa-campo-belo-page .light-section .case-highlight {
            background: #fff;
            box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
            border-left-color: var(--cb-accent);
        }

        .casa-campo-belo-page .light-section .case-highlight p {
            color: #3b3b3b;
        }

        .casa-campo-belo-page .light-section .case-quote {
            color: #3b3b3b;
            border-left-color: rgba(0, 0, 0, 0.2);
        }

        .casa-campo-belo-page .case-longform {
            max-width: 980px;
            margin: 0 auto;
        }

        .casa-campo-belo-page .case-longform h3 {
            margin-top: 28px;
        }

        .casa-campo-belo-page .case-manifesto {
            max-width: 980px;
            margin: 0 auto;
        }

        .casa-campo-belo-page .case-manifesto-line {
            margin: 0 0 14px;
            font-size: 1.05rem;
            line-height: 1.7;
            color: #e0e0e0;
        }

        .casa-campo-belo-page .case-manifesto-note {
            margin-top: 24px;
            color: #bdbdbd;
            line-height: 1.6;
        }

        .casa-campo-belo-page .case-faq-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 32px;
        }

        .casa-campo-belo-page .case-faq-title {
            margin-bottom: 32px;
        }

        .casa-campo-belo-page .case-faq-grid h3 {
            color: var(--cb-accent);
            margin-bottom: 10px;
            font-size: 1.05rem;
        }

        .casa-campo-belo-page .faq-question-title {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .casa-campo-belo-page .faq-question-icon {
            font-family: 'Material Symbols Outlined';
            font-size: 22px;
            line-height: 1.1;
            color: var(--cb-accent);
            flex-shrink: 0;
        }

        .casa-campo-belo-page .case-faq-grid p {
            color: #ccc;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .casa-campo-belo-page #galeria .content-slider .doa-slide .slide-img {
            width: 100%;
            height: min(78vh, 860px);
            display: flex;
            align-items: center;
            justify-content: center;
            background: #0c0c0c;
        }

        .casa-campo-belo-page #galeria .content-slider .doa-slide .slide-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }

        .casa-campo-belo-page .faq-contact-bar {
            margin-top: 44px;
            padding-top: 24px;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
        }

        .casa-campo-belo-page .faq-contact-back a {
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            font-weight: 600;
        }

        .casa-campo-belo-page .faq-contact-copy {
            color: #b8b8b8;
            font-size: 0.9rem;
            flex: 1 1 280px;
            text-align: center;
            line-height: 1.4;
        }

        .casa-campo-belo-page .faq-contact-socials {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
        }

        .casa-campo-belo-page .faq-contact-socials a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .casa-campo-belo-page .faq-contact-socials img {
            width: 22px;
            height: 22px;
            filter: brightness(0) invert(1);
        }

        .casa-campo-belo-page .faq-contact-back,
        .casa-campo-belo-page .faq-contact-socials {
            flex: 0 0 auto;
        }

        @media (max-width: 768px) {
            .casa-campo-belo-page #hero #hero-caption .hero-title {
                font-size: clamp(2.8rem, 13.8vw, 5.8rem);
                line-height: 0.84;
                letter-spacing: 0.01em;
                white-space: normal;
                max-width: 88vw;
                text-wrap: balance;
            }

            .casa-campo-belo-page .case-image-stack,
            .casa-campo-belo-page .case-image-columns {
                gap: 16px;
            }

            .casa-campo-belo-page .case-image-columns {
                grid-template-columns: 1fr;
            }

            .casa-campo-belo-page .umbral-media-grid figure {
                aspect-ratio: 16 / 10;
            }

            .casa-campo-belo-page .case-image-longform figure:first-child,
            .casa-campo-belo-page .case-image-longform figure:nth-child(2),
            .casa-campo-belo-page .case-image-longform figure:nth-child(3) {
                grid-column: auto;
                grid-row: auto;
            }

            .casa-campo-belo-page .case-image-longform figure img {
                aspect-ratio: 16 / 10;
            }

            .casa-campo-belo-page .faq-contact-bar {
                flex-direction: column;
                align-items: flex-start;
            }

            .casa-campo-belo-page .faq-contact-copy {
                text-align: left;
            }

            .casa-campo-belo-page #galeria .content-slider .doa-slide .slide-img {
                height: min(62vh, 520px);
            }
        }

        @media (max-width: 1024px) {
            .casa-campo-belo-page #main-content img {
                opacity: 1 !important;
                visibility: visible !important;
            }
        }
