/* ═══════════════════════════════════════════════════════
   SBP — Crow Visuals Portfolio Page
   ═══════════════════════════════════════════════════════ */

/* ── Reset ── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #080808;
    color: #e8e8e8;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

img,
video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

/* ═══════════════════════════════════════════════════════
   Chocolat overrides — tema escuro com acento dourado
   ═══════════════════════════════════════════════════════ */
:root {
    --choc-gold: #c9a96e;
    /* Ícones inline para não depender do caminho dist/ */
    --chocolat-icon-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='16' fill-opacity='.15'/%3E%3Cpath d='M15.3 20.7 10.7 16l4.6-4.7m7.4 4.7h-12' fill='none' stroke='%23c9a96e' stroke-width='1.5'/%3E%3C/svg%3E");
    --chocolat-icon-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='16' fill-opacity='.15'/%3E%3Cpath d='M16.7 20.7 21.3 16l-4.6-4.7m-7.4 4.7h12' fill='none' stroke='%23c9a96e' stroke-width='1.5'/%3E%3C/svg%3E");
    --chocolat-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' stroke-linecap='round'%3E%3Cpath d='m10 10 12 12m0-12-12 12' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
    --chocolat-icon-fullscreen: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='M4 12V4h8M20 4h8v8M28 20v8h-8M12 28H4v-8'/%3E%3C/svg%3E");
    --chocolat-icon-loader: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='12' fill='none' stroke='%23c9a96e' stroke-width='2' stroke-dasharray='40 20'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='.8s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");
}

.chocolat-overlay {
    background-color: #000 !important;
    opacity: 0 !important;
}

.chocolat-overlay.chocolat-visible {
    opacity: .92 !important;
}

.chocolat-wrapper {
    color: #fff;
}

.chocolat-wrapper .chocolat-bottom {
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(8px);
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .55);
    height: 48px;
}

.chocolat-wrapper .chocolat-set-title {
    border-right-color: rgba(255, 255, 255, .15);
}

.chocolat-wrapper .chocolat-pagination {
    color: var(--choc-gold);
}

.chocolat-wrapper .chocolat-close {
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    opacity: .6;
    transition: opacity .2s;
}

.chocolat-wrapper .chocolat-close:hover {
    opacity: 1;
}

.chocolat-wrapper .chocolat-left,
.chocolat-wrapper .chocolat-right {
    width: 60px;
    height: 120px;
    opacity: .7;
    transition: opacity .2s;
}

.chocolat-wrapper .chocolat-left:hover,
.chocolat-wrapper .chocolat-right:hover {
    opacity: 1;
}

/* ═══════════════════════════════════════════════════════
   Hero
   ═══════════════════════════════════════════════════════ */
.sbp-hero {
    position: relative;
    height: 90vh;
    max-height: 1080px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* overflow: hidden; */
    flex-direction: column;
    /* padding-top: 250px; */
}
/* teste*/

#sbp-s0{
    margin-top: -100px;
        position: relative;
}
@media (max-width: 991px) {
    .sbp-hero {
        height: 50vh;
        max-height: 550px;
    }
}

.sbp-hero__bg {
    position: absolute;
    inset: 0;
}

.sbp-hero__bg video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
        object-position: center 30%;
    pointer-events: none;
}

.sbp-hero__bg video::-webkit-media-controls,
.sbp-hero__bg video::-webkit-media-controls-start-playback-button,
.sbp-hero__bg video::-webkit-media-controls-panel,
.sbp-hero__bg video::-webkit-media-controls-play-button {
    display: none !important;
    opacity: 0 !important;
    -webkit-appearance: none;
}

.sbp-hero__bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

.sbp-hero__overlay {
    position: absolute;
    inset: 0;
    opacity: 1;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, .0) 0%,
            rgba(0, 0, 0, .15) 70%,
            rgba(8, 8, 8, 1) 100%);
}
.sbp-hero__overlay::after{
    content: '';
    position: absolute;
    inset: 0;
    opacity: 1;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, .0) 0%,
            rgba(0, 0, 0, .15) 50%,
            rgb(0, 0, 0) 90%);
}

