/* 
 * BALI CREATIVE WORKSHOP - MASTER ARTISTIC STYLES
 * Version: 1.0.0
 * Date: 2024
 * Author: Bali Creative Workshop Team
 */

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

:root {
  /* Primary Artistic Palette */
  --clay: #E6D5C5;
  --terracotta: #B76E63;
  --indigo: #3A506B;
  --sage: #8A9B6E;
  --papyrus: #F5F1E6;
  
  /* Studio-Specific Palette */
  --studio-clay: #E8D8C5;
  --studio-wood: #A68A6D;
  --studio-stone: #7A8B83;
  --studio-paper: #F4EDE4;
  --studio-shadow: #3A2E25;
  --studio-light: #FFF8F0;
  
  /* Sanur Beach Palette */
  --sea-glass: #8AC4B8;
  --coral: #E88D7D;
  --sand: #D8C9B5;
  --earth: #8B7355;
  
  /* Typography */
  --font-serif: 'Crimson Pro', serif;
  --font-display: 'Space Grotesk', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
  
  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 3rem;
  --space-xl: 4rem;
  
  /* Transitions */
  --transition-fast: 0.3s ease;
  --transition-medium: 0.5s ease;
  --transition-slow: 0.8s ease;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-serif);
  color: #2C3E50;
  line-height: 1.7;
  overflow-x: hidden;
}

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

.artistic-font {
  font-family: var(--font-display);
  letter-spacing: -0.5px;
}

.mono-font {
  font-family: var(--font-mono);
  font-weight: 300;
}

.handwritten {
  font-family: var(--font-serif);
  font-style: italic;
  position: relative;
  display: inline-block;
}

.handwritten::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--terracotta), transparent);
}

/* ==========================================================================
   BACKGROUNDS & TEXTURES
   ========================================================================== */

.texture-bg {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23b76e63' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.paper-texture {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23000000' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.studio-texture {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23A68A6D' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ocean-texture {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%238AC4B8' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* ==========================================================================
   SHAPES & CONTAINERS
   ========================================================================== */

/* Organic Shapes */
.organic-shape {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 75% 100%, 0 85%);
}

.asymmetrical-border {
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}

.petal-shape {
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.wave-shape {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 90%, 70% 85%, 50% 90%, 30% 85%, 15% 90%, 0 85%);
}

.coral-shape {
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

/* Borders */
.hand-drawn-border {
  border: 2px solid var(--terracotta);
  position: relative;
}

.hand-drawn-border::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid var(--clay);
  border-radius: inherit;
  z-index: -1;
}

.sanur-border {
  border: 1.5px solid var(--sea-glass);
  position: relative;
}

.sanur-border::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid var(--sand);
  border-radius: 8px;
  z-index: -1;
}

.studio-frame {
  border: 2px solid var(--studio-wood);
  position: relative;
  background: var(--studio-light);
}

.studio-frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: -8px;
  bottom: -8px;
  background: var(--studio-shadow);
  z-index: -1;
  opacity: 0.1;
}

/* ==========================================================================
   CARDS & CONTAINERS
   ========================================================================== */

/* Artistic Cards */
.artistic-card {
  background: var(--papyrus);
  border: 1.5px solid var(--terracotta);
  position: relative;
  transform: rotate(-0.5deg);
  transition: all var(--transition-medium);
}

.artistic-card:hover {
  transform: rotate(0.5deg) translateY(-5px);
  box-shadow: 12px 12px 0px var(--sage);
}

.artistic-card::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: -5px;
  bottom: -5px;
  background: var(--clay);
  z-index: -1;
  border-radius: inherit;
}

/* Craft Cards */
.craft-art-card {
  background: white;
  border: none;
  position: relative;
  overflow: hidden;
}

.craft-art-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--clay), var(--terracotta), var(--sage));
}

.craft-image-container {
  overflow: hidden;
  position: relative;
}

.craft-image-container img {
  transition: transform 0.8s ease;
  filter: sepia(0.2) contrast(1.1);
}

.craft-art-card:hover .craft-image-container img {
  transform: scale(1.05);
}

/* Studio Cards */
.studio-card {
  background: var(--studio-light);
  border: 1.5px solid var(--studio-wood);
  box-shadow: 4px 4px 0px rgba(58, 46, 37, 0.1);
  transition: all var(--transition-fast);
  position: relative;
}

.studio-card:hover {
  transform: translateY(-3px);
  box-shadow: 8px 8px 0px rgba(58, 46, 37, 0.15);
}

/* Sanur Cards */
.sanur-card {
  background: var(--papyrus);
  border: 1.5px solid var(--sea-glass);
  position: relative;
  transform: rotate(-0.3deg);
  transition: all var(--transition-medium);
}

.sanur-card:hover {
  transform: rotate(0.3deg) translateY(-5px);
  box-shadow: 8px 8px 0px var(--coral);
}

