:root {
    --brown: #33180E;
    --terracotta: #CB6843;
    --green: #118069;
    --mint: #43CCB1;

    --cream: #F3EFE8;
    --sand: #E8E0D5;
    --white: #FFFFFF;
    --black: #111111;
    --gray: #757575;

    --container: 1440px;
    --header-height: 92px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--brown);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

body,
button,
input,
textarea {
    font-family: Arial, Helvetica, sans-serif;
}

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

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

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


/* =========================================================
   HEADER
========================================================= */

.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 30;
    height: var(--header-height);
    color: var(--white);
}

.header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.brand {
    display: inline-flex;
    flex-direction: column;
    line-height: .8;
    flex-shrink: 0;
}

.brand-lobby {
    font-size: 31px;
    font-weight: 900;
    letter-spacing: -2px;
}

.brand-padel {
    margin-top: 8px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 4px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.4vw, 42px);
    margin-left: auto;
}

.main-nav a {
    position: relative;
    padding-block: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: var(--terracotta);
    transition: width .3s ease;
}

.main-nav a:hover::after {
    width: 100%;
}

.header-actions {
    flex-shrink: 0;
}


/* =========================================================
   BUTTONS
========================================================= */

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 26px;
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: var(--terracotta);
    color: var(--white);
}

.button-primary:hover {
    background: var(--white);
    color: var(--brown);
}

.button-light {
    background: var(--white);
    color: var(--brown);
}

.button-light:hover {
    background: var(--terracotta);
    color: var(--white);
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;
    min-height: 900px;
    height: 100svh;
    overflow: hidden;
    background:
        linear-gradient(135deg, var(--brown), #1A0D08);
    color: var(--white);
}

.hero-media,
.hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-media img {
    object-fit: cover;
    object-position: center;
    transform: scale(1.03);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            90deg,
            rgba(20, 8, 4, .88) 0%,
            rgba(20, 8, 4, .62) 35%,
            rgba(20, 8, 4, .18) 68%,
            rgba(20, 8, 4, .28) 100%
        );
}

.hero::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: -8%;
    bottom: -18%;
    width: 55%;
    height: 38%;
    background: var(--terracotta);
    transform: skewX(-28deg);
    opacity: .96;
}

.hero-geometry {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}

.hero-geometry-one {
    width: 340px;
    height: 100%;
    right: -120px;
    top: 0;
    background: rgba(67, 204, 177, .14);
    transform: skewX(-14deg);
}

.hero-geometry-two {
    width: 9px;
    height: 340px;
    right: 19%;
    top: 22%;
    background: var(--terracotta);
    transform: rotate(18deg);
}

.hero-content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: var(--header-height);
}

.eyebrow,
.section-kicker {
    margin: 0 0 20px;
    color: var(--terracotta);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    max-width: 930px;
    font-size: clamp(76px, 9.8vw, 170px);
    line-height: .79;
    font-weight: 900;
    letter-spacing: clamp(-7px, -.35vw, -3px);
    text-transform: uppercase;
}

.hero-description {
    max-width: 570px;
    margin: 34px 0;
    font-size: clamp(16px, 1.3vw, 20px);
    line-height: 1.6;
    color: rgba(255,255,255,.82);
}

.hero-word {
    position: absolute;
    z-index: 4;
    right: -3vw;
    bottom: -3vw;
    font-size: clamp(150px, 24vw, 420px);
    line-height: .72;
    font-weight: 900;
    letter-spacing: -25px;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255,255,255,.11);
    user-select: none;
}

.scroll-indicator {
    position: absolute;
    z-index: 10;
    right: 48px;
    bottom: 44px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
}

.scroll-indicator span {
    width: 1px;
    height: 62px;
    background: rgba(255,255,255,.45);
}


/* =========================================================
   INTRO
========================================================= */

.intro-section {
    position: relative;
    padding: clamp(100px, 11vw, 180px) 0;
    background: var(--cream);
    overflow: hidden;
}

.intro-section::before {
    content: "LOBBY";
    position: absolute;
    right: -40px;
    top: -50px;
    font-size: clamp(170px, 23vw, 360px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -20px;
    color: rgba(51, 24, 14, .035);
    pointer-events: none;
}

.intro-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr);
    gap: clamp(60px, 9vw, 150px);
    align-items: end;
}

.intro-grid h2,
.section-heading h2 {
    margin: 0;
    font-size: clamp(54px, 6.4vw, 105px);
    line-height: .88;
    letter-spacing: -5px;
    font-weight: 900;
    text-transform: uppercase;
}

.intro-copy {
    border-left: 1px solid rgba(51,24,14,.22);
    padding-left: clamp(30px, 4vw, 60px);
}

.intro-copy p {
    margin: 0 0 24px;
    font-size: clamp(17px, 1.5vw, 22px);
    line-height: 1.55;
}

.intro-copy p:last-child {
    margin-bottom: 0;
    font-weight: 700;
}


/* =========================================================
   METRICS
========================================================= */

.metrics-section {
    background: var(--terracotta);
    color: var(--white);
    padding: 72px 0;
    overflow: hidden;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.metric {
    position: relative;
    padding: 30px clamp(20px, 3vw, 50px);
    border-right: 1px solid rgba(255,255,255,.28);
}

.metric:first-child {
    padding-left: 0;
}

.metric:last-child {
    border-right: 0;
}

.metric-value {
    display: flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
}

.metric-value strong {
    font-size: clamp(54px, 6vw, 98px);
    line-height: .9;
    letter-spacing: -5px;
}

.metric-value span {
    font-size: clamp(18px, 1.6vw, 26px);
    font-weight: 900;
}

.metric p {
    max-width: 180px;
    margin: 18px 0 0;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.content-section,
.spaces-section {
    padding: clamp(100px, 10vw, 170px) 0;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: clamp(55px, 7vw, 100px);
}

.section-heading-light {
    color: var(--white);
}

.section-heading-light .section-kicker {
    color: var(--terracotta);
}


/* =========================================================
   NEWS
========================================================= */

.content-section {
    background: #F8F5F0;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.news-card {
    grid-column: span 4;
    position: relative;
}

.news-card:nth-child(2) {
    margin-top: 70px;
}

.news-image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--sand);
}

.news-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 40%,
        rgba(51,24,14,.18)
    );
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.news-card:hover .news-image img {
    transform: scale(1.055);
}

.news-content {
    padding-top: 25px;
}

.news-category {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--terracotta);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.news-content h3 {
    margin: 0;
    font-size: clamp(25px, 2.3vw, 38px);
    line-height: 1;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

.news-content p {
    margin: 18px 0 0;
    color: #705D54;
    line-height: 1.65;
}


/* =========================================================
   EVENTS
========================================================= */

.events-section {
    position: relative;
    padding: clamp(100px, 10vw, 170px) 0;
    background: var(--brown);
    color: var(--white);
    overflow: hidden;
}

.events-section::after {
    content: "PLAY";
    position: absolute;
    right: -70px;
    bottom: -80px;
    font-size: clamp(200px, 28vw, 470px);
    line-height: .7;
    font-weight: 900;
    letter-spacing: -28px;
    color: rgba(255,255,255,.025);
}

.events-list {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,.18);
}

.event-row {
    display: grid;
    grid-template-columns: 145px 1fr auto;
    gap: 40px;
    align-items: center;
    padding: 34px 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
    transition:
        padding .35s ease,
        background .35s ease;
}

.event-row:hover {
    padding-left: 24px;
    padding-right: 24px;
    background: rgba(255,255,255,.04);
}

.event-date {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.event-date strong {
    color: var(--terracotta);
    font-size: 58px;
    line-height: 1;
    letter-spacing: -3px;
}

.event-date span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}

.event-info h3 {
    margin: 0;
    font-size: clamp(24px, 2.7vw, 44px);
    line-height: 1;
    text-transform: uppercase;
}

.event-info p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.55);
}

.event-link {
    color: var(--terracotta);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* =========================================================
   SPACES
========================================================= */

.spaces-section {
    background: var(--cream);
}

.spaces-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.space-card {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: var(--brown);
    color: var(--white);
}

.space-card:nth-child(even) {
    transform: translateY(80px);
}

.space-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.space-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(51,24,14,.05) 20%,
            rgba(51,24,14,.85) 100%
        );
}

.space-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 440px;
    top: -120px;
    right: -80px;
    background: rgba(203,104,67,.72);
    transform: rotate(28deg);
}

.space-content {
    position: absolute;
    z-index: 4;
    left: clamp(28px, 4vw, 58px);
    right: clamp(28px, 4vw, 58px);
    bottom: clamp(32px, 4vw, 58px);
}

.space-content span {
    display: block;
    margin-bottom: 14px;
    color: var(--terracotta);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 3px;
}

.space-content h3 {
    margin: 0;
    font-size: clamp(45px, 5vw, 82px);
    line-height: .84;
    letter-spacing: -4px;
    text-transform: uppercase;
}

.space-content p {
    max-width: 480px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.72);
    line-height: 1.55;
}

.space-card:hover img {
    transform: scale(1.055);
}


/* =========================================================
   SLOGAN
========================================================= */

.slogan-section {
    position: relative;
    min-height: 750px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--brown);
    color: var(--white);
}

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

.slogan-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(25,10,5,.88),
            rgba(25,10,5,.36)
        );
}

.slogan-content {
    position: relative;
    z-index: 3;
}

.slogan-content > p {
    margin: 0 0 24px;
    color: var(--terracotta);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 4px;
}

.slogan-content h2 {
    max-width: 1100px;
    margin: 0 0 42px;
    font-size: clamp(55px, 8.6vw, 145px);
    line-height: .82;
    letter-spacing: -7px;
    overflow-wrap: anywhere;
}


/* =========================================================
   SPONSORS
========================================================= */

.sponsors-section {
    padding: 90px 0;
    background: var(--white);
}

.sponsors-title {
    margin: 0 0 48px;
    text-align: center;
    color: #9A8D86;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 4px;
}

.sponsors-track {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(38px, 6vw, 90px);
}

.sponsors-track img {
    width: auto;
    max-width: 150px;
    max-height: 62px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .5;
    transition:
        filter .25s ease,
        opacity .25s ease,
        transform .25s ease;
}

.sponsors-track a:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.06);
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    background: #170B07;
    color: var(--white);
    padding: 100px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: clamp(35px, 6vw, 90px);
    padding-bottom: 80px;
}

.footer-brand strong {
    display: block;
    font-size: clamp(62px, 7vw, 105px);
    line-height: .72;
    letter-spacing: -7px;
}

.footer-brand span {
    display: block;
    margin-top: 18px;
    color: var(--terracotta);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 6px;
}

.footer-brand p {
    max-width: 420px;
    margin: 34px 0 0;
    color: rgba(255,255,255,.55);
    line-height: 1.65;
}

.footer-grid h4 {
    margin: 0 0 28px;
    color: var(--terracotta);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-grid a,
.footer-grid > div:not(.footer-brand) p {
    margin: 0 0 13px;
    color: rgba(255,255,255,.67);
    font-size: 13px;
    line-height: 1.55;
    transition: color .2s ease;
}

.footer-grid a:hover {
    color: var(--white);
}

.footer-bottom {
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.35);
    font-size: 11px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .main-nav {
        display: none;
    }

    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .metric:nth-child(2) {
        border-right: 0;
    }

    .metric:nth-child(n+3) {
        border-top: 1px solid rgba(255,255,255,.25);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 820px) {
    :root {
        --header-height: 78px;
    }

    .container {
        width: min(calc(100% - 36px), var(--container));
    }

    .header-actions {
        display: none;
    }

    .hero {
        min-height: 760px;
    }

    .hero-content {
        justify-content: flex-end;
        padding-bottom: 130px;
    }

    .hero h1 {
        font-size: clamp(62px, 17vw, 105px);
        letter-spacing: -5px;
    }

    .hero-word {
        right: -10vw;
        bottom: 1vw;
        font-size: 48vw;
        letter-spacing: -12px;
    }

    .hero::after {
        width: 85%;
        height: 20%;
        bottom: -9%;
    }

    .scroll-indicator {
        display: none;
    }

    .intro-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .intro-copy {
        padding-left: 0;
        padding-top: 30px;
        border-left: 0;
        border-top: 1px solid rgba(51,24,14,.22);
    }

    .intro-grid h2,
    .section-heading h2 {
        font-size: clamp(48px, 13vw, 78px);
        letter-spacing: -4px;
    }

    .news-grid {
        display: block;
    }

    .news-card {
        margin-bottom: 60px;
    }

    .news-card:nth-child(2) {
        margin-top: 0;
    }

    .news-image {
        aspect-ratio: 16 / 11;
    }

    .event-row {
        grid-template-columns: 90px 1fr;
        gap: 24px;
    }

    .event-link {
        grid-column: 2;
    }

    .spaces-grid {
        grid-template-columns: 1fr;
    }

    .space-card,
    .space-card:nth-child(even) {
        min-height: 560px;
        transform: none;
    }

    .slogan-section {
        min-height: 650px;
        margin-top: 0;
    }

    .slogan-content h2 {
        font-size: clamp(52px, 15vw, 90px);
        letter-spacing: -5px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .brand-lobby {
        font-size: 26px;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
    }

    .metric,
    .metric:first-child {
        padding: 30px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.25);
    }

    .metric:nth-child(n+3) {
        border-top: 0;
    }

    .metric:last-child {
        border-bottom: 0;
    }

    .event-row {
        grid-template-columns: 72px 1fr;
    }

    .event-date strong {
        font-size: 44px;
    }

    .space-card {
        min-height: 500px;
    }

    .space-content h3 {
        font-size: 50px;
    }
}

/* =========================================================
   MOTION
========================================================= */

.scroll-reveal {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity .8s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms),
        transform .8s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms);
}

.scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-media img {
    will-change: transform;
}

.hero-word {
    will-change: transform;
}

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

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .scroll-reveal {
        opacity: 1;
        transform: none;
    }
}

/* =========================================================
   DIREÇÃO DE ARTE V2 — HERO + RECORTES
========================================================= */

:root {
    --lobby-terracotta: #b66b45;
    --lobby-brown-deep: #2c0f07;
    --lobby-cream: #f4f0ea;
}

/* HERO MAIS CONTROLADO */
.hero {
    min-height: 78vh;
    height: 790px;
    max-height: 790px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Escurece melhor e dá profundidade */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(13, 7, 4, .88) 0%, rgba(13, 7, 4, .72) 32%, rgba(13, 7, 4, .35) 58%, rgba(13, 7, 4, .08) 100%);
    z-index: 1;
}

.hero::after {
    content: "";
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: -1px;
    height: 170px;
    background: var(--lobby-terracotta);
    clip-path: polygon(0 42%, 57% 42%, 66% 100%, 0 100%);
    z-index: 3;
}

/* IMAGEM DO HERO */
.hero-media,
.hero-media img,
.hero-image {
    height: 100%;
}

.hero-media img,
.hero-image {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(.92) contrast(1.03) brightness(.88);
}

/* CAMADAS IRREGULARES tipo campanha */
.hero-shape-left,
.hero-shape-right {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.hero-shape-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 52%;
    height: 100%;
    background: linear-gradient(180deg, rgba(35, 18, 10, .18), rgba(35, 18, 10, .08));
    clip-path: polygon(0 0, 76% 0, 58% 100%, 0 100%);
}

.hero-shape-right::before {
    content: "";
    position: absolute;
    right: -2%;
    top: 0;
    width: 28%;
    height: 100%;
    background: linear-gradient(180deg, rgba(182,107,69,.24), rgba(182,107,69,.08));
    clip-path: polygon(34% 0, 100% 0, 82% 100%, 0 100%);
}

/* CONTEÚDO DO HERO */
.hero-content {
    position: relative;
    z-index: 4;
    max-width: 620px;
    padding-top: 120px;
}

.hero-kicker {
    font-size: .82rem;
    letter-spacing: .36em;
    margin-bottom: 20px;
    color: var(--lobby-terracotta);
}

