/* ==========================================================
   JAZZ FESTIVAL PAGE · premium tourism article
   Loaded ONLY on pages/comuna1/arta-cultura/jazz.html (RO/EN/DE)
   ========================================================== */

.jazz-page {
  background: var(--chantilly-pure);
  color: var(--charcoal);
}

/* ==========================================================
   1. HERO · full-bleed photo + overlay title
   ========================================================== */
.jazz-hero {
  position: relative;
  min-height: 88vh;
  max-height: 920px;
  display: flex;
  align-items: flex-end;
  color: var(--chantilly-pure);
  overflow: hidden;
}
.jazz-hero-photo {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, rgba(15,23,18,0.30) 0%, rgba(15,23,18,0.20) 45%, rgba(15,23,18,0.78) 100%),
    url('../assets/img/jazz/jazz2.jpeg?v=2026-06-15');
  background-size: cover;
  background-position: center;
  animation: jazzKenBurns 22s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes jazzKenBurns {
  0%   { transform: scale(1.0)  translate(0,    0);    }
  100% { transform: scale(1.07) translate(-1%, -1.5%); }
}
.jazz-hero-content {
  position: relative; z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px clamp(60px, 10vh, 120px);
  width: 100%;
}
.jazz-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 28px;
  opacity: 0.92;
}
.jazz-hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--rustic-taupe-light);
}
.jazz-hero-title {
  font-size: clamp(2.6rem, 6.2vw, 5.4rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0 0 28px;
  max-width: 22ch;
}
.jazz-hero-title em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe-light);
}
.jazz-hero-meta {
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: 18px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.jazz-hero-meta-divider {
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--rustic-taupe-light);
  border-radius: 50%;
}

/* ==========================================================
   2. INTRO · centered lead paragraph
   ========================================================== */
.jazz-intro {
  background: var(--chantilly-pure);
  padding: clamp(80px, 12vh, 140px) 32px clamp(60px, 8vh, 100px);
}
.jazz-intro-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.jazz-intro p {
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.78;
  color: var(--text-soft);
  margin: 0;
}

/* ==========================================================
   3. STATS · 4-column row
   ========================================================== */
.jazz-stats {
  background: var(--chantilly);
  padding: 64px 32px;
  border-top: 1px solid var(--stone-hearth-soft);
  border-bottom: 1px solid var(--stone-hearth-soft);
}
.jazz-stats-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.jazz-stat strong {
  display: block;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--essex);
  line-height: 1;
  margin-bottom: 10px;
}
.jazz-stat span {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-soft);
  font-weight: 500;
}

/* ==========================================================
   4. STORY · 2-column with photo
   ========================================================== */
.jazz-story {
  background: var(--chantilly-pure);
  padding: clamp(100px, 14vh, 160px) 32px;
}
.jazz-story-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.jazz-story-text .eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rustic-taupe);
  font-weight: 500;
  margin-bottom: 20px;
}
.jazz-story-text h2 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.018em;
  color: var(--essex);
  margin: 0 0 28px;
}
.jazz-story-text h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.jazz-story-text p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-soft);
  margin: 0 0 18px;
}
.jazz-story-photo {
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  background-image: url('../assets/img/jazz/jazz3.jpg?v=2026-06-15');
  filter: brightness(1.04) saturate(1.12) contrast(1.03);
  min-height: 480px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* ==========================================================
   5. ARTISTS · alphabetical name grid
   ========================================================== */
.jazz-artists {
  background: var(--edgecomb-light);
  padding: clamp(80px, 12vh, 140px) 32px;
  text-align: center;
}
.jazz-artists-inner {
  max-width: 980px;
  margin: 0 auto;
}
.jazz-artists .eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rustic-taupe);
  font-weight: 500;
  margin-bottom: 20px;
}
.jazz-artists h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: var(--essex);
  margin: 0 0 48px;
  max-width: 26ch;
  margin-inline: auto;
}
.jazz-artists h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.jazz-artists-intro,
.jazz-artists-outro {
  font-size: 1rem;
  line-height: 1.72;
  color: var(--text-soft);
  max-width: 62ch;
  margin: -16px auto 32px;
}
.jazz-artists-outro {
  margin: 32px auto 0;
}
.jazz-stages-intro {
  font-size: 1rem;
  line-height: 1.72;
  color: var(--text-soft);
  max-width: 56ch;
  margin: 18px auto 0;
}
.jazz-artist-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
}
.jazz-artist-list span {
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--essex);
  padding: 6px 0;
  position: relative;
}
.jazz-artist-list span:not(:last-child)::after {
  content: '·';
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rustic-taupe-light);
  font-size: 1.2rem;
}