.sanur-card::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(135deg, var(--sea-glass), transparent);
  z-index: -1;
  border-radius: inherit;
  opacity: 0.1;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.art-btn {
  background: transparent;
  border: 1.5px solid var(--terracotta);
  color: var(--terracotta);
  padding: 0.75rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-fast);
}

.art-btn:hover {
  background: var(--terracotta);
  color: var(--papyrus);
  transform: translateY(-2px);
}

.art-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(183, 110, 99, 0.1), transparent);
  transition: left var(--transition-medium);
}

.art-btn:hover::before {
  left: 100%;
}

/* Studio Buttons */
.studio-btn {
  background: transparent;
  border: 1.5px solid var(--studio-wood);
  color: var(--studio-wood);
  padding: 0.75rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-fast);
}

.studio-btn:hover {
  background: var(--studio-wood);
  color: var(--studio-light);
  transform: translateY(-2px);
}

.studio-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(166, 138, 109, 0.1), transparent);
  transition: left var(--transition-medium);
}

.studio-btn:hover::before {
  left: 100%;
}

/* Sanur Buttons */
.sanur-btn {
  background: transparent;
  border: 1.5px solid var(--sea-glass);
  color: var(--sea-glass);
  padding: 0.75rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-fast);
}

.sanur-btn:hover {
  background: var(--sea-glass);
  color: white;
  transform: translateY(-2px);
}

.coral-btn {
  background: transparent;
  border: 1.5px solid var(--coral);
  color: var(--coral);
  padding: 0.75rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-fast);
}

.coral-btn:hover {
  background: var(--coral);
  color: white;
  transform: translateY(-2px);
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.art-nav {
  /*background: rgba(245, 241, 230, 0.9);*/
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--clay);
}

.nav-link-art {
  position: relative;
  padding: 0.5rem 0;
  margin: 0 1rem;
}

.nav-link-art::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--terracotta);
  transition: width var(--transition-fast);
}

.nav-link-art:hover::after {
  width: 100%;
}

/* ==========================================================================
   DIVIDERS & SEPARATORS
   ========================================================================== */

.art-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--terracotta), transparent);
  margin: 4rem auto;
  max-width: 600px;
  position: relative;
}

.art-divider::before,
.art-divider::after {
  content: '✻';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--terracotta);
  font-size: 1.2rem;
}

.art-divider::before {
  left: 0;
}

.art-divider::after {
  right: 0;
}

/* ==========================================================================
   PROCESS & TIMELINE
   ========================================================================== */

/* Artistic Process Steps */
.process-step {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}

.process-step::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, var(--terracotta), transparent);
}

.step-number {
  position: absolute;
  left: -1rem;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--terracotta);
  color: var(--papyrus);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 500;
}

/* Studio Process */
.studio-process {
  counter-reset: step;
  position: relative;
}

.studio-process::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--studio-wood), transparent);
}

.process-step-studio {
  position: relative;
  padding-left: 70px;
  margin-bottom: 3rem;
  min-height: 60px;
}

.process-step-studio::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 0;
  width: 30px;
  height: 30px;
  background: var(--studio-wood);
  color: var(--studio-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 500;
}

/* Sanur Process */
.sanur-step {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}

.sanur-step::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, var(--sea-glass), transparent);
}

.sanur-number {
  position: absolute;
  left: -1rem;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--sea-glass);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 500;
}

/* ==========================================================================
   QUOTES & HIGHLIGHTS
   ========================================================================== */

.art-quote {
  border-left: 3px solid var(--terracotta);
  padding-left: 1.5rem;
  font-style: italic;
  position: relative;
}

.art-quote::before {
  content: '"';
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  font-size: 3rem;
  color: var(--clay);
  font-family: serif;
}

.sanur-quote {
  border-left: 3px solid var(--sea-glass);
  padding-left: 1.5rem;
  font-style: italic;
  position: relative;
}

.sanur-quote::before {
  content: '"';
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  font-size: 3rem;
  color: var(--sea-glass);
  font-family: serif;
  opacity: 0.5;
}

.focus-highlight {
  background: linear-gradient(135deg, rgba(244, 237, 228, 0.8) 0%, rgba(255, 248, 240, 0.8) 100%);
  border-left: 3px solid var(--studio-wood);
}

.personal-note {
  background: linear-gradient(135deg, var(--clay) 0%, rgba(230, 213, 197, 0.3) 100%);
  border-left: 3px solid var(--sage);
  padding: 1.5rem;
  font-style: italic;
  position: relative;
}

.personal-note::before {
  content: '"';
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  font-size: 3rem;
  color: var(--sage);
  font-family: serif;
  opacity: 0.5;
}

.sanur-highlight {
  background: linear-gradient(135deg, rgba(138, 196, 184, 0.1) 0%, rgba(245, 241, 230, 0.1) 100%);
  border-radius: 8px;
  padding: 1.5rem;
  position: relative;
}

