/* ==========================================================================
   KAROL STORYMAKER - DESIGN SYSTEM DE ALTO PADRÃO (WARM LUXURY)
   Direção de Arte: Minimalismo Cinematográfico, Luxo Editorial & Conforto Visual
   Paleta Quente (High Ticket):
     - Linho Marfim Aveludado: #EAE4D9 (Fundo Sobre & CTA - Anti-ofuscamento)
     - Bege Areia Dourada: #E2DBD0 (Fundo Portfólio & Harmonia)
     - Café Profundo / Ébano: #181614 (Tipografia & Botão CTA)
     - Creme Champanhe: #F5EFE6 (Textos em Mídia & Detalhes)
     - Taupe Quente: #5E564C (Textos de Apoio)
   ========================================================================== */

/* --- VARIÁVEIS DE DESIGN --- */
:root {
  /* Tons Quentes Principais (Proteção e Conforto para os Olhos) */
  --bg-warm-base: #EAE4D9;       /* Linho Marfim Aveludado */
  --bg-warm-sand: #E2DBD0;       /* Bege Areia Dourada Quente */
  --bg-warm-card: #DAD2C4;       /* Base aveludada de cartões */
  --bg-warm-footer: #DED7CB;     /* Rodapé Acolhedor */

  /* Mapeamento Semântico Global */
  --bg-beige: var(--bg-warm-sand);
  --bg-ice: var(--bg-warm-base);
  
  --text-black: #151412;         /* Preto Café Profundo de Alto Contraste */
  --text-beige: #F5EFE6;         /* Creme Champanhe Quente */
  --text-muted: #3D3730;         /* Taupe Escuro com Leitura Confortável e Nítida */
  --text-light-muted: rgba(245, 239, 230, 0.88);
  
  --gold-accent: #B59358;        /* Dourado Champanhe com Maior Definição */
  
  --overlay-dark: rgba(18, 16, 14, 0.40);
  --border-subtle: rgba(24, 22, 20, 0.10);
  --border-light: rgba(245, 239, 230, 0.28);
  
  --shadow-warm: 0 20px 45px -12px rgba(35, 28, 20, 0.10);
  --shadow-warm-lg: 0 30px 65px -15px rgba(35, 28, 20, 0.14);

  --font-serif-brand: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-serif-body: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --radius-card: 20px;
  --radius-card-lg: 24px;
  --radius-pill: 999px;

  --transition-smooth: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- RESET & BASES --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; /* Remove o realce azul/cinzento de toque no mobile */
}

html {
  font-size: 16px;
  background-color: var(--bg-beige);
  color: var(--text-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--text-black);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-tap-highlight-color: transparent;
}

img, video {
  display: block;
  max-width: 100%;
}

a, button, input, select, textarea, [role="button"] {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  outline: none;
}

button {
  font: inherit;
  border: none;
  background: none;
}

/* Container Global */
.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 5vw, 3.5rem);
  padding-right: clamp(1.25rem, 5vw, 3.5rem);
}

/* Eyebrow de Seção */
.section-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--gold-accent);
  margin-bottom: 1rem;
}

/* ==========================================================================
   1. HERO SECTION (CAPA INSPIRADA EM GIOVANNA VITAL)
   ========================================================================== */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Vídeo em tela cheia com transição suave */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
}

.hero.is-ready .hero-video {
  opacity: 1;
}

/* Overlay Escuro com Vinheta Refinada (contraste cinematográfico nativo sem sobrecarregar GPU) */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    rgba(14, 13, 12, 0.28) 0%,
    rgba(14, 13, 12, 0.50) 100%
  );
  opacity: 0;
  transition: opacity 0.8s ease;
}

.hero.is-ready .hero-overlay {
  opacity: 1;
}

/* TELA 1 (HOME SCREEN) */
.home-screen {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero.is-ready .home-screen {
  pointer-events: auto;
}

.overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-align: center;
  transform: translateY(-24px);
  visibility: hidden;
}

.hero.is-ready .overlay {
  visibility: visible;
}

/* Monograma Editorial K (Estilo Giovanna Vital) */
.monogram {
  position: relative;
  width: 82px;
  height: 74px;
  opacity: 0;
  transform: scale(0.90);
  margin-bottom: 2px;
}

.monogram .k {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-family: var(--font-serif-brand);
  font-style: italic;
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
  color: var(--text-beige);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Linha horizontal delicada */
.logo-line {
  width: 36px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 18px;
  background: rgba(245, 242, 235, 0.75);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
}

/* Text Lockup: Nome com espaçamento refinado */
.text-lockup {
  width: min(85vw, 290px);
}

.name-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-beige);
  opacity: 0;
  transform: translateY(14px);
}

.name-row span {
  font-family: var(--font-serif-brand);
  font-size: clamp(26px, 5.5vw, 33px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
}

/* Tagline */
.tagline {
  width: 100%;
  margin-top: 6px;
  overflow: visible;
  white-space: nowrap;
  color: rgba(245, 242, 235, 0.92);
  opacity: 0;
}

.tagline-text {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: clamp(10.5px, 2.3vw, 12px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Botão Explorar Estilo Glassmorphism (Giovanna Vital) */
.button-area {
  position: absolute;
  left: 50%;
  bottom: clamp(65px, 11vh, 105px);
  transform: translateX(-50%);
  visibility: hidden;
}

.hero.is-ready .button-area {
  visibility: visible;
}

.start-button {
  width: 195px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(245, 239, 230, 0.40);
  border-radius: var(--radius-pill);
  background: rgba(245, 239, 230, 0.14);
  color: var(--text-beige);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(245, 239, 230, 0.20),
    0 8px 30px rgba(0, 0, 0, 0.15);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.92);
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}

.start-button .arrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.25s ease;
}

.start-button:hover {
  background: rgba(245, 239, 230, 0.24);
  border-color: rgba(245, 239, 230, 0.70);
  color: var(--text-beige);
  transform: translateY(-2px);
}

.start-button:hover .arrow {
  transform: translateY(3px);
}

.start-button:active {
  transform: scale(0.97);
}

/* Indicador de Rolagem Discreto */
.hero-scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  transition: opacity 1s ease 2.8s;
  pointer-events: none;
}

.hero.is-ready .hero-scroll-hint {
  opacity: 0.6;
}

.scroll-label {
  font-size: 8px;
  letter-spacing: 0.3em;
  color: var(--text-beige);
}

.scroll-track {
  width: 1px;
  height: 28px;
  background: rgba(245, 242, 235, 0.2);
  position: relative;
  overflow: hidden;
}

.scroll-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--text-beige);
  animation: scrollPulse 2.2s infinite ease-in-out;
}

@keyframes scrollPulse {
  0% { transform: translateY(-100%); opacity: 0; }
  40% { opacity: 1; }
  100% { transform: translateY(100%); opacity: 0; }
}

