/*
Theme Name: Ravandeh Studio
Theme URI: https://ravandeh.studio
Author: Ravandeh Studio
Author URI: https://ravandeh.studio
Description: Apple-inspired Liquid Glass UI theme for Ravandeh Studio. Features organic 28-44px curved edges, glassmorphism effects with transparency and blur, smooth animations, and full bilingual EN/FA support with Vazirmatn font. Perfect for showcasing art collections, artists, and postcards.
Version: 1.0.1
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ravandeh-studio
Tags: art-gallery, portfolio, glass-morphism, bilingual, rtl-language-support, custom-menu, featured-images, custom-colors, custom-logo, translation-ready

Ravandeh Studio - Postcards • Art • Memory
استودیو رَوَنده - پست‌کارت‌ها • هنر • خاطره
*/

/* ============================================================================
   FONTS & IMPORTS
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700&display=swap');

/* ============================================================================
   RESET & BASE
   ========================================================================= */

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #1d1d1f;
  background: #ffffff;
  overflow-x: hidden;
  transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Persian/RTL Font */
body.rtl,
body[dir="rtl"],
body.rtl *,
body[dir="rtl"] *,
.persian-text {
  font-family: 'Vazirmatn', -apple-system, sans-serif !important;
}

/* ============================================================================
   CSS VARIABLES - LIGHT MODE
   ========================================================================= */

:root {
  /* Colors - Apple Design System */
  --color-bg-primary: #ffffff;
  --color-bg-secondary: #f5f5f7;
  --color-bg-tertiary: #e8e8ed;
  --color-text-primary: #1d1d1f;
  --color-text-secondary: #86868b;
  --color-text-tertiary: #6e6e73;
  --color-accent: #0071e3;
  --color-accent-hover: #0077ed;
  
  /* Glass Effects */
  --glass-bg: rgba(255, 255, 255, 0.7);
  --glass-bg-strong: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(0, 0, 0, 0.1);
  --glass-shadow: rgba(0, 0, 0, 0.1);
  
  /* Gradients */
  --gradient-purple: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --gradient-pink: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --gradient-blue: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  --gradient-sunset: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  
  /* Border Radii - Organic Curves */
  --radius-xs: 20px;
  --radius-sm: 28px;
  --radius-md: 36px;
  --radius-lg: 44px;
  --radius-xl: 52px;
  
  /* Shadows - Soft & Layered */
  --shadow-xs: 0 1px 4px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 2px 16px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.16);
  --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.20);
  
  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-bounce: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ============================================================================
   DARK MODE VARIABLES
   ========================================================================= */

body.dark-mode {
  --color-bg-primary: #000000;
  --color-bg-secondary: #1c1c1e;
  --color-bg-tertiary: #2c2c2e;
  --color-text-primary: #f5f5f7;
  --color-text-secondary: #98989d;
  --color-text-tertiary: #86868b;
  --color-accent: #0a84ff;
  --color-accent-hover: #409cff;
  
  --glass-bg: rgba(28, 28, 30, 0.7);
  --glass-bg-strong: rgba(28, 28, 30, 0.85);
  --glass-border: rgba(255, 255, 255, 0.1);
  
  --shadow-xs: 0 1px 4px rgba(0, 0, 0, 0.3);
  --shadow-sm: 0 2px 16px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.6);
  --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.7);
  
  background: #000000;
  color: #f5f5f7;
}

/* ============================================================================
   TYPOGRAPHY
   ========================================================================= */

/*h1, h2, h3, h4, h5, h6 {*/
/*  font-weight: 600;*/
/*  line-height: 1.1;*/
/*  margin-bottom: 0.75em;*/
/*  color: var(--color-text-primary);*/
/*  letter-spacing: -0.015em;*/
/*}*/

/*h1 {*/
/*  font-size: clamp(2.5rem, 6vw + 1rem, 5rem);*/
/*  font-weight: 700;*/
/*  letter-spacing: -0.025em;*/
/*}*/

/*h2 {*/
/*  font-size: clamp(2rem, 4vw + 0.5rem, 3.75rem);*/
/*  font-weight: 600;*/
/*  letter-spacing: -0.02em;*/
/*}*/

