/* ============================================================
   Roger Vilela — Theme Animations & Layout
   ============================================================ */

/* ── Reset & Base ─────────────────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

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

button {
    cursor: pointer;
    border: none;
    background: none;
}

/* ── CSS Custom Properties ────────────────────────────────── */
:root {
    --rv-black: #000000;
    --rv-white: #ffffff;
    --rv-cream: #e8ddd0;
    --rv-gold: #c8a96e;
    --rv-gold-light: #d4b87a;
    --rv-gray-dark: #111111;
    --rv-gray-mid: #1a1a1a;
    --rv-gray-light: #2a2a2a;
    --rv-text-muted: #666666;

    --rv-font-serif: 'Gilda Display', 'Times New Roman', serif;
    --rv-font-sans: 'Nunito', Arial, sans-serif;

    --rv-header-h: 80px;
    --rv-section-px: clamp(1.5rem, 5vw, 6rem);
    --rv-section-py: clamp(5rem, 10vh, 10rem);

    --rv-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --rv-transition-slow: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    --rv-radius: 8px;
    --rv-radius-lg: 16px;
}

/* ── Scroll-reveal: estados ───────────────────────────────── */
.rv-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition:
        opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rv-reveal.rv-reveal--delay-1 {
    transition-delay: 0.12s;
}

.rv-reveal.rv-reveal--delay-2 {
    transition-delay: 0.24s;
}

.rv-reveal.rv-reveal--delay-3 {
    transition-delay: 0.36s;
}

.rv-reveal.rv-reveal--delay-4 {
    transition-delay: 0.48s;
}

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

/* ── Header ───────────────────────────────────────────────── */
.rv-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: var(--rv-header-h);
    padding: 0 var(--rv-section-px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color var(--rv-transition), backdrop-filter var(--rv-transition);
}

.rv-site-header.scrolled {
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.rv-site-header .wp-block-group {
    gap: 0;
}

/* Logo RV */
.rv-logo-text {
    font-family: var(--rv-font-serif) !important;
    font-size: clamp(1.4rem, 2.5vw, 2rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0.1em;
    color: var(--rv-white);
    line-height: 1;
    margin: 0 !important;
    transition: color var(--rv-transition);
}

.rv-logo-text:hover {
    color: var(--rv-gold);
}

/* Nav tags */
.rv-nav {
    gap: 1.5rem !important;
}

.rv-nav-tag,
.rv-nav-since {
    font-family: var(--rv-font-sans) !important;
    font-size: 0.65rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    color: var(--rv-text-muted) !important;
    text-transform: uppercase;
    margin: 0 !important;
    transition: color var(--rv-transition);
}

.rv-nav-tag:hover,
.rv-nav-since:hover {
    color: var(--rv-cream);
}

/* ── Hero ─────────────────────────────────────────────────── */
.rv-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--rv-header-h) + 4rem) var(--rv-section-px) var(--rv-section-py);
    overflow: hidden;
    background-color: var(--rv-black);
}

/* Radial glow de fundo */
.rv-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(200, 169, 110, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Tag superior: ——— BARBEARIA ——— */
.rv-hero__tag {
    display: flex !important;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.rv-hero__tag p {
    font-family: var(--rv-font-sans) !important;
    font-size: 0.65rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.3em !important;
    color: var(--rv-gold) !important;
    text-transform: uppercase;
    margin: 0 !important;
}

/* Título hero: "Roger Vi [orb] ela" */
.rv-hero__title-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 3rem;
}

.rv-hero__title {
    font-family: var(--rv-font-serif) !important;
    font-size: clamp(4rem, 12vw, 11rem) !important;
    font-weight: 400 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.02em !important;
    color: var(--rv-white) !important;
    margin: 0 !important;
}

.rv-hero__title-line {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.05em;
}

.rv-hero__title-vi,
.rv-hero__title-ela {
    display: inline-block;
    line-height: inherit;
}

/* Container do orb dentro do título */
.rv-hero__title-element {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: clamp(80px, 9vw, 160px);
    height: clamp(80px, 9vw, 160px);
    flex-shrink: 0;
    margin: 0 0.05em;
    cursor: grab;
    user-select: none;
}

.rv-hero__title-element:active {
    cursor: grabbing;
}

#rv-orb {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
    transition: transform 0.3s ease;
    animation: rv-orb-float 6s ease-in-out infinite;
}

@keyframes rv-orb-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-8px) rotate(2deg);
    }

    66% {
        transform: translateY(4px) rotate(-1deg);
    }
}