/* animações do hero só rodam depois que o vídeo deu play (classe via JS) */
.sbp-hero--started .sbp-hero__overlay {
    /*animation: sbpLogoFade 6s ease .2s forwards; */
}

.sbp-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 1.5rem;
}

.sbp-hero__logo {
    width: 110px;
    height: auto;
    object-fit: contain;
    margin: -50px auto 5rem;
    filter: brightness(0) invert(1);
    display: block;
    opacity: 0;
}

.sbp-hero--started .sbp-hero__logo {
    animation: sbpLogoFadeTransform 8s ease 2s forwards;
}

@keyframes sbpLogoFadeTransform {
    from { opacity: 0; transform: scale(.9);}
    to { opacity: 1; transform: scale(1);}
}
@keyframes sbpLogoFade {
    from { opacity: 0; }
    to { opacity: 1; }
}



.box-text {
    margin-bottom: -19px;
}

.sbp-hero__play {
    width: 46px;
    height: 46px;
    margin: 1.4rem auto 0;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(0,0,0,.34);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: background .2s, border-color .2s, transform .2s;
}
.sbp-hero__play:hover {
    background: rgba(201,169,110,.28);
    border-color: rgba(201,169,110,.8);
    transform: scale(1.04);
}
.sbp-hero__play svg {
    width: 24px;
    height: 24px;
    margin-left: 3px;
}

.sbp-hero__title {
    font-size: clamp(1rem, 6vw, 3.5rem);
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}

.sbp-hero__title span {
    background: linear-gradient(90deg, #a07840, #e8d5a3, #c9a96e, #e8d5a3, #a07840);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: sbpShimmer 5s linear infinite;
}

@keyframes sbpShimmer {
    0% {
        background-position: 0%
    }

    100% {
        background-position: 200%
    }
}

.sbp-hero__sub {
    margin-top: 0;
    margin-bottom: .65rem;
    font-size: .65rem;
    font-weight: 700 !important;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #c9a96e;
}

/* Botão fullscreen do vídeo de fundo — canto inferior direito da hero */
.sbp-hero__fs {
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
    z-index: 3;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, .38);
    border: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .72);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: background .25s, border-color .25s, color .25s, transform .25s;
    padding: 0;
}

.sbp-hero__fs:hover {
    background: rgba(201, 169, 110, .22);
    border-color: rgba(201, 169, 110, .6);
    color: #c9a96e;
    transform: scale(1.1);
}

/* ═══════════════════════════════════════════════════════
   Preloader — logo + spinner, cobre tudo até o vídeo do hero ficar pronto
   ═══════════════════════════════════════════════════════ */
.sbp-preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #080808;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.7rem;
    opacity: 1;
    transition: opacity .6s ease;
}

.sbp-preloader--hidden {
    opacity: 0;
    pointer-events: none;
}

.sbp-preloader__logo {
    width: 130px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    animation: sbpPreloaderPulse 1.8s ease-in-out infinite;
}

.sbp-preloader__spinner {
    transform-origin: center;
    animation: sbpPreloaderRotate .9s linear infinite;
}

.sbp-preloader__track {
    stroke: rgba(255, 255, 255, .12);
}

.sbp-preloader__arc {
    stroke: #c9a96e;
    stroke-dasharray: 80 160;
}

@keyframes sbpPreloaderRotate {
    to { transform: rotate(360deg); }
}

@keyframes sbpPreloaderPulse {
    0%, 100% { opacity: .5; transform: scale(.97); }
    50% { opacity: 1; transform: scale(1); }
}

/* Logo e texto maiores no desktop */
@media (min-width: 992px) {
    .sbp-hero__logo {
        width: 180px;
    }

    .sbp-hero__title {
        font-size: clamp(3rem, 6vw, 5rem);
    }

    .sbp-hero__sub {
        font-size: .85rem;
        letter-spacing: .38em;
    }
}

