/*
 * Ayvalık Vibes 5.0.11
 * One-step lighter sage palette for major dark-green surfaces.
 * Text and footer blacks stay unchanged for contrast and hierarchy.
 */

:root{
  --avx-teal-dark:#587d6c;
}

/* Main homepage hero: same character, one shade lighter. */
.ayvibes-hero-banner{
  background:#294f43!important;
}
.ayvibes-hero-copy{
  background:linear-gradient(135deg,#294f43 0%,#365f51 100%)!important;
}

/* Film Festivali & Yaz Konserleri title panel shown in the screenshot. */
body.ayv-final-5020 .ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title,
.ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title{
  border-color:rgba(255,255,255,.16)!important;
  background:linear-gradient(132deg,#587d6c 0%,#628574 100%)!important;
  box-shadow:0 16px 34px rgba(38,67,54,.075)!important;
}
body.ayv-final-5020 .ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title h2,
body.ayv-final-5020 .ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title p,
body.ayv-final-5020 .ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title .ayvibes-seasonal-eyebrow,
.ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title h2,
.ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title p,
.ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title .ayvibes-seasonal-eyebrow{
  color:#fff!important;
}
body.ayv-final-5020 .ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title p,
.ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title p{
  color:rgba(255,255,255,.82)!important;
}
body.ayv-final-5020 .ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title .ayvibes-seasonal-eyebrow,
.ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title .ayvibes-seasonal-eyebrow{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.18)!important;
}
body.ayv-final-5020 .ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title::after,
.ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title::after{
  border-color:rgba(255,255,255,.13)!important;
  box-shadow:0 0 0 28px rgba(255,255,255,.035),0 0 0 62px rgba(255,255,255,.02)!important;
}

/* Legacy/non-calendar seasonal banner uses the same lighter family. */
.ayvibes-seasonal-banner:not(.is-calendar-layout){
  background:
    radial-gradient(circle at 16% 12%,rgba(255,211,128,.18),transparent 28%),
    radial-gradient(circle at 86% 12%,rgba(137,194,178,.20),transparent 26%),
    linear-gradient(135deg,#345b4d 0%,#587d6c 58%,#e7c995 100%)!important;
}

/* Dedicated Film Festival / Summer Concerts page. */
.ayvibes-seasonal-topic{
  background:
    linear-gradient(135deg,#345b4d 0%,#587d6c 46%,#fff7ea 100%)!important;
}
.ayvibes-seasonal-topic::before{
  background:
    radial-gradient(circle at 15% 10%,rgba(255,211,128,.22),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(165,214,198,.20),transparent 25%)!important;
}
.ayvibes-seasonal-topic-hero>div{
  background:rgba(255,255,255,.13)!important;
  border-color:rgba(255,255,255,.20)!important;
}
.ayvibes-seasonal-feature span,
.ayvibes-seasonal-topic-feature a,
.ayvibes-seasonal-calendar-head span{
  background:#587d6c!important;
}
.ayvibes-seasonal-date{
  background:linear-gradient(135deg,#587d6c,#6d9381)!important;
}

/* Other large dark-green content surfaces: one consistent step lighter. */
.avx-blog-hero-main{
  background:linear-gradient(132deg,#365f51 0%,#4f7665 72%,#24a9a0 100%)!important;
}
.avx-events-hero-main{
  background:linear-gradient(132deg,#3b6254 0%,#587d6c 68%,#d98272 100%)!important;
}
.avx-guide-feature{
  background:#4f7463!important;
}
.avx-guide-category:nth-child(2n){
  background:#4f7665!important;
}
.avb-profile-monogram,
.avb-bio-monogram{
  background:linear-gradient(145deg,#3d6657,#2b8b7e)!important;
}

/* Podcast uses the same lighter dark surface without changing its white copy. */
.ayvibes-podcast-section{
  background:linear-gradient(135deg,#294f43 0%,#365f51 100%)!important;
}

/* Small dark-green controls inherit the same softened tone. */
.avx-btn:not(.is-accent):not(.is-light),
.avx-blog-filters a:hover,
.avx-blog-filters a:focus-visible,
.avx-blog-filters a.is-active,
.avx-event-nav a:hover,
.avx-event-nav a:focus-visible,
.avx-event-nav a.is-active,
.avx-map-toolbar button:hover,
.avx-map-toolbar button:focus-visible,
.avx-map-toolbar button.is-active,
.avx-map-toolbar a:hover,
.avx-map-toolbar a:focus-visible{
  background:#587d6c!important;
  border-color:#587d6c!important;
}

@media(max-width:680px){
  body.ayv-final-5020 .ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title,
  .ayvibes-seasonal-banner.is-calendar-layout .ayvibes-seasonal-copy-title{
    background:linear-gradient(145deg,#587d6c 0%,#628574 100%)!important;
  }
}