/* ANIMAÇÕES DA CAPA (KEYFRAMES INSPIRADAS EM GIOVANNA VITAL) */
.hero.is-ready .monogram {
  animation: monogramEnter 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.20s forwards;
}

.hero.is-ready .logo-line {
  animation: lineReveal 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.82s forwards;
}

.hero.is-ready .name-row {
  animation: titleEnter 1.0s cubic-bezier(0.22, 0.61, 0.36, 1) 1.08s forwards;
}

.hero.is-ready .tagline {
  animation: subtitleEnter 0.9s ease 1.78s forwards;
}

.hero.is-ready .start-button {
  animation: buttonReveal 0.95s cubic-bezier(0.16, 1, 0.3, 1) 2.35s forwards;
}

@keyframes monogramEnter {
  from { opacity: 0; transform: scale(0.90); }
  to { opacity: 0.95; transform: scale(1); }
}

@keyframes lineReveal {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes titleEnter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes subtitleEnter {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes buttonReveal {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

/* ==========================================================================
   2. BIOGRAFIA (SOBRE A KAROL)
   ========================================================================== */
.about-section {
  background-color: var(--bg-ice);
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
  position: relative;
}

.about-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

@media (min-width: 900px) {
  .about-container {
    grid-template-columns: 1.1fr 1.3fr;
  }
}

.about-image-card {
  position: relative;
  border-radius: 16px; /* Regra estrita */
  overflow: hidden;
  box-shadow: var(--shadow-warm-lg);
  aspect-ratio: 4 / 5;
  background-color: var(--bg-warm-card);
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-image-card:hover .about-img {
  transform: scale(1.03);
}

.about-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0.6rem 1.25rem;
  background: rgba(250, 246, 239, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 8px 24px -4px rgba(24, 22, 20, 0.12),
              0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  z-index: 3;
}

.about-badge-initial {
  font-family: var(--font-serif-brand);
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold-accent);
  line-height: 1;
}

.about-badge-name {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-black);
}

.about-badge-role {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-accent);
  opacity: 0.95;
}

.about-text-col {
  display: flex;
  flex-direction: column;
}

.about-title {
  font-family: var(--font-serif-body);
  font-weight: 500;
  font-size: clamp(1.9rem, 4.2vw, 3.5rem);
  line-height: 1.14;
  color: var(--text-black);
  margin-bottom: 1.75rem;
  letter-spacing: -0.015em;
}

.about-title-divider {
  color: var(--gold-accent);
  font-weight: 300;
  margin: 0 0.15rem;
}

.about-title-sub {
  font-weight: 400;
  color: #24201C;
}

.about-divider {
  width: 54px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--gold-accent), transparent);
  opacity: 0.85;
  margin-bottom: 2rem;
}

.about-description {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.28vw, 1.18rem);
  line-height: 1.85;
  color: var(--text-black);
  margin-bottom: 2.25rem;
}

.about-description strong {
  font-weight: 600;
  color: var(--text-black);
  letter-spacing: 0.02em;
}

.about-quote {
  padding-left: 1.65rem;
  border-left: 2px solid var(--gold-accent);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.about-quote p {
  font-family: var(--font-serif-brand);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.24rem, 1.48vw, 1.4rem);
  line-height: 1.65;
  color: #26231F;
}

.about-quote-author {
  font-family: var(--font-serif-brand);
  font-style: italic;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold-accent);
  letter-spacing: 0.04em;
}

/* ==========================================================================
   2.5. CINEMA BANNER WIDESCREEN / HERO STYLE (ANTES DO PORTFÓLIO)
   ========================================================================== */
.cinema-banner-section {
  position: relative;
  width: 100%;
  height: clamp(280px, 40vh, 450px);
  min-height: 280px;
  overflow: hidden;
  border-radius: 0; /* Sem borda arredondada */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A1A1A;
  margin: 0;
  padding: 0;
}

/* Vídeo preenchendo as laterais em tela inteira do banner */
.cinema-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 0;
  pointer-events: none;
}

/* Overlay Escuro com Vinheta Suave */
.cinema-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0.42) 0%,
    rgba(26, 26, 26, 0.52) 50%,
    rgba(26, 26, 26, 0.58) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Mensagem Sobreposta Centralizada */
.cinema-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 980px;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.cinema-banner-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: clamp(0.72rem, 1.1vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--text-beige);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  opacity: 0.95;
  margin-bottom: 0.25rem;
}

.cinema-banner-line {
  width: 40px;
  height: 1px;
  background: rgba(245, 242, 235, 0.7);
  margin: 1.1rem auto 1.4rem auto;
}

.cinema-banner-quote {
  font-family: var(--font-serif-brand);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  line-height: 1.25;
  color: var(--text-beige);
  letter-spacing: 0;
  margin: 0 auto;
  text-shadow: 0 4px 25px rgba(0, 0, 0, 0.7), 0 2px 5px rgba(0, 0, 0, 0.6);
  text-wrap: balance;
}

@media (max-width: 768px) {
  .cinema-banner-section {
    height: auto;
    min-height: 280px;
    padding: 3rem 1rem;
  }
  .cinema-banner-content {
    padding: 0 1rem;
  }
  .cinema-banner-eyebrow {
    font-size: 0.65rem;
    margin-bottom: 0.75rem;
  }
  .cinema-banner-line {
    margin: 1.25rem auto;
  }
  .cinema-banner-quote {
    font-size: 1.65rem;
    line-height: 1.4;
  }
  .banner-quote-br {
    display: inline;
  }
}

/* ==========================================================================
   2.8. O QUE É STORYMAKING (SERVIÇO & EXPERIÊNCIA)
   ========================================================================== */
.storytelling-section {
  background: radial-gradient(circle at 50% 12%, rgba(240, 232, 218, 0.5) 0%, rgba(250, 248, 245, 0.98) 65%, var(--bg-ice) 100%);
  padding: clamp(5.5rem, 10vw, 9.5rem) 0;
  position: relative;
  overflow: hidden;
}

.storytelling-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto clamp(3.5rem, 6vw, 5rem) auto;
}

.storytelling-title {
  font-family: var(--font-serif-heading);
  font-weight: 500;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  color: var(--text-black);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}

.storytelling-divider {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-accent), transparent);
  opacity: 0.85;
  margin: 0 auto 1.75rem auto;
}

.storytelling-lead {
  font-family: var(--font-sans);
  font-size: clamp(1.04rem, 1.25vw, 1.16rem);
  font-weight: 400;
  line-height: 1.85;
  color: #2F2B26;
  text-wrap: balance;
}

.storytelling-lead em {
  font-family: var(--font-serif-body);
  font-style: italic;
  font-weight: 500;
  color: var(--text-black);
}

/* Grid dos 3 Pilares com Perspectiva */
.storytelling-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.5vw, 2.25rem);
  margin-bottom: clamp(3.5rem, 6vw, 5rem);
  perspective: 1200px;
}

