/*
Theme Name: Juliano Ventura - Graphic Design
Theme URI: https://julianoventura.com.br
Author: Juliano Ventura
Author URI: https://julianoventura.com.br
Description: Tema customizado profissional de alto impacto visual para o portfólio de Juliano Ventura. Apresenta Hero com ciclo de destaques em ângulo dinâmico, Bento Grid responsivo em 8 colunas, Lightbox cinematográfico, Case Studies em modal full-screen e estética Dark Gold editorial.
Version: 1.5.5
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: julianoventura
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --color-bg: #06091a;
  --color-bg-darker: #040611;
  --color-bg-card: #090e24;
  --color-gold: #c9a96e;
  --color-gold-light: #e6ca95;
  --color-text-main: #f0ece4;
  --color-text-muted: #9a9080;
  --color-text-dim: #7a7268;
}

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

html {
  scroll-behavior: smooth;
  background-color: #06091a;
}

body {
  background-color: #06091a;
  color: #f0ece4;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  scrollbar-width: thin;
  scrollbar-color: #c9a96e #06091a;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Scrollbar Webkit */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background: #06091a;
}
::-webkit-scrollbar-thumb {
  background: #c9a96e;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #e6ca95;
}

/* Selection */
::selection {
  background: #c9a96e;
  color: #06091a;
}

/* Máscaras de fusão para foto de perfil */
.profile-blend-mask {
  mask-image: radial-gradient(circle at 50% 45%, black 45%, rgba(0, 0, 0, 0.6) 70%, transparent 95%),
              linear-gradient(to bottom, black 70%, transparent 100%),
              linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle at 50% 45%, black 45%, rgba(0, 0, 0, 0.6) 70%, transparent 95%),
                      linear-gradient(to bottom, black 70%, transparent 100%),
                      linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}

@media (min-width: 1024px) {
  .profile-large-backdrop-mask {
    mask-image: linear-gradient(to right, black 52%, rgba(0, 0, 0, 0.85) 65%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.1) 88%, transparent 98%),
                linear-gradient(to bottom, transparent 0%, black 6%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 52%, rgba(0, 0, 0, 0.85) 65%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.1) 88%, transparent 98%),
                        linear-gradient(to bottom, transparent 0%, black 6%, black 90%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: destination-in;
  }
}

@media (max-width: 1023px) {
  .profile-large-backdrop-mask {
    mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0.5) 75%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0.5) 75%, transparent 100%);
  }
}

/* Keyframes & Animações */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroLogoIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes caseIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lightboxIn {
  from {
    opacity: 0;
    transform: scale(0.985);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-fade-in {
  animation: fadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-toast {
  animation: toastIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-hero-logo {
  animation: heroLogoIn 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.animate-case-in {
  animation: caseIn 0.32s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-lightbox-in {
  animation: lightboxIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Classes utilitárias do Bento Grid e tipografia */
.font-serif-playfair {
  font-family: 'Playfair Display', Georgia, serif;
}

.font-sans-outfit {
  font-family: 'Outfit', sans-serif;
}

/* URLs automáticas nas descrições mantêm exatamente a tipografia original. */
.jv-auto-link,
.jv-auto-link:visited,
.jv-auto-link:hover,
.jv-auto-link:active {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: none;
}

.jv-auto-link:focus-visible {
  outline: 2px solid rgba(201, 169, 110, 0.8);
  outline-offset: 3px;
}

.jv-lightbox-caption {
  overflow-wrap: anywhere;
}
