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

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

body {
  font-family: 'Crimson Text', serif;
  color: #D2B48C;
  background: 
    radial-gradient(ellipse at top left, rgba(139, 69, 19, 0.25) 0%, transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(160, 82, 45, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse at center, rgba(101, 67, 33, 0.18) 0%, transparent 70%),
    linear-gradient(135deg, #1F110A 0%, #2A1812 25%, #1D0F08 50%, #331D10 75%, #1F110A 100%);
  background-attachment: fixed;
  position: relative;
  overflow-x: hidden;
}

/* Hero Section */
.hero {
  position: relative;
  background: url('./candle-hero.jpg') center center/cover no-repeat, 
              linear-gradient(135deg, #8B4513 0%, #D2691E 25%, #B8860B 50%, #CD853F 75%, #DEB887 100%);
  color: #fff;
  text-align: center;
  padding: 8rem 2rem 3rem 2rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}



.hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero h1 {
  font-size: 7.5rem;
  letter-spacing: 1px;
  font-style: italic;
  font-family: 'Edwardian Script ITC', cursive;
  font-weight: normal;
  color: #E6C040;
  text-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.8),
    0 8px 24px rgba(0, 0, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.9);
  line-height: 0.7;
  margin-bottom: 2rem;
}

.hero h1 .title-top {
  font-size: 2.6rem;
  display: block;
  margin-bottom: -3rem;
  font-family: 'Crimson Text', serif;
  font-style: normal;
  color: #E6C040;
  text-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.8),
    0 8px 24px rgba(0, 0, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.9);
}

.hero h2 {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.hero h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}

.hero h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}