.sbp-hero__scroll {
    display: none;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
    color: rgba(255, 255, 255, .28);
    font-size: .6rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    animation: sbpBob 2.2s ease-in-out infinite;
}

.sbp-hero__scroll svg {
    width: 20px;
    opacity: .35;
}

@keyframes sbpBob {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(7px);
    }
}

/* ═══════════════════════════════════════════════════════
   Sections
   ═══════════════════════════════════════════════════════ */
.sbp-section {
    padding: 5rem 0;
}

.sbp-section+.sbp-section {
    padding-top: 0;
}

.sbp-sec__header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
}

.sbp-sec__sub {
    display: block;
    font-size: .65rem;
    letter-spacing: .38em;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: .55rem;
}

.sbp-sec__title {
    font-size: clamp(1.6rem, 3.5vw, 2.8rem);
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
}

.sbp-sec__line {
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a96e, transparent);
    margin: 1rem auto 0;
}

.sbp-grid {
    padding: 0 1rem;
}

@media (min-width: 992px) {
    .sbp-grid {
        padding: 0 2rem;
    }
}

/* ═══════════════════════════════════════════════════════
   Photo card
   ═══════════════════════════════════════════════════════ */
.sbp-photo {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #111;
    cursor: pointer;
}

.sbp-photo__img {
    position: absolute;
    inset: 0;
    transition: transform .6s ease;
}

.sbp-photo:hover .sbp-photo__img {
    transform: scale(1.06);
}

.sbp-photo__hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a96e;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: opacity .3s, background .3s;
}

.sbp-photo:hover .sbp-photo__hover {
    opacity: 1;
    background: rgba(0, 0, 0, .3);
}

/* ═══════════════════════════════════════════════════════
   Masonry — mosaico em grid (player.js mede a orientacao).
   Foto HORIZONTAL ocupa 1 linha; foto VERTICAL ocupa 2 linhas,
   batendo na altura de duas horizontais empilhadas ao lado.
   A orientacao e sempre preservada (horizontal nunca vira vertical).
   Fallback sem JS: colunas via CSS columns.
   ═══════════════════════════════════════════════════════ */
.sbp-masonry {
    column-count: var(--sbp-mcols-m, 2);
    column-gap: var(--sbp-mgap, 0px);
}

@media (min-width: 992px) {
    .sbp-masonry {
        column-count: var(--sbp-mcols-d, 3);
    }
}

/* JS assumiu o layout */
.sbp-masonry--js { opacity: 0; }

.sbp-masonry--ready {
    opacity: 1;
    transition: opacity .35s ease;
}

.sbp-masonry--js,
.sbp-masonry--ready {
    column-count: auto;
    display: grid;
    grid-template-columns: repeat(var(--sbp-mcols, 3), 1fr);
    grid-auto-rows: var(--sbp-mrow, 220px);
    grid-auto-flow: row dense;  /* compacta os buracos, base mais reta */
    gap: var(--sbp-mgap, 0px);
}

.sbp-photo--masonry {
    /* anula o aspect-ratio fixo do card padrao */
    aspect-ratio: auto;
    break-inside: avoid;          /* p/ o fallback CSS columns */
    width: 100%;
    margin: 0 0 var(--sbp-mgap, 0px);  /* espaco so no fallback */
}

/* fallback CSS columns: altura natural, sem corte */
.sbp-photo--masonry .sbp-photo__img {
    position: static;
    inset: auto;
}

.sbp-photo--masonry .sbp-photo__img img {
    height: auto;
}

/* no grid: cada foto preenche a celula (1 ou 2 linhas), orientacao preservada */
.sbp-masonry--js .sbp-photo--masonry,
.sbp-masonry--ready .sbp-photo--masonry {
    margin: 0;
    height: 100%;
}

.sbp-masonry--js .sbp-photo--masonry .sbp-photo__img,
.sbp-masonry--ready .sbp-photo--masonry .sbp-photo__img {
    position: absolute;
    inset: 0;
}