.sanur-highlight::before {
  content: '🌊';
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-size: 1.5rem;
}

/* ==========================================================================
   LAYOUT & GRID
   ========================================================================== */

.art-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  align-items: start;
}

.studio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(1deg); }
}

@keyframes wave {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(0.5deg); }
}

@keyframes staggerIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.floating-element {
  animation: float 6s ease-in-out infinite;
}

.wave-animation {
  animation: wave 8s ease-in-out infinite;
}

.stagger-text {
  transform: translateX(-20px);
  opacity: 0;
  animation: staggerIn 0.6s forwards;
}

/* Fade In Effects */
.art-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--transition-slow), transform var(--transition-slow);
}

.art-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.studio-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--transition-slow), transform var(--transition-slow);
}

.studio-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   INTERACTIVE ELEMENTS
   ========================================================================== */

.interactive-element {
  cursor: pointer;
  transition: all var(--transition-fast);
}

.interactive-element:hover {
  transform: translateY(-2px);
}

.time-block {
  background: linear-gradient(135deg, var(--studio-paper), var(--studio-light));
  border: 1px solid var(--studio-clay);
  position: relative;
  transition: all var(--transition-fast);
}

.time-block:hover {
  border-color: var(--studio-wood);
  transform: scale(1.02);
}

.time-block.active {
  border-color: var(--studio-wood);
  background: linear-gradient(135deg, var(--studio-clay), var(--studio-paper));
}

/* ==========================================================================
   DECORATIVE ELEMENTS
   ========================================================================== */

.decorative-dot {
  width: 6px;
  height: 6px;
  background: var(--terracotta);
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.5rem;
}

.sea-shell {
  width: 40px;
  height: 40px;
  background: var(--sand);
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

/* ==========================================================================
   MATERIALS & DISPLAY
   ========================================================================== */

.material-display {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin: 1rem 0;
}

.material-chip {
  background: var(--studio-clay);
  padding: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 4px;
}

.ambiance-item {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 8px;
  transition: all var(--transition-fast);
}

.ambiance-item:hover {
  background: rgba(166, 138, 109, 0.05);
  transform: translateX(5px);
}

/* ==========================================================================
   GALLERY & MEDIA
   ========================================================================== */

.studio-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-item {
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* ==========================================================================
   LIGHTING & EFFECTS
   ========================================================================== */

.lighting-effect {
  position: relative;
  overflow: hidden;
}

.lighting-effect::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}

/* ==========================================================================
   TIMELINE
   ========================================================================== */

.experience-timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline-marker {
  width: 12px;
  height: 12px;
  background: var(--studio-wood);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-content {
  width: 45%;
  padding: 1rem;
}

.timeline-left {
  text-align: right;
}

.timeline-right {
  margin-left: 55%;
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

/* Background Colors */
.clay-bg { background-color: var(--clay); }
.terracotta-bg { background-color: var(--terracotta); }
.indigo-bg { background-color: var(--indigo); }
.sage-bg { background-color: var(--sage); }
.sea-glass-bg { background-color: var(--sea-glass); }
.coral-bg { background-color: var(--coral); }
.sand-bg { background-color: var(--sand); }
.studio-wood-bg { background-color: var(--studio-wood); }

/* Text Colors */
.clay-color { color: var(--clay); }
.terracotta-color { color: var(--terracotta); }
.indigo-color { color: var(--indigo); }
.sage-color { color: var(--sage); }
.sea-color { color: var(--sea-glass); }
.coral-color { color: var(--coral); }

/* Spacing Utilities */
.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 0.9rem;
  color: var(--earth);
}

.breadcrumb a {
  transition: color var(--transition-fast);
}

.breadcrumb a:hover {
  color: var(--terracotta);
}

/* SEO Content */
.seo-content {
  max-width: 800px;
  margin: 0 auto;
}

.seo-content h2 {
  font-size: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--indigo);
}

.seo-content h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--indigo);
}

.seo-content p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */

@media (max-width: 768px) {
  .art-grid,
  .studio-grid {
    grid-template-columns: 1fr;
  }
  
  .studio-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .material-display {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .timeline-content {
    width: 90%;
    margin: 0 auto;
  }
  
  .timeline-left,
  .timeline-right {
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .studio-gallery {
    grid-template-columns: 1fr;
  }
  
  .material-display {
    grid-template-columns: 1fr;
  }
}

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

@media print {
  .art-btn,
  .studio-btn,
  .sanur-btn,
  .coral-btn {
    border: 1px solid #000;
    background: none;
    color: #000;
  }
  
  .art-fade-in,
  .studio-fade {
    opacity: 1;
    transform: none;
  }
  
  .floating-element,
  .wave-animation {
    animation: none;
  }
}