/* Subtítulo "DESDE 2016" */
.rv-hero__since {
    font-family: var(--rv-font-sans) !important;
    font-size: clamp(0.65rem, 1vw, 0.8rem) !important;
    font-weight: 500 !important;
    letter-spacing: 0.35em !important;
    color: var(--rv-gold) !important;
    text-transform: uppercase;
    margin: 1.5rem 0 0 !important;
}

/* Descrição do hero */
.rv-hero__desc {
    font-family: var(--rv-font-sans) !important;
    font-size: clamp(0.9rem, 1.5vw, 1.05rem) !important;
    line-height: 1.75 !important;
    color: rgba(255, 255, 255, 0.55) !important;
    max-width: 520px;
    margin: 0 !important;
    position: relative;
    z-index: 1;
}

/* Scroll hint */
.rv-hero__scroll-hint {
    display: flex !important;
    align-items: center;
    gap: 0.75rem;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.rv-hero__scroll-hint p {
    font-family: var(--rv-font-sans) !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.2em !important;
    color: var(--rv-text-muted) !important;
    text-transform: uppercase;
    margin: 0 !important;
}

.rv-hero__scroll-arrow {
    color: var(--rv-gold);
    font-size: 1rem;
    animation: rv-bounce 2s ease-in-out infinite;
}

@keyframes rv-bounce {

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

    50% {
        transform: translateY(6px);
    }
}

/* ── Features — Sticky Cards ──────────────────────────────── */
.rv-features {
    padding: var(--rv-section-py) var(--rv-section-px);
    background: var(--rv-black);
    position: relative;
}

.rv-features__header {
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.rv-section-label {
    font-family: var(--rv-font-sans) !important;
    font-size: 0.65rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.3em !important;
    color: var(--rv-gold) !important;
    text-transform: uppercase;
    margin: 0 0 1rem !important;
    display: block;
}

.rv-features__title {
    font-family: var(--rv-font-serif) !important;
    font-size: clamp(1.8rem, 4vw, 3.5rem) !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    color: var(--rv-white) !important;
    max-width: 700px;
    margin: 0 !important;
}

/* Stack dos cards */
.rv-features__stack {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}

/* Card base */
.rv-feature-card {
    position: sticky;
    border-radius: var(--rv-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: var(--rv-gray-dark);
    overflow: hidden;
    transition: border-color var(--rv-transition);
}

.rv-feature-card--1 {
    top: calc(var(--rv-header-h) + 1rem);
}

.rv-feature-card--2 {
    top: calc(var(--rv-header-h) + 2.5rem);
}

.rv-feature-card--3 {
    top: calc(var(--rv-header-h) + 4rem);
}

.rv-feature-card:hover {
    border-color: rgba(200, 169, 110, 0.2);
}

.rv-feature-card__inner {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(2rem, 4vw, 3.5rem);
}

.rv-feature-card__content {
    flex: 1;
}

.rv-feature-card__number {
    font-family: var(--rv-font-sans) !important;
    font-size: 0.65rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.3em !important;
    color: var(--rv-gold) !important;
    margin: 0 0 1.25rem !important;
}

.rv-feature-card__heading {
    font-family: var(--rv-font-serif) !important;
    font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    color: var(--rv-white) !important;
    margin: 0 0 1rem !important;
    max-width: 480px;
}

.rv-feature-card__desc {
    font-family: var(--rv-font-sans) !important;
    font-size: clamp(0.875rem, 1.3vw, 1rem) !important;
    line-height: 1.7 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    max-width: 420px;
    margin: 0 !important;
}

/* Icon orb decorativo no canto */
.rv-feature-card__icon {
    flex-shrink: 0;
    width: clamp(60px, 8vw, 100px);
    height: clamp(60px, 8vw, 100px);
}

.rv-icon-orb {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(200, 169, 110, 0.25), rgba(200, 169, 110, 0.03));
    border: 1px solid rgba(200, 169, 110, 0.15);
    transition: transform var(--rv-transition), border-color var(--rv-transition);
}

.rv-feature-card:hover .rv-icon-orb {
    transform: scale(1.05);
    border-color: rgba(200, 169, 110, 0.3);
}

/* ── Exclusivity ──────────────────────────────────────────── */
.rv-exclusivity {
    padding: var(--rv-section-py) var(--rv-section-px);
    background: var(--rv-black);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.rv-exclusivity__header {
    margin-bottom: clamp(3rem, 6vw, 6rem);
}

.rv-exclusivity__title {
    font-family: var(--rv-font-serif) !important;
    font-size: clamp(2rem, 5vw, 5rem) !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em !important;
    color: var(--rv-white) !important;
    max-width: 900px;
    margin: 0 !important;
}

/* Grid de diferenciais */
.rv-exclusivity__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.rv-exclusivity__item {
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
}

.rv-exclusivity__item:nth-child(odd) {
    padding-right: 4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.rv-exclusivity__item:nth-child(even) {
    padding-left: 4rem;
}

.rv-exclusivity__line {
    display: block;
    width: 2rem;
    height: 1px;
    background: var(--rv-gold);
    margin-bottom: 1.5rem;
    transition: width var(--rv-transition);
}

.rv-exclusivity__item:hover .rv-exclusivity__line {
    width: 3rem;
}

.rv-exclusivity__item-title {
    font-family: var(--rv-font-serif) !important;
    font-size: clamp(1.1rem, 2vw, 1.6rem) !important;
    font-weight: 400 !important;
    color: var(--rv-white) !important;
    margin: 0 0 0.75rem !important;
}

.rv-exclusivity__item-desc {
    font-family: var(--rv-font-sans) !important;
    font-size: clamp(0.85rem, 1.2vw, 0.95rem) !important;
    line-height: 1.7 !important;
    color: var(--rv-text-muted) !important;
    margin: 0 !important;
}

/* ── VIP Form ─────────────────────────────────────────────── */
.rv-vip {
    padding: var(--rv-section-py) var(--rv-section-px);
    background: var(--rv-gray-dark);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.rv-vip__bg-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--rv-gold), transparent);
    opacity: 0.4;
}

.rv-vip__inner {
    max-width: 900px;
    margin: 0 auto;
}

.rv-vip__header {
    margin-bottom: 3rem;
}

.rv-vip__title {
    font-family: var(--rv-font-serif) !important;
    font-size: clamp(1.8rem, 4vw, 3.5rem) !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    color: var(--rv-white) !important;
    margin: 0.5rem 0 1rem !important;
}

.rv-vip__desc {
    font-family: var(--rv-font-sans) !important;
    font-size: clamp(0.9rem, 1.4vw, 1.05rem) !important;
    line-height: 1.75 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin: 0 !important;
    max-width: 560px;
}

/* Form */
.rv-vip__form-wrap {
    width: 100%;
}

.rv-vip__form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.rv-form__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.rv-form__group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rv-form__label {
    font-family: var(--rv-font-sans);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: var(--rv-gold);
    text-transform: uppercase;
    transition: color var(--rv-transition);
}

.rv-form__group.is-invalid .rv-form__label {
    color: #e05a5a;
}

.rv-form__input {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--rv-white);
    font-family: var(--rv-font-sans);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 0.875rem 0;
    width: 100%;
    outline: none;
    transition: border-color var(--rv-transition), color var(--rv-transition), box-shadow var(--rv-transition);
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    caret-color: var(--rv-gold);
}

.rv-form__input::placeholder {
    color: rgba(255, 255, 255, 0.2);
    font-family: var(--rv-font-sans);
    font-size: 1rem;
    font-weight: 400;
    opacity: 1;
}

.rv-form__input:focus {
    border-bottom-color: var(--rv-gold);
    box-shadow: 0 1px 0 0 var(--rv-gold);
}

.rv-form__input.is-invalid {
    border-bottom-color: #e05a5a;
    box-shadow: 0 1px 0 0 #e05a5a;
}

/* ── Autofill — forçar estilo escuro do tema ──────────────── */
.rv-form__input:-webkit-autofill,
.rv-form__input:-webkit-autofill:hover,
.rv-form__input:-webkit-autofill:focus,
.rv-form__input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--rv-white) !important;
    /* -webkit-box-shadow: 0 0 0 1000px var(--rv-gray-dark) inset !important; */
    box-shadow: 0 0 0 1000px var(--rv-gray-dark) inset !important;
    font-family: var(--rv-font-sans) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    caret-color: var(--rv-gold) !important;
    transition: background-color 5000s ease-in-out 0s;
    border-bottom-color: rgba(200, 169, 110, 0.4);
}