.sbp-masonry--js .sbp-photo--masonry .sbp-photo__img img,
.sbp-masonry--ready .sbp-photo--masonry .sbp-photo__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ═══════════════════════════════════════════════════════
   Video card
   ═══════════════════════════════════════════════════════ */
.sbp-video {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #0e0e0e;
    border: 1px solid rgba(255, 255, 255, .04);
    transition: border-color .3s;
}

.sbp-video:hover {
    border-color: rgba(201, 169, 110, .25);
}

.sbp-video__thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #111;
}

.sbp-video__thumb img,
.sbp-video__thumb video {
    transition: transform .55s ease;
    pointer-events: none;
}

.sbp-video:hover .sbp-video__thumb img,
.sbp-video:hover .sbp-video__thumb video {
    transform: scale(1.05);
}

.sbp-video__no-thumb {
    width: 100%;
    height: 100%;
    background: #111;
}

.sbp-video__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 1;
    transition: opacity .3s;
    background: rgba(0, 0, 0, .28);
}

.sbp-video:hover .sbp-video__play {
    opacity: 1;
}

.sbp-video__play svg {
    filter: drop-shadow(0 2px 16px rgba(0, 0, 0, .7));
}

.sbp-video__info {
    padding: .9rem 1.1rem;
}

.sbp-video__title {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .07em;
    color: #e8e8e8;
    text-transform: uppercase;
}

.sbp-video__desc {
    font-size: .72rem;
    color: rgba(255, 255, 255, .38);
    margin-top: .3rem;
    line-height: 1.7;
}

.sbp-video--inline {
    aspect-ratio: 9 / 16;
    cursor: default;
}

.sbp-video--inline:hover {
    border-color: rgba(255, 255, 255, .09);
}

.sbp-video--inline .sbp-video__thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.sbp-video--inline .sbp-video__thumb>.sbp-iplayer {
    width: 100%;
    aspect-ratio: 9 / 16;
    display: block;
    height: auto;
}

.sbp-video--inline .sbp-iplayer__stage {
    width: 100%;
    aspect-ratio: 9 / 16;
    height: auto;
}

.sbp-video--inline .sbp-video__info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: .85rem 1rem 2rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .62), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.sbp-video--inline .sbp-iplayer__main {
    pointer-events: auto;
}

.sbp-video--inline .sbp-iplayer__bg {
    pointer-events: none;
}

.sbp-video--inline .sbp-iplayer__btn--close {
    display: none;
}

.sbp-video--inline:hover .sbp-video__thumb video {
    transform: none;
}

/* ═══════════════════════════════════════════════════════
   Inline Video Player  .sbp-iplayer
   Fica DENTRO da seção, não abre como overlay/modal
   ═══════════════════════════════════════════════════════ */

/* Player fica dentro da seção, em flow normal */
.sbp-iplayer {
    width: 100%;
    background: #000;
    display: none;
    /* JS alterna para block */
}

.sbp-iplayer.sbp-iplayer--visible {
    display: block;
}

/* Quando player está ativo, esconde o grid */
.sbp-section.sbp-section--playing .sbp-grid {
    display: none;
}

/* Stage: container do vídeo — 16:9 */
.sbp-iplayer__stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

/* Fundo blur — cópia desfocada do vídeo (efeito YouTube/Instagram) */
.sbp-iplayer__bg {
    position: absolute;
    inset: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    object-fit: cover;
    filter: blur(26px) brightness(.28) saturate(1.4);
    z-index: 0;
    pointer-events: none;
}

/* Vídeo principal */
.sbp-iplayer__main {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    background: transparent;
    border: none;
    display: block;
}

.sbp-iplayer__poster {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
    pointer-events: none;
    transition: opacity .22s ease;
}

.sbp-iplayer__poster--hidden {
    opacity: 0;
}

/* iframe YouTube */
.sbp-iplayer__stage>iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
}