.hero p {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.view-events-text {
  margin-top: 1rem;
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.view-events-text p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.arrow-down {
  font-size: 2rem;
  animation: bounce 2s infinite;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}



main {
  position: relative;
}

/* Artist Panels */
.artist-panel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 5rem 10%;
  gap: 4rem;
  background: 
    radial-gradient(circle at 20% 80%, rgba(139, 69, 19, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(205, 133, 63, 0.15) 0%, transparent 40%),
    linear-gradient(45deg, rgba(25, 14, 8, 0.95) 0%, rgba(35, 20, 11, 0.9) 50%, rgba(25, 14, 8, 0.95) 100%);
  position: relative;
  overflow: hidden;
}

.artist-panel:first-of-type {
  padding-top: 5rem;
}

.artist-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    /* Large dark brown bokeh circles */
    radial-gradient(circle 120px at 15% 25%, rgba(41, 25, 15, 0.7) 0%, rgba(61, 37, 20, 0.4) 30%, transparent 60%),
    radial-gradient(circle 90px at 85% 15%, rgba(35, 20, 12, 0.6) 0%, rgba(74, 44, 24, 0.3) 40%, transparent 70%),
    radial-gradient(circle 140px at 25% 75%, rgba(28, 16, 10, 0.8) 0%, rgba(47, 28, 18, 0.5) 25%, transparent 55%),
    radial-gradient(circle 100px at 75% 80%, rgba(38, 22, 13, 0.65) 0%, rgba(53, 31, 19, 0.35) 35%, transparent 65%),
    radial-gradient(circle 110px at 60% 40%, rgba(32, 18, 11, 0.7) 0%, rgba(65, 39, 22, 0.4) 30%, transparent 60%),
    radial-gradient(circle 80px at 40% 60%, rgba(45, 27, 16, 0.75) 0%, rgba(58, 35, 21, 0.45) 40%, transparent 70%),
    /* Medium dark brown bokeh */
    radial-gradient(circle 60px at 30% 20%, rgba(48, 29, 17, 0.5) 0%, transparent 60%),
    radial-gradient(circle 70px at 70% 30%, rgba(42, 25, 15, 0.55) 0%, transparent 65%),
    radial-gradient(circle 55px at 20% 85%, rgba(39, 23, 14, 0.6) 0%, transparent 70%),
    radial-gradient(circle 65px at 90% 70%, rgba(44, 26, 16, 0.5) 0%, transparent 65%),
    /* Small light brown accent dots */
    radial-gradient(circle 25px at 12% 40%, rgba(139, 105, 60, 0.4) 0%, rgba(184, 134, 70, 0.2) 50%, transparent 80%),
    radial-gradient(circle 20px at 88% 25%, rgba(160, 120, 75, 0.35) 0%, rgba(205, 155, 90, 0.15) 60%, transparent 85%),
    radial-gradient(circle 30px at 35% 90%, rgba(150, 110, 65, 0.4) 0%, rgba(180, 140, 80, 0.2) 45%, transparent 75%),
    radial-gradient(circle 22px at 78% 85%, rgba(145, 108, 68, 0.38) 0%, rgba(175, 135, 85, 0.18) 55%, transparent 80%),
    radial-gradient(circle 28px at 55% 15%, rgba(155, 115, 70, 0.42) 0%, rgba(190, 145, 90, 0.22) 50%, transparent 78%),
    /* Tiny sparkle dots */
    radial-gradient(circle 8px at 22% 15%, rgba(210, 180, 140, 0.6) 0%, transparent 70%),
    radial-gradient(circle 6px at 82% 45%, rgba(195, 165, 125, 0.55) 0%, transparent 75%),
    radial-gradient(circle 10px at 45% 80%, rgba(220, 190, 150, 0.5) 0%, transparent 65%),
    radial-gradient(circle 7px at 15% 70%, rgba(200, 170, 130, 0.6) 0%, transparent 80%);
  pointer-events: none;
  animation: bokeh-float-1 20s ease-in-out infinite;
}

.artist-panel.reverse {
  flex-direction: row-reverse;
  background: 
    radial-gradient(circle at 80% 80%, rgba(160, 82, 45, 0.2) 0%, transparent 40%),
    radial-gradient(circle at 20% 20%, rgba(184, 134, 11, 0.16) 0%, transparent 40%),
    linear-gradient(-45deg, rgba(28, 16, 10, 0.95) 0%, rgba(42, 25, 15, 0.9) 50%, rgba(28, 16, 10, 0.95) 100%);
}

.artist-panel.reverse::before {
  background: 
    /* Large dark brown bokeh circles */
    radial-gradient(circle 110px at 20% 30%, rgba(40, 24, 14, 0.75) 0%, rgba(69, 41, 23, 0.45) 35%, transparent 65%),
    radial-gradient(circle 130px at 80% 20%, rgba(33, 19, 11, 0.8) 0%, rgba(82, 49, 28, 0.5) 30%, transparent 60%),
    radial-gradient(circle 125px at 30% 70%, rgba(37, 22, 13, 0.7) 0%, rgba(56, 33, 20, 0.5) 25%, transparent 55%),
    radial-gradient(circle 95px at 70% 75%, rgba(44, 26, 16, 0.65) 0%, rgba(78, 46, 26, 0.4) 40%, transparent 70%),
    radial-gradient(circle 105px at 50% 35%, rgba(36, 21, 12, 0.75) 0%, rgba(63, 38, 22, 0.45) 35%, transparent 65%),
    radial-gradient(circle 115px at 45% 65%, rgba(41, 24, 14, 0.7) 0%, rgba(71, 42, 24, 0.5) 30%, transparent 60%),
    /* Medium dark brown bokeh */
    radial-gradient(circle 65px at 25% 15%, rgba(46, 27, 16, 0.55) 0%, transparent 65%),
    radial-gradient(circle 75px at 75% 25%, rgba(39, 23, 14, 0.6) 0%, transparent 70%),
    radial-gradient(circle 58px at 15% 80%, rgba(43, 25, 15, 0.5) 0%, transparent 65%),
    radial-gradient(circle 68px at 85% 75%, rgba(47, 28, 17, 0.55) 0%, transparent 68%),
    /* Small light brown accent dots */
    radial-gradient(circle 28px at 18% 45%, rgba(145, 108, 65, 0.42) 0%, rgba(175, 135, 80, 0.22) 50%, transparent 80%),
    radial-gradient(circle 24px at 85% 30%, rgba(155, 115, 70, 0.38) 0%, rgba(185, 145, 85, 0.18) 55%, transparent 85%),
    radial-gradient(circle 32px at 40% 85%, rgba(140, 105, 62, 0.45) 0%, rgba(170, 130, 75, 0.25) 45%, transparent 75%),
    radial-gradient(circle 26px at 72% 80%, rgba(150, 112, 68, 0.4) 0%, rgba(180, 140, 82, 0.2) 50%, transparent 78%),
    radial-gradient(circle 30px at 60% 20%, rgba(158, 118, 72, 0.4) 0%, rgba(188, 148, 88, 0.2) 48%, transparent 76%),
    /* Tiny sparkle dots */
    radial-gradient(circle 9px at 28% 18%, rgba(205, 175, 135, 0.65) 0%, transparent 72%),
    radial-gradient(circle 7px at 78% 42%, rgba(190, 160, 120, 0.6) 0%, transparent 78%),
    radial-gradient(circle 11px at 50% 82%, rgba(215, 185, 145, 0.55) 0%, transparent 68%),
    radial-gradient(circle 8px at 22% 72%, rgba(195, 165, 125, 0.62) 0%, transparent 75%);
  animation: bokeh-float-2 22s ease-in-out infinite reverse;
}

.artist-image {
  flex-shrink: 0;
  display: block;
  width: 360px;
  height: 480px;
  background: 
    radial-gradient(circle at center, #4A2F1A 0%, #3D2914 40%, #2F1E11 100%),
    linear-gradient(135deg, rgba(139, 69, 19, 0.2) 0%, rgba(160, 82, 45, 0.1) 100%);
  border-radius: 1.5rem;
  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(210, 180, 140, 0.1),
    0 0 0 1px rgba(139, 69, 19, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E6D4B7;
  font-size: 1.1rem;
  text-align: center;
  border: 2px dashed #D2B48C;
  position: relative;
  overflow: hidden;
}

.artist-image::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle, rgba(210, 180, 140, 0.05) 0%, transparent 70%);
  animation: subtle-glow 4s ease-in-out infinite alternate;
}

@keyframes subtle-glow {
  0% { transform: rotate(0deg) scale(1); opacity: 0.3; }
  100% { transform: rotate(180deg) scale(1.1); opacity: 0.1; }
}

@keyframes bokeh-float-1 {
  0%, 100% { 
    transform: translateY(0px) translateX(0px) scale(1) rotate(0deg); 
    opacity: 1; 
  }
  25% { 
    transform: translateY(-8px) translateX(6px) scale(1.03) rotate(2deg); 
    opacity: 0.85; 
  }
  50% { 
    transform: translateY(4px) translateX(-4px) scale(0.97) rotate(-1deg); 
    opacity: 0.92; 
  }
  75% { 
    transform: translateY(-6px) translateX(9px) scale(1.01) rotate(3deg); 
    opacity: 0.88; 
  }
}

@keyframes bokeh-float-2 {
  0%, 100% { 
    transform: translateY(0px) translateX(0px) scale(1) rotate(0deg); 
    opacity: 1; 
  }
  30% { 
    transform: translateY(7px) translateX(-5px) scale(1.02) rotate(-2deg); 
    opacity: 0.9; 
  }
  60% { 
    transform: translateY(-10px) translateX(5px) scale(0.98) rotate(1deg); 
    opacity: 0.83; 
  }
  80% { 
    transform: translateY(2px) translateX(-3px) scale(1.005) rotate(-1deg); 
    opacity: 0.95; 
  }
}

.artist-image img {
  width: 100%;
  max-width: 360px;
  height: 480px;
  display: block;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  filter: sepia(15%);
}

.artist-image.has-image {
  background: none;
  border: none;
  height: auto;
  display: block;
}

/* Carousel Styles */
.carousel-container {
  position: relative;
  background: none !important;
  border: none !important;
}

.carousel {
  position: relative;
  width: 360px;
  height: 480px;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.carousel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  transition: background 0.3s ease;
}

.carousel::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  transition: background 0.3s ease;
}