/* Firefox autofill */
.rv-form__input:autofill {
    background: var(--rv-gray-dark) !important;
    color: var(--rv-white) !important;
    font-family: var(--rv-font-sans) !important;
    font-size: 1rem !important;
}

.rv-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.rv-form__privacy {
    font-family: var(--rv-font-sans) !important;
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.3) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    max-width: 400px;
}

.rv-form__privacy a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Botão */
.rv-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--rv-white);
    font-family: var(--rv-font-sans);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    cursor: pointer;
    transition:
        background-color var(--rv-transition),
        border-color var(--rv-transition),
        color var(--rv-transition),
        gap var(--rv-transition),
        opacity var(--rv-transition);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.rv-btn--primary {
    border-color: var(--rv-gold);
    color: var(--rv-white);
}

.rv-btn--primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--rv-gold);
    transform: translateX(-101%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.rv-btn--primary:hover:not(:disabled)::before {
    transform: translateX(0);
}

.rv-btn--primary:hover:not(:disabled) {
    color: var(--rv-black);
    gap: 1.25rem;
}

.rv-btn__text,
.rv-btn__arrow {
    position: relative;
    z-index: 1;
}

/* Botão desabilitado — antes dos campos serem preenchidos */
.rv-btn--primary:disabled,
.rv-btn--primary.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
    border-color: rgba(200, 169, 110, 0.3);
}