/* ── Botão play/pause central grande ── */
.sbp-iplayer__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .45);
    border: 1.5px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: background .2s, border-color .2s, opacity .35s ease;
}

.sbp-iplayer__center svg {
    margin-left: 3px;
}

.sbp-iplayer__center:hover {
    background: rgba(201, 169, 110, .3);
    border-color: #c9a96e;
}

/* Visível quando pausado */
.sbp-iplayer--paused .sbp-iplayer__center,
.sbp-iplayer--playing.sbp-iplayer--active .sbp-iplayer__center {
    opacity: 1;
    pointer-events: all;
}

/* Some devagar no idle */
.sbp-iplayer--playing.sbp-iplayer--idle .sbp-iplayer__center {
    opacity: 0;
    transition: opacity .9s ease;
    pointer-events: none;
}

/* ── Controles — aparecem com delay no hover, imediato ao pausar ── */
.sbp-iplayer__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 1.2rem .85rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, .9));
    z-index: 5;
    opacity: 0;
    transform: translateY(4px);
    pointer-events: none;
    transition: opacity .25s .44s, transform .25s .44s;
}

/* Hover ativo → delay .44s */
.sbp-iplayer--playing.sbp-iplayer--active .sbp-iplayer__controls {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    transition: opacity .25s .44s, transform .25s .44s;
}

/* Pausado → imediato */
.sbp-iplayer--paused.sbp-iplayer--active .sbp-iplayer__controls {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    transition: opacity .18s, transform .18s;
}

/* Idle → some suave */
.sbp-iplayer--idle .sbp-iplayer__controls {
    opacity: 0;
    pointer-events: none;
    transition: opacity .65s;
}

/* Progress bar */
.sbp-iplayer__progress {
    position: relative;
    height: 3px;
    background: rgba(255, 255, 255, .18);
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: .7rem;
    transition: height .15s;
}

.sbp-iplayer__progress:hover {
    height: 5px;
}

.sbp-iplayer__pbuf {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0%;
    background: rgba(255, 255, 255, .2);
    border-radius: 2px;
    pointer-events: none;
}

.sbp-iplayer__pfill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0%;
    background: linear-gradient(90deg, #a07840, #c9a96e);
    border-radius: 2px;
    pointer-events: none;
    transition: width .1s linear;
}

.sbp-iplayer__pthumb {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c9a96e;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s;
}

.sbp-iplayer__progress:hover .sbp-iplayer__pthumb {
    opacity: 1;
}

/* Barra inferior */
.sbp-iplayer__bar {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.sbp-iplayer__btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
    padding: .28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .2s;
    flex-shrink: 0;
}

.sbp-iplayer__btn:hover {
    color: #c9a96e;
}

.sbp-iplayer__btn--close:hover {
    color: #fff;
}

.sbp-iplayer__time {
    font-size: .68rem;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .5);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.sbp-iplayer__sep {
    margin: 0 .22rem;
    opacity: .38;
}

.sbp-iplayer__vol {
    display: flex;
    align-items: center;
    gap: .35rem;
}

.sbp-iplayer__vrange {
    -webkit-appearance: none;
    appearance: none;
    width: 68px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .25);
    outline: none;
    cursor: pointer;
}

.sbp-iplayer__vrange::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c9a96e;
    cursor: pointer;
}

.sbp-iplayer__vrange::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c9a96e;
    border: none;
    cursor: pointer;
}

.sbp-iplayer__spacer {
    flex: 1;
}

/* YouTube: sem controles custom (YouTube já tem os deles) */
.sbp-iplayer--youtube .sbp-iplayer__center,
.sbp-iplayer--youtube .sbp-iplayer__controls {
    display: none !important;
}

/* Fullscreen do stage */
.sbp-iplayer__stage:fullscreen,
.sbp-iplayer__stage:-webkit-full-screen {
    background: #000;
}

@media (max-width: 576px) {
    .sbp-iplayer__center {
        width: 58px;
        height: 58px;
    }

    .sbp-iplayer__vrange {
        width: 50px;
    }
}