.carousel:hover::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
}

.carousel:hover::after {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
}

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  filter: sepia(15%);
}

.carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.dot.active {
  background: rgba(230, 192, 64, 0.9);
  border-color: rgba(230, 192, 64, 1);
  transform: scale(1.2);
}

.dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

/* Carousel Animation */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.artist-info {
  max-width: 550px;
  position: relative;
  z-index: 2;
  background: 
    linear-gradient(135deg, 
      rgba(35, 22, 14, 0.88) 0%, 
      rgba(42, 26, 16, 0.84) 50%, 
      rgba(35, 22, 14, 0.88) 100%);
  padding: 2rem;
  border-radius: 1rem;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(139, 105, 60, 0.4);
  box-shadow: 
    0 15px 50px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(210, 180, 140, 0.2),
    0 0 0 1px rgba(74, 44, 24, 0.3),
    0 0 30px rgba(139, 69, 19, 0.1);
  overflow: hidden;
}

.artist-info::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background: 
    radial-gradient(circle 40px at 80% 20%, rgba(160, 120, 75, 0.15) 0%, transparent 70%),
    radial-gradient(circle 30px at 20% 80%, rgba(145, 108, 65, 0.12) 0%, transparent 75%),
    radial-gradient(circle 35px at 70% 70%, rgba(155, 115, 70, 0.1) 0%, transparent 80%),
    radial-gradient(circle 25px at 30% 30%, rgba(175, 135, 85, 0.08) 0%, transparent 85%);
  z-index: -1;
  animation: text-box-bokeh 25s ease-in-out infinite;
  pointer-events: none;
}