.hero h1,
.hero-title {
    font-size: clamp(4rem, 7vw, 6.4rem);
    line-height: .88;
    letter-spacing: -.045em;
    max-width: 7ch;
    margin-bottom: 22px;
}

.hero p,
.hero-subtitle {
    max-width: 480px;
    font-size: 1.02rem;
    line-height: 1.7;
    color: rgba(255,255,255,.82);
}

/* palavra de fundo menor e mais elegante */
.hero-word {
    font-size: clamp(8rem, 17vw, 16rem);
    opacity: .08;
    bottom: -2.5rem;
    right: -1rem;
    letter-spacing: -.05em;
}

/* LOGO + MENU MAIS LEVES */
.site-header {
    padding-top: 24px;
}

.site-header .nav-links a,
.site-header nav a {
    font-size: .88rem;
    letter-spacing: .16em;
}

/* SOBREPOSIÇÃO DA PRIMEIRA SEÇÃO */
.intro,
.section-intro,
.intro-section {
    position: relative;
    margin-top: -84px;
    padding-top: 150px;
    z-index: 5;
    background: var(--lobby-cream);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

/* Palavra gigante mais sutil */
.intro::before,
.section-intro::before,
.intro-section::before {
    opacity: .045;
}

/* TÍTULO DA INTRO MENOR */
.intro h2,
.section-intro h2,
.intro-section h2 {
    font-size: clamp(3rem, 5.2vw, 5.4rem);
    line-height: .95;
    letter-spacing: -.04em;
    max-width: 8ch;
}

/* EVENTOS ENTRANDO COM MAIS PRESENÇA */
.events-section,
.section-events {
    position: relative;
    margin-top: 0;
    padding-top: 110px;
}

.events-section::before,
.section-events::before {
    content: "";
    position: absolute;
    top: -72px;
    left: 0;
    width: 100%;
    height: 120px;
    background: var(--lobby-brown-deep);
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
}

/* Título dos eventos um pouco menor */
.events-section .section-heading h2,
.section-events .section-heading h2 {
    font-size: clamp(3.4rem, 6vw, 6.3rem);
    line-height: .92;
}

/* RODAPÉ um pouco mais respirado */
.site-footer {
    padding-top: 88px;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
    .hero {
        height: 700px;
        max-height: 700px;
    }

    .hero-content {
        max-width: 560px;
        padding-top: 110px;
    }

    .intro,
    .section-intro,
    .intro-section {
        margin-top: -64px;
        padding-top: 120px;
    }
}

@media (max-width: 820px) {
    .hero {
        min-height: auto;
        height: auto;
        max-height: none;
        padding-bottom: 140px;
    }

    .hero::after {
        height: 120px;
        clip-path: polygon(0 50%, 100% 24%, 100% 100%, 0 100%);
    }

    .hero-shape-left,
    .hero-shape-right {
        display: none;
    }

    .hero-content {
        padding-top: 104px;
        max-width: 100%;
    }

    .hero h1,
    .hero-title {
        max-width: 100%;
        font-size: clamp(3rem, 14vw, 4.6rem);
    }

    .intro,
    .section-intro,
    .intro-section {
        margin-top: -46px;
        padding-top: 92px;
        clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
    }

    .intro h2,
    .section-intro h2,
    .intro-section h2 {
        font-size: clamp(2.5rem, 10vw, 4rem);
    }

    .events-section::before,
    .section-events::before {
        height: 72px;
        top: -42px;
    }
}

/* =========================================================
   HERO V3 — LIMPEZA DA DOBRA
========================================================= */

/* Remove a palavra gigante contornada */
.hero-word {
    display: none !important;
}

/* Recorte inferior mais discreto e esportivo */
.hero::after {
    left: 0;
    right: auto;
    bottom: -1px;

    width: 48%;
    height: 105px;

    background: var(--terracotta);

    clip-path: polygon(
        0 0,
        82% 0,
        100% 100%,
        0 100%
    );

    opacity: 1;
}

/* A seção clara entra mais limpa */
.intro-section {
    margin-top: 0;
    padding-top: clamp(105px, 9vw, 145px);

    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%
    );
}

/* Reduz também o LOBBY fantasma da introdução */
.intro-section::before {
    opacity: .018;
}

/* Mantém só uma geometria sutil no hero */
.hero-geometry-one,
.hero-shape-left {
    opacity: .6;
}

.hero-geometry-two {
    opacity: .75;
}

/* No mobile, simplifica ainda mais */
@media (max-width: 820px) {
    .hero::after {
        width: 72%;
        height: 72px;

        clip-path: polygon(
            0 0,
            86% 0,
            100% 100%,
            0 100%
        );
    }

    .intro-section {
        margin-top: 0;
        padding-top: 82px;
    }
}

/* =========================================================
   HERO V4 — COMPOSIÇÃO MAIS LIMPA
========================================================= */

/* 1. Joga o conteúdo para a esquerda de verdade.
   O .container estava centralizando o bloco por causa do max-width. */
.hero-content {
    width: min(620px, calc(100% - 64px));
    max-width: 620px;

    margin-left: max(
        32px,
        calc((100vw - var(--container)) / 2)
    );

    margin-right: auto;
}

/* Título um pouco mais compacto */
.hero h1,
.hero-title {
    font-size: clamp(3.7rem, 6.2vw, 5.8rem);
    line-height: .86;
    max-width: 6.5ch;
}

/* Descrição alinhada ao mesmo eixo */
.hero-description,
.hero-subtitle {
    max-width: 420px;
}


/* 2. Remove totalmente aquela grande dobra terracota inferior */
.hero::after {
    display: none !important;
}


/* 3. Transição para a seção clara muito mais curta */
.intro-section {
    margin-top: 0 !important;

    padding-top: 72px !important;

    clip-path: none !important;
}


/* Mantém o LOBBY fantasma quase imperceptível */
.intro-section::before {
    opacity: .012 !important;
}


/* 4. Pequeno detalhe irregular na passagem,
   sem criar outra faixa enorme */
.intro-section::after {
    content: "";
    position: absolute;

    top: -24px;
    right: 0;

    width: 34%;
    height: 25px;

    background: var(--cream);

    clip-path: polygon(
        8% 100%,
        100% 0,
        100% 100%,
        0 100%
    );
}


/* MOBILE */
@media (max-width: 820px) {

    .hero-content {
        width: calc(100% - 36px);
        max-width: none;
        margin-left: 18px;
        margin-right: 18px;
    }

    .intro-section {
        padding-top: 58px !important;
    }

    .intro-section::after {
        width: 55%;
        height: 18px;
        top: -17px;
    }
}

/* =========================================================
   TRANSIÇÃO ANGULAR — HERO / CONTEÚDO
========================================================= */

.intro-section {
    position: relative;
    z-index: 6;

    margin-top: -42px !important;
    padding-top: 118px !important;

    clip-path: polygon(
        0 42px,
        23% 42px,
        29% 0,
        48% 27px,
        63% 8px,
        78% 42px,
        100% 25px,
        100% 100%,
        0 100%
    ) !important;
}

/* pequena assinatura terracota, sem virar uma faixa */
.intro-section::after {
    content: "";
    position: absolute;

    top: 32px;
    left: 0;

    width: 13%;
    height: 10px;

    background: var(--terracotta);

    clip-path: polygon(
        0 0,
        94% 0,
        100% 100%,
        0 100%
    );

    z-index: 2;
}

/* deixa o LOBBY fantasma apenas como textura */
.intro-section::before {
    opacity: .018 !important;
}

@media (max-width: 820px) {
    .intro-section {
        margin-top: -25px !important;
        padding-top: 82px !important;

        clip-path: polygon(
            0 25px,
            38% 25px,
            47% 0,
            72% 18px,
            100% 8px,
            100% 100%,
            0 100%
        ) !important;
    }

    .intro-section::after {
        top: 20px;
        width: 25%;
        height: 7px;
    }
}

/* =========================================================
   RECORTES IRREGULARES ENTRE SEÇÕES
========================================================= */

/* base para seções com recorte */
.section-cut {
    position: relative;
    z-index: 3;
}

/* recorte tipo A — sobe no lado esquerdo */
.section-cut-top-a {
    margin-top: -34px;
    padding-top: 96px;
    clip-path: polygon(
        0 34px,
        18% 34px,
        25% 0,
        44% 20px,
        67% 8px,
        84% 28px,
        100% 18px,
        100% 100%,
        0 100%
    );
}

/* recorte tipo B — sobe mais no centro/direita */
.section-cut-top-b {
    margin-top: -34px;
    padding-top: 96px;
    clip-path: polygon(
        0 18px,
        16% 30px,
        39% 10px,
        57% 34px,
        76% 0,
        90% 20px,
        100% 14px,
        100% 100%,
        0 100%
    );
}

/* linha/assinatura discreta terracota */
.section-cut-top-a::after,
.section-cut-top-b::after {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 11%;
    height: 8px;
    background: var(--terracotta);
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
    opacity: .9;
}

/* alterna a assinatura pro lado direito */
.section-cut-top-b::after {
    left: auto;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
}

/* mobile */
@media (max-width: 820px) {
    .section-cut-top-a,
    .section-cut-top-b {
        margin-top: -20px;
        padding-top: 70px;
    }

    .section-cut-top-a {
        clip-path: polygon(
            0 20px,
            34% 20px,
            46% 0,
            70% 16px,
            100% 8px,
            100% 100%,
            0 100%
        );
    }

    .section-cut-top-b {
        clip-path: polygon(
            0 8px,
            28% 18px,
            54% 6px,
            76% 20px,
            100% 0,
            100% 100%,
            0 100%
        );
    }

    .section-cut-top-a::after,
    .section-cut-top-b::after {
        top: 14px;
        width: 22%;
        height: 6px;
    }
}

/* =========================================================
   APLICAÇÃO NAS SEÇÕES PRINCIPAIS
   (ajustado para nomes comuns + ids do projeto)
========================================================= */

/* Notícias */
#noticias,
.news-section,
.section-news {
    position: relative;
    z-index: 4;
}

/* Eventos */
#eventos,
.events-section,
.section-events {
    position: relative;
    z-index: 4;
}

/* Espaços */
#espacos,
.spaces-section,
.section-spaces {
    position: relative;
    z-index: 4;
}

/* Rodapé */
.site-footer,
footer {
    position: relative;
    z-index: 4;
}

/* alternância dos cortes */
#noticias,
.news-section,
.section-news {
    margin-top: -34px;
    padding-top: 96px;
    clip-path: polygon(
        0 34px,
        18% 34px,
        25% 0,
        44% 20px,
        67% 8px,
        84% 28px,
        100% 18px,
        100% 100%,
        0 100%
    );
}

#eventos,
.events-section,
.section-events {
    margin-top: -34px;
    padding-top: 96px;
    clip-path: polygon(
        0 18px,
        16% 30px,
        39% 10px,
        57% 34px,
        76% 0,
        90% 20px,
        100% 14px,
        100% 100%,
        0 100%
    );
}

#espacos,
.spaces-section,
.section-spaces {
    margin-top: -34px;
    padding-top: 96px;
    clip-path: polygon(
        0 34px,
        22% 18px,
        40% 32px,
        58% 0,
        78% 22px,
        100% 10px,
        100% 100%,
        0 100%
    );
}

.site-footer,
footer {
    margin-top: -24px;
    padding-top: 72px;
    clip-path: polygon(
        0 16px,
        24% 0,
        48% 14px,
        70% 6px,
        100% 22px,
        100% 100%,
        0 100%
    );
}

@media (max-width: 820px) {
    #noticias,
    .news-section,
    .section-news,
    #eventos,
    .events-section,
    .section-events,
    #espacos,
    .spaces-section,
    .section-spaces {
        margin-top: -20px;
        padding-top: 70px;
    }

    .site-footer,
    footer {
        margin-top: -14px;
        padding-top: 52px;
    }
}

/* =========================================================
   BRANDING — LOGO OFICIAL
========================================================= */

.brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    line-height: normal;
}

.brand-logo {
    display: block;
    width: 205px;
    height: auto;
    max-height: 56px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 820px) {
    .brand-logo {
        width: 170px;
        max-height: 48px;
    }
}

@media (max-width: 560px) {
    .brand-logo {
        width: 150px;
    }
}

/* =========================================================
   BRANDING — AJUSTE FINAL DAS LOGOS
========================================================= */

/* Header: +25% */
.brand-logo {
    display: block;
    width: 256px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
    object-position: left center;
}

/* Footer */
.footer-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.footer-logo {
    display: block;
    width: 320px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 820px) {
    .brand-logo {
        width: 210px;
        max-height: 58px;
    }

    .footer-logo {
        width: 270px;
    }
}

@media (max-width: 560px) {
    .brand-logo {
        width: 180px;
    }

    .footer-logo {
        width: 230px;
    }
}

/* =========================================================
   AJUSTE FINO — HEADER + LOGO FOOTER
========================================================= */

/* Mantém todo o conteúdo do header no lugar e baixa só a linha */
.site-header .header-inner {
    position: relative;
    border-bottom: 0;
}

.site-header .header-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 1px;
    background: rgba(255, 255, 255, .20);
    pointer-events: none;
}

/* Footer: aproximadamente 15% menor */
.footer-logo {
    width: 272px;
}

@media (max-width: 820px) {
    .footer-logo {
        width: 230px;
    }
}

@media (max-width: 560px) {
    .footer-logo {
        width: 196px;
    }
}

/* =========================================================
   HEADER — COMPORTAMENTO PREMIUM NO SCROLL
========================================================= */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    transition:
        background-color .35s ease,
        backdrop-filter .35s ease,
        padding .35s ease,
        height .35s ease,
        box-shadow .35s ease;
}