/*h3 {*/
/*  font-size: clamp(1.5rem, 3vw + 0.5rem, 2.5rem);*/
/*  font-weight: 600;*/
/*}*/

/*h4 {*/
/*  font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);*/
/*  font-weight: 600;*/
/*}*/

/*p {*/
/*  margin-bottom: 1em;*/
/*  color: var(--color-text-secondary);*/
/*  line-height: 1.7;*/
/*}*/

/*a {*/
/*  color: var(--color-accent);*/
/*  text-decoration: none;*/
/*  transition: color var(--transition-fast);*/
/*}*/

/*a:hover {*/
/*  color: var(--color-accent-hover);*/
/*}*/

/* ============================================================================
   LAYOUT STRUCTURE
   ========================================================================= */

.site-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 60px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding: 0 80px;
  }
}

/* ============================================================================
   HEADER & NAVIGATION
   ========================================================================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  background: var(--glass-bg-strong);
  border-bottom: 1px solid var(--glass-border);
  transition: all var(--transition-smooth);
}

.site-header.scrolled {
  box-shadow: var(--shadow-sm);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .header-inner {
    height: 72px;
    padding: 0 40px;
  }
}

.site-logo {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-text-primary);
  letter-spacing: -0.02em;
  transition: opacity var(--transition-fast);
}

@media (min-width: 768px) {
  .site-logo {
    font-size: 1.5rem;
  }
}

.site-logo:hover {
  opacity: 0.7;
  color: var(--color-text-primary);
}

/* Main Navigation */
.main-navigation {
  display: none;
}

@media (min-width: 1024px) {
  .main-navigation {
    display: flex;
    gap: 32px;
    align-items: center;
  }
}

.main-navigation a {
  color: var(--color-text-secondary);
  font-size: 0.9375rem;
  font-weight: 400;
  position: relative;
  padding: 8px 0;
  transition: color var(--transition-fast);
}

.main-navigation a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transition: transform var(--transition-base);
}

.main-navigation a:hover {
  color: var(--color-text-primary);
}

.main-navigation a:hover::after {
  transform: scaleX(1);
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid transparent;
  color: var(--color-text-primary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.header-button:hover {
  background: var(--glass-bg);
  border-color: var(--glass-border);
  transform: scale(1.05);
}

.mobile-menu-toggle {
  display: flex;
}

@media (min-width: 1024px) {
  .mobile-menu-toggle {
    display: none;
  }
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--glass-bg-strong);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-smooth);
  z-index: 999;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .mobile-menu {
    top: 72px;
  }
}

.mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.mobile-menu nav {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-menu a {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--color-text-primary);
  padding: 12px 0;
  border-bottom: 1px solid var(--glass-border);
  transition: all var(--transition-fast);
}

.mobile-menu a:hover {
  color: var(--color-accent);
  padding-left: 12px;
}

body.rtl .mobile-menu a:hover {
  padding-left: 0;
  padding-right: 12px;
}

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

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 100px 20px 80px;
}

@media (min-width: 768px) {
  .hero-section {
    padding: 140px 40px 100px;
  }
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-gradient {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 50%, rgba(102, 126, 234, 0.2) 0%, transparent 60%);
  animation: hero-float 20s ease-in-out infinite;
}

@keyframes hero-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -30px) scale(1.1); }
  66% { transform: translate(-30px, 30px) scale(0.9); }
}

.hero-content {
  max-width: 900px;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  padding: 48px 32px;
  box-shadow: var(--shadow-lg);
  transition: all var(--transition-smooth);
}

@media (min-width: 768px) {
  .hero-glass-card {
    padding: 72px 56px;
  }
}

.hero-glass-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.hero-title {
  background: linear-gradient(135deg, var(--color-text-primary) 0%, var(--color-text-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  animation: fade-in-up 1s var(--transition-smooth) forwards;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.375rem);
  color: var(--color-text-secondary);
  margin-bottom: 32px;
  line-height: 1.7;
  animation: fade-in-up 1s var(--transition-smooth) 0.2s forwards;
  opacity: 0;
}

.hero-tagline {
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  color: var(--color-text-tertiary);
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  animation: fade-in-up 1s var(--transition-smooth) 0.3s forwards;
  opacity: 0;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: var(--gradient-purple);
  color: white;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  animation: fade-in-up 1s var(--transition-smooth) 0.4s forwards;
  opacity: 1;
}

@media (min-width: 768px) {
  .hero-cta {
    padding: 18px 40px;
    font-size: 1.0625rem;
  }
}

.hero-cta:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow-lg);
  color: white;
}