@keyframes text-box-bokeh {
  0%, 100% { 
    transform: translateY(0px) translateX(0px) scale(1); 
    opacity: 0.6; 
  }
  33% { 
    transform: translateY(-5px) translateX(3px) scale(1.1); 
    opacity: 0.4; 
  }
  66% { 
    transform: translateY(3px) translateX(-2px) scale(0.9); 
    opacity: 0.5; 
  }
}

.artist-info h2 {
  font-size: 2rem;
  color: #D2B48C;
}

.artist-info h3 {
  font-size: 1.2rem;
  margin-top: 0.2rem;
  color: #D2B48C;
  font-family: 'Poppins', sans-serif;
}

.artist-name {
  font-weight: 600;
  color: #E6D4B7;
  font-size: 2.5rem;
}

.artist-info p {
  margin-top: 1rem;
  line-height: 1.6;
  font-size: 1.05rem;
}

.event-details {
  margin-top: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
}

.divider {
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(139, 105, 20, 0.3) 10%, 
    rgba(160, 82, 45, 0.6) 25%, 
    rgba(184, 134, 11, 0.8) 50%, 
    rgba(160, 82, 45, 0.6) 75%, 
    rgba(139, 105, 20, 0.3) 90%, 
    transparent 100%);
  margin: 0 auto;
  width: 70%;
  position: relative;
  border-radius: 2px;
}

.divider::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: radial-gradient(ellipse, rgba(210, 180, 140, 0.4) 0%, transparent 70%);
  border-radius: 2px;
}

/* Footer */
footer {
  text-align: center;
  padding: 2rem;
  background: 
    linear-gradient(180deg, 
      rgba(44, 24, 16, 0.8) 0%, 
      rgba(35, 19, 12, 0.9) 30%, 
      rgba(28, 16, 10, 1) 100%),
    radial-gradient(ellipse at center top, rgba(139, 69, 19, 0.1) 0%, transparent 50%);
  color: #D2B48C;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  border-top: 1px solid rgba(139, 69, 19, 0.2);
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(210, 180, 140, 0.2) 20%, 
    rgba(184, 134, 11, 0.4) 50%, 
    rgba(210, 180, 140, 0.2) 80%, 
    transparent 100%);
}

/* Canvas Background */
#particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* Additional Artistic Elements */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 10% 20%, rgba(139, 69, 19, 0.05) 0%, transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(160, 82, 45, 0.08) 0%, transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(101, 67, 33, 0.03) 0%, transparent 50%);
  z-index: -1;
  pointer-events: none;
  animation: ambient-glow 20s ease-in-out infinite alternate;
}

@keyframes ambient-glow {
  0% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.02); }
  100% { opacity: 0.6; transform: scale(1); }
}

/* Subtle texture overlay */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      rgba(139, 69, 19, 0.01) 10px,
      transparent 20px
    );
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  /* Hero Section Mobile */
  .hero {
    padding: 4rem 0.8rem 2rem 0.8rem;
  }
  
  .hero h1 {
    font-size: 3.2rem;
    line-height: 0.75;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
  }
  
  .hero h1 .title-top {
    font-size: 1.6rem;
    font-family: 'Crimson Text', serif;
    font-style: normal;
    margin-bottom: -2rem;
  }
  
  .hero h2 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  
  .hero h3 {
    font-size: 1rem;
  }
  
  .hero p {
    font-size: 1rem;
    line-height: 1.4;
  }
  
  .view-events-text p {
    font-size: 1rem;
  }
  
  .arrow-down {
    font-size: 1.5rem;
  }
  
  /* Artist Panels Mobile */
  .artist-panel {
    flex-direction: column;
    align-items: center;
    padding: 3rem 5%;
    gap: 2rem;
  }
  
  .artist-panel.reverse {
    flex-direction: column;
  }
  
  .artist-panel:first-of-type {
    padding-top: 4rem;
  }
  
  /* Artist Images Mobile */
  .artist-image {
    width: 280px;
    height: 370px;
    margin-bottom: 1rem;
  }
  
  .artist-image img {
    max-width: 280px;
    height: 370px;
  }
  
  /* Carousel Mobile */
  .carousel {
    width: 280px;
    height: 370px;
  }
  
  /* Artist Info Mobile */
  .artist-info {
    max-width: 100%;
    padding: 1.5rem;
    margin: 0;
  }
  
  .artist-name {
    font-size: 2rem;
    line-height: 1.2;
  }
  
  .artist-info h2 {
    font-size: 1.5rem;
  }
  
  .artist-info h3 {
    font-size: 1rem;
  }
  
  .artist-info p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 0.8rem;
  }
  
  .event-details {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  
  /* Footer Mobile */
  footer {
    padding: 1.5rem 1rem;
    font-size: 0.8rem;
  }
  
  /* Divider Mobile */
  .divider {
    width: 90%;
    margin: 2rem auto;
  }
}