/* Estado depois do scroll */
.site-header.is-scrolled {
    height: 82px;
    padding-top: 0;

    background: rgba(51, 24, 14, .92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    box-shadow: 0 10px 35px rgba(0, 0, 0, .14);
}

/* A logo encolhe discretamente */
.site-header .brand-logo {
    transition:
        width .35s ease,
        max-height .35s ease,
        transform .35s ease;
}

.site-header.is-scrolled .brand-logo {
    width: 215px;
    max-height: 58px;
}

/* Linha acompanha o novo header */
.site-header.is-scrolled .header-inner::after {
    bottom: 0;
    background: rgba(255, 255, 255, .12);
}

/* Links ganham transição suave */
.site-header .nav-links a,
.site-header nav a {
    transition:
        color .25s ease,
        opacity .25s ease;
}

/* Mobile: evita um header alto demais */
@media (max-width: 820px) {
    .site-header.is-scrolled {
        height: 72px;
    }

    .site-header.is-scrolled .brand-logo {
        width: 180px;
        max-height: 52px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-header,
    .site-header .brand-logo {
        transition: none;
    }
}

/* =========================================================
   HERO SLIDER — TRANSIÇÃO EDITORIAL
   Mantém intacta a composição e tipografia do Hero V4
========================================================= */

.hero-slides,
.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slide {
    pointer-events: none;
}

/* Imagem e overlay */
.hero-slide .hero-media,
.hero-slide .hero-overlay {
    opacity: 0;
    visibility: hidden;

    transition:
        opacity 1s cubic-bezier(.22, .61, .36, 1),
        visibility 1s;
}

.hero-slide .hero-media img {
    transform: scale(1.07);

    transition:
        transform 7s cubic-bezier(.16, 1, .3, 1),
        filter .8s ease;
}

/* Conteúdo: não altera tamanho, posição ou tipografia */
.hero-slide .hero-content {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 18px, 0);

    transition:
        opacity .7s ease .18s,
        transform .85s cubic-bezier(.16, 1, .3, 1) .18s,
        visibility .7s;
}

/* Banner ativo */
.hero-slide.is-active {
    pointer-events: auto;
}

.hero-slide.is-active .hero-media,
.hero-slide.is-active .hero-overlay {
    opacity: 1;
    visibility: visible;
}

.hero-slide.is-active .hero-media img {
    transform: scale(1.03);
}

.hero-slide.is-active .hero-content {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

/* =========================================================
   INDICADORES
========================================================= */

.hero-pagination {
    position: absolute;
    z-index: 15;

    right: max(
        32px,
        calc((100vw - var(--container)) / 2)
    );

    bottom: 58px;

    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-dot {
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;

    display: flex;
    align-items: center;
    gap: 8px;

    width: 36px;
    height: 28px;

    background: transparent;
    color: rgba(255, 255, 255, .48);

    cursor: pointer;

    font: inherit;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;

    transition:
        width .35s ease,
        color .35s ease,
        opacity .35s ease;
}

.hero-dot::after {
    content: "";

    width: 16px;
    height: 1px;

    background: currentColor;

    transition:
        width .35s ease,
        background-color .35s ease;
}

.hero-dot span {
    line-height: 1;
}

.hero-dot.is-active {
    width: 54px;
    color: #fff;
}

.hero-dot.is-active::after {
    width: 30px;
    background: var(--terracotta);
}

.hero-dot:hover {
    color: #fff;
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 820px) {
    .hero-pagination {
        right: 24px;
        bottom: 44px;
    }

    .hero-dot {
        width: 28px;
    }

    .hero-dot.is-active {
        width: 44px;
    }

    .hero-dot::after {
        width: 12px;
    }

    .hero-dot.is-active::after {
        width: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide .hero-media,
    .hero-slide .hero-overlay,
    .hero-slide .hero-content,
    .hero-slide .hero-media img,
    .hero-dot,
    .hero-dot::after {
        transition: none !important;
    }
}

/* =========================================================
   GALERIA ESPORTIVA — CAMPANHA
========================================================= */

.gallery-feature {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;

    background:
        radial-gradient(circle at 78% 34%, rgba(203, 104, 67, .16), transparent 30%),
        linear-gradient(135deg, #160b07 0%, #33180e 58%, #1b0c07 100%);

    color: #fff;

    /* recorte irregular superior */
    margin-top: -1px;
    clip-path: polygon(
        0 5%,
        18% 5%,
        24% 0,
        43% 4%,
        60% 1%,
        76% 5%,
        100% 2%,
        100% 100%,
        0 100%
    );
}

/* =========================================================
   FOTOS
========================================================= */

.gallery-feature-media {
    position: absolute;
    z-index: 1;
    inset: 0 0 0 42%;
    overflow: hidden;
}

.gallery-shot {
    position: absolute;
    margin: 0;
    overflow: hidden;
    background: #33180e;

    box-shadow:
        0 28px 70px rgba(0, 0, 0, .30);

    transform-origin: center;
}

.gallery-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    filter:
        saturate(.90)
        contrast(1.06)
        brightness(.88);

    transform: scale(1.04);

    transition:
        transform 1.1s cubic-bezier(.16, 1, .3, 1),
        filter .7s ease;
}

/* foto principal */
.gallery-shot-1 {
    z-index: 3;
    width: 54%;
    height: 72%;
    right: 14%;
    top: 12%;

    clip-path: polygon(
        11% 0,
        100% 0,
        88% 100%,
        0 91%
    );

    transform: rotate(-2deg);
}

/* foto superior */
.gallery-shot-2 {
    z-index: 2;
    width: 31%;
    height: 39%;
    right: -3%;
    top: -2%;

    clip-path: polygon(
        14% 8%,
        100% 0,
        94% 90%,
        0 100%
    );

    transform: rotate(4deg);
}

/* foto inferior */
.gallery-shot-3 {
    z-index: 4;
    width: 36%;
    height: 42%;
    right: -2%;
    bottom: -3%;

    clip-path: polygon(
        8% 0,
        100% 10%,
        88% 100%,
        0 91%
    );

    transform: rotate(-4deg);
}

.gallery-feature:hover .gallery-shot-1 img {
    transform: scale(1.08);
}

.gallery-feature:hover .gallery-shot-2 img {
    transform: scale(1.07);
}

.gallery-feature:hover .gallery-shot-3 img {
    transform: scale(1.09);
}


/* =========================================================
   CAMADAS
========================================================= */

.gallery-feature-overlay {
    position: absolute;
    z-index: 2;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(18, 8, 5, .98) 0%,
            rgba(32, 13, 8, .94) 32%,
            rgba(40, 16, 9, .66) 51%,
            rgba(20, 8, 5, .10) 78%
        );

    pointer-events: none;
}

/* pequeno corte terracota */
.gallery-feature::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 16%;
    width: 105px;
    height: 7px;
    background: var(--terracotta);
    transform: skewX(-38deg);
}


/* =========================================================
   CONTEÚDO
========================================================= */

.gallery-feature-content {
    position: relative;
    z-index: 6;
    width: 100%;
}

.gallery-feature-content > * {
    max-width: 540px;
}

.gallery-feature h2 {
    margin: 0;
    max-width: 7.5ch;

    font-size: clamp(3.7rem, 6.2vw, 5.8rem);
    line-height: .86;
    letter-spacing: -.045em;
}

.gallery-feature-description {
    max-width: 450px !important;
    margin: 30px 0 34px;

    color: rgba(255, 255, 255, .74);
    font-size: 1rem;
    line-height: 1.7;
}


/* =========================================================
   PALAVRA GIGANTE AO FUNDO
========================================================= */

.gallery-feature-word {
    position: absolute;
    z-index: 0;
    left: -1.2%;
    bottom: -3.5%;

    white-space: nowrap;

    font-size: clamp(8rem, 18vw, 18rem);
    font-weight: 900;
    line-height: .72;
    letter-spacing: -.065em;

    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.075);

    pointer-events: none;
    user-select: none;
}


/* =========================================================
   SEM FOTOS
========================================================= */

.gallery-feature.is-without-images {
    min-height: 620px;
}

.gallery-feature.is-without-images .gallery-feature-overlay {
    background:
        linear-gradient(
            115deg,
            rgba(18, 8, 5, .25),
            rgba(203, 104, 67, .08)
        );
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {

    .gallery-feature {
        min-height: 700px;
    }

    .gallery-feature-media {
        left: 48%;
    }

    .gallery-shot-1 {
        width: 75%;
        right: 4%;
    }

    .gallery-shot-2 {
        width: 45%;
    }

    .gallery-shot-3 {
        width: 50%;
    }

    .gallery-feature-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(18, 8, 5, .98) 0%,
                rgba(27, 11, 7, .92) 42%,
                rgba(27, 11, 7, .40) 72%,
                rgba(18, 8, 5, .20) 100%
            );
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .gallery-feature {
        min-height: 820px;
        align-items: flex-start;
        padding-top: 120px;

        clip-path: polygon(
            0 3%,
            28% 3%,
            36% 0,
            58% 2%,
            76% 1%,
            100% 3%,
            100% 100%,
            0 100%
        );
    }

    .gallery-feature-content {
        padding-bottom: 360px;
    }

    .gallery-feature h2 {
        font-size: clamp(3.2rem, 15vw, 4.7rem);
    }

    .gallery-feature-description {
        max-width: 88% !important;
    }

    .gallery-feature-media {
        inset: auto 0 0 0;
        height: 390px;
    }

    .gallery-shot-1 {
        width: 70%;
        height: 82%;
        left: 3%;
        right: auto;
        top: 7%;
    }

    .gallery-shot-2 {
        width: 43%;
        height: 46%;
        right: -3%;
        top: -2%;
    }

    .gallery-shot-3 {
        width: 45%;
        height: 47%;
        right: -3%;
        bottom: -2%;
    }

    .gallery-feature-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(18, 8, 5, 1) 0%,
                rgba(28, 12, 7, .98) 48%,
                rgba(28, 12, 7, .42) 72%,
                rgba(18, 8, 5, .12) 100%
            );
    }

    .gallery-feature-word {
        left: -4%;
        bottom: 6%;
        font-size: 7.5rem;
    }
}


/* =========================================================
   MOVIMENTO REDUZIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .gallery-shot img {
        transition: none;
    }
}

/* =========================================================
   GALERIA ESPORTIVA — AJUSTE FINAL
========================================================= */

/* Sobrepõe levemente a seção anterior para eliminar a fresta branca */
.gallery-feature {
    margin-top: -48px;
    margin-bottom: 0;
}

/* Texto alinhado no mesmo eixo visual do restante do site */
.gallery-feature-content {
    width: min(620px, calc(100% - 64px));
    max-width: 620px;

    margin-left: max(
        32px,
        calc((100vw - var(--container)) / 2)
    );

    margin-right: auto;
}

/* Área das fotos */
.gallery-feature-media {
    position: absolute;
    z-index: 1;

    top: 0;
    right: 0;
    bottom: 0;
    left: 48%;

    overflow: hidden;

    clip-path: polygon(
        12% 0,
        100% 0,
        100% 100%,
        0 100%,
        8% 63%
    );
}

/* Cada foto ocupa toda a área e alterna */
.gallery-slide {
    position: absolute;
    inset: 0;

    margin: 0;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 1.15s cubic-bezier(.22, .61, .36, 1),
        visibility 1.15s;
}

.gallery-slide img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    filter:
        saturate(.92)
        contrast(1.06)
        brightness(.82);

    transform: scale(1.08);

    transition:
        transform 7s cubic-bezier(.16, 1, .3, 1);
}

/* Foto ativa */
.gallery-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.gallery-slide.is-active img {
    transform: scale(1.02);
}

/* Gradiente integra foto e texto */
.gallery-feature-overlay {
    z-index: 2;

    background:
        linear-gradient(
            90deg,
            rgba(18, 8, 5, 1) 0%,
            rgba(25, 10, 6, .98) 32%,
            rgba(30, 12, 7, .82) 47%,
            rgba(22, 9, 5, .28) 67%,
            rgba(18, 8, 5, .08) 100%
        );
}

/* Conteúdo sempre acima das fotos */
.gallery-feature-content {
    z-index: 6;
}

/* Mobile */
@media (max-width: 700px) {

    .gallery-feature {
        margin-top: -26px;
    }

    .gallery-feature-content {
        width: calc(100% - 48px);
        margin-left: 24px;
        margin-right: 24px;
        padding-bottom: 350px;
    }

    .gallery-feature-media {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 370px;

        clip-path: polygon(
            0 12%,
            31% 4%,
            59% 10%,
            82% 0,
            100% 7%,
            100% 100%,
            0 100%
        );
    }

    .gallery-feature-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(18, 8, 5, 1) 0%,
                rgba(18, 8, 5, .98) 54%,
                rgba(18, 8, 5, .38) 78%,
                rgba(18, 8, 5, .08) 100%
            );
    }
}

@media (prefers-reduced-motion: reduce) {
    .gallery-slide,
    .gallery-slide img {
        transition: none !important;
    }
}

/* =========================================================
   CORREÇÃO — JUNÇÃO COM O SLOGAN
========================================================= */

.slogan-section {
    margin-top: -1px !important;
}

/* =========================================================
   HERO — LIMPEZA VISUAL
   Mantém apenas foto + degradê + conteúdo
========================================================= */

.hero-geometry,
.hero-shape-left,
.hero-shape-right {
    display: none !important;
}

/* Mantém somente o degradê cinematográfico */
.hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(15, 7, 4, .90) 0%,
            rgba(18, 8, 4, .68) 34%,
            rgba(18, 8, 4, .28) 63%,
            rgba(18, 8, 4, .10) 100%
        ) !important;
}


/* =========================================================
   JUNÇÃO IRREGULAR — SLOGAN
========================================================= */

.slogan-section {
    margin-top: -52px !important;
    padding-top: 52px;

    clip-path: polygon(
        0 52px,
        17% 52px,
        23% 14px,
        37% 39px,
        51% 22px,
        64% 48px,
        77% 8px,
        89% 39px,
        100% 25px,
        100% 100%,
        0 100%
    );
}


/* Mobile: recorte menos agressivo */
@media (max-width: 700px) {
    .slogan-section {
        margin-top: -32px !important;
        padding-top: 32px;

        clip-path: polygon(
            0 32px,
            22% 32px,
            31% 7px,
            48% 27px,
            65% 12px,
            82% 31px,
            100% 18px,
            100% 100%,
            0 100%
        );
    }
}

/* =========================================================
   PATROCINADORES — MARQUEE CONTÍNUO
========================================================= */

.sponsors-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0 88px;
    background: var(--white);
}

.sponsors-heading {
    margin-bottom: 44px;
}

.sponsors-title {
    margin: 0;
    text-align: center;
    color: #9A8D86;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
}


/* janela do carrossel */
.sponsors-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* fade suave nas laterais */
.sponsors-marquee::before,
.sponsors-marquee::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    width: clamp(45px, 9vw, 150px);
    pointer-events: none;
}

.sponsors-marquee::before {
    left: 0;
    background:
        linear-gradient(
            90deg,
            var(--white) 0%,
            rgba(255,255,255,.86) 35%,
            rgba(255,255,255,0) 100%
        );
}

.sponsors-marquee::after {
    right: 0;
    background:
        linear-gradient(
            270deg,
            var(--white) 0%,
            rgba(255,255,255,.86) 35%,
            rgba(255,255,255,0) 100%
        );
}


/* trilho infinito */
.sponsors-track {
    display: flex;
    align-items: center;

    width: max-content;

    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;

    animation: lobbySponsorsMarquee 34s linear infinite;
    will-change: transform;
}


/* cada metade do trilho */
.sponsors-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;

    gap: clamp(65px, 7vw, 120px);

    padding-right: clamp(65px, 7vw, 120px);
}


/* cada patrocinador */
.sponsor-item {
    flex: 0 0 auto;

    width: 190px;
    height: 88px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}


/* logos */
.sponsors-track .sponsor-item img {
    display: block;

    width: auto;
    height: auto;

    max-width: 165px;
    max-height: 66px;

    object-fit: contain;

    filter: grayscale(1);
    opacity: .48;

    transition:
        filter .3s ease,
        opacity .3s ease,
        transform .3s ease;
}


/* interação */
.sponsor-item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.06);
}


/* pausa enquanto o usuário olha/interage */
.sponsors-marquee:hover .sponsors-track {
    animation-play-state: paused;
}


/* movimento infinito */
@keyframes lobbySponsorsMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .sponsors-section {
        padding: 68px 0 72px;
    }

    .sponsors-heading {
        margin-bottom: 34px;
    }

    .sponsors-track {
        animation-duration: 27s;
    }

    .sponsors-group {
        gap: 48px;
        padding-right: 48px;
    }

    .sponsor-item {
        width: 145px;
        height: 72px;
    }

    .sponsors-track .sponsor-item img {
        max-width: 130px;
        max-height: 54px;
    }
}


/* acessibilidade */
@media (prefers-reduced-motion: reduce) {
    .sponsors-track {
        animation: none;
    }
}

/* =========================================================
   PATROCINADORES — CORREÇÃO DE VISIBILIDADE
========================================================= */

.sponsors-track .sponsor-item img {
    display: block !important;
    width: auto !important;
    height: auto !important;

    max-width: 165px !important;
    max-height: 66px !important;

    /* Faz inclusive logos brancas aparecerem sobre fundo claro */
    filter: brightness(0) !important;
    opacity: .52 !important;

    visibility: visible !important;

    transition:
        opacity .3s ease,
        transform .3s ease !important;
}

.sponsor-item:hover img {
    filter: brightness(0) !important;
    opacity: 1 !important;
    transform: scale(1.06);
}

/* Mobile */
@media (max-width: 700px) {

    .sponsors-section {
        padding-top: 58px;
        padding-bottom: 62px;
    }

    .sponsors-heading {
        margin-bottom: 30px;
    }

    .sponsors-marquee {
        min-height: 82px;
    }

    .sponsor-item {
        width: 145px;
        height: 72px;
    }

    .sponsors-track .sponsor-item img {
        max-width: 125px !important;
        max-height: 52px !important;
    }
}

/* =========================================================
   MOBILE V1 — HEADER + HERO
   Override definitivo das regras antigas
========================================================= */