/* ═══════════════════════════════════════════════════════
   Footer
   ═══════════════════════════════════════════════════════ */
.sbp-footer {
    padding: 4rem 1rem 3rem;
    text-align: center;
    /* border-top: 1px solid rgba(255,255,255,.05); */
    margin-top: 4rem;
}

.sbp-footer img {
    width: 90px;
    height: auto;
    object-fit: contain;
    margin: 0 auto 1.2rem;
    filter: brightness(0) invert(1);
    opacity: .3;
    display: block;
}

.sbp-footer__instagram {
    display: inline-block;
    margin-bottom: 1rem;
    color: rgba(201, 169, 110, .78);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s, opacity .2s;
}

.sbp-footer__instagram:hover {
    color: #c9a96e;
    opacity: .86;
}

.sbp-footer p {
    font-size: .65rem;
    letter-spacing: .22em;
    color: rgba(255, 255, 255, .18);
    text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════
   Proposal Section
   ═══════════════════════════════════════════════════════ */
.sbp-proposal .sbp-sec__title {
    font-size: clamp(1.2rem, 3vw, 2rem);
    line-height: 1.25;
}

.sbp-proposal__body {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ── Service cards ── */
.sbp-prop-card {
    background: #0e0e0e;
    border: 1px solid rgba(255, 255, 255, .06);
    padding: 2rem 1.8rem;
    height: 100%;
    transition: border-color .3s;
}

.sbp-prop-card:hover {
    border-color: rgba(201, 169, 110, .28);
}

.sbp-prop-card__icon {
    color: #c9a96e;
    margin-bottom: 1.4rem;
}

.sbp-prop-card__title {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    margin-bottom: .9rem;
}

.sbp-prop-card__price {
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: .04em;
    color: #c9a96e;
    margin-bottom: 1.2rem;
    line-height: 1;
}

.sbp-prop-card__desc {
    font-size: .92rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, .78);
    font-weight: 300;
}

/* ── Detail paragraphs ── */
.sbp-proposal__details {
    margin-top: 2.8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* border-top: 1px solid rgba(255,255,255,.05); */
    padding-top: 2.5rem;
}

.sbp-proposal__details p {
    font-size: .94rem;
    line-height: 2;
    color: rgba(255, 255, 255, .78);
    font-weight: 300;
}

/* ── Total value ── */
.sbp-proposal__total {
    margin-top: 2.8rem;
    padding: 1.8rem 2rem;
    background: linear-gradient(135deg, rgba(160, 120, 64, .1), rgba(201, 169, 110, .04));
    border: 1px solid rgba(201, 169, 110, .2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.sbp-proposal__total-label {
    font-size: .62rem;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
}

.sbp-proposal__total-value {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: .04em;
    background: linear-gradient(90deg, #a07840, #e8d5a3, #c9a96e, #e8d5a3, #a07840);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: sbpShimmer 5s linear infinite;
}

/* ── Team ── */
.sbp-proposal__team {
    margin-top: 1.2rem;
    padding: 1.1rem 1.5rem;
    background: rgba(255, 255, 255, .02);
    border-left: 2px solid rgba(201, 169, 110, .5);
    display: flex;
    gap: 1.2rem;
    align-items: baseline;
    flex-wrap: wrap;
}

.sbp-proposal__team-label {
    font-size: .58rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #c9a96e;
    white-space: nowrap;
    flex-shrink: 0;
}

.sbp-proposal__team-value {
    font-size: .92rem;
    color: rgba(255, 255, 255, .78);
    font-weight: 300;
}

/* ── Observations ── */
.sbp-proposal__obs {
    margin-top: 2.8rem;
    padding-top: 2rem;
    /*  border-top: 1px solid rgba(255,255,255,.05); */
    margin-bottom: .5rem;
}

.sbp-proposal__obs h4 {
    font-size: .6rem;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .28);
    margin-bottom: 1.2rem;
    font-weight: 400;
}

.sbp-proposal__obs ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.sbp-proposal__obs li {
    font-size: .88rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, .68);
    font-weight: 300;
    padding-left: 1.2rem;
    position: relative;
}

.sbp-proposal__obs li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 5px;
    height: 1px;
    background: #c9a96e;
    opacity: .45;
}

@media (max-width: 576px) {
    .sbp-proposal__total {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }

    .sbp-proposal__total-value {
        font-size: 1.9rem;
    }
}

/* ═══════════════════════════════════════════════════════
   Photo Slider (Swiper)
   Explicit height on the container drives slide sizing.
   height = width * 6/19 → each square slide fills ~1/3.17 of the strip.
   ═══════════════════════════════════════════════════════ */
.sbp-photo-swiper {
    overflow: hidden;
    width: 100%;
    height: clamp(300px, 33vw, 440px); /* desktop: 3 fotos (1:1) */
}

.sbp-photo-swiper .swiper-slide {
    height: 100%;
    width: auto;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

.sbp-photo-swiper .sbp-photo {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
}

@media (max-width: 991px) {
    .sbp-photo-swiper {
        height: clamp(150px, 49vw, 320px); /* mobile/tablet: 2 fotos */
    }
}

/* ═══════════════════════════════════════════════════════
   Video Slider (Swiper) — portrait 9:16 cards
   height ≈ 57vw → 3 visíveis mobile | 44vw → 4 visíveis desktop
   ═══════════════════════════════════════════════════════ */
.sbp-video-swiper {
    overflow: hidden;
    width: 100%;
    height: clamp(200px, 57vw, 380px); /* mobile/tablet: 3 vídeos */
}

@media (min-width: 992px) {
    .sbp-video-swiper {
        height: clamp(400px, 44vw, 540px); /* desktop: 4 vídeos */
    }
}

.sbp-video-swiper .swiper-slide {
    height: 100%;
    aspect-ratio: 9 / 16;
    flex-shrink: 0;
}

/* Card fills the slide */
.sbp-video--card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    background: #111;
    border: 1px solid rgba(255, 255, 255, .04);
    transition: border-color .3s;
}

.sbp-video-swiper {
    height: auto;
}

.sbp-video-swiper .swiper-slide {
    height: auto;
    aspect-ratio: auto;
}

.sbp-video-swiper .sbp-video--card {
    height: auto;
    aspect-ratio: 9 / 16;
}

.sbp-video--card:hover {
    border-color: rgba(201, 169, 110, .25);
}

.sbp-video--card .sbp-video__thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
}