/* Feedback do form */
.rv-form__feedback {
    padding: 1rem 1.5rem;
    border-radius: var(--rv-radius);
    font-family: var(--rv-font-sans);
    font-size: 0.875rem;
    line-height: 1.5;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.rv-form__feedback.is-success {
    background: rgba(200, 169, 110, 0.1);
    border: 1px solid rgba(200, 169, 110, 0.3);
    color: var(--rv-gold);
}

.rv-form__feedback.is-error {
    background: rgba(224, 90, 90, 0.1);
    border: 1px solid rgba(224, 90, 90, 0.3);
    color: #e05a5a;
}

/* Form loading state */
.rv-vip__form.is-loading .rv-btn--primary {
    opacity: 0.6;
    pointer-events: none;
}

/* ── Event ────────────────────────────────────────────────── */
.rv-event {
    padding: var(--rv-section-py) var(--rv-section-px);
    background: var(--rv-black);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.rv-event__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(3rem, 6vw, 7rem);
    align-items: start;
}

.rv-event__col--left {
    position: sticky;
    top: calc(var(--rv-header-h) + 2rem);
}

.rv-event__title {
    font-family: var(--rv-font-serif) !important;
    font-size: clamp(1.8rem, 4vw, 3.5rem) !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    color: var(--rv-white) !important;
    margin: 0.5rem 0 1.5rem !important;
}

.rv-event__desc {
    font-family: var(--rv-font-sans) !important;
    font-size: clamp(0.9rem, 1.4vw, 1rem) !important;
    line-height: 1.8 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin: 0 !important;
}

.rv-event__detail {
    padding: 2rem 0;
}

.rv-event__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
}

.rv-event__detail-label {
    font-family: var(--rv-font-sans) !important;
    font-size: 0.65rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.3em !important;
    color: var(--rv-gold) !important;
    text-transform: uppercase;
    margin: 0 0 0.875rem !important;
}

.rv-event__detail-value {
    font-family: var(--rv-font-sans) !important;
    font-size: clamp(0.9rem, 1.4vw, 1.05rem) !important;
    line-height: 1.75 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin: 0 !important;
}

/* ── Social ───────────────────────────────────────────────── */
.rv-social {
    padding: var(--rv-section-py) var(--rv-section-px);
    background: var(--rv-gray-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.rv-social::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--rv-gold), transparent);
    opacity: 0.4;
}

.rv-social__header {
    margin-bottom: 3rem;
}

.rv-social__title {
    font-family: var(--rv-font-serif) !important;
    font-size: clamp(2rem, 5vw, 5rem) !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em !important;
    color: var(--rv-white) !important;
    margin: 0 0 1rem !important;
}

.rv-social__desc {
    font-family: var(--rv-font-sans) !important;
    font-size: clamp(0.9rem, 1.4vw, 1.05rem) !important;
    line-height: 1.75 !important;
    color: rgba(255, 255, 255, 0.45) !important;
    max-width: 480px;
    margin: 0 !important;
}

.rv-social__links {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem !important;
}

.rv-social__link-item p {
    margin: 0 !important;
}

.rv-social__link {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    font-family: var(--rv-font-sans);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.875rem 1.5rem;
    border-radius: 999px;
    transition:
        color var(--rv-transition),
        border-color var(--rv-transition),
        background-color var(--rv-transition);
}