@media (max-width: 820px) {

    :root {
        --header-height: 86px;
    }

    /* -----------------------------------------------------
       HEADER MOBILE
    ----------------------------------------------------- */

    .site-header {
        height: var(--header-height) !important;
        padding-top: 0 !important;

        background: rgba(35, 16, 9, .76);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .site-header.is-scrolled {
        height: 74px !important;
        padding-top: 0 !important;

        background: rgba(51, 24, 14, .96);
    }

    .header-inner {
        height: 100% !important;
        gap: 14px;
    }

    .site-header .header-inner::after {
        bottom: 0 !important;
    }

    .brand {
        height: auto;
    }

    .brand-logo {
        width: 158px !important;
        max-height: 54px !important;
    }

    .site-header.is-scrolled .brand-logo {
        width: 142px !important;
        max-height: 48px !important;
    }

    /* menu desktop não participa do layout mobile */
    .main-nav,
    .header-actions {
        display: none !important;
    }


    /* -----------------------------------------------------
       HERO MOBILE
       IMPORTANTE: slides são absolutos, portanto
       o hero precisa ter altura própria.
    ----------------------------------------------------- */

    .hero {
        position: relative;

        width: 100%;

        height: 100svh !important;
        min-height: 640px !important;
        max-height: 780px !important;

        padding: 0 !important;
        margin: 0 !important;

        overflow: hidden;
    }

    .hero-slides,
    .hero-slide {
        position: absolute;
        inset: 0;

        width: 100%;
        height: 100%;
    }

    .hero-media,
    .hero-media img {
        width: 100%;
        height: 100%;
    }

    .hero-media img {
        object-fit: cover;
        object-position: center center;
    }


    /* -----------------------------------------------------
       CONTEÚDO DO HERO
    ----------------------------------------------------- */

    .hero-content {
        position: relative;

        width: calc(100% - 40px) !important;
        max-width: none !important;
        height: 100% !important;

        margin-left: 20px !important;
        margin-right: 20px !important;

        padding:
            calc(var(--header-height) + 38px)
            0
            92px !important;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end !important;
    }

    .hero .eyebrow {
        margin-bottom: 18px;

        font-size: 10px;
        letter-spacing: 3.2px;
    }

    .hero h1,
    .hero-title {
        width: 100%;
        max-width: 7.2ch !important;

        margin: 0;

        font-size: clamp(3.25rem, 15vw, 4.6rem) !important;
        line-height: .87 !important;
        letter-spacing: -.05em !important;

        overflow-wrap: normal;
        word-break: normal;
    }

    .hero-description,
    .hero-subtitle {
        max-width: 92% !important;

        margin: 22px 0 0;

        font-size: .96rem;
        line-height: 1.55;
    }

    .hero-content .button {
        margin-top: 24px;
    }


    /* -----------------------------------------------------
       PAGINAÇÃO
    ----------------------------------------------------- */

    .hero-pagination {
        right: 20px !important;
        bottom: 25px !important;

        gap: 7px;
    }

    .hero-dot {
        height: 24px;
    }


    /* -----------------------------------------------------
       LIMPEZA
    ----------------------------------------------------- */

    .hero-word,
    .hero-geometry,
    .hero-shape-left,
    .hero-shape-right,
    .scroll-indicator {
        display: none !important;
    }
}


/* celulares menores */
@media (max-width: 560px) {

    .container {
        width: calc(100% - 40px);
    }

    .hero {
        min-height: 620px !important;
        max-height: 740px !important;
    }

    .brand-logo {
        width: 150px !important;
    }

    .site-header.is-scrolled .brand-logo {
        width: 136px !important;
    }

    .hero h1,
    .hero-title {
        font-size: clamp(3rem, 14.7vw, 4.25rem) !important;
    }
}

/* =========================================================
   MOBILE — HERO MAIS COMPACTO
========================================================= */

@media (max-width: 820px) {
    .hero {
        height: 83svh !important;
        min-height: 560px !important;
        max-height: 660px !important;
    }
}

@media (max-width: 560px) {
    .hero {
        height: 82svh !important;
        min-height: 540px !important;
        max-height: 640px !important;
    }
}

/* =========================================================
   GALERIA — CARD FOTOGRÁFICO FLUTUANTE
========================================================= */

@media (min-width: 821px) {

    .gallery-feature-media {
        top: 10% !important;
        right: 4.5% !important;
        bottom: auto !important;
        left: auto !important;

        width: 47% !important;
        height: 78% !important;

        overflow: hidden;

        clip-path: polygon(
            7% 2%,
            91% 0,
            100% 9%,
            97% 58%,
            100% 91%,
            88% 100%,
            51% 96%,
            12% 100%,
            2% 91%,
            5% 55%,
            1% 12%
        );

        transform: rotate(-1.2deg);

        box-shadow:
            0 35px 80px rgba(0, 0, 0, .38),
            0 8px 24px rgba(0, 0, 0, .22);
    }

    .gallery-feature-media::after {
        content: "";
        position: absolute;
        z-index: 20;
        inset: 0;

        border: 1px solid rgba(255, 255, 255, .10);

        clip-path: inherit;

        pointer-events: none;
    }

    .gallery-slide img {
        object-position: center center;
    }

    /* deixa o texto respirar mais */
    .gallery-feature-content {
        width: min(540px, 40vw) !important;
        max-width: 540px !important;
    }

    /* gradiente menos invasivo agora que a foto virou card */
    .gallery-feature-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(18, 8, 5, 1) 0%,
                rgba(22, 9, 5, .98) 35%,
                rgba(26, 10, 6, .68) 55%,
                rgba(18, 8, 5, .12) 100%
            ) !important;
    }
}

/* =========================================================
   GALERIA — AJUSTE MOBILE (espaço + degradê invertido)
========================================================= */
@media (max-width: 820px) {

    .gallery-feature-content {
        padding-bottom: 0 !important;
    }

    .gallery-feature-content .button,
    .gallery-feature-content .button-light {
        margin-bottom: 28px !important;
    }

    .gallery-feature-media {
        margin-top: 28px !important;
    }

    .gallery-feature-overlay {
        background:
            linear-gradient(
                0deg,
                rgba(18, 8, 5, .88) 0%,
                rgba(18, 8, 5, .58) 34%,
                rgba(18, 8, 5, .18) 62%,
                rgba(18, 8, 5, .04) 100%
            ) !important;
    }
}

/* =========================================================
   GALERIA MOBILE — RESPIRO ENTRE CTA E SLIDE
========================================================= */

@media (max-width: 820px) {

    /* devolve o espaço estrutural para a foto */
    .gallery-feature-content {
        padding-bottom: 395px !important;
    }

    .gallery-feature-content .button,
    .gallery-feature-content .button-light {
        margin-bottom: 0 !important;
    }

    /* baixa o bloco fotográfico */
    .gallery-feature-media {
        margin-top: 0 !important;
        bottom: -55px !important;
        height: 370px !important;
    }

    /* compensa os 55px para não cortar a foto */
    .gallery-feature {
        min-height: 875px !important;
        padding-bottom: 55px;
    }

    /* volta ao degradê integrado da foto */
    .gallery-feature-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(18, 8, 5, 1) 0%,
                rgba(18, 8, 5, .98) 48%,
                rgba(18, 8, 5, .42) 72%,
                rgba(18, 8, 5, .10) 100%
            ) !important;
    }
}

/* =========================================================
   GALERIA MOBILE — RESPIRO FINAL
========================================================= */

@media (max-width: 820px) {

    .gallery-feature {
        min-height: 820px !important;
        padding-bottom: 0 !important;
    }

    .gallery-feature-content {
        padding-bottom: 350px !important;
    }

    .gallery-feature-media {
        bottom: -18px !important;
        height: 370px !important;
        margin-top: 0 !important;
    }
}

/* =========================================================
   MENU MOBILE — VISUAL
========================================================= */

/* escondido no desktop */
.mobile-menu-toggle,
.mobile-menu {
    display: none;
}

@media (max-width: 820px) {

    /* botão hambúrguer */
    .mobile-menu-toggle {
        position: relative;
        z-index: 120;

        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 7px;

        width: 44px;
        height: 44px;

        margin-left: auto;
        padding: 0;

        border: 0;
        background: transparent;

        cursor: pointer;
    }

    .mobile-menu-toggle span {
        display: block;

        width: 27px;
        height: 2px;

        margin-left: auto;

        background: #fff;

        transform-origin: center;

        transition:
            transform .35s cubic-bezier(.16, 1, .3, 1),
            width .35s ease,
            opacity .25s ease;
    }

    .mobile-menu-toggle span:last-child {
        width: 19px;
    }

    /* X quando aberto */
    .mobile-menu-toggle.is-active span:first-child {
        width: 27px;
        transform: translateY(4.5px) rotate(45deg);
    }

    .mobile-menu-toggle.is-active span:last-child {
        width: 27px;
        transform: translateY(-4.5px) rotate(-45deg);
    }


    /* painel */
    .mobile-menu {
        position: fixed;
        z-index: 110;

        inset: 0;

        display: block;

        padding:
            calc(var(--header-height) + 48px)
            24px
            36px;

        background:
            radial-gradient(
                circle at 100% 0,
                rgba(203, 104, 67, .16),
                transparent 38%
            ),
            #170b07;

        color: #fff;

        opacity: 0;
        visibility: hidden;

        transform: translate3d(0, -18px, 0);

        pointer-events: none;

        transition:
            opacity .35s ease,
            transform .45s cubic-bezier(.16, 1, .3, 1),
            visibility .35s;
    }

    .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;

        transform: translate3d(0, 0, 0);

        pointer-events: auto;
    }

    .mobile-menu-inner {
        width: 100%;
        height: 100%;

        display: flex;
        flex-direction: column;
    }

    .mobile-menu-label {
        margin-bottom: 30px;

        color: var(--terracotta);

        font-size: 10px;
        font-weight: 900;
        letter-spacing: 4px;
    }

    .mobile-menu-nav {
        display: flex;
        flex-direction: column;

        border-top: 1px solid rgba(255,255,255,.13);
    }

    .mobile-menu-nav a {
        display: flex;
        align-items: center;

        min-height: 68px;

        border-bottom: 1px solid rgba(255,255,255,.13);

        color: #fff;

        font-size: clamp(1.75rem, 8vw, 2.45rem);
        font-weight: 800;
        line-height: 1;

        letter-spacing: -.035em;
        text-decoration: none;
        text-transform: uppercase;
    }

    .mobile-menu-reservation {
        width: 100%;
        margin-top: 28px;

        justify-content: center;
        text-align: center;
    }

    .mobile-menu-bottom {
        margin-top: auto;
        padding-top: 30px;

        display: flex;
        justify-content: space-between;
        gap: 18px;

        border-top: 1px solid rgba(255,255,255,.13);

        color: rgba(255,255,255,.42);

        font-size: 8px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    /* impede scroll da página com menu aberto */
    body.mobile-menu-open {
        overflow: hidden;
    }
}

@media (max-width: 420px) {

    .mobile-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-menu-nav a {
        min-height: 62px;
    }

    .mobile-menu-bottom {
        flex-direction: column;
        gap: 7px;
    }
}