.sbp-video--card .sbp-video__thumb img,
.sbp-video--card .sbp-video__thumb video {
    transition: transform .55s ease;
}

.sbp-video--card:hover .sbp-video__thumb img {
    transform: scale(1.05);
}

.sbp-video--card .sbp-video__play {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: rgba(0, 0, 0, .28);
    transition: opacity .3s;
}

.sbp-video--card:hover .sbp-video__play {
    opacity: 1;
}

/* Label overlay at the bottom of each card */
.sbp-svideo__label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 1.4rem .85rem .6rem;
    background: linear-gradient(to top, rgba(0, 0, 0, .78), transparent);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
    pointer-events: none;
}


/* ── Inline player inside video swiper slide ── */
.sbp-video-swiper .sbp-video--inline {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    overflow: hidden;
    position: relative;
}

.sbp-video-swiper .sbp-video--inline .sbp-iplayer {
    width: 100%;
    height: 100%;
}

.sbp-video-swiper .sbp-video--inline .sbp-iplayer__stage {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
}

.sbp-video-swiper .sbp-video--inline .sbp-svideo__label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    pointer-events: none;
}

/* ── Expand button: only visible on embedded (inline) players ── */
.sbp-iplayer__btn--expand {
    display: none;
}

.sbp-iplayer--embed .sbp-iplayer__btn--expand {
    display: inline-flex;
}

/* ═══════════════════════════════════════════════════════
   Video Modal Overlay
   ═══════════════════════════════════════════════════════ */