/* Cartões Claros de Alta Costura com Gradiente em Movimento Contínuo */
.storytelling-card {
  position: relative;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #fdfbf7 25%,
    #f6eee3 50%,
    #faf5ed 75%,
    #ffffff 100%
  );
  background-size: 260% 260%;
  animation: lightGradientShift 10s ease-in-out infinite;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 22px;
  padding: clamp(2.2rem, 3.5vw, 2.85rem) clamp(1.6rem, 2.5vw, 2.35rem);
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 45px -15px rgba(26, 26, 26, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s ease;
  overflow: hidden;
  cursor: default;
  will-change: transform, box-shadow;
}

/* Delays escalonados para que cada card respire em cadência própria */
.storytelling-card:nth-child(1) {
  animation-delay: 0s;
}
.storytelling-card:nth-child(2) {
  animation-delay: -3.5s;
}
.storytelling-card:nth-child(3) {
  animation-delay: -7s;
}

@keyframes lightGradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Filete Superior Metálico Iluminado em Varredura Contínua */
.storytelling-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.6),
    rgba(255, 255, 255, 0.9),
    rgba(212, 175, 55, 0.6),
    transparent
  );
  transform: translateX(-100%);
  animation: borderShimmer 6.5s linear infinite;
  z-index: 2;
}

.storytelling-card:nth-child(1)::before { animation-delay: 0s; }
.storytelling-card:nth-child(2)::before { animation-delay: -2.2s; }
.storytelling-card:nth-child(3)::before { animation-delay: -4.4s; }

@keyframes borderShimmer {
  0% { transform: translateX(-100%); }
  50%, 100% { transform: translateX(100%); }
}

@media (max-width: 768px) {
  .storytelling-card {
    animation: none; /* Disable expensive background-position animation on mobile */
    background-size: 100% 100%;
  }
}

/* Brilho Radial Interativo que Segue o Cursor (Spotlight) */
.storytelling-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(
    450px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(212, 175, 55, 0.16),
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

/* Hover de Luxo com Flutuação Suave e Amortecida (Sem Saltos) */
.storytelling-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 65px -15px rgba(180, 150, 100, 0.16),
              0 8px 20px -5px rgba(26, 26, 26, 0.04),
              0 0 0 1px rgba(212, 175, 55, 0.48);
  border-color: rgba(212, 175, 55, 0.48);
}

.storytelling-card:hover::after {
  opacity: 1;
}

.storytelling-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  position: relative;
  z-index: 2;
}

/* Número com Tipografia Dourada e Gradiente */
.storytelling-card-number {
  font-family: var(--font-serif-brand);
  font-size: 1.75rem;
  font-weight: 300;
  background: linear-gradient(135deg, #d4af37 0%, #a6842e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  transition: transform 0.4s ease;
}

.storytelling-card:hover .storytelling-card-number {
  transform: scale(1.08);
}

/* Tag Badge com Vidro Fosco e Acento Dourado */
.storytelling-card-tag {
  font-family: var(--font-sans);
  font-size: 0.63rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #9d7d2c;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.14) 0%,
    rgba(212, 175, 55, 0.04) 100%
  );
  border: 1px solid rgba(212, 175, 55, 0.32);
  padding: 0.35rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.08);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.storytelling-card:hover .storytelling-card-tag {
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.22) 0%,
    rgba(212, 175, 55, 0.08) 100%
  );
  border-color: rgba(212, 175, 55, 0.55);
  transform: translateY(-1px);
  color: #826620;
}

/* Ícone com Gradiente e Animação ao Hover */
.storytelling-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(242, 237, 228, 0.85) 100%
  );
  border: 1px solid rgba(212, 175, 55, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-black);
  margin-bottom: 1.6rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
  transition: background 0.45s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease, color 0.45s ease;
  position: relative;
  z-index: 2;
}

.storytelling-card:hover .storytelling-card-icon {
  background: linear-gradient(135deg, #d4af37 0%, #b89738 100%);
  color: #FFFFFF;
  transform: scale(1.12) rotate(4deg);
  box-shadow: 0 12px 28px -6px rgba(212, 175, 55, 0.4);
  border-color: transparent;
}

.storytelling-card-title {
  font-family: var(--font-serif-heading);
  font-size: 1.42rem;
  font-weight: 600;
  color: #161514;
  line-height: 1.3;
  margin-bottom: 0.95rem;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.storytelling-card:hover .storytelling-card-title {
  color: #111111;
}

.storytelling-card-desc {
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.78;
  color: #35312C;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.storytelling-card:hover .storytelling-card-desc {
  color: #1A1917;
}

/* Frase de Conexão com o Portfólio */
.storytelling-footer-quote {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.storytelling-quote-line {
  width: 32px;
  height: 1px;
  background-color: var(--gold-accent);
  opacity: 0.6;
  margin-bottom: 1.5rem;
}

.storytelling-quote-text {
  font-family: var(--font-serif-brand);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.26rem, 2.2vw, 1.6rem);
  line-height: 1.55;
  color: #1A1917;
  margin: 0;
  text-wrap: balance;
}

/* Responsividade */
@media (max-width: 992px) {
  .storytelling-grid {
    grid-template-columns: 1fr;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    gap: 1.5rem;
  }
}

/* ==========================================================================
   3. PORTFÓLIO (TRABALHOS EM GRID ASSIMÉTRICO)
   ========================================================================== */
.portfolio-section {
  background-color: var(--bg-beige);
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(6rem, 11vw, 10rem);
  position: relative;
}

.portfolio-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(3.5rem, 7vw, 6rem) auto;
}

.portfolio-title {
  font-family: var(--font-serif-body);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  color: var(--text-black);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
}

.portfolio-intro {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.85;
  color: var(--text-muted);
}

/* ==========================================================================
   BENTO GRID / MASONRY ASSIMÉTRICO (3 HORIZONTAIS 16:9 & 4 VERTICAIS 9:16)
   Mosaico dinâmico, proporções autênticas e encaixe perfeito sem vazios
   ========================================================================== */
.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

/* Card Base */
.portfolio-card {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.portfolio-media-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-card-lg); /* Regra estrita: 24px */
  overflow: hidden;
  background-color: var(--bg-warm-card);
  box-shadow: 0 20px 40px -15px rgba(26, 26, 26, 0.09);
  transition: box-shadow 0.6s ease, transform 0.4s ease;
}

/* Proporções Naturais no Mobile (1 Coluna) */
@media (max-width: 639px) {
  .portfolio-card--horizontal .portfolio-media-container {
    aspect-ratio: 16 / 9;
  }
  .portfolio-card--vertical .portfolio-media-container {
    aspect-ratio: 9 / 14.5;
  }
}