/* =========================================================
   MENU MOBILE — FUNDO MAIS SÓLIDO
========================================================= */
@media (max-width: 820px) {
    .mobile-menu {
        background: rgba(23, 11, 7, 0.985) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}

/* =========================================================
   MENU MOBILE — CORREÇÃO ESTRUTURAL
========================================================= */

@media (max-width: 820px) {

    /*
     * O backdrop-filter no header cria um containing block
     * e prende o menu fixed dentro da altura do cabeçalho.
     */
    .site-header,
    .site-header.is-scrolled {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    /* mantém logo e botão X acima do painel */
    .site-header .brand {
        position: relative;
        z-index: 120;
    }

    .mobile-menu-toggle {
        position: relative;
        z-index: 120;
    }

    /* painel agora cobre realmente a viewport inteira */
    .mobile-menu {
        position: fixed !important;

        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;

        width: 100vw !important;
        height: 100dvh !important;
        min-height: 100dvh !important;

        padding:
            calc(var(--header-height) + 16px)
            24px
            28px !important;

        background: #170b07 !important;

        opacity: 0;
        visibility: hidden;

        overflow-y: auto;

        transform: translate3d(0, -10px, 0);
    }

    .mobile-menu.is-open {
        opacity: 1 !important;
        visibility: visible !important;

        transform: translate3d(0, 0, 0) !important;
    }

    /* reduz aquele vazio antes de NAVEGAÇÃO */
    .mobile-menu-label {
        margin-bottom: 18px !important;
    }

    /* quando aberto, o topo acompanha o mesmo fundo */
    body.mobile-menu-open .site-header {
        background: #170b07 !important;
        box-shadow: none !important;
    }

    body.mobile-menu-open .site-header .header-inner::after {
        background: rgba(255,255,255,.10) !important;
    }
}

@media (max-width: 420px) {
    .mobile-menu {
        padding:
            calc(var(--header-height) + 12px)
            20px
            24px !important;
    }
}

/* =========================================================
   MOBILE V2 — ESPAÇOS
========================================================= */

@media (max-width: 820px) {

    .spaces-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .space-card,
    .space-card:nth-child(even) {
        transform: none !important;
        margin: 0 !important;
    }

    .space-card {
        min-height: 520px;
    }

    .space-content {
        left: 24px;
        right: 24px;
        bottom: 30px;
    }

    .space-content h3 {
        font-size: clamp(2.8rem, 13vw, 4.4rem);
        line-height: .88;
    }
}

@media (max-width: 560px) {
    .space-card {
        min-height: 480px;
    }
}

/* =========================================================
   MOBILE V2 — RITMO: NOTÍCIAS / EVENTOS / ESPAÇOS
========================================================= */

@media (max-width: 820px) {

    /* âncoras não ficam escondidas pelo header fixo */
    #clube,
    #noticias,
    #eventos,
    #espacos,
    #galeria {
        scroll-margin-top: 78px;
    }


    /* -----------------------------------------------------
       NOTÍCIAS
    ----------------------------------------------------- */

    #noticias,
    .news-section {
        margin-top: -24px !important;
        padding-top: 82px !important;
        padding-bottom: 74px !important;

        clip-path: polygon(
            0 24px,
            20% 24px,
            28% 4px,
            45% 18px,
            64% 7px,
            82% 23px,
            100% 12px,
            100% 100%,
            0 100%
        );
    }

    .news-grid {
        display: block !important;
    }

    .news-card,
    .news-card:nth-child(2) {
        margin-top: 0 !important;
        margin-bottom: 38px !important;
        transform: none !important;
    }

    .news-card:last-child {
        margin-bottom: 0 !important;
    }


    /* -----------------------------------------------------
       EVENTOS
    ----------------------------------------------------- */

    #eventos,
    .events-section {
        margin-top: -28px !important;

        padding-top: 88px !important;
        padding-bottom: 78px !important;

        clip-path: polygon(
            0 22px,
            17% 30px,
            36% 9px,
            55% 27px,
            72% 4px,
            88% 23px,
            100% 13px,
            100% 100%,
            0 100%
        );
    }

    .events-list {
        margin-top: 38px;
    }

    .event-row {
        grid-template-columns: 74px minmax(0, 1fr) !important;
        gap: 18px !important;

        padding: 25px 0 !important;
    }

    .event-date strong {
        font-size: 46px !important;
    }

    .event-info {
        min-width: 0;
    }

    .event-info h3 {
        font-size: clamp(1.45rem, 7vw, 2.15rem) !important;
        line-height: .98 !important;
    }

    .event-link {
        grid-column: 2 !important;
        margin-top: 2px;
    }


    /* -----------------------------------------------------
       ESPAÇOS
    ----------------------------------------------------- */

    #espacos,
    .spaces-section {
        position: relative;

        margin-top: -24px !important;
        padding-top: 82px !important;
        padding-bottom: 78px !important;

        clip-path: polygon(
            0 16px,
            19% 28px,
            37% 6px,
            57% 25px,
            75% 3px,
            90% 22px,
            100% 11px,
            100% 100%,
            0 100%
        );
    }

    .spaces-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .space-card,
    .space-card:nth-child(even) {
        transform: none !important;
        margin: 0 !important;
    }

    .space-card {
        min-height: 500px !important;
    }
}


@media (max-width: 560px) {

    .event-row {
        grid-template-columns: 68px minmax(0, 1fr) !important;
        gap: 14px !important;
    }

    .event-date strong {
        font-size: 42px !important;
    }

    .space-card {
        min-height: 470px !important;
    }
}

/* =========================================================
   MOBILE V3 — SLOGAN / GALERIA / SPONSORS / FOOTER
========================================================= */

@media (max-width: 820px) {

    /* -----------------------------------------------------
       SLOGAN
    ----------------------------------------------------- */

    .slogan-section {
        min-height: 570px !important;

        margin-top: -30px !important;
        padding: 88px 0 82px !important;

        align-items: center;

        clip-path: polygon(
            0 30px,
            19% 30px,
            29% 6px,
            47% 24px,
            65% 10px,
            82% 29px,
            100% 16px,
            100% 100%,
            0 100%
        ) !important;
    }

    .slogan-content {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .slogan-content > p {
        margin-bottom: 20px;
    }

    .slogan-content h2 {
        max-width: 9ch;

        margin-bottom: 32px;

        font-size: clamp(3.2rem, 14vw, 4.8rem) !important;
        line-height: .86 !important;
        letter-spacing: -.05em !important;

        overflow-wrap: normal !important;
        word-break: normal !important;
    }


    /* -----------------------------------------------------
       GALERIA
       Só proteção de largura — preserva layout aprovado.
    ----------------------------------------------------- */

    .gallery-feature h2 {
        max-width: 7.4ch !important;

        font-size: clamp(3.05rem, 13.5vw, 4.35rem) !important;
        line-height: .87 !important;

        overflow-wrap: normal;
        word-break: normal;
    }

    .gallery-feature-description {
        max-width: 92% !important;
    }


    /* -----------------------------------------------------
       PATROCINADORES
       Entrada irregular sobre a seção escura
    ----------------------------------------------------- */

    .sponsors-section {
        position: relative;
        z-index: 5;

        margin-top: -26px !important;

        padding-top: 82px !important;
        padding-bottom: 64px !important;

        clip-path: polygon(
            0 26px,
            20% 26px,
            30% 5px,
            49% 21px,
            68% 8px,
            85% 25px,
            100% 13px,
            100% 100%,
            0 100%
        );
    }

    .sponsors-heading {
        margin-bottom: 28px !important;
    }

    .sponsors-marquee {
        min-height: 76px !important;
    }

    .sponsor-item {
        height: 68px !important;
    }


    /* -----------------------------------------------------
       FOOTER
    ----------------------------------------------------- */

    .site-footer {
        position: relative;
        z-index: 6;

        margin-top: -22px !important;

        padding:
            86px
            0
            24px !important;

        clip-path: polygon(
            0 20px,
            18% 27px,
            35% 5px,
            54% 23px,
            72% 7px,
            88% 25px,
            100% 14px,
            100% 100%,
            0 100%
        );
    }

    .footer-grid {
        grid-template-columns: 1fr !important;

        gap: 38px !important;

        padding-bottom: 52px !important;
    }

    .footer-logo {
        width: 190px !important;
    }

    .footer-brand p {
        margin-top: 24px;
        max-width: 330px;
    }

    .footer-grid h4 {
        margin-bottom: 17px;
    }

    .footer-grid a,
    .footer-grid > div:not(.footer-brand) p {
        margin-bottom: 9px;
    }

    .footer-bottom {
        padding-top: 22px;
    }
}


@media (max-width: 560px) {

    .slogan-section {
        min-height: 540px !important;
    }

    .slogan-content h2 {
        font-size: clamp(3rem, 13.7vw, 4.25rem) !important;
    }

    .footer-logo {
        width: 180px !important;
    }
}

/* =========================================================
   FOOTER — ACABAMENTO FUNCIONAL
========================================================= */

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 28px;
}

.footer-social a {
    margin: 0 !important;
    color: rgba(255,255,255,.58) !important;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-social a:hover {
    color: var(--terracotta) !important;
}

.footer-whatsapp {
    margin-top: 8px !important;
    color: var(--terracotta) !important;
    font-weight: 800;
}

.footer-hours {
    margin-top: 14px !important;
    color: rgba(255,255,255,.46) !important;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 22px;
}

.footer-legal a {
    color: rgba(255,255,255,.35);
    font-size: 10px;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-legal a:hover {
    color: rgba(255,255,255,.8);
}


/* =========================================================
   FOOTER — MOBILE
========================================================= */

@media (max-width: 820px) {

    .footer-social {
        margin-top: 22px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .footer-legal {
        justify-content: flex-start;
        gap: 9px 18px;
    }

    .footer-whatsapp {
        display: inline-block;
        margin-top: 6px !important;
    }
}

/* =========================================================
   NÚMEROS DO CLUBE — CONJUNTO CENTRALIZADO
========================================================= */

@media (min-width: 1101px) {

    .metrics-grid {
        display: flex !important;
        justify-content: center;
        align-items: stretch;
        width: 100%;
    }

    .metric {
        flex: 0 1 280px;
        width: 280px;
    }

    .metric:first-child {
        padding-left: clamp(20px, 3vw, 50px);
    }
}

/* =========================================================
   NÚMEROS DO CLUBE — MAIS RESPIRO ENTRE ITENS
========================================================= */

@media (min-width: 1101px) {

    .metrics-grid {
        gap: clamp(28px, 3vw, 52px) !important;
    }

    .metric {
        flex: 0 0 330px !important;
        width: 330px !important;
        padding-left: 38px !important;
        padding-right: 38px !important;
    }
}

/* =========================================================
   MANIFESTO — MUITO ALÉM DA QUADRA
========================================================= */

.intro-section {
    position: relative;
    overflow: hidden;

    /* reduz a altura sem alterar a tipografia */
    padding-bottom: 105px !important;
}

.intro-grid {
    position: relative;
    z-index: 3;
}


/* Palavra editorial ao fundo */
.intro-word {
    position: absolute;
    z-index: 1;

    left: 34%;
    top: 53%;

    transform: translateY(-50%);

    white-space: nowrap;
    pointer-events: none;
    user-select: none;

    font-size: clamp(10rem, 20vw, 22rem);
    font-weight: 900;
    line-height: .72;
    letter-spacing: -.07em;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(51, 24, 14, .07);

    opacity: .9;
}


/* pequeno detalhe de campanha */
.intro-word::after {
    content: "";

    position: absolute;

    width: 115px;
    height: 7px;

    left: 48%;
    top: 52%;

    background: var(--terracotta);

    transform: rotate(-13deg);

    opacity: .72;
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 820px) {

    .intro-section {
        padding-bottom: 82px !important;
    }

    .intro-word {
        left: 24%;
        top: 42%;

        font-size: 44vw;

        -webkit-text-stroke:
            1px rgba(51, 24, 14, .055);
    }

    .intro-word::after {
        width: 70px;
        height: 5px;
    }
}

@media (max-width: 560px) {

    .intro-word {
        left: 31%;
        top: 34%;
        font-size: 48vw;
        opacity: .65;
    }

    .intro-word::after {
        display: none;
    }
}

/* =========================================================
   MANIFESTO + FRAME DE NOTÍCIAS
========================================================= */

.intro-section {
    position: relative;
    overflow: hidden;
}

.intro-grid {
    position: relative;
    z-index: 4;

    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    gap: clamp(65px, 8vw, 130px);
    align-items: start;
}

.intro-manifesto {
    position: relative;
    z-index: 3;
}

.intro-side {
    position: relative;
    z-index: 5;

    display: flex;
    flex-direction: column;
    gap: 42px;
}


/* =========================================================
   FRAME EDITORIAL
========================================================= */

.intro-news {
    position: relative;
    width: 100%;

    background: #33180e;
    color: #fff;

    overflow: hidden;

    box-shadow:
        0 28px 70px rgba(51, 24, 14, .14);
}


/* pequena lâmina terracota */
.intro-news::before {
    content: "";
    position: absolute;
    z-index: 8;

    top: 0;
    left: 0;

    width: 110px;
    height: 6px;

    background: var(--terracotta);

    clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
}


/* cabeçalho do frame */
.intro-news-header {
    position: relative;
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 23px 28px 19px;

    border-bottom: 1px solid rgba(255,255,255,.12);
}

.intro-news-header > span {
    color: var(--terracotta);

    font-size: 10px;
    font-weight: 900;
    letter-spacing: 3.5px;
}

.intro-news-counter {
    display: flex;
    align-items: baseline;
    gap: 5px;

    color: rgba(255,255,255,.38);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
}

.intro-news-counter strong {
    color: #fff;
}


/* =========================================================
   NOTÍCIA
========================================================= */

.intro-news-list {
    position: relative;
    min-height: 415px;
}

.intro-news-item {
    position: absolute;
    inset: 0;

    display: grid;
    grid-template-rows: 205px 1fr;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity .55s ease,
        visibility .55s;
}

.intro-news-item.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.intro-news-image {
    position: relative;
    overflow: hidden;
}

.intro-news-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(51,24,14,.02),
            rgba(51,24,14,.22)
        );
}

.intro-news-image img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;

    transform: scale(1.025);

    transition:
        transform .8s cubic-bezier(.16, 1, .3, 1);
}

.intro-news:hover .intro-news-item.is-active img {
    transform: scale(1.06);
}


/* sem capa: o conteúdo ocupa tudo */
.intro-news-item:not(:has(.intro-news-image)) {
    grid-template-rows: 1fr;
}


.intro-news-body {
    display: flex;
    flex-direction: column;

    padding: 24px 28px 27px;
}

.intro-news-meta {
    display: flex;
    justify-content: space-between;
    gap: 18px;

    margin-bottom: 13px;

    color: rgba(255,255,255,.42);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.intro-news-meta span {
    color: var(--terracotta);
}

.intro-news-body h3 {
    max-width: 14ch;

    margin: 0;

    font-size: clamp(1.65rem, 2.3vw, 2.35rem);
    line-height: .96;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.intro-news-body > p {
    margin: 15px 0 0;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;

    color: rgba(255,255,255,.60);
    font-size: .84rem;
    line-height: 1.55;
}


/* botão editorial */
.intro-news-open {
    appearance: none;
    border: 0;
    padding: 0;

    margin-top: auto;
    padding-top: 20px;

    align-self: flex-start;

    background: transparent;
    color: var(--terracotta);

    cursor: pointer;

    font: inherit;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/* =========================================================
   NAVEGAÇÃO ENTRE NOTÍCIAS
========================================================= */

.intro-news-controls {
    position: relative;
    z-index: 6;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 0 28px 22px;
}

.intro-news-dot {
    appearance: none;
    border: 0;

    min-width: 34px;
    padding: 8px 0;

    background: transparent;
    color: rgba(255,255,255,.32);

    cursor: pointer;

    font: inherit;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;

    border-bottom: 1px solid rgba(255,255,255,.15);

    transition:
        color .25s ease,
        border-color .25s ease;
}

.intro-news-dot.is-active {
    color: #fff;
    border-color: var(--terracotta);
}


/* texto institucional abaixo do frame */
.intro-side .intro-copy {
    max-width: 520px;
    padding: 0;
    border: 0;
}


/* =========================================================
   MODAL DE NOTÍCIAS
========================================================= */

.news-modal {
    position: fixed;
    z-index: 500;

    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 40px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity .3s ease,
        visibility .3s;
}

.news-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.news-modal-backdrop {
    position: absolute;
    inset: 0;

    background: rgba(12, 5, 3, .84);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.news-modal-panel {
    position: relative;
    z-index: 2;

    width: min(1040px, 100%);
    max-height: calc(100dvh - 80px);

    overflow-y: auto;

    background: #f5f1eb;
    color: #33180e;

    box-shadow:
        0 40px 120px rgba(0,0,0,.42);
}

.news-modal-close {
    position: sticky;
    z-index: 8;

    top: 18px;
    float: right;

    width: 44px;
    height: 44px;

    margin: 18px 18px -62px 0;

    border: 0;

    background: #33180e;
    color: #fff;

    cursor: pointer;

    font-size: 27px;
    line-height: 1;
}

.news-modal-cover {
    width: 100%;
    height: min(42vh, 430px);

    overflow: hidden;
}

.news-modal-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-modal-content {
    padding:
        clamp(38px, 6vw, 78px)
        clamp(28px, 7vw, 92px)
        clamp(55px, 7vw, 90px);
}

.news-modal-content h2 {
    max-width: 12ch;

    margin: 0 0 22px;

    font-size: clamp(2.8rem, 6vw, 5.5rem);
    line-height: .88;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.news-modal-content time {
    display: block;

    margin-bottom: 32px;

    color: #927f75;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.news-modal-lead {
    max-width: 720px;

    margin: 0 0 38px;

    color: #65534a;

    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.65;
    font-weight: 600;
}

.news-modal-article {
    max-width: 760px;

    color: #4f413a;

    font-size: 1rem;
    line-height: 1.8;
}

.news-modal-article p {
    margin: 0 0 24px;
}

body.news-modal-open {
    overflow: hidden;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 820px) {

    .intro-grid {
        grid-template-columns: 1fr !important;
        gap: 48px !important;
    }

    .intro-side {
        gap: 34px;
    }

    .intro-news {
        width: 100%;
    }

    .intro-news-list {
        min-height: 395px;
    }

    .intro-news-item {
        grid-template-rows: 190px 1fr;
    }

    .intro-news-body h3 {
        font-size: clamp(1.65rem, 7.8vw, 2.2rem);
    }

    .news-modal {
        padding: 14px;
        align-items: flex-end;
    }

    .news-modal-panel {
        width: 100%;
        max-height: 92dvh;
    }

    .news-modal-cover {
        height: 260px;
    }

    .news-modal-content {
        padding: 38px 24px 58px;
    }

    .news-modal-content h2 {
        font-size: clamp(2.45rem, 12vw, 4rem);
    }
}


@media (prefers-reduced-motion: reduce) {

    .intro-news-item,
    .intro-news-image img,
    .news-modal {
        transition: none !important;
    }
}

/* =========================================================
   NOTÍCIAS V2 — COMPOSIÇÃO EDITORIAL
========================================================= */

@media (min-width: 821px) {

    .intro-grid {
        grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr) !important;
        gap: clamp(70px, 7vw, 120px) !important;
        align-items: start !important;
    }

    /* texto institucional vai para o vazio da esquerda */
    .intro-copy-manifesto {
        max-width: 470px !important;

        margin-top: 52px !important;
        padding-top: 34px !important;
        padding-left: 0 !important;

        border-left: 0 !important;
        border-top: 1px solid rgba(51, 24, 14, .18);
    }

    .intro-copy-manifesto p {
        max-width: 440px;
    }


    /* -----------------------------------------------------
       FRAME MAIOR
    ----------------------------------------------------- */

    .intro-news {
        width: 100%;
        min-height: 610px;

        overflow: visible;
    }

    .intro-news-list {
        min-height: 525px !important;
        overflow: hidden;

        background: #33180e;
    }

    .intro-news-item {
        grid-template-rows: 285px 1fr !important;
    }

    .intro-news-image {
        height: 285px;
    }

    .intro-news-body {
        min-height: 240px;
        padding: 28px 32px 32px !important;
    }

    .intro-news-body h3 {
        max-width: 15ch !important;
        font-size: clamp(2rem, 2.8vw, 2.8rem) !important;
    }

    .intro-news-body > p {
        -webkit-line-clamp: 3;
    }


    /* -----------------------------------------------------
       SETAS FLUTUANTES
    ----------------------------------------------------- */

    .intro-news-arrow {
        position: absolute;
        z-index: 20;

        top: 50%;

        width: 52px;
        height: 52px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 0;

        border: 1px solid rgba(51, 24, 14, .16);

        background: #f5f1eb;
        color: #33180e;

        cursor: pointer;

        font-family: Arial, sans-serif;
        font-size: 34px;
        font-weight: 300;
        line-height: 1;

        box-shadow: 0 12px 30px rgba(51, 24, 14, .10);

        transform: translateY(-50%);

        transition:
            background-color .25s ease,
            color .25s ease,
            transform .25s ease;
    }

    .intro-news-prev {
        left: -26px;
    }

    .intro-news-next {
        right: -26px;
    }

    .intro-news-arrow:hover {
        background: var(--terracotta);
        color: #fff;

        transform:
            translateY(-50%)
            scale(1.06);
    }


    /* contador e passadores embaixo continuam */
    .intro-news-controls {
        position: absolute;

        right: 24px;
        bottom: 20px;

        padding: 0 !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 820px) {

    .intro-copy-manifesto {
        margin-top: 34px !important;
    }

    .intro-side {
        margin-top: 8px;
    }

    .intro-news {
        overflow: visible;
    }

    .intro-news-list {
        min-height: 455px !important;
    }

    .intro-news-item {
        grid-template-rows: 220px 1fr !important;
    }

    .intro-news-image {
        height: 220px;
    }

    .intro-news-arrow {
        position: absolute;
        z-index: 20;

        top: 50%;

        width: 42px;
        height: 42px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 0;

        border: 0;

        background: rgba(51, 24, 14, .92);
        color: #fff;

        font-size: 28px;

        transform: translateY(-50%);
    }

    .intro-news-prev {
        left: -10px;
    }

    .intro-news-next {
        right: -10px;
    }
}

/* =========================================================
   NOTÍCIAS V4 — FRAME DINÂMICO
========================================================= */

/* O frame cresce conforme a notícia */
.intro-news {
    min-height: 0 !important;
    height: auto !important;
}

/*
 * Em vez de slides absolutos dentro de uma altura fixa,
 * usamos Grid para sobrepor os slides.
 * A altura passa a ser determinada pelo conteúdo.
 */
.intro-news-list {
    position: relative;
    display: grid !important;

    min-height: 0 !important;
    height: auto !important;

    overflow: hidden;
    background: #33180e;
}

.intro-news-item {
    position: relative !important;
    inset: auto !important;

    grid-area: 1 / 1;

    width: 100%;

    grid-template-rows: 300px auto !important;
}

/* Slides inativos continuam sobrepostos */
.intro-news-item:not(.is-active) {
    pointer-events: none;
}

/* Foto mantém proporção forte */
.intro-news-image {
    height: 300px !important;
}

.intro-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================================================
   CONTEÚDO — SEM CORTE
========================================================= */

.intro-news-body {
    min-height: 0 !important;
    height: auto !important;

    padding: 30px 34px 34px !important;
}

.intro-news-body h3 {
    max-width: 16ch !important;
    margin: 0 !important;

    font-size: clamp(2rem, 2.8vw, 2.8rem) !important;
    line-height: .96 !important;
}

/* Resumo fica realmente visível */
.intro-news-body > p {
    display: -webkit-box !important;

    margin: 22px 0 0 !important;

    max-width: 620px !important;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4 !important;

    overflow: hidden;

    color: rgba(255, 255, 255, .68) !important;

    font-size: .94rem !important;
    line-height: 1.65 !important;
}

/* Link fica sempre depois do resumo */
.intro-news-open {
    display: inline-flex !important;

    margin-top: 26px !important;
    padding-top: 0 !important;

    color: var(--terracotta) !important;

    visibility: visible !important;
    opacity: 1 !important;
}


/* =========================================================
   PASSADORES ENTRAM NO FLUXO
========================================================= */

.intro-news-controls {
    position: relative !important;

    right: auto !important;
    bottom: auto !important;

    padding: 0 34px 27px !important;

    background: #33180e;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 820px) {

    .intro-news-item {
        grid-template-rows: 220px auto !important;
    }

    .intro-news-image {
        height: 220px !important;
    }

    .intro-news-body {
        padding: 25px 24px 28px !important;
    }

    .intro-news-body > p {
        -webkit-line-clamp: 4 !important;
        font-size: .9rem !important;
    }

    .intro-news-controls {
        padding:
            0
            24px
            24px !important;
    }
}

/* =========================================================
   EVENTOS V2 — DATA EM PERÍODO + META
========================================================= */

@media (min-width: 821px) {

    .event-row {
        grid-template-columns: 190px minmax(0, 1fr) auto !important;
        gap: 42px;
    }

    .event-date {
        align-items: baseline;
        gap: 12px;
        white-space: nowrap;
    }

    .event-date strong {
        font-size: clamp(48px, 4.2vw, 66px);
        letter-spacing: -4px;
    }

    .event-info h3 {
        max-width: 900px;
    }
}

.event-meta {
    margin: 11px 0 0 !important;
    color: rgba(255,255,255,.52) !important;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.event-meta span {
    color: rgba(255,255,255,.38);
}


/* =========================================================
   EVENTOS V2 — MOBILE
========================================================= */

@media (max-width: 820px) {

    .event-row {
        grid-template-columns: 92px minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    .event-date {
        display: block;
        white-space: normal;
    }

    .event-date strong {
        display: block;

        font-size: 40px !important;
        line-height: .9;

        letter-spacing: -3px;
        white-space: nowrap;
    }

    .event-date span {
        display: block;

        margin-top: 8px;

        font-size: 10px;
    }

    .event-meta {
        font-size: 9px !important;
        line-height: 1.55;
        letter-spacing: .7px;
    }

    .event-link {
        grid-column: 2 !important;
        margin-top: 5px;
    }
}

@media (max-width: 420px) {

    .event-row {
        grid-template-columns: 82px minmax(0, 1fr) !important;
        gap: 14px !important;
    }

    .event-date strong {
        font-size: 35px !important;
    }
}

/* =========================================================
   ESPAÇOS V2 — COMPOSIÇÃO EDITORIAL
========================================================= */

@media (min-width: 821px) {

    .spaces-section {
        padding: clamp(105px, 9vw, 150px) 0 clamp(150px, 13vw, 210px);
        overflow: hidden;
    }

    .spaces-grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr) !important;
        gap: clamp(22px, 2.4vw, 38px) !important;
        align-items: start;
    }

    /* Lobby Store — peça principal */
    .space-card:first-child {
        min-height: 700px !important;
    }

    /* Lobby Bar — peça secundária deslocada */
    .space-card:nth-child(2) {
        min-height: 615px !important;
        margin-top: 78px;
        transform: none !important;
    }

    .space-content {
        max-width: 560px;
    }

    .space-content p {
        max-width: 470px;
        font-size: .95rem;
        line-height: 1.65;
    }

    /* Deixa a foto respirar mais */
    .space-card:first-child img {
        object-position: center;
    }

    .space-card:nth-child(2) img {
        object-position: center;
    }
}


/* =========================================================
   ESPAÇOS V2 — MOBILE
========================================================= */

@media (max-width: 820px) {

    .spaces-section {
        padding-top: 82px !important;
        padding-bottom: 92px !important;
    }

    .spaces-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .space-card,
    .space-card:first-child,
    .space-card:nth-child(2) {
        min-height: 520px !important;
        margin-top: 0 !important;
        transform: none !important;
    }

    .space-content {
        left: 24px !important;
        right: 24px !important;
        bottom: 28px !important;
    }

    .space-content h3 {
        font-size: clamp(42px, 13vw, 62px) !important;
        line-height: .88 !important;
    }

    .space-content p {
        max-width: 100% !important;
        margin-top: 16px !important;
        font-size: .9rem !important;
        line-height: 1.55 !important;
    }

    .space-card::after {
        width: 125px !important;
        height: 320px !important;
        right: -70px !important;
    }
}

@media (max-width: 480px) {

    .space-card,
    .space-card:first-child,
    .space-card:nth-child(2) {
        min-height: 480px !important;
    }
}

/* =========================================================
   ESPAÇOS V3 — 4 CARDS
========================================================= */

/* DESKTOP */
@media (min-width: 1101px) {

    .spaces-section {
        padding: clamp(95px, 8vw, 135px) 0 !important;
    }

    .spaces-grid {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 18px !important;
        align-items: stretch !important;
    }

    .space-card,
    .space-card:first-child,
    .space-card:nth-child(2),
    .space-card:nth-child(even) {
        min-height: 440px !important;
        height: 440px !important;

        margin-top: 0 !important;
        transform: none !important;
    }

    .space-content {
        left: 22px !important;
        right: 22px !important;
        bottom: 25px !important;
    }

    .space-content span {
        margin-bottom: 10px !important;
        font-size: 10px !important;
    }

    .space-content h3 {
        font-size: clamp(30px, 2.5vw, 42px) !important;
        line-height: .9 !important;
        letter-spacing: -2px !important;
    }

    .space-content p {
        margin-top: 14px !important;

        font-size: .82rem !important;
        line-height: 1.48 !important;

        color: rgba(255,255,255,.76) !important;
    }

    .space-card::after {
        width: 105px !important;
        height: 290px !important;
        top: -70px !important;
        right: -55px !important;
    }
}


/* TABLET — 2 x 2 */
@media (min-width: 821px) and (max-width: 1100px) {

    .spaces-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    .space-card,
    .space-card:first-child,
    .space-card:nth-child(2),
    .space-card:nth-child(even) {
        min-height: 500px !important;
        height: 500px !important;

        margin-top: 0 !important;
        transform: none !important;
    }
}


/* MOBILE — UM ABAIXO DO OUTRO */
@media (max-width: 820px) {

    .spaces-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .space-card,
    .space-card:first-child,
    .space-card:nth-child(2),
    .space-card:nth-child(even) {
        min-height: 460px !important;
        height: 460px !important;

        margin-top: 0 !important;
        transform: none !important;
    }
}

@media (max-width: 480px) {

    .space-card,
    .space-card:first-child,
    .space-card:nth-child(2),
    .space-card:nth-child(even) {
        min-height: 430px !important;
        height: 430px !important;
    }
}

/* =========================================================
   ESPAÇOS V4 — SEM MANCHA + RECORTE SUPERIOR MAIS EVIDENTE
========================================================= */

/* remove a mancha/forma translúcida sobre as fotos */
.space-card::after {
    display: none !important;
    content: none !important;
}

/* card com recorte superior irregular mais evidente */
.space-card {
    clip-path: polygon(
        0 26px,
        12% 38px,
        24% 12px,
        39% 34px,
        55% 8px,
        72% 30px,
        86% 14px,
        100% 34px,
        100% 100%,
        0 100%
    ) !important;
}

/* garante que imagem e overlay acompanhem o recorte */
.space-card img,
.space-overlay {
    clip-path: inherit;
}

/* desktop: aumenta um pouco a leitura do recorte */
@media (min-width: 1101px) {
    .space-card {
        clip-path: polygon(
            0 30px,
            11% 44px,
            23% 10px,
            38% 37px,
            54% 6px,
            69% 34px,
            84% 12px,
            100% 40px,
            100% 100%,
            0 100%
        ) !important;
    }
}

/* mobile: recorte irregular, mas menos agressivo */
@media (max-width: 820px) {
    .space-card {
        clip-path: polygon(
            0 18px,
            16% 28px,
            30% 8px,
            48% 24px,
            65% 10px,
            82% 26px,
            100% 16px,
            100% 100%,
            0 100%
        ) !important;
    }
}

/* =========================================================
   ESPAÇOS V5 — TOPO RETO + RESPIROS MAIS CURTOS
========================================================= */

/* volta os cards para o corte reto */
.space-card,
.space-card img,
.space-overlay {
    clip-path: none !important;
}


/* DESKTOP */
@media (min-width: 1101px) {

    /* aproxima os cards do título */
    .spaces-grid {
        position: relative;
        margin-top: -18px !important;
    }

    /* reduz em ~15% o respiro inferior da seção */
    .spaces-section {
        padding-bottom: clamp(81px, 6.8vw, 115px) !important;
    }
}


/* TABLET */
@media (min-width: 821px) and (max-width: 1100px) {

    .spaces-grid {
        position: relative;
        margin-top: -14px !important;
    }

    .spaces-section {
        padding-bottom: 78px !important;
    }
}


/* MOBILE */
@media (max-width: 820px) {

    .spaces-grid {
        margin-top: -10px !important;
    }

    .spaces-section {
        padding-bottom: 78px !important;
    }
}

/* =========================================================
   ESPAÇOS V6 — ACABAMENTO FINAL DOS CARDS
========================================================= */

/* mantém o topo definitivamente reto */
.space-card {
    clip-path: none !important;
}

/* gradiente mais elegante: foto limpa em cima,
   leitura forte apenas na parte inferior */
.space-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(30, 12, 6, 0) 28%,
            rgba(30, 12, 6, .16) 48%,
            rgba(30, 12, 6, .92) 100%
        ) !important;
}

/* imagem */
.space-card img {
    transform: scale(1.001);
    transition:
        transform .8s cubic-bezier(.2,.7,.2,1),
        filter .5s ease !important;
}

/* conteúdo */
.space-content {
    z-index: 5;
}

.space-content span {
    margin-bottom: 10px !important;
}

.space-content h3 {
    margin: 0 !important;
}

.space-content p {
    color: rgba(255,255,255,.78) !important;
}

/* hover premium, bem discreto */
@media (hover: hover) {

    .space-card:hover img {
        transform: scale(1.045) !important;
    }

    .space-card:hover .space-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(30, 12, 6, 0) 24%,
                rgba(30, 12, 6, .12) 44%,
                rgba(30, 12, 6, .95) 100%
            ) !important;
    }
}


/* MOBILE */
@media (max-width: 820px) {

    .space-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(30,12,6,0) 25%,
                rgba(30,12,6,.18) 47%,
                rgba(30,12,6,.94) 100%
            ) !important;
    }

    .space-content p {
        max-width: 92% !important;
    }
}