.hero-cta svg {
  transition: transform var(--transition-fast);
}

.hero-cta:hover svg {
  transform: translateX(4px);
}

body.rtl .hero-cta:hover svg {
  transform: translateX(-4px);
}

/* ============================================================================
   GLASS CARD COMPONENT
   ========================================================================= */

.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: all var(--transition-smooth);
  box-shadow: var(--shadow-sm);
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .glass-card {
    padding: 32px;
  }
}

.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(102, 126, 234, 0.3);
}

.glass-card-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  transition: transform var(--transition-smooth);
}

@media (min-width: 768px) {
  .glass-card-image {
    height: 280px;
    /*margin-bottom: 24px;*/
  }
}

.glass-card:hover .glass-card-image {
  transform: scale(1.03);
}

.glass-card-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--color-text-primary);
  line-height: 1.3;
}

@media (min-width: 768px) {
  .glass-card-title {
    font-size: 1.5rem;
  }
}

.glass-card-description {
  color: var(--color-text-secondary);
  margin-bottom: 16px;
  flex-grow: 1;
  line-height: 1.7;
}

.glass-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--color-text-tertiary);
  margin-top: auto;
}

/* ============================================================================
   SECTIONS
   ========================================================================= */

.section {
  padding: 80px 0;
  position: relative;
}

@media (min-width: 768px) {
  .section {
    padding: 100px 0;
  }
}

@media (min-width: 1024px) {
  .section {
    padding: 120px 0;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 80px;
  }
}

.section-title {
  margin-bottom: 16px;
  font-size: 40px !important;
}

.section-description {
  font-size: 1.0625rem;
  color: var(--color-text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .section-description {
    font-size: 1rem;
  }
}

/* Grid Layouts */
.grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .grid {
    gap: 32px;
  }
}

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

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

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ============================================================================
   ARTIST & COLLECTION SPECIFIC
   ========================================================================= */

.artist-card {
  backdrop-filter: blur(20px); /* backdrop-blur-xl */
  background-color: rgba(255, 255, 255, 0.7); /* bg-white/70 */
  border-radius: 36px; /* rounded-[36px] */
  overflow: hidden; /* overflow-hidden */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08); /* shadow-[0_8px_32px_rgba(0,0,0,0.08)] */
  border: 1px solid rgba(255, 255, 255, 0.2); /* border border-white/20 */
  transition: box-shadow 0.5s; /* transition-shadow duration-500 */
}

.artist-card:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12); /* hover:shadow-[0_16px_48px_rgba(0,0,0,0.12)] */
}

/* حالت تاریک */
.dark .artist-card {
  background-color: rgba(17, 24, 39, 0.7); /* dark:bg-gray-900/70 */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); /* dark:shadow-[0_8px_32px_rgba(0,0,0,0.3)] */
  border: 1px solid rgba(55, 65, 81, 0.2); /* dark:border-gray-700/20 */
}

.dark .artist-card:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4); /* dark:hover:shadow-[0_16px_48px_rgba(0,0,0,0.4)] */
}

.artist-box {
  padding: 2rem;
}


.artist-image {
  height: 360px;
}

@media (min-width: 768px) {
  .artist-image {
    height: 400px;
  }
}

.artist-specialty {
  display: inline-block;
  padding: 8px 20px;
  background: var(--gradient-purple);
  color: white;
  border-radius: var(--radius-sm);
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
}

@media (min-width: 768px) {
  .artist-specialty {
    font-size: 0.875rem;
    padding: 10px 24px;
  }
}

/* ============================================================================
   ABOUT
   ========================================================================= */
.about-section {
  /*//*/
}

.custom.glass-card {
  backdrop-filter: blur(20px);
  background: var(--glass-bg);;
  border-radius: 44px;
  padding: 4rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.about-section .wrapper-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-section .about-text {
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--color-text-secondary);
}

/* ============================================================================
   CONTACT FORM
   ========================================================================= */