/* Tablet (2 Colunas com Encaixe Fluido) */
@media (min-width: 640px) and (max-width: 1023px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(280px, auto);
    gap: 1.75rem;
  }

  .portfolio-media-container {
    aspect-ratio: unset;
  }

  .portfolio-card--v1 { grid-column: 1; grid-row: span 2; }
  .portfolio-card--v2 { grid-column: 2; grid-row: span 2; }
  .portfolio-card--h1 { grid-column: 1 / span 2; grid-row: span 1; }
  .portfolio-card--v3 { grid-column: 1; grid-row: span 2; }
  .portfolio-card--v4 { grid-column: 2; grid-row: span 2; }
  .portfolio-card--h2 { grid-column: 1 / span 2; grid-row: span 1; }
}

/* Desktop: Bento Grid Assimétrico de Alto Padrão (3 Colunas x 4 Linhas - Zero Espaços Vazios) */
@media (min-width: 1024px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(285px, 325px);
    gap: 2rem;
  }

  .portfolio-media-container {
    aspect-ratio: unset;
    min-height: 100%;
  }

  /* Linha 1 & 2: V1 (Vertical 9:16) no flanco esquerdo | H1 (Horizontal 16:9) no topo direito */
  .portfolio-card--v1 {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .portfolio-card--h1 {
    grid-column: 2 / span 2;
    grid-row: 1;
  }

  /* Linha 2 & 3: Dois verticais (V2 e V3) em coluna 2 e 3 */
  .portfolio-card--v2 {
    grid-column: 2;
    grid-row: 2 / span 2;
  }

  .portfolio-card--v3 {
    grid-column: 3;
    grid-row: 2 / span 2;
  }

  /* Linha 3 & 4: V4 (Vertical 9:16) no flanco esquerdo */
  .portfolio-card--v4 {
    grid-column: 1;
    grid-row: 3 / span 2;
  }

  /* Linha 4: H2 (Horizontal 16:9) fechando a coluna 2 e 3 */
  .portfolio-card--h2 {
    grid-column: 2 / span 2;
    grid-row: 4;
  }
}

.portfolio-card {
  cursor: pointer;
}

.portfolio-card:hover .portfolio-media-container {
  box-shadow: 0 30px 60px -15px rgba(26, 26, 26, 0.2);
}

.portfolio-video,
.portfolio-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.portfolio-video {
  opacity: 0;
  z-index: 1;
}

/* Quando card estiver com vídeo em execução ou ativo */
.portfolio-card.is-playing .portfolio-video {
  opacity: 1;
}

/* Efeito Hover: Zoom / Escala Muito Sutil */
.portfolio-card:hover .portfolio-img,
.portfolio-card:hover .portfolio-video {
  transform: scale(1.04);
}

/* Overlay Escuro com Nome do Evento (Visível por padrão, oculta no hover) */
.portfolio-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(26, 26, 26, 0.88) 0%,
    rgba(26, 26, 26, 0.35) 45%,
    rgba(26, 26, 26, 0.05) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

/* Ao passar o mouse: título some suavemente para foco total no vídeo */
.portfolio-card:hover .portfolio-overlay,
.portfolio-card.is-playing .portfolio-overlay {
  opacity: 0;
  transform: translateY(10px);
}

.portfolio-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.portfolio-category {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(245, 242, 235, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.portfolio-name {
  font-family: var(--font-sans);
  font-size: 1.22rem;
  font-weight: 600;
  color: var(--text-beige);
  letter-spacing: 0.015em;
  line-height: 1.35;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.portfolio-play-tag {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(245, 239, 230, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(245, 239, 230, 0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-beige);
  transition: transform 0.4s ease, background-color 0.4s ease;
  pointer-events: none;
}

.portfolio-card:hover .portfolio-play-tag {
  transform: scale(1.1);
  background: rgba(245, 239, 230, 0.55);
}

/* ==========================================================================
   MODAL DE VÍDEO CINEMATOGRÁFICO COM ÁUDIO (LIGHTBOX)
   ========================================================================== */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.94);
  cursor: pointer;
}

.video-modal-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 92vw;
  max-height: 92vh;
  background: #141414;
  border: 1px solid rgba(245, 242, 235, 0.15);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.9),
              0 0 0 1px rgba(212, 175, 55, 0.1);
  transform: scale(0.96) translateY(12px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-modal.is-open .video-modal-container {
  transform: scale(1) translateY(0);
}

.video-modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1a1a1a;
  color: var(--text-beige);
  border: 1px solid rgba(245, 242, 235, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  z-index: 10;
}

.video-modal-close:hover {
  background: var(--text-beige);
  color: #1a1a1a;
  transform: scale(1.08) rotate(90deg);
}

.video-modal-header {
  width: 100%;
  text-align: left;
  margin-bottom: 0.85rem;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.video-modal-category {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(245, 242, 235, 0.6);
}

.video-modal-title {
  font-family: var(--font-serif-heading);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  color: var(--text-beige);
  letter-spacing: 0.02em;
}

.video-modal-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  min-width: 260px;
  min-height: 180px;
}

/* Indicador sutil de buffering de luxo */
.video-modal-media.is-buffering::before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 3px solid rgba(245, 242, 235, 0.2);
  border-top-color: var(--champagne-gold, #d4af37);
  border-radius: 50%;
  animation: spinBuffer 0.9s linear infinite;
  pointer-events: none;
}

@keyframes spinBuffer {
  to { transform: rotate(360deg); }
}

.video-modal-media video {
  display: block;
  max-width: 88vw;
  max-height: 72vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  outline: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}

/* Ocultação total e irrestrita do botão de download em navegadores baseados em WebKit/Chromium */
video::-internal-media-controls-download-button {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-download-button {
  display: none !important;
}

video::-webkit-media-controls-overflow-button {
  display: none !important;
}

/* Ajustes em dispositivos móveis */
@media (max-width: 768px) {
  .video-modal-container {
    padding: 0.85rem;
    border-radius: 16px;
    max-width: 95vw;
  }

  .video-modal-close {
    top: -12px;
    right: -12px;
    width: 38px;
    height: 38px;
  }

  .video-modal-media video {
    max-width: 92vw;
    max-height: 70vh;
  }
}

/* ==========================================================================
   4. CTA (CALL TO ACTION - WHATSAPP)
   ========================================================================== */
.cta-section {
  background-color: var(--bg-ice);
  padding-top: clamp(6rem, 12vw, 10rem);
  padding-bottom: clamp(6rem, 12vw, 10rem);
  position: relative;
  text-align: center;
}

.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-content {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-title {
  font-family: var(--font-serif-body);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 1.15;
  color: var(--text-black);
  letter-spacing: -0.015em;
  margin-bottom: 1.5rem;
}

.cta-subtitle {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.85;
  color: var(--text-muted);
  max-width: 580px;
  margin-bottom: 3rem;
}

/* Botão Pílula WhatsApp com Gradiente Dourado Brilhando no Preto (Preenchimento Interno) */
.whatsapp-pill-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  background: linear-gradient(
    135deg,
    #141312 0%,
    #211c15 22%,
    #3f321d 46%,
    #5a4623 50%,
    #3f321d 54%,
    #211c15 78%,
    #141312 100%
  );
  background-size: 260% 260%;
  animation: goldBlackPulse 6s ease-in-out infinite;
  color: #FAF6EF;
  border-radius: var(--radius-pill);
  padding: 1.15rem 2.85rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  box-shadow: 0 16px 36px -8px rgba(18, 15, 10, 0.4),
              0 6px 18px -4px rgba(181, 147, 88, 0.22);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              color 0.3s ease;
  user-select: none;
  overflow: hidden;
}

@keyframes goldBlackPulse {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Reflexo Dourado Fluido em Movimento Contínuo (Luz Interna) */
.whatsapp-pill-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 220%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(212, 175, 55, 0.28) 0%,
    rgba(181, 147, 88, 0.12) 35%,
    transparent 65%
  );
  animation: innerGoldGleam 4.5s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 1;
}

@keyframes innerGoldGleam {
  0% {
    transform: translate(-20%, -10%) scale(0.9);
    opacity: 0.4;
  }
  50% {
    transform: translate(0%, 0%) scale(1.1);
    opacity: 0.85;
  }
  100% {
    transform: translate(20%, 10%) scale(0.95);
    opacity: 0.5;
  }
}

.whatsapp-pill-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 48px -10px rgba(18, 15, 10, 0.45),
              0 10px 25px -4px rgba(212, 175, 55, 0.38);
}

.whatsapp-pill-btn:active {
  transform: translateY(0) scale(0.99);
}

.whatsapp-icon {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  fill: #D4AF37;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
  transition: transform 0.3s ease, fill 0.3s ease;
}

.whatsapp-pill-btn .btn-text {
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

.whatsapp-pill-btn:hover .whatsapp-icon {
  transform: scale(1.12);
  fill: #F3E5AB;
}

/* ==========================================================================
   5. RODAPÉ MINIMALISTA
   ========================================================================== */
.footer-section {
  background-color: var(--bg-warm-footer);
  border-top: 1px solid var(--border-subtle);
  padding-top: clamp(3.5rem, 6vw, 5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.25rem;
}

.footer-brand {
  display: inline-block;
}

.footer-logo {
  font-family: var(--font-serif-brand);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: var(--text-black);
  letter-spacing: -0.02em;
  transition: opacity 0.3s ease;
}

.footer-logo:hover {
  opacity: 0.75;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-link {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-black);
  opacity: 0.9;
  position: relative;
  transition: opacity 0.3s ease;
}

.footer-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--text-black);
  transition: width 0.3s ease;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link:hover::after {
  width: 100%;
}

.footer-separator {
  color: var(--border-subtle);
  font-size: 0.7rem;
}

.footer-copyright {
  opacity: 0.8;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--text-muted);
}

/* Responsividade Mobile */
@media (max-width: 600px) {
  .whatsapp-pill-btn {
    width: 100%;
    max-width: 320px;
    padding: 1.1rem 1.8rem;
  }

  .footer-section {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 1rem));
  }
}