/* ==========================================================
   6. STAGES · 3-card grid
   ========================================================== */
.jazz-stages {
  background: var(--chantilly-pure);
  padding: clamp(100px, 14vh, 160px) 32px;
}
.jazz-stages-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.jazz-stages-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(48px, 6vh, 72px);
}
.jazz-stages-header .eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rustic-taupe);
  font-weight: 500;
  margin-bottom: 18px;
}
.jazz-stages-header h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -0.015em;
  color: var(--essex);
  margin: 0;
}
.jazz-stages-header h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.jazz-stages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.jazz-stage {
  background: var(--chantilly);
  border: 1px solid var(--stone-hearth-soft);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.2, 0.6, 0.2, 1), border-color 0.3s ease;
}
.jazz-stage:hover {
  transform: translateY(-4px);
  border-color: var(--rustic-taupe);
}
.jazz-stage-photo {
  aspect-ratio: 5 / 4;
  background-size: cover;
  background-position: center;
  background-color: var(--edgecomb-mid);
  filter: brightness(1.05) saturate(1.12);
}
.jazz-stage-photo-poiana   { background-image: url('../assets/img/jazz/jazz8.jpg?v=2026-06-22'); }
.jazz-stage-photo-rascruce { background-image: url('../assets/img/jazz/jazz5.jpg?v=2026-06-15'); }
.jazz-stage-photo-valiug   { background-image: url('../assets/img/jazz/jazz10.jpg?v=2026-06-15'); }

/* ==========================================================
   SECTION DIVIDERS · subtle hairline + diamond ornament
   Used between same-bg sections (chantilly-pure). Stone Hearth
   from Benjamin Moore palette. Insert <hr class="jazz-divider">.
   ========================================================== */
.jazz-divider {
  position: relative;
  width: 100%;
  max-width: 80px;
  height: 1px;
  margin: 0 auto;
  background: var(--stone-hearth);
  opacity: 0.55;
  border: 0;
}
.jazz-divider::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 6px; height: 6px;
  background: var(--rustic-taupe-light);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0.75;
}

/* Article navigation + back wrapper · centered within max-width */
.jazz-page-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 32px 0;
}
.jazz-page-back {
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px;
}
.jazz-stage-body {
  padding: 28px 26px 32px;
}
.jazz-stage-tag {
  display: inline-block;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--rustic-taupe);
  margin-bottom: 12px;
}
.jazz-stage h3 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.008em;
  color: var(--essex);
  margin: 0 0 12px;
  line-height: 1.22;
}
.jazz-stage p:not(.jazz-stage-tag) {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-soft);
  margin: 0;
}

/* ==========================================================
   7. MORE · platform activities list
   ========================================================== */
.jazz-more {
  background: var(--chantilly);
  padding: clamp(100px, 14vh, 160px) 32px;
  border-top: 1px solid var(--stone-hearth-soft);
}
.jazz-more-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.jazz-more .eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rustic-taupe);
  font-weight: 500;
  margin-bottom: 18px;
}
.jazz-more h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -0.015em;
  color: var(--essex);
  margin: 0 0 32px;
}
.jazz-more h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.jazz-more p {
  font-size: 1.02rem;
  line-height: 1.78;
  color: var(--text-soft);
  margin: 0 0 36px;
}
.jazz-more-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.jazz-more-list li {
  background: var(--chantilly-pure);
  border: 1px solid var(--stone-hearth-soft);
  padding: 22px 18px;
  font-size: 0.9rem;
  color: var(--essex);
  letter-spacing: 0.02em;
}