/* =========================================================
   SLOGAN V4 — ACABAMENTO DE FOTO E PROPORÇÃO
========================================================= */

/* DESKTOP */
@media (min-width: 821px) {

    .slogan-section {
        min-height: 660px !important;
    }

    .slogan-section > img {
        object-position: center center !important;
        transform: scale(1.015);
    }

    .slogan-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(25,10,5,.86) 0%,
                rgba(25,10,5,.62) 33%,
                rgba(25,10,5,.24) 68%,
                rgba(25,10,5,.08) 100%
            ),
            linear-gradient(
                0deg,
                rgba(25,10,5,.18) 0%,
                rgba(25,10,5,0) 42%
            ) !important;
    }
}


/* MOBILE */
@media (max-width: 820px) {

    .slogan-section {
        min-height: 540px !important;
    }

    .slogan-section > img {
        object-position: center center !important;
        transform: scale(1.01);
    }

    .slogan-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(25,10,5,.84) 0%,
                rgba(25,10,5,.57) 52%,
                rgba(25,10,5,.23) 100%
            ),
            linear-gradient(
                0deg,
                rgba(25,10,5,.22) 0%,
                rgba(25,10,5,0) 48%
            ) !important;
    }
}

/* =========================================================
   SLOGAN → GALERIA — JUNÇÃO LIMPA
========================================================= */

@media (min-width: 821px) {

    .gallery-feature {
        margin-top: -18px !important;

        clip-path: polygon(
            0 18px,
            20% 18px,
            34% 10px,
            50% 16px,
            67% 8px,
            83% 15px,
            100% 11px,
            100% 100%,
            0 100%
        ) !important;
    }

    .gallery-feature::after {
        display: none !important;
        content: none !important;
    }
}


/* mobile continua suave */
@media (max-width: 820px) {

    .gallery-feature {
        margin-top: -12px !important;

        clip-path: polygon(
            0 12px,
            27% 12px,
            42% 5px,
            61% 11px,
            80% 6px,
            100% 10px,
            100% 100%,
            0 100%
        ) !important;
    }

    .gallery-feature::after {
        display: none !important;
        content: none !important;
    }
}

/* =========================================================
   NÚMEROS DO CLUBE — ÍCONES + CENTRALIZAÇÃO
========================================================= */

.metric {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;

    text-align: center !important;
}

.metric-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin: 0 auto 22px;

    color: rgba(255,255,255,.82);
}