.contact-form {
  max-width: 640px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--color-text-primary);
  font-size: 0.9375rem;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 14px 18px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  color: var(--color-text-primary);
  font-size: 1rem;
  font-family: inherit;
  transition: all var(--transition-fast);
}

@media (min-width: 768px) {
  .form-input,
  .form-textarea {
    padding: 16px 20px;
  }
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  background: var(--glass-bg-strong);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.1);
}

body.dark-mode .form-input:focus,
body.dark-mode .form-textarea:focus {
  box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.2);
}

.form-textarea {
  min-height: 150px;
  resize: vertical;
}

.form-button {
  width: 100%;
  padding: 16px 32px;
  background: var(--gradient-purple);
  color: white;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all var(--transition-base);
  box-shadow: var(--shadow-md);
}

@media (min-width: 768px) {
  .form-button {
    padding: 18px 40px;
    font-size: 1.0625rem;
  }
}

.form-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.form-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

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

.site-footer {
  background: var(--color-bg-secondary);
  border-top: 1px solid var(--glass-border);
  padding: 60px 0 32px;
  margin-top: 80px;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 80px 0 40px;
    margin-top: 120px;
  }
}

.footer-content {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-bottom: 48px;
  }
}

.footer-section h3 {
  font-size: 1.125rem;
  margin-bottom: 16px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .footer-section h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.footer-section p {
  font-size: 0.9375rem;
  line-height: 1.7;
}

.footer-section ul {
  list-style: none;
}

.footer-section li {
  margin-bottom: 12px;
}

.footer-section a {
  color: var(--color-text-secondary);
  font-size: 0.9375rem;
  transition: color var(--transition-fast);
}

.footer-section a:hover {
  color: var(--color-accent);
}

.footer-bottom {
  text-align: center;
  padding-top: 28px;
  border-top: 1px solid var(--glass-border);
  color: var(--color-text-secondary);
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .footer-bottom {
    padding-top: 32px;
    font-size: 0.9375rem;
  }
}

/* ============================================================================
   UTILITIES
   ========================================================================= */

.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ============================================================================
   RTL SUPPORT
   ========================================================================= */

body.rtl {
  direction: rtl;
  text-align: right;
}

/*body.rtl .header-inner,*/
/*body.rtl .header-actions,*/
/*body.rtl .main-navigation {*/
/*  flex-direction: row-reverse;*/
/*}*/

/* ============================================================================
   ANIMATIONS & REVEALS
   ========================================================================= */

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s var(--transition-smooth);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================================
   ACCESSIBILITY
   ========================================================================= */

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

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

img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  display: block;
}

/* ============================================================================
   WORDPRESS SPECIFIC
   ========================================================================= */

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================================
   PRINT
   ========================================================================= */

@media print {
  .site-header,
  .site-footer,
  .hero-cta,
  .header-actions,
  .mobile-menu {
    display: none;
  }
  
  body {
    background: white;
    color: black;
  }
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
  transition: none;
}

.dark-mode .bg-white-70 {
  background-color: rgba(17, 24, 39, 0.7);
  transition: none;
}

.shadow-0_8_32_008 {
  --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition: none;
}

.dark-mode .shadow-0_8_32_008 {
  --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition: none;
}

.border-gray-700-20 {
  border-color: rgba(55, 65, 81, 0.2);
  transition: none;
}

.dark-mode .border-gray-700-20 {
  border-color: color-mix(in srgb, oklch(.373 .034 259.733) 20%, transparent);
  transition: none;
}

@supports (color: color-mix(in lab, red, red)) {
  .dark-mode .border-gray-700-20 {
    border-color: color-mix(in oklab, var(--color-gray-700) 20%, transparent);
    transition: none;
  }
}

.text-artist-specialty {
  color: #6b6b6b;
  transition: none;
}

.dark-mode .text-artist-specialty {
  color: #ffffff;
  transition: none;
}

.animation-card {
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.animation-card:hover {
  transform: translateY(-8px);
  transition-delay: 0.3s;
}

.dark-mode .animation-card {
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.dark-mode .animation-card:hover {
  transform: translateY(-8px);
  transition-delay: 0.3s;
}

.motion-link {
  transform: translateY(0) scale(1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-link:hover {
  transform: translateY(-2px) scale(1.05);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