/* ==========================================================
   8. EDITION · dark band with date + CTAs
   ========================================================== */
.jazz-edition {
  position: relative;
  background: var(--essex-deep);
  color: var(--chantilly-pure);
  padding: clamp(100px, 14vh, 160px) 32px;
  overflow: hidden;
}
.jazz-edition::before {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(15,23,18,0.78) 0%, rgba(15,23,18,0.92) 100%),
    url('../assets/img/jazz/jazz8.jpg?v=2026-06-15');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.jazz-edition-inner {
  position: relative; z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.jazz-edition .eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--rustic-taupe-light);
  margin-bottom: 22px;
}
.jazz-edition .eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--rustic-taupe-light);
}
.jazz-edition-title {
  font-size: clamp(2.4rem, 4.6vw, 3.8rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 18px;
}
.jazz-edition-sub {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.78;
  margin: 0 0 28px;
}
.jazz-edition-desc {
  font-size: 1rem;
  line-height: 1.72;
  opacity: 0.85;
  margin: 0 auto 40px;
  max-width: 56ch;
}
.jazz-edition-cta {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
}
.jazz-cta-primary {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 32px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--essex-deep);
  background: var(--chantilly-pure);
  border: 1px solid var(--chantilly-pure);
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.jazz-cta-primary:hover {
  background: var(--rustic-taupe);
  color: var(--chantilly-pure);
  border-color: var(--rustic-taupe);
}
.jazz-cta-ghost {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 28px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--chantilly-pure);
  background: transparent;
  border: 1px solid rgba(247, 246, 241, 0.4);
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.jazz-cta-ghost:hover {
  background: rgba(247, 246, 241, 0.12);
  border-color: rgba(247, 246, 241, 0.85);
}

/* ==========================================================
   9. GALLERY · responsive photo grid
   ========================================================== */
.jazz-gallery {
  background: var(--chantilly-pure);
  padding: clamp(100px, 14vh, 160px) 32px;
}
.jazz-gallery-inner {
  max-width: 1480px;
  margin: 0 auto;
}
.jazz-gallery-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(48px, 6vh, 72px);
}
.jazz-gallery-header .eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rustic-taupe);
  font-weight: 500;
  margin-bottom: 18px;
}
.jazz-gallery-header h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -0.015em;
  color: var(--essex);
  margin: 0;
}
.jazz-gallery-header h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.jazz-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.jazz-gallery-cell {
  position: relative;
  aspect-ratio: 1 / 1;
  background-color: var(--edgecomb);
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.jazz-gallery-cell::before {
  content: '';
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(1.05) saturate(1.15) contrast(1.03);
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1), filter 0.4s ease;
}
.jazz-gallery-cell:hover::before {
  transform: scale(1.08);
  filter: brightness(1.14) saturate(1.3) contrast(1.06);
}
.jazz-gallery-cell:hover {
  box-shadow: 0 10px 28px -10px rgba(15, 23, 18, 0.45);
}
.jazz-gallery-cell-1::before  { background-image: url('../assets/img/jazz/jazz1.jpg?v=2026-06-15');  }
.jazz-gallery-cell-2::before  { background-image: url('../assets/img/jazz/jazz2.jpeg?v=2026-06-15'); }
.jazz-gallery-cell-3::before  { background-image: url('../assets/img/jazz/jazz3.jpg?v=2026-06-15');  }
.jazz-gallery-cell-4::before  { background-image: url('../assets/img/jazz/jazz4.jpg?v=2026-06-15');  }
.jazz-gallery-cell-5::before  { background-image: url('../assets/img/jazz/jazz5.jpg?v=2026-06-15');  }
.jazz-gallery-cell-6::before  { background-image: url('../assets/img/jazz/jazz6.jpg?v=2026-06-15');  }
.jazz-gallery-cell-7::before  { background-image: url('../assets/img/jazz/jazz7.jpg?v=2026-06-15');  }
.jazz-gallery-cell-8::before  { background-image: url('../assets/img/jazz/jazz8.jpg?v=2026-06-15');  }
.jazz-gallery-cell-9::before  { background-image: url('../assets/img/jazz/jazz9.jpg?v=2026-06-15');  }
.jazz-gallery-cell-10::before { background-image: url('../assets/img/jazz/jazz10.jpg?v=2026-06-15'); }