/* ==========================================================================
   INTERATIVIDADE REFINADA & EXPERIÊNCIA DE LUXO (WARM LUXURY INTERACTION)
   ========================================================================== */

/* 1. Barra de Progresso de Leitura Superior Discreta */
.reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #D4AF37, #EAE4D9, #D4AF37);
  background-size: 200% 100%;
  animation: readingShimmer 4s linear infinite;
  z-index: 10000;
  pointer-events: none;
  transition: width 0.1s linear;
}

@keyframes readingShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* 2. Cursor Customizado Suave (Apenas dispositivos com mouse) */
@media (hover: hover) and (pointer: fine) {
  .custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--gold-accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, opacity 0.3s ease;
    opacity: 0;
  }

  .custom-cursor-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(181, 147, 88, 0.45);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                height 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s ease,
                border-color 0.3s ease,
                opacity 0.3s ease;
    opacity: 0;
  }

  body.cursor-active .custom-cursor,
  body.cursor-active .custom-cursor-follower {
    opacity: 1;
  }

  /* Estado no Hover de Elementos Clicáveis */
  body.cursor-hover .custom-cursor {
    width: 4px;
    height: 4px;
    opacity: 0.8;
  }

  body.cursor-hover .custom-cursor-follower {
    width: 54px;
    height: 54px;
    background-color: rgba(212, 175, 55, 0.12);
    border-color: rgba(212, 175, 55, 0.85);
  }
}

/* 3. Floating Navbar de Alto Padrão (Glassmorphism Inteligente) */
.floating-nav {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(-120%);
  z-index: 900;
  width: min(92vw, 560px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.5s ease;
}

.floating-nav.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.floating-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.85rem 0.55rem 1.4rem;
  background: rgba(26, 24, 22, 0.72);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(245, 239, 230, 0.18);
  border-radius: var(--radius-pill);
  box-shadow: 0 16px 40px -10px rgba(18, 16, 14, 0.35),
              0 0 0 1px rgba(212, 175, 55, 0.1) inset;
}

.floating-nav-logo {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-beige);
  text-decoration: none;
}

.floating-nav-initial {
  font-family: var(--font-serif-brand);
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--gold-accent);
  line-height: 1;
}

.floating-nav-name {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.floating-nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-anchor {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 239, 230, 0.85);
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-pill);
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.25s ease;
}

.nav-anchor:hover {
  color: #FFFFFF;
  background: rgba(245, 239, 230, 0.12);
  transform: translateY(-1px);
}

.nav-anchor.is-active {
  color: #FFFFFF;
  background: rgba(245, 239, 230, 0.18);
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.nav-anchor--highlight {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.3), rgba(212, 175, 55, 0.15));
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #FFFFFF;
  font-weight: 600;
}

.nav-anchor--highlight:hover {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.5), rgba(212, 175, 55, 0.25));
  border-color: rgba(212, 175, 55, 0.8);
}

.nav-anchor--highlight.is-active {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.6), rgba(212, 175, 55, 0.35));
  border-color: rgba(212, 175, 55, 0.95);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.35);
}

@media (max-width: 600px) {
  .floating-nav {
    top: auto;
    bottom: max(0.85rem, env(safe-area-inset-bottom, 0.85rem));
    width: 94%;
    max-width: 25rem;
    box-sizing: border-box;
  }

  .floating-nav-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 0.4rem;
    gap: 0.3rem;
    box-sizing: border-box;
  }

  .floating-nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 0.4rem 0 0.3rem;
    text-decoration: none;
  }

  .floating-nav-initial {
    font-size: 1.25rem;
    line-height: 1;
  }

  .floating-nav-name {
    display: none;
  }

  .floating-nav-links {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    min-width: 0;
  }

  .nav-anchor {
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: clamp(0.58rem, 2.4vw, 0.72rem);
    padding: 0.42rem 0.2rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    box-sizing: border-box;
  }

  .nav-anchor--highlight {
    flex: 1.15 1 0;
    padding: 0.42rem 0.35rem;
  }
}