@media screen and (max-width: 480px) {
  /* Extra Small Mobile Devices */
  .hero {
    padding: 3rem 0.6rem 1.5rem 0.6rem;
  }
  
  .hero h1 {
    font-size: 2.8rem;
    letter-spacing: -0.8px;
    line-height: 0.8;
  }
  
  .hero h1 .title-top {
    font-size: 1.4rem;
    font-family: 'Crimson Text', serif;
    font-style: normal;
    margin-bottom: -1.8rem;
  }
  
  .hero h2 {
    font-size: 1.1rem;
  }
  
  .hero h3 {
    font-size: 0.9rem;
  }
  
  .hero p {
    font-size: 0.9rem;
  }
  
  .artist-panel {
    padding: 2rem 3%;
    gap: 1.5rem;
  }
  
  .artist-image {
    width: 240px;
    height: 320px;
  }
  
  .artist-image img {
    max-width: 240px;
    height: 320px;
  }
  
  .carousel {
    width: 240px;
    height: 320px;
  }
  
  .artist-info {
    padding: 1.2rem;
  }
  
  .artist-name {
    font-size: 1.8rem;
  }
  
  .artist-info p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  
  .event-details {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 320px) {
  /* Very Small Mobile Devices */
  .hero {
    padding: 3rem 0.4rem 1.5rem 0.4rem;
  }
  
  .hero h1 {
    font-size: 2.4rem;
    letter-spacing: -1px;
    line-height: 0.85;
  }
  
  .hero h1 .title-top {
    font-size: 1.2rem;
    font-family: 'Crimson Text', serif;
    font-style: normal;
    margin-bottom: -1.4rem;
  }
  
  .hero h2 {
    font-size: 1rem;
  }
  
  .hero h3 {
    font-size: 0.85rem;
  }
  
  .artist-image {
    width: 200px;
    height: 280px;
  }
  
  .artist-image img {
    max-width: 200px;
    height: 280px;
  }
  
  .carousel {
    width: 200px;
    height: 280px;
  }
  
  .artist-name {
    font-size: 1.6rem;
  }
  
  .artist-info p {
    font-size: 0.85rem;
  }
}

/* iOS and Android Specific Optimizations */
/* iPhone and Android phones (360px-414px wide) */
@media screen and (min-width: 360px) and (max-width: 414px) and (orientation: portrait) {
  .hero {
    padding: 3.5rem 0.5rem 2rem 0.5rem;
  }
  
  .hero h1 {
    font-size: 3rem;
    letter-spacing: -0.5px;
    line-height: 0.8;
    margin-bottom: 1.3rem;
  }
  
  .hero h1 .title-top {
    font-size: 1.5rem;
    margin-bottom: -1.8rem;
  }
  
  .hero h2 {
    font-size: 1.1rem;
    margin-top: 1.2rem;
  }
  
  .hero h3 {
    font-size: 0.95rem;
  }
  
  .hero h4 {
    font-size: 1rem;
  }
}

/* Larger phones like iPhone Pro Max, Galaxy S Ultra (415px+ wide) */
@media screen and (min-width: 415px) and (max-width: 480px) and (orientation: portrait) {
  .hero {
    padding: 3.5rem 0.4rem 2rem 0.4rem;
  }
  
  .hero h1 {
    font-size: 3.4rem;
    letter-spacing: -0.3px;
    line-height: 0.75;
  }
  
  .hero h1 .title-top {
    font-size: 1.7rem;
    margin-bottom: -2rem;
  }
  
  .hero h2 {
    font-size: 1.15rem;
  }
  
  .hero h3 {
    font-size: 1rem;
  }
  
  .hero h4 {
    font-size: 1.1rem;
  }
}

/* iPad Specific Optimizations - Does NOT affect phones, 4K TV, or other devices */
/* iPad Portrait (768px - 834px wide, typical iPad sizes) */
@media screen and (min-width: 769px) and (max-width: 834px) and (orientation: portrait) {
  .hero {
    padding: 6rem 1.5rem 3rem 1.5rem;
  }
  
  .hero h1 {
    font-size: 5rem;
    line-height: 0.8;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
  }
  
  .hero h1 .title-top {
    font-size: 3.2rem;
    margin-bottom: -3.8rem;
  }
  
  .hero h2 {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  
  .hero h3 {
    font-size: 1.4rem;
  }
  
  .hero h4 {
    font-size: 1.5rem;
  }
  
  .hero p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  
  /* Artist panels for iPad portrait */
  .artist-panel {
    padding: 4rem 2.5rem;
    gap: 3.5rem;
  }
  
  .artist-image {
    width: 240px;
    height: 320px;
  }
  
  .artist-image img {
    max-width: 240px;
    height: 320px;
  }
  
  .carousel {
    width: 240px;
    height: 320px;
  }
  
  .artist-info {
    max-width: 450px;
    padding: 2rem;
  }
  
  .artist-name {
    font-size: 2.4rem;
  }
  
  .artist-info h2 {
    font-size: 1.7rem;
  }
  
  .artist-info h3 {
    font-size: 1.2rem;
  }
  
  .artist-info p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

/* iPad Landscape (1024px - 1366px wide, landscape orientation) */
@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .hero {
    padding: 5rem 2rem 3rem 2rem;
  }
  
  .hero h1 {
    font-size: 6rem;
    line-height: 0.75;
    margin-bottom: 2.5rem;
    letter-spacing: 0px;
  }
  
  .hero h1 .title-top {
    font-size: 3.8rem;
    margin-bottom: -4.5rem;
  }
  
  .hero h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
  }
  
  .hero h3 {
    font-size: 1.6rem;
  }
  
  .hero h4 {
    font-size: 1.7rem;
  }
  
  .hero p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  
  /* Artist panels for iPad landscape */
  .artist-panel {
    padding: 6rem 4rem;
    gap: 5rem;
  }
  
  .artist-image {
    width: 280px;
    height: 370px;
  }
  
  .artist-image img {
    max-width: 280px;
    height: 370px;
  }
  
  .carousel {
    width: 280px;
    height: 370px;
  }
  
  .artist-info {
    max-width: 500px;
    padding: 2.5rem;
  }
  
  .artist-name {
    font-size: 2.8rem;
  }
  
  .artist-info h2 {
    font-size: 2rem;
  }
  
  .artist-info h3 {
    font-size: 1.4rem;
  }
  
  .artist-info p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/* iPad Pro and larger iPads (835px - 1023px wide, portrait) */
@media screen and (min-width: 835px) and (max-width: 1023px) and (orientation: portrait) {
  .hero {
    padding: 7rem 2rem 4rem 2rem;
  }
  
  .hero h1 {
    font-size: 5.5rem;
    line-height: 0.8;
    margin-bottom: 2.2rem;
    letter-spacing: -0.3px;
  }
  
  .hero h1 .title-top {
    font-size: 3.5rem;
    margin-bottom: -4.2rem;
  }
  
  .hero h2 {
    font-size: 1.7rem;
    margin-top: 2.2rem;
  }
  
  .hero h3 {
    font-size: 1.5rem;
  }
  
  .hero h4 {
    font-size: 1.6rem;
  }
  
  .hero p {
    font-size: 1.35rem;
    line-height: 1.5;
  }
  
  /* Artist panels for iPad Pro portrait */
  .artist-panel {
    padding: 5rem 3rem;
    gap: 4rem;
  }
  
  .artist-image {
    width: 260px;
    height: 350px;
  }
  
  .artist-image img {
    max-width: 260px;
    height: 350px;
  }
  
  .carousel {
    width: 260px;
    height: 350px;
  }
  
  .artist-info {
    max-width: 480px;
    padding: 2.2rem;
  }
  
  .artist-name {
    font-size: 2.6rem;
  }
  
  .artist-info h2 {
    font-size: 1.8rem;
  }
  
  .artist-info h3 {
    font-size: 1.3rem;
  }
  
  .artist-info p {
    font-size: 1.15rem;
    line-height: 1.6;
  }
}