/* ==========================================================
   10. QR · access via mobile
   ========================================================== */
.jazz-qr {
  background: var(--chantilly);
  padding: clamp(80px, 12vh, 130px) 32px;
  border-top: 1px solid var(--stone-hearth-soft);
}
.jazz-qr-inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}
.jazz-qr-text .eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rustic-taupe);
  font-weight: 500;
  margin-bottom: 20px;
}
.jazz-qr-text h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--essex);
  margin: 0 0 18px;
}
.jazz-qr-text h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.jazz-qr-text p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--text-soft);
  margin: 0 0 20px;
}
.jazz-qr-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--essex);
  text-decoration: none;
  border-bottom: 1px solid var(--rustic-taupe);
  padding: 6px 0;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.jazz-qr-link:hover {
  color: var(--rustic-taupe);
  border-color: var(--essex);
}
.jazz-qr-code {
  background: var(--chantilly-pure);
  padding: 28px;
  border: 1px solid var(--stone-hearth-soft);
  text-align: center;
  justify-self: center;
}
.jazz-qr-code img {
  display: block;
  width: 200px; height: 200px;
  margin: 0 auto;
}

/* ==========================================================
   11. CLOSING · pull quote + impact
   ========================================================== */
.jazz-closing {
  background: var(--chantilly-pure);
  padding: clamp(100px, 14vh, 160px) 32px;
  text-align: center;
}
.jazz-closing-inner {
  max-width: 760px;
  margin: 0 auto;
}
.jazz-closing blockquote {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.008em;
  color: var(--essex);
  margin: 0 0 42px;
  position: relative;
  padding: 0 24px;
}
.jazz-closing blockquote::before,
.jazz-closing blockquote::after {
  font-size: 1.4em;
  color: var(--rustic-taupe);
  opacity: 0.55;
  line-height: 1;
}
.jazz-closing blockquote::before { content: '\201E'; margin-right: 4px; }
.jazz-closing blockquote::after  { content: '\201C'; margin-left: 4px; }
.jazz-closing p {
  font-size: 1rem;
  line-height: 1.78;
  color: var(--text-soft);
  margin: 0;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1024px) {
  .jazz-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
  .jazz-story-inner { grid-template-columns: 1fr; gap: 48px; }
  .jazz-story-photo {
    aspect-ratio: 16 / 10;
    min-height: 0;
    height: auto;
  }
  .jazz-stages-grid { grid-template-columns: 1fr; gap: 20px; }
  .jazz-more-list { grid-template-columns: repeat(2, 1fr); }
  .jazz-gallery-grid { grid-template-columns: repeat(4, 1fr); }
  .jazz-qr-inner { grid-template-columns: 1fr; text-align: center; }
  .jazz-qr-text .eyebrow,
  .jazz-qr-text h2,
  .jazz-qr-text p,
  .jazz-qr-link { justify-content: center; }
}
@media (max-width: 640px) {
  .jazz-hero { min-height: 78vh; }
  .jazz-hero-title { font-size: clamp(2.1rem, 8vw, 3.2rem); }
  .jazz-more-list { grid-template-columns: 1fr; }
  .jazz-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .jazz-artist-list { gap: 10px 22px; }
  .jazz-artist-list span:not(:last-child)::after { right: -14px; }
  .jazz-edition-cta { flex-direction: column; align-items: stretch; max-width: 320px; margin-inline: auto; }
  .jazz-cta-primary, .jazz-cta-ghost { justify-content: center; }
}
@media (max-width: 400px) {
  .jazz-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .jazz-hero-photo { animation: none; }
  .jazz-gallery-cell::before,
  .jazz-stage { transition: none; }
}