/* 4. Brilho Interativo & Elevação Suave na Foto Sobre */
.about-image-card {
  perspective: 1000px;
}

.about-image-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    600px circle at var(--about-mouse-x, 50%) var(--about-mouse-y, 50%),
    rgba(255, 255, 255, 0.15),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
  border-radius: 16px;
}

.about-image-card:hover::after {
  opacity: 1;
}

.about-badge {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease,
              background-color 0.4s ease;
}

.about-image-card:hover .about-badge {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(24, 22, 20, 0.12);
  background: rgba(255, 255, 255, 0.95);
}

/* 5. Efeito Shimmer Metálico e Dourado nos Botões Principais */
.whatsapp-pill-btn {
  position: relative;
  overflow: hidden;
}

.whatsapp-pill-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.12),
    rgba(212, 175, 55, 0.35),
    rgba(255, 255, 255, 0.12),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.85s ease;
  pointer-events: none;
  z-index: 1;
}

.whatsapp-pill-btn:hover::before {
  left: 140%;
}

.start-button {
  position: relative;
  overflow: hidden;
}

.start-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.75s ease;
}

.start-button:hover::before {
  left: 140%;
}

/* 6. Refinamento Visual no Cinema Banner */
.cinema-banner-content {
  user-select: none;
}


/* ==========================================================================
   PHOTO GALLERY
   ========================================================================== */
.photo-gallery-section {
  padding: clamp(6rem, 10vw, 8rem) 0;
  background-color: var(--bg-primary);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 4rem;
}

.photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: rgba(22, 20, 18, 0.04);
  cursor: pointer;
  aspect-ratio: 4 / 5; /* Força uma proporção simétrica para todas as fotos */
  width: 100%;
}

.photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Preenche a caixa elegantemente sem distorcer */
  object-position: center 20%; /* Foco levemente no topo para não cortar rostos */
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.photo-card:hover .photo-img {
  transform: scale(1.04);
}
/* ==========================================================================
   PHOTO MODAL (LIGHTBOX)
   ========================================================================== */
.photo-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

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

.photo-modal-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(8px);
  cursor: zoom-out;
}

.photo-modal-container {
  position: relative;
  z-index: 2;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.95);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.photo-modal.is-open .photo-modal-container {
  transform: scale(1);
}

.photo-modal-img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.photo-modal-close {
  position: absolute;
  top: -40px;
  right: -40px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}

.photo-modal-close:hover {
  transform: scale(1.1);
  opacity: 1;
}

@media (max-width: 768px) {
  .photo-modal-close {
    top: -40px;
    right: 0;
  }
}
  
.photo-modal-nav { position: absolute; top: 50%%; transform: translateY(-50%%); background: rgba(0,0,0,0.4); backdrop-filter: blur(4px); border: none; color: white; width: 48px; height: 48px; border-radius: 50%%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; z-index: 10; } .photo-modal-nav:hover { background: rgba(0,0,0,0.8); transform: translateY(-50%%) scale(1.1); } .prev-photo { left: -70px; } .next-photo { right: -70px; } @media (max-width: 992px) { .prev-photo { left: 10px; } .next-photo { right: 10px; } } 
.photo-modal-img { transition: opacity 0.2s ease; } 
  
/* Fix modal arrows */  
.photo-modal-nav { position: fixed !important; } .prev-photo { left: 40px !important; } .next-photo { right: 40px !important; } @media (max-width: 768px) { .prev-photo { left: 10px !important; } .next-photo { right: 10px !important; } } 
  
/* Fix modal image max width */  
.photo-modal-container { max-width: calc(100vw - 200px) !important; } .photo-modal-img { max-width: 100%% !important; max-height: 90vh !important; } @media (max-width: 768px) { .photo-modal-container { max-width: calc(100vw - 120px) !important; } } 
  
/* Revert modal arrows to overlay */  
.photo-modal-container { max-width: 90vw !important; } .photo-modal-nav { position: absolute !important; } .prev-photo { left: 20px !important; } .next-photo { right: 20px !important; } @media (max-width: 768px) { .prev-photo { left: 10px !important; } .next-photo { right: 10px !important; } } 
  
/* Ensure arrows are fixed to the screen edges */  
.photo-modal-nav { position: absolute !important; top: 50%% !important; transform: translateY(-50%%) !important; } .prev-photo { left: 30px !important; } .next-photo { right: 30px !important; } .photo-modal-container { max-width: calc(100vw - 180px) !important; } @media (max-width: 768px) { .prev-photo { left: 10px !important; } .next-photo { right: 10px !important; } .photo-modal-container { max-width: calc(100vw - 100px) !important; } } 
  
/* Remove background from modal arrows */  
.photo-modal-nav { background: transparent !important; backdrop-filter: none !important; } .photo-modal-nav:hover { background: transparent !important; transform: translateY(-50%%) scale(1.2) !important; } 
  
/* Remove border radius from photo cards */  
.photo-card { border-radius: 0 !important; } 
  
/* Testimonials Section */  
.testimonials-section { padding: clamp(5rem, 8vw, 7rem) 0; background-color: var(--bg-warm-base); border-top: 1px solid rgba(22, 20, 18, 0.05); } .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 4rem; } .testimonial-card { padding: 2.5rem 2rem; background-color: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02); display: flex; flex-direction: column; gap: 1.5rem; border: 1px solid rgba(22, 20, 18, 0.03); transition: transform 0.4s ease, box-shadow 0.4s ease; } .testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05); } .quote-icon { opacity: 0.6; } .testimonial-text { font-family: var(--font-serif-brand); font-size: 1.15rem; line-height: 1.6; font-style: italic; color: var(--text-black); flex-grow: 1; } .testimonial-author { display: flex; flex-direction: column; border-top: 1px solid rgba(212, 175, 55, 0.3); padding-top: 1rem; margin-top: 0.5rem; } .author-name { font-family: var(--font-sans); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.05em; color: var(--text-black); text-transform: uppercase; } .author-role { font-family: var(--font-sans); font-weight: 400; font-size: 0.8rem; color: var(--gold-accent); letter-spacing: 0.05em; margin-top: 0.25rem; } 
  
/* Minimalist Testimonials */  
.testimonials-minimal-list { display: flex; flex-direction: column; gap: 3.5rem; margin-top: 4rem; max-width: 700px; margin-left: auto; margin-right: auto; } .testimonial-minimal-item { display: flex; align-items: center; gap: 1.5rem; opacity: 0.9; transition: opacity 0.3s; } .testimonial-minimal-item:hover { opacity: 1; } .testimonial-avatar { width: 75px; height: 75px; border-radius: 50%%; object-fit: cover; flex-shrink: 0; border: 2px solid rgba(212, 175, 55, 0.6); } .testimonial-minimal-content { display: flex; flex-direction: column; gap: 0.5rem; } .testimonial-minimal-quote { font-family: var(--font-serif-brand); font-size: 1.35rem; line-height: 1.4; font-style: italic; color: var(--text-black); margin: 0; } .testimonial-minimal-author { font-family: var(--font-sans); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.08em; color: var(--gold-accent); text-transform: uppercase; } @media (max-width: 768px) { .testimonial-minimal-item { flex-direction: column; text-align: center; gap: 1.2rem; } } 
  