.metric-icon svg {
    display: block;

    width: 44px;
    height: 44px;

    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.metric-value {
    justify-content: center !important;
    width: 100%;
}

.metric p {
    max-width: 190px !important;

    margin:
        18px
        auto
        0 !important;

    text-align: center !important;
}


/* MOBILE */
@media (max-width: 560px) {

    .metric-icon {
        width: 46px;
        height: 46px;

        margin-bottom: 18px;
    }

    .metric-icon svg {
        width: 39px;
        height: 39px;
    }
}

/* NÚMEROS — HEROICONS */
.metric-icon-svg {
    width: 44px !important;
    height: 44px !important;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;
}

@media (max-width: 560px) {
    .metric-icon-svg {
        width: 39px !important;
        height: 39px !important;
    }
}

/* =========================================================
   MÉTRICAS → EVENTOS — TRANSIÇÃO FINAL LIMPA
========================================================= */

/* mata definitivamente qualquer camada antiga */
.events-section::before,
.section-events::before {
    display: none !important;
    content: none !important;
    background: transparent !important;
}


/* DESKTOP */
@media (min-width: 821px) {

    #eventos,
    .events-section {
        margin-top: -34px !important;

        background: var(--brown) !important;

        clip-path: polygon(
            0 34px,
            10% 40px,
            22% 22px,
            39% 30px,
            56% 12px,
            72% 35px,
            87% 16px,
            100% 28px,
            100% 100%,
            0 100%
        ) !important;
    }
}


/* MOBILE */
@media (max-width: 820px) {

    #eventos,
    .events-section {
        margin-top: -22px !important;

        background: var(--brown) !important;

        clip-path: polygon(
            0 22px,
            18% 28px,
            35% 10px,
            54% 24px,
            72% 7px,
            88% 21px,
            100% 14px,
            100% 100%,
            0 100%
        ) !important;
    }
}

/* =========================================================
   AJUSTE FINO — NOTÍCIAS + MÉTRICAS
========================================================= */

/* ---------------------------------------------------------
   1) FRAME DE NOTÍCIAS — TOPO RETO
--------------------------------------------------------- */

#noticias.intro-news,
#noticias .intro-news-stage,
#noticias .intro-news-frame,
#noticias .intro-news-shell,
#noticias .intro-news-slider {
    clip-path: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* remove qualquer recorte/ornamento irregular no topo */
#noticias.intro-news::before,
#noticias.intro-news::after,
#noticias .intro-news-stage::before,
#noticias .intro-news-stage::after,
#noticias .intro-news-frame::before,
#noticias .intro-news-frame::after,
#noticias .intro-news-shell::before,
#noticias .intro-news-shell::after,
#noticias .intro-news-slider::before,
#noticias .intro-news-slider::after {
    content: none !important;
    display: none !important;
}


/* ---------------------------------------------------------
   2) PASSADORES DAS NOTÍCIAS — MAIS EVIDENTES
--------------------------------------------------------- */

#noticias [data-news-prev],
#noticias [data-news-next],
#noticias .intro-news-prev,
#noticias .intro-news-next {
    z-index: 40 !important;

    width: 58px !important;
    height: 58px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(255, 249, 244, 0.98) !important;
    color: var(--brown) !important;
    border: 1px solid rgba(58, 20, 10, 0.14) !important;

    box-shadow: 0 16px 32px rgba(28, 10, 5, 0.18) !important;

    opacity: 1 !important;
    visibility: visible !important;
}

/* posicionamento um pouco mais pra fora */
#noticias [data-news-prev],
#noticias .intro-news-prev {
    left: -29px !important;
}

#noticias [data-news-next],
#noticias .intro-news-next {
    right: -29px !important;
}

/* seta/ícone interno */
#noticias [data-news-prev] svg,
#noticias [data-news-next] svg,
#noticias .intro-news-prev svg,
#noticias .intro-news-next svg {
    width: 22px !important;
    height: 22px !important;
    stroke: currentColor !important;
}

/* fallback se a seta for texto */
#noticias [data-news-prev],
#noticias [data-news-next],
#noticias .intro-news-prev,
#noticias .intro-news-next {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}


/* ---------------------------------------------------------
   3) MÉTRICAS — DESCER UM POUCO MAIS PARA COBRIR
      AS PONTAS BRANCAS DA TRANSIÇÃO
--------------------------------------------------------- */

.metrics-section {
    position: relative;
    z-index: 8;

    margin-bottom: -18px !important;
    padding-bottom: 102px !important;
}

/* faixa extra terracotta para esconder qualquer fresta */
.metrics-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    height: 24px;
    background: var(--terracotta);
    z-index: 1;
}

/* mantém conteúdo acima */
.metrics-grid,
.metric {
    position: relative;
    z-index: 3;
}

/* desktop: cola melhor na seção eventos */
#eventos,
.events-section {
    margin-top: -18px !important;
}

/* mobile */
@media (max-width: 820px) {
    .metrics-section {
        margin-bottom: -14px !important;
        padding-bottom: 88px !important;
    }

    .metrics-section::after {
        bottom: -14px;
        height: 18px;
    }

    #eventos,
    .events-section {
        margin-top: -14px !important;
    }

    #noticias [data-news-prev],
    #noticias [data-news-next],
    #noticias .intro-news-prev,
    #noticias .intro-news-next {
        width: 48px !important;
        height: 48px !important;
    }

    #noticias [data-news-prev],
    #noticias .intro-news-prev {
        left: -18px !important;
    }

    #noticias [data-news-next],
    #noticias .intro-news-next {
        right: -18px !important;
    }
}


/* =========================================================
   CORREÇÃO FINAL — NOTÍCIAS + TRANSIÇÃO MÉTRICAS/EVENTOS
========================================================= */


/* ---------------------------------------------------------
   NOTÍCIAS
   #noticias agora é o próprio frame, não uma seção.
   Neutraliza regras antigas que estavam criando
   espaço e recorte indevidos no topo.
--------------------------------------------------------- */

#noticias.intro-news {
    margin-top: 0 !important;
    padding-top: 0 !important;

    clip-path: none !important;

    scroll-margin-top: 110px;
}

/* mantém o cabeçalho na altura correta */
#noticias .intro-news-header {
    min-height: 0 !important;
    height: auto !important;

    padding:
        23px
        28px
        19px !important;
}

/* remove qualquer pseudo antigo aplicado ao id */
#noticias.intro-news::after {
    display: none !important;
    content: none !important;
}

/*
 * Mantemos apenas a pequena assinatura terracota
 * que já existia no frame.
 */
#noticias.intro-news::before {
    display: block !important;
    content: "" !important;

    position: absolute;
    z-index: 8;

    top: 0;
    left: 0;

    width: 110px;
    height: 6px;

    background: var(--terracotta);

    clip-path: polygon(
        0 0,
        100% 0,
        87% 100%,
        0 100%
    ) !important;
}


/* ---------------------------------------------------------
   SETAS — continuam fortes e bem expostas
--------------------------------------------------------- */

#noticias .intro-news-arrow {
    opacity: 1 !important;
    visibility: visible !important;

    z-index: 30 !important;

    background: #f5f1eb !important;
    color: #33180e !important;

    border: 1px solid rgba(51,24,14,.14) !important;

    box-shadow:
        0 12px 30px
        rgba(51,24,14,.16) !important;
}


/* ---------------------------------------------------------
   MÉTRICAS → EVENTOS
   Estende o terracota por trás do recorte do evento.
--------------------------------------------------------- */

.metrics-section {
    position: relative !important;

    overflow: visible !important;

    margin-bottom: -42px !important;

    z-index: 3 !important;
}


/* faixa terracota escondida atrás do recorte */
.metrics-section::after {
    content: "" !important;
    display: block !important;

    position: absolute;

    z-index: 1;

    left: 0;
    right: 0;

    bottom: -42px;

    width: 100%;
    height: 48px;

    background: var(--terracotta) !important;

    pointer-events: none;
}


/* conteúdo continua acima da faixa */
.metrics-grid {
    position: relative;
    z-index: 3;
}


/* Eventos sobrepõe o prolongamento terracota */
#eventos.events-section,
.events-section {
    position: relative !important;
    z-index: 4 !important;

    margin-top: 0 !important;
}


/* remove definitivamente aquela antiga camada intermediária */
.events-section::before,
.section-events::before {
    display: none !important;
    content: none !important;
}


/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 820px) {

    #noticias.intro-news {
        margin-top: 0 !important;
        padding-top: 0 !important;

        clip-path: none !important;

        scroll-margin-top: 92px;
    }

    .metrics-section {
        margin-bottom: -30px !important;
    }

    .metrics-section::after {
        bottom: -30px;
        height: 36px;
    }

    #eventos.events-section,
    .events-section {
        margin-top: 0 !important;
    }
}

/* =========================================================
   PATROCINADORES — RITMO FINAL
========================================================= */

@media (min-width: 821px) {

    .sponsors-section {
        padding-top: 64px !important;
        padding-bottom: 66px !important;
    }

    .sponsors-heading {
        margin-bottom: 32px !important;
    }

    .sponsors-marquee {
        min-height: 74px !important;
    }
}


/* MOBILE */
@media (max-width: 820px) {

    .sponsors-section {
        padding-top: 64px !important;
        padding-bottom: 48px !important;
    }

    .sponsors-heading {
        margin-bottom: 24px !important;
    }

    .sponsors-marquee {
        min-height: 62px !important;
    }

    .sponsor-item {
        height: 60px !important;
    }
}

/* =========================================================
   FOOTER V2 — ACABAMENTO PREMIUM
========================================================= */

.site-footer {
    background: #170b07 !important;
}


/* DESKTOP */
@media (min-width: 821px) {

    .site-footer {
        padding:
            82px
            0
            28px !important;
    }

    .footer-grid {
        grid-template-columns:
            minmax(260px, 1.25fr)
            .72fr
            .92fr
            1fr !important;

        gap: clamp(42px, 5vw, 82px) !important;

        padding-bottom: 62px !important;
    }

    .footer-logo {
        width: 225px !important;
        height: auto;
    }

    .footer-brand p {
        max-width: 350px;

        margin-top: 25px;

        color: rgba(255,255,255,.52);

        font-size: .9rem;
        line-height: 1.65;
    }

    .footer-social {
        margin-top: 26px !important;
    }
}


/* títulos das colunas */
.footer-grid h4 {
    margin:
        2px
        0
        22px !important;

    color: var(--terracotta);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 2.2px;
    text-transform: uppercase;
}


/* links e textos */
.footer-grid > div:not(.footer-brand) > a {
    display: block;

    width: fit-content;

    margin-bottom: 11px;

    color: rgba(255,255,255,.62);

    font-size: .9rem;
    line-height: 1.5;

    text-decoration: none;

    transition:
        color .2s ease,
        transform .2s ease;
}

.footer-grid > div:not(.footer-brand) > a:hover {
    color: #fff;
    transform: translateX(3px);
}

.footer-grid > div:not(.footer-brand) > p {
    margin:
        0
        0
        14px;

    color: rgba(255,255,255,.56);

    font-size: .9rem;
    line-height: 1.65;
}


/* WhatsApp continua sendo destaque */
.footer-grid .footer-whatsapp {
    margin-top: 17px !important;

    color: var(--terracotta) !important;

    font-weight: 800;
}


/* horários mais discretos */
.footer-hours {
    margin-top: 18px !important;

    color: rgba(255,255,255,.38) !important;

    font-size: .82rem !important;
}


/* base do footer */
.footer-bottom {
    padding-top: 24px !important;

    border-top:
        1px solid
        rgba(255,255,255,.09);
}

.footer-bottom > span {
    color: rgba(255,255,255,.34);

    font-size: 10px;
    line-height: 1.5;
}


/* =========================================================
   FOOTER — MOBILE
========================================================= */

@media (max-width: 820px) {

    .site-footer {
        padding:
            74px
            0
            24px !important;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;

        gap: 0 !important;

        padding-bottom: 48px !important;
    }

    .footer-logo {
        width: 180px !important;
    }

    .footer-brand {
        padding-bottom: 36px;
    }

    .footer-brand p {
        max-width: 330px;

        margin-top: 22px;

        font-size: .88rem;
        line-height: 1.6;
    }

    /*
     * Cria separação sutil entre as áreas,
     * sem virar vários cards.
     */
    .footer-grid > div:not(.footer-brand) {
        padding:
            29px
            0;

        border-top:
            1px solid
            rgba(255,255,255,.09);
    }

    .footer-grid h4 {
        margin-bottom: 18px !important;
    }

    .footer-grid > div:not(.footer-brand) > a {
        margin-bottom: 10px;

        font-size: .92rem;
    }

    .footer-bottom {
        align-items: flex-start !important;

        gap: 17px !important;

        padding-top: 22px !important;
    }

    .footer-legal {
        justify-content: flex-start !important;
    }
}

/* =========================================================
   NOTÍCIAS — FOTO CLICÁVEL
========================================================= */

.intro-news-image[data-news-open] {
    cursor: pointer;
}

.intro-news-image[data-news-open] img {
    transition:
        transform .7s cubic-bezier(.16, 1, .3, 1),
        filter .35s ease !important;
}

@media (hover: hover) {
    .intro-news-image[data-news-open]:hover img {
        transform: scale(1.035);
        filter: brightness(.92);
    }
}

/* =========================================================
   REDES SOCIAIS — HEADER + FOOTER
========================================================= */

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/* HEADER */
.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-social a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    color: rgba(255,255,255,.82);

    border: 1px solid rgba(255,255,255,.20);

    text-decoration: none;

    transition:
        color .25s ease,
        border-color .25s ease,
        background-color .25s ease,
        transform .25s ease;
}

.header-social svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Facebook usa preenchimento */
.header-social a:last-child svg path {
    fill: currentColor;
    stroke: none;
}

.header-social a:hover {
    color: #fff;
    border-color: var(--terracotta);
    background: var(--terracotta);
    transform: translateY(-2px);
}


/* FOOTER */
.footer-social {
    align-items: center;
    gap: 10px !important;
}

.footer-social a {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    margin: 0 !important;

    color: rgba(255,255,255,.58) !important;

    border: 1px solid rgba(255,255,255,.14);

    transition:
        color .25s ease,
        border-color .25s ease,
        background-color .25s ease,
        transform .25s ease;
}

.footer-social svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-social a:nth-child(2) svg path {
    fill: currentColor;
    stroke: none;
}

.footer-social a:hover {
    color: #fff !important;
    border-color: var(--terracotta);
    background: var(--terracotta);
    transform: translateY(-2px);
}


/* MOBILE
   Header desktop já é substituído pelo menu mobile.
*/
@media (max-width: 820px) {
    .header-social {
        display: none !important;
    }

    .footer-social a {
        width: 42px;
        height: 42px;
    }

    .footer-social svg {
        width: 18px;
        height: 18px;
    }
}

/* =========================================================
   FOOTER — GOOGLE MAPS
========================================================= */

.footer-map {
    position: relative;

    width: 100%;
    height: 215px;

    margin-top: 24px;

    overflow: hidden;

    background: #25110b;
}

.footer-map iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;

    filter:
        grayscale(.28)
        contrast(.94)
        brightness(.86);
}


/* pequena assinatura no mapa */
.footer-map::after {
    content: "";

    position: absolute;
    inset: 0;

    border: 1px solid rgba(255,255,255,.10);

    pointer-events: none;
}


/* MOBILE */
@media (max-width: 820px) {

    .footer-map {
        height: 240px;
        margin-top: 22px;
    }
}

/* =========================================================
   FOOTER V3 — LOCALIZAÇÃO + MAPA EM COLUNA
========================================================= */