.sbp-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9000;
    align-items: center;
    justify-content: center;
}

.sbp-modal--open {
    display: flex;
}

.sbp-modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .92);
    backdrop-filter: blur(6px);
}

.sbp-modal__inner {
    position: relative;
    z-index: 1;
    aspect-ratio: 9 / 16;
    width: min(90vw, 90%, calc(85vh * 9 / 16));
    width:  95%;
    max-height: 85vh;
    max-width: min(90vw, 90%);
    background: #000;
    box-shadow: 0 8px 48px rgba(0, 0, 0, .7);
}

.sbp-modal__vid {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.sbp-modal__close {
    position: absolute;
    top: -2.6rem;
    right: 0;
    background: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, border-color .2s;
    padding: 0;
}

.sbp-modal__close:hover {
    background: rgba(201, 169, 110, .25);
    border-color: rgba(201, 169, 110, .4);
}

/* ── Play/pause: center button only — hide bar play button ── */
.sbp-iplayer__btn--play {
    display: none;
}

/* ── Fullscreen button: top-right of stage, gold highlight, always visible ── */
.sbp-iplayer__btn--fs {
    position: absolute;
    top: .65rem;
    right: .65rem;
    z-index: 8;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    background: rgba(201, 169, 110, .15);
    border: 1px solid rgba(201, 169, 110, .45) !important;
    border-radius: 6px;
    color: rgba(255, 255, 255, .85) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, border-color .2s, color .2s;
}

.sbp-iplayer__btn--fs:hover {
    background: rgba(201, 169, 110, .32) !important;
    border-color: rgba(201, 169, 110, .75) !important;
    color: #c9a96e !important;
}

.sbp-iplayer--youtube .sbp-iplayer__btn--fs {
    display: none !important;
}

/* ── Video swiper navigation arrows gold theme ── */
.sbp-video-swiper .swiper-button-prev,
.sbp-video-swiper .swiper-button-next {
    color: #c9a96e;
    --swiper-navigation-size: 22px;
    background: rgba(0, 0, 0, .45);
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid rgba(201, 169, 110, .3);
    transition: background .2s, border-color .2s;
}

.sbp-video-swiper .swiper-button-prev:hover,
.sbp-video-swiper .swiper-button-next:hover {
    background: rgba(201, 169, 110, .2);
    border-color: rgba(201, 169, 110, .6);
}

.sbp-video-swiper .swiper-button-prev.swiper-button-disabled,
.sbp-video-swiper .swiper-button-next.swiper-button-disabled {
    opacity: .25;
}

/* ── YouTube iframe inside modal ── */
.sbp-modal__iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* ── Player dentro do modal: o stage preenche o inner (suporta retrato e paisagem),
   em vez do 16/9 fixo usado nas seções. ── */
.sbp-modal .sbp-iplayer {
    width: 100%;
    height: 100%;
}

.sbp-modal .sbp-iplayer__stage {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
}


/* ── Vídeo horizontal no modal ───────────────────────────
   Celular: gira o player 90° (vídeo + controles juntos) e ocupa a tela toda.
   Tablet pra cima: sem rotação, modal vira paisagem normal. */
@media (max-width: 767.98px) {
    .sbp-modal--landscape .sbp-modal__inner {
        aspect-ratio: auto;
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        background: #000;
    }

    .sbp-modal--landscape .sbp-iplayer__stage {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vh;   /* girado: a "largura" vira a altura da tela */
        height: 100vw;  /* girado: a "altura" vira a largura da tela */
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .sbp-modal--landscape .sbp-modal__close {
        top: .7rem;
        right: .7rem;
        z-index: 6;
    }
}

@media (min-width: 768px) {
    .sbp-modal--landscape .sbp-modal__inner {
        aspect-ratio: 16 / 9;
       /* max-width: min(92vw, 960px); */
        max-width: min(92vw, 95%);
    
        max-height: 85vh;
    }
}