/* New Side-by-side Testimonials Layout */  
.testimonials-new-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; margin-top: 4rem; } .testimonial-new-card { display: flex; align-items: center; background-color: #ffffff; padding: 1.5rem; border-radius: 16px 50px 50px 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); gap: 1.2rem; transition: transform 0.3s; } .testimonial-new-card:hover { transform: translateY(-3px); } .testimonial-new-avatar { width: 70px; height: 70px; border-radius: 50%%; object-fit: cover; flex-shrink: 0; } .testimonial-new-content { display: flex; flex-direction: column; gap: 0.3rem; } .testimonial-new-header { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; } .testimonial-new-name { font-family: var(--font-sans); font-weight: 700; font-size: 1rem; color: #111; } .testimonial-new-date { font-family: var(--font-sans); font-size: 0.85rem; color: #888; } .testimonial-new-quote { font-family: var(--font-sans); font-size: 0.95rem; line-height: 1.4; color: #444; margin: 0; } @media (max-width: 768px) { .testimonial-new-card { border-radius: 16px; flex-direction: column; text-align: center; } .testimonial-new-header { justify-content: center; } } 
  
/* Transparent Cards and Stars */  
.transparent-card { background-color: transparent !important; border: 1px solid rgba(22, 20, 18, 0.1); box-shadow: none !important; } .testimonial-stars { color: var(--gold-accent); font-size: 1.1rem; letter-spacing: 2px; } .testimonial-new-header { flex-direction: column !important; align-items: flex-start !important; gap: 0.2rem !important; margin-bottom: 0.5rem; } 
  
/* Golden Border Pulse */  
@keyframes goldBorderPulse { 0%% { border-color: rgba(212, 175, 55, 0.2); box-shadow: 0 0 0px rgba(212, 175, 55, 0); } 50%% { border-color: rgba(212, 175, 55, 1); box-shadow: 0 0 20px rgba(212, 175, 55, 0.5), inset 0 0 10px rgba(212, 175, 55, 0.2); } 100%% { border-color: rgba(212, 175, 55, 0.2); box-shadow: 0 0 0px rgba(212, 175, 55, 0); } }  
.transparent-card { animation: goldBorderPulse 4s infinite ease-in-out !important; } .testimonials-new-grid .testimonial-new-card:nth-child(1) { animation-delay: 0s !important; } .testimonials-new-grid .testimonial-new-card:nth-child(2) { animation-delay: 1.3s !important; } .testimonials-new-grid .testimonial-new-card:nth-child(3) { animation-delay: 2.6s !important; } 
  
/* Moving Golden Border Animation */  
@keyframes rotateBorder { 0%% { transform: rotate(0deg); } 100%% { transform: rotate(360deg); } }  
.transparent-card { position: relative; overflow: hidden; border: none !important; background: transparent !important; z-index: 1; }  
.transparent-card::before { content: ''; position: absolute; top: -50%%; left: -50%%; width: 200%%; height: 200%%; background: conic-gradient(from 0deg, transparent 70%%, #d4af37 100%%); animation: rotateBorder 4s linear infinite; z-index: -2; }  
.transparent-card::after { content: ''; position: absolute; inset: 2px; background: var(--bg-warm-base); border-radius: 14px 48px 48px 14px; z-index: -1; } 
.transparent-card { animation: none !important; box-shadow: none !important; } 
  
/* Fix and Simplify Golden Border Animation */  
.transparent-card::before, .transparent-card::after { display: none !important; }  
@keyframes goldGlow { 0%% { border-color: rgba(212, 175, 55, 0.2); box-shadow: 0 0 2px rgba(212, 175, 55, 0.1), inset 0 0 2px rgba(212, 175, 55, 0.1); } 100%% { border-color: rgba(212, 175, 55, 1); box-shadow: 0 0 20px rgba(212, 175, 55, 0.5), inset 0 0 10px rgba(212, 175, 55, 0.2); } }  
.transparent-card { border: 1px solid rgba(212, 175, 55, 0.3) !important; background: transparent !important; border-radius: 16px 50px 50px 16px !important; animation: goldGlow 2.5s infinite alternate ease-in-out !important; padding: 2rem !important; } 
  
/* Thicker Borders */  
  
.photo-modal-nav { position: absolute; top: 50%%; transform: translateY(-50%%); background: rgba(0,0,0,0.4); backdrop-filter: blur(4px); border: none; color: white; width: 48px; height: 48px; border-radius: 50%%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; z-index: 10; } .photo-modal-nav:hover { background: rgba(0,0,0,0.8); transform: translateY(-50%%) scale(1.1); } .prev-photo { left: -70px; } .next-photo { right: -70px; } @media (max-width: 992px) { .prev-photo { left: 10px; } .next-photo { right: 10px; } } 
.photo-modal-img { transition: opacity 0.2s ease; } 
  
/* Fix modal arrows */  
.photo-modal-nav { position: fixed !important; } .prev-photo { left: 40px !important; } .next-photo { right: 40px !important; } @media (max-width: 768px) { .prev-photo { left: 10px !important; } .next-photo { right: 10px !important; } } 
  
/* Fix modal image max width */  
.photo-modal-container { max-width: calc(100vw - 200px) !important; } .photo-modal-img { max-width: 100%% !important; max-height: 90vh !important; } @media (max-width: 768px) { .photo-modal-container { max-width: calc(100vw - 120px) !important; } } 
  
/* Revert modal arrows to overlay */  
.photo-modal-container { max-width: 90vw !important; } .photo-modal-nav { position: absolute !important; } .prev-photo { left: 20px !important; } .next-photo { right: 20px !important; } @media (max-width: 768px) { .prev-photo { left: 10px !important; } .next-photo { right: 10px !important; } } 
  
/* Ensure arrows are fixed to the screen edges */  
.photo-modal-nav { position: absolute !important; top: 50%% !important; transform: translateY(-50%%) !important; } .prev-photo { left: 30px !important; } .next-photo { right: 30px !important; } .photo-modal-container { max-width: calc(100vw - 180px) !important; } @media (max-width: 768px) { .prev-photo { left: 10px !important; } .next-photo { right: 10px !important; } .photo-modal-container { max-width: calc(100vw - 100px) !important; } } 
  
/* Remove background from modal arrows */  
.photo-modal-nav { background: transparent !important; backdrop-filter: none !important; } .photo-modal-nav:hover { background: transparent !important; transform: translateY(-50%%) scale(1.2) !important; } 
  
/* Remove border radius from photo cards */  
.photo-card { border-radius: 0 !important; } 
  
/* Testimonials Section */  
.testimonials-section { padding: clamp(5rem, 8vw, 7rem) 0; background-color: var(--bg-warm-base); border-top: 1px solid rgba(22, 20, 18, 0.05); } .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 4rem; } .testimonial-card { padding: 2.5rem 2rem; background-color: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02); display: flex; flex-direction: column; gap: 1.5rem; border: 1px solid rgba(22, 20, 18, 0.03); transition: transform 0.4s ease, box-shadow 0.4s ease; } .testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05); } .quote-icon { opacity: 0.6; } .testimonial-text { font-family: var(--font-serif-brand); font-size: 1.15rem; line-height: 1.6; font-style: italic; color: var(--text-black); flex-grow: 1; } .testimonial-author { display: flex; flex-direction: column; border-top: 1px solid rgba(212, 175, 55, 0.3); padding-top: 1rem; margin-top: 0.5rem; } .author-name { font-family: var(--font-sans); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.05em; color: var(--text-black); text-transform: uppercase; } .author-role { font-family: var(--font-sans); font-weight: 400; font-size: 0.8rem; color: var(--gold-accent); letter-spacing: 0.05em; margin-top: 0.25rem; } 
  