@media (min-width: 821px) {

    .footer-grid {
        grid-template-columns:
            minmax(280px, 1.18fr)
            .68fr
            .90fr
            minmax(300px, 1.18fr) !important;

        align-items: stretch !important;
    }


    /* localização abaixo das redes */
    .footer-location-compact {
        margin-top: 38px;
        padding-top: 28px;

        border-top: 1px solid rgba(255,255,255,.09);
    }

    .footer-location-compact h4 {
        margin-bottom: 16px !important;
    }

    .footer-location-compact p {
        max-width: 315px;

        margin: 0 0 12px !important;

        color: rgba(255,255,255,.56);

        font-size: .88rem;
        line-height: 1.55;
    }

    .footer-location-compact a {
        display: inline-block;

        color: rgba(255,255,255,.62);

        font-size: .88rem;
        text-decoration: none;

        transition:
            color .2s ease,
            transform .2s ease;
    }

    .footer-location-compact a:hover {
        color: var(--terracotta);
        transform: translateX(3px);
    }


    /* coluna inteira ocupada pelo mapa */
    .footer-map-column {
        display: flex;

        min-height: 330px;
    }

    .footer-map-column .footer-map {
        width: 100%;
        height: 100% !important;
        min-height: 330px;

        margin: 0 !important;
    }

    .footer-map-column .footer-map iframe {
        width: 100%;
        height: 100% !important;
        min-height: 330px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 820px) {

    .footer-location-compact {
        margin-top: 30px;
        padding-top: 25px;

        border-top: 1px solid rgba(255,255,255,.09);
    }

    .footer-location-compact h4 {
        margin-bottom: 15px !important;
    }

    .footer-location-compact p {
        max-width: 330px;

        margin-bottom: 10px;

        color: rgba(255,255,255,.56);

        font-size: .9rem;
        line-height: 1.55;
    }

    .footer-map-column {
        padding: 30px 0 !important;
        min-height: 0 !important;
    }

    .footer-map-column .footer-map {
        height: 260px !important;
        min-height: 260px !important;

        margin: 0 !important;
    }

    .footer-map-column .footer-map iframe {
        height: 260px !important;
        min-height: 260px !important;
    }
}

/* =========================================================
   FOOTER V4 — LEGAL + SKOPO
========================================================= */

.footer-bottom {
    display: grid !important;
    grid-template-columns:
        minmax(220px, 1fr)
        auto
        minmax(180px, 1fr) !important;

    align-items: center !important;
    gap: 28px !important;

    padding-top: 24px !important;
    padding-bottom: 4px !important;

    border-top: 1px solid rgba(255,255,255,.09);
}


/* COPYRIGHT */
.footer-copyright {
    color: rgba(255,255,255,.32) !important;

    font-size: 10px !important;
    line-height: 1.5;
}


/* LEGAIS */
.footer-legal {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;

    gap: 10px 20px !important;
}

.footer-legal a {
    color: rgba(255,255,255,.38) !important;

    font-size: 10px !important;
    text-decoration: none;

    transition: color .2s ease;
}

.footer-legal a:hover {
    color: rgba(255,255,255,.82) !important;
}


/* SKOPO */
.skopo-signature {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 5px;

    color: rgba(255,255,255,.30);

    font-size: 10px;
    letter-spacing: .35px;
}

.skopo-signature a {
    position: relative;

    color: rgba(255,255,255,.52);

    font-weight: 700;
    text-decoration: none;

    transition: color .18s ease;
}

.skopo-signature a::after {
    content: "";

    position: absolute;

    left: 0;
    right: 100%;
    bottom: -3px;

    height: 1px;

    background: var(--terracotta);

    transition: right .2s ease;
}

.skopo-signature a:hover {
    color: var(--terracotta);
}

.skopo-signature a:hover::after {
    right: 0;
}


/* MOBILE */
@media (max-width: 820px) {

    .footer-bottom {
        grid-template-columns: 1fr !important;

        align-items: flex-start !important;

        gap: 18px !important;

        padding-top: 22px !important;
    }

    .footer-legal {
        justify-content: flex-start !important;

        gap: 9px 18px !important;
    }

    .skopo-signature {
        justify-content: flex-start;

        padding-top: 4px;

        font-size: 11px;
    }
}
/* =========================================================
   FOOTER — AJUSTES FINAIS
========================================================= */

.footer-address {
    margin: 14px 0 0 !important;
    color: rgba(255,255,255,.68) !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

.footer-map-column {
    display: flex !important;
    flex-direction: column !important;
}

.footer-map-column h4 {
    margin: 0 0 18px !important;
}

.footer-map-column .footer-map {
    flex: 1;
    width: 100%;
    margin: 0 !important;
}

.footer-whatsapp-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    width: fit-content !important;
    margin-top: 12px !important;
    padding: 13px 18px !important;

    background: #25D366 !important;
    color: #102418 !important;

    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    text-decoration: none !important;
    border: 0 !important;

    transition:
        transform .18s ease,
        filter .18s ease,
        box-shadow .18s ease !important;
}

.footer-whatsapp-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 10px 28px rgba(37,211,102,.18);
    color: #102418 !important;
}

.footer-whatsapp-icon {
    display: block;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}

@media (max-width: 820px) {
    .footer-address {
        font-size: 13px !important;
    }

    .footer-map-column h4 {
        margin-bottom: 16px !important;
    }

    .footer-whatsapp-button {
        padding: 14px 18px !important;
    }
}
/* =========================================================
   MOBILE — NOTÍCIAS / SETAS NA FOTO + FRAME MAIS ENXUTO
========================================================= */

@media (max-width: 820px) {

    /* remove a altura mínima que estava criando sobra */
    #noticias .intro-news-list {
        min-height: 0 !important;
    }

    #noticias .intro-news-body {
        min-height: 0 !important;
        padding-bottom: 24px !important;
    }

    #noticias .intro-news-item {
        grid-template-rows: 220px auto !important;
    }

    /*
     * O topo do card tem:
     * header + foto.
     * Colocamos as setas no centro visual da foto,
     * em vez de 50% do frame inteiro.
     */
    #noticias .intro-news-arrow,
    #noticias [data-news-prev],
    #noticias [data-news-next] {
        top: 157px !important;

        width: 46px !important;
        height: 46px !important;

        transform: translateY(-50%) !important;
    }

    #noticias .intro-news-prev,
    #noticias [data-news-prev] {
        left: -12px !important;
    }

    #noticias .intro-news-next,
    #noticias [data-news-next] {
        right: -12px !important;
    }

    /* aproxima os controles inferiores do conteúdo */
    #noticias .intro-news-controls {
        bottom: 10px !important;
    }
}
/* =========================================================
   MOBILE — NOTÍCIAS / REMOVE SOBRA FINAL DO SLIDE
========================================================= */

@media (max-width: 820px) {

    #noticias .intro-news-item {
        min-height: 0 !important;
        height: auto !important;
    }

    #noticias .intro-news-list {
        min-height: 0 !important;
        height: auto !important;
    }

    #noticias .intro-news-body {
        min-height: 0 !important;
        height: auto !important;
    }

    #noticias .intro-news-controls {
        margin-top: 0 !important;
        padding-bottom: 12px !important;
    }
}
/* =========================================================
   MOBILE — NOTÍCIAS / SOMENTE SLIDE ATIVO DEFINE A ALTURA
========================================================= */

@media (max-width: 820px) {

    #noticias .intro-news-item:not(.is-active) {
        position: absolute !important;
        inset: 0 !important;

        width: 100% !important;
        height: 100% !important;
    }

    #noticias .intro-news-item.is-active {
        position: relative !important;
        inset: auto !important;

        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
    }
}
/* =========================================================
   MOBILE — NOTÍCIAS / REMOVE PADDING ANTIGO DO FRAME
========================================================= */

@media (max-width: 820px) {
    #noticias.intro-news {
        padding-bottom: 0 !important;
    }
}
/* =========================================================
   MOBILE — GALERIA / DEGRADÊ INVERTIDO + RESPIRO CTA
========================================================= */

@media (max-width: 820px) {

    #galeria .gallery-feature-overlay {
        background:
            linear-gradient(
                0deg,
                rgba(18, 8, 5, .88) 0%,
                rgba(18, 8, 5, .58) 34%,
                rgba(18, 8, 5, .18) 62%,
                rgba(18, 8, 5, .04) 100%
            ) !important;
    }

    #galeria .gallery-feature-content .button,
    #galeria .gallery-feature-content .button-light {
        margin-bottom: 28px !important;
    }
}
/* =========================================================
   MOBILE — FOOTER / CENTRALIZAÇÃO GERAL
========================================================= */

@media (max-width: 820px) {

    .site-footer {
        text-align: center !important;
    }

    .site-footer .footer-grid,
    .site-footer .footer-bottom {
        justify-items: center !important;
        text-align: center !important;
    }

    .site-footer .footer-grid > div,
    .site-footer .footer-location-compact,
    .site-footer .footer-map-column {
        text-align: center !important;
        align-items: center !important;
    }

    .site-footer .footer-social {
        justify-content: center !important;
    }

    .site-footer .footer-whatsapp-button {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .site-footer .footer-map {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .site-footer .footer-legal,
    .site-footer .skopo-signature {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .site-footer .footer-address,
    .site-footer .footer-hours {
        text-align: center !important;
    }
}
/* =========================================================
   DESKTOP — NOTÍCIAS / SETAS CENTRALIZADAS NA FOTO
========================================================= */

@media (min-width: 821px) {

    #noticias .intro-news-arrow,
    #noticias [data-news-prev],
    #noticias [data-news-next] {
        top: 210px !important;
        transform: translateY(-50%) !important;
    }
}
/* =========================================================
   MOBILE — HERO / ALTURA PARA NÃO ENTRAR SOB O HEADER
========================================================= */

@media (max-width: 820px) {
    .hero {
        height: auto !important;
        min-height: 760px !important;
        max-height: none !important;
    }
}
/* =========================================================
   DESKTOP — HERO / REMOVE ZOOM ARTIFICIAL DA IMAGEM
========================================================= */

@media (min-width: 821px) {
    .hero-media img {
        transform: none !important;
        object-position: center center !important;
    }
}
/* =========================================================
   NOTÍCIA INDIVIDUAL — PÁGINA PÚBLICA
========================================================= */

.post-page {
    margin: 0;
    background: #f5f1eb;
    color: #33180e;
}

.post-header {
    background: #170b07;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.post-header-inner {
    min-height: 92px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.post-brand {
    display: inline-flex;
    align-items: center;
}

.post-brand img {
    display: block;
    width: 165px;
    height: auto;
}

.post-back {
    color: rgba(255,255,255,.72);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;

    transition:
        color .2s ease,
        transform .2s ease;
}

.post-back:hover {
    color: #cb6843;
    transform: translateX(-3px);
}


/* =========================================================
   CONTEÚDO
========================================================= */

.post-article {
    padding: clamp(70px, 8vw, 120px) 0 110px;
}

.post-container {
    max-width: 1040px;
}

.post-heading {
    max-width: 880px;
    margin: 0 auto 48px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 22px;

    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.post-meta span {
    color: #cb6843;
}

.post-meta time {
    color: rgba(51,24,14,.52);
}

.post-heading h1 {
    max-width: 900px;

    margin: 0;

    font-size: clamp(3.6rem, 7vw, 7rem);
    line-height: .86;
    letter-spacing: -.055em;
    font-weight: 900;
    text-transform: uppercase;
}

.post-lead {
    max-width: 760px;

    margin: 30px 0 0;

    color: rgba(51,24,14,.70);

    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.65;
}


/* =========================================================
   CURTIR + COMPARTILHAR
========================================================= */

.post-engagement {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 30px;
}

.post-engagement button {
    appearance: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 44px;
    padding: 0 16px;

    border: 1px solid rgba(51,24,14,.16);
    background: transparent;
    color: #33180e;

    cursor: pointer;

    font: inherit;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.1px;
    text-transform: uppercase;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.post-engagement button:hover {
    transform: translateY(-2px);
    border-color: #cb6843;
    color: #cb6843;
}

.post-engagement button.is-active {
    background: #cb6843;
    border-color: #cb6843;
    color: #fff;
}

.post-engagement-icon {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}

.post-engagement strong {
    min-width: 18px;

    color: inherit;

    font-size: 10px;
    font-weight: 900;
}


/* =========================================================
   CAPA
========================================================= */

.post-cover {
    position: relative;

    width: min(1180px, calc(100vw - 48px));
    height: clamp(420px, 56vw, 720px);

    margin:
        0
        50%
        clamp(55px, 7vw, 90px);

    transform: translateX(50%);

    overflow: hidden;

    background: #33180e;
}

.post-cover img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   TEXTO DA MATÉRIA
========================================================= */

.post-content {
    max-width: 760px;
    margin: 0 auto;

    color: rgba(51,24,14,.86);

    font-size: 1.06rem;
    line-height: 1.85;
}

.post-content p {
    margin: 0 0 25px;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    color: #33180e;
    line-height: 1;
    text-transform: uppercase;
}

.post-content h2 {
    margin: 55px 0 24px;

    font-size: clamp(2rem, 4vw, 3.4rem);
    letter-spacing: -.04em;
}

.post-content h3 {
    margin: 44px 0 20px;
    font-size: 1.65rem;
}

.post-content img {
    display: block;

    max-width: 100%;
    height: auto;

    margin: 42px auto;
}

.post-content a {
    color: #cb6843;
    text-decoration: underline;
    text-underline-offset: 4px;
}


/* =========================================================
   ENGAJAMENTO FINAL
========================================================= */

.post-engagement-bottom {
    max-width: 760px;

    margin:
        58px
        auto
        0;

    padding-top: 28px;

    border-top: 1px solid rgba(51,24,14,.16);
}

.post-footer-navigation {
    max-width: 760px;

    margin:
        50px
        auto
        0;

    padding-top: 30px;

    border-top: 1px solid rgba(51,24,14,.12);
}

.post-footer-navigation a {
    color: #33180e;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}


/* =========================================================
   MOBILE — NOTÍCIA INDIVIDUAL
========================================================= */

@media (max-width: 820px) {

    .post-header-inner {
        min-height: 78px;
    }

    .post-brand img {
        width: 138px;
    }

    .post-back {
        font-size: 9px;
        letter-spacing: .9px;
    }

    .post-article {
        padding: 58px 0 80px;
    }

    .post-heading {
        margin-bottom: 34px;
    }

    .post-meta {
        gap: 12px;
        margin-bottom: 18px;
    }

    .post-heading h1 {
        font-size: clamp(3rem, 13vw, 4.9rem);
        line-height: .88;
    }

    .post-lead {
        margin-top: 24px;

        font-size: .98rem;
        line-height: 1.6;
    }

    .post-engagement {
        margin-top: 25px;
    }

    .post-engagement button {
        min-height: 42px;
        padding: 0 13px;

        font-size: 9px;
    }

    .post-cover {
        width: 100vw;
        height: 58vw;
        min-height: 270px;
        max-height: 460px;

        margin:
            0
            50%
            48px;

        transform: translateX(50%);
    }

    .post-content {
        font-size: 1rem;
        line-height: 1.78;
    }

    .post-engagement-bottom {
        margin-top: 48px;
    }
}
/* =========================================================
   NOTÍCIA INDIVIDUAL — CENTRALIZA CAPA
========================================================= */

.post-cover {
    transform: translateX(-50%) !important;
}
/* =========================================================
   MODAL DE NOTÍCIAS — CURTIR + COMPARTILHAR
========================================================= */

.news-modal-engagement {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 18px;
}

.news-modal-engagement button {
    appearance: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 40px;
    padding: 0 14px;

    border: 1px solid rgba(51,24,14,.16);
    background: transparent;
    color: #33180e;

    cursor: pointer;

    font: inherit;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.news-modal-engagement button:hover {
    transform: translateY(-2px);
    border-color: #cb6843;
    color: #cb6843;
}

.news-modal-engagement button.is-active {
    background: #cb6843;
    border-color: #cb6843;
    color: #fff;
}

.news-modal-engagement button > span:first-child {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.news-modal-engagement strong {
    min-width: 16px;

    color: inherit;

    font-size: 9px;
    font-weight: 900;
}

.news-modal-engagement-bottom {
    margin-top: 34px;
    padding-top: 22px;

    border-top: 1px solid rgba(51,24,14,.14);
}


/* MOBILE */

@media (max-width: 820px) {

    .news-modal-engagement {
        gap: 8px;
        margin-top: 16px;
    }

    .news-modal-engagement button {
        min-height: 40px;
        padding: 0 12px;
        font-size: 8px;
    }

    .news-modal-engagement-bottom {
        margin-top: 28px;
        padding-top: 20px;
    }
}