.rv-social__link:hover {
    color: var(--rv-white);
    border-color: rgba(200, 169, 110, 0.4);
    background: rgba(200, 169, 110, 0.06);
}

.rv-social__link-icon {
    display: inline-flex;
    align-items: center;
}

.rv-social__link-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
}

/* ── Footer ───────────────────────────────────────────────── */
.rv-site-footer {
    background: var(--rv-black);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.rv-footer {
    padding: 3rem var(--rv-section-px) !important;
    max-width: 100% !important;
}

.rv-footer-top {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 1.5rem;
}

.rv-footer-brand {
    font-family: var(--rv-font-serif) !important;
    font-size: 2rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.1em;
    color: var(--rv-white) !important;
    margin: 0 !important;
}

.rv-footer-links {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1.5rem !important;
    align-items: center;
    justify-content: flex-end;
}

.rv-footer-links p {
    margin: 0 !important;
}

.rv-footer-links a {
    font-family: var(--rv-font-sans);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.3);
    transition: color var(--rv-transition);
}

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

.rv-footer-bottom {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.rv-footer-copy,
.rv-footer-credit {
    font-family: var(--rv-font-sans) !important;
    font-size: 0.72rem !important;
    color: rgba(255, 255, 255, 0.2) !important;
    margin: 0 !important;
    letter-spacing: 0.04em;
}

.rv-footer-credit a {
    color: rgba(255, 255, 255, 0.35);
    transition: color var(--rv-transition);
}

.rv-footer-credit a:hover {
    color: var(--rv-gold);
}

/* ── Site Main ────────────────────────────────────────────── */
.rv-site-main {
    max-width: 100% !important;
    padding: 0 !important;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1024px) {
    .rv-event__inner {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .rv-event__col--left {
        position: static;
    }

    .rv-exclusivity__grid {
        grid-template-columns: 1fr;
    }

    .rv-exclusivity__item:nth-child(odd) {
        padding-right: 0;
        border-right: none;
    }

    .rv-exclusivity__item:nth-child(even) {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    :root {
        --rv-section-px: 1.5rem;
        --rv-header-h: 60px;
    }

    .rv-hero__title-element {
        width: clamp(56px, 12vw, 90px);
        height: clamp(56px, 12vw, 90px);
    }

    .rv-form__row {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .rv-form__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .rv-feature-card--1,
    .rv-feature-card--2,
    .rv-feature-card--3 {
        position: relative;
        top: auto;
    }

    .rv-feature-card__inner {
        flex-direction: column;
    }

    .rv-footer-top {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1.5rem;
    }

    .rv-footer-links {
        justify-content: flex-start !important;
    }

    .rv-social__links {
        gap: 0.75rem !important;
    }

    .rv-event__col--left {
        position: static;
    }
}

@media (max-width: 480px) {
    .rv-hero__title {
        font-size: clamp(3rem, 14vw, 4.5rem) !important;
    }

    .rv-hero__title-line {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .rv-hero__title-element {
        order: 0;
        width: 72px;
        height: 72px;
        margin: 0;
    }

    .rv-hero__title-vi,
    .rv-hero__title-ela {
        line-height: 0.9;
    }

    .rv-hero {
        text-align: center;
        align-items: center;
    }

    .rv-hero__tag,
    .rv-hero__scroll-hint {
        justify-content: center;
    }

    .rv-hero__desc {
        text-align: center;
        max-width: 100%;
    }

    .rv-hero__since {
        text-align: center;
        width: 100%;
        display: block;
    }

    .rv-social__link {
        font-size: 0.65rem;
        padding: 0.75rem 1.25rem;
    }
}

/* ── Cursor personalizado ─────────────────────────────────── */
.rv-cursor {
    position: fixed;
    width: 8px;
    height: 8px;
    background: var(--rv-gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    transition: transform 0.15s ease, width 0.3s ease, height 0.3s ease;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
}

.rv-cursor.is-hovering {
    width: 40px;
    height: 40px;
    background: rgba(200, 169, 110, 0.15);
    border: 1px solid var(--rv-gold);
}

@media (pointer: coarse) {
    .rv-cursor {
        display: none;
    }
}

/* ── Utility: no-scroll ───────────────────────────────────── */
body.no-scroll {
    overflow: hidden;
}

/* ── Redução de movimento ─────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .rv-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    #rv-orb {
        animation: none;
    }

    .rv-hero__scroll-arrow {
        animation: none;
    }

    .rv-btn--primary::before {
        transition: none;
    }

    html {
        scroll-behavior: auto;
    }
}