/* Minimalist Testimonials */  
.testimonials-minimal-list { display: flex; flex-direction: column; gap: 3.5rem; margin-top: 4rem; max-width: 700px; margin-left: auto; margin-right: auto; } .testimonial-minimal-item { display: flex; align-items: center; gap: 1.5rem; opacity: 0.9; transition: opacity 0.3s; } .testimonial-minimal-item:hover { opacity: 1; } .testimonial-avatar { width: 75px; height: 75px; border-radius: 50%%; object-fit: cover; flex-shrink: 0; border: 2px solid rgba(212, 175, 55, 0.6); } .testimonial-minimal-content { display: flex; flex-direction: column; gap: 0.5rem; } .testimonial-minimal-quote { font-family: var(--font-serif-brand); font-size: 1.35rem; line-height: 1.4; font-style: italic; color: var(--text-black); margin: 0; } .testimonial-minimal-author { font-family: var(--font-sans); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.08em; color: var(--gold-accent); text-transform: uppercase; } @media (max-width: 768px) { .testimonial-minimal-item { flex-direction: column; text-align: center; gap: 1.2rem; } } 
  
/* New Side-by-side Testimonials Layout */  
.testimonials-new-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; margin-top: 4rem; } .testimonial-new-card { display: flex; align-items: center; background-color: #ffffff; padding: 1.5rem; border-radius: 16px 50px 50px 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); gap: 1.2rem; transition: transform 0.3s; } .testimonial-new-card:hover { transform: translateY(-3px); } .testimonial-new-avatar { width: 70px; height: 70px; border-radius: 50%%; object-fit: cover; flex-shrink: 0; } .testimonial-new-content { display: flex; flex-direction: column; gap: 0.3rem; } .testimonial-new-header { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; } .testimonial-new-name { font-family: var(--font-sans); font-weight: 700; font-size: 1rem; color: #111; } .testimonial-new-date { font-family: var(--font-sans); font-size: 0.85rem; color: #888; } .testimonial-new-quote { font-family: var(--font-sans); font-size: 0.95rem; line-height: 1.4; color: #444; margin: 0; } @media (max-width: 768px) { .testimonial-new-card { border-radius: 16px; flex-direction: column; text-align: center; } .testimonial-new-header { justify-content: center; } } 
  
/* Transparent Cards and Stars */  
.transparent-card { background-color: transparent !important; border: 1px solid rgba(22, 20, 18, 0.1); box-shadow: none !important; } .testimonial-stars { color: var(--gold-accent); font-size: 1.1rem; letter-spacing: 2px; } .testimonial-new-header { flex-direction: column !important; align-items: flex-start !important; gap: 0.2rem !important; margin-bottom: 0.5rem; } 
  
/* Golden Border Pulse */  
@keyframes goldBorderPulse { 0%% { border-color: rgba(212, 175, 55, 0.2); box-shadow: 0 0 0px rgba(212, 175, 55, 0); } 50%% { border-color: rgba(212, 175, 55, 1); box-shadow: 0 0 20px rgba(212, 175, 55, 0.5), inset 0 0 10px rgba(212, 175, 55, 0.2); } 100%% { border-color: rgba(212, 175, 55, 0.2); box-shadow: 0 0 0px rgba(212, 175, 55, 0); } }  
.transparent-card { animation: goldBorderPulse 4s infinite ease-in-out !important; } .testimonials-new-grid .testimonial-new-card:nth-child(1) { animation-delay: 0s !important; } .testimonials-new-grid .testimonial-new-card:nth-child(2) { animation-delay: 1.3s !important; } .testimonials-new-grid .testimonial-new-card:nth-child(3) { animation-delay: 2.6s !important; } 
  
/* Moving Golden Border Animation */  
@keyframes rotateBorder { 0%% { transform: rotate(0deg); } 100%% { transform: rotate(360deg); } }  
.transparent-card { position: relative; overflow: hidden; border: none !important; background: transparent !important; z-index: 1; }  
.transparent-card::before { content: ''; position: absolute; top: -50%%; left: -50%%; width: 200%%; height: 200%%; background: conic-gradient(from 0deg, transparent 70%%, #d4af37 100%%); animation: rotateBorder 4s linear infinite; z-index: -2; }  
.transparent-card::after { content: ''; position: absolute; inset: 2px; background: var(--bg-warm-base); border-radius: 14px 48px 48px 14px; z-index: -1; } 
.transparent-card { animation: none !important; box-shadow: none !important; } 
  
/* Fix and Simplify Golden Border Animation */  
.transparent-card::before, .transparent-card::after { display: none !important; }  
@keyframes goldGlow { 0%% { border-color: rgba(212, 175, 55, 0.2); box-shadow: 0 0 2px rgba(212, 175, 55, 0.1), inset 0 0 2px rgba(212, 175, 55, 0.1); } 100%% { border-color: rgba(212, 175, 55, 1); box-shadow: 0 0 20px rgba(212, 175, 55, 0.5), inset 0 0 10px rgba(212, 175, 55, 0.2); } }  
.transparent-card { border: 1px solid rgba(212, 175, 55, 0.3) !important; background: transparent !important; border-radius: 16px 50px 50px 16px !important; animation: goldGlow 2.5s infinite alternate ease-in-out !important; padding: 2rem !important; } 
  
/* Thicker Borders */  
.transparent-card { border-width: 2.5px !important; } 
  
/* Fix Mobile Navbar Alignment (Keep Centered) */
@media (max-width: 768px) {
  .floating-nav-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 10px !important;
  }
  .floating-nav-links {
    display: flex !important;
    justify-content: space-between !important;
    gap: 4px !important;
    width: 100% !important;
  }
  .nav-anchor {
    font-size: 0.58rem !important;
    padding: 6px 12px !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
  .floating-nav-name {
    display: none !important;
  }
}
