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

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

/* ==========================================================
   1. HERO · full-bleed photo + overlay title
   ========================================================== */
.folk-hero {
  position: relative;
  min-height: 88vh;
  max-height: 920px;
  display: flex;
  align-items: flex-end;
  color: var(--chantilly-pure);
  overflow: hidden;
}
.folk-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.18) 45%, rgba(15,23,18,0.82) 100%),
    url('../assets/img/folk/folk14.jpg?v=2026-06-15');
  background-size: cover;
  background-position: center;
  animation: folkKenBurns 22s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes folkKenBurns {
  0%   { transform: scale(1.0)  translate(0,    0);    }
  100% { transform: scale(1.07) translate(-1.5%, -1%); }
}
.folk-hero-content {
  position: relative; z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px clamp(60px, 10vh, 120px);
  width: 100%;
}
.folk-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;
}
.folk-hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--rustic-taupe-light);
}
.folk-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;
}
.folk-hero-title em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe-light);
}
.folk-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;
}
.folk-hero-meta-divider {
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--rustic-taupe-light);
  border-radius: 50%;
}

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

/* ==========================================================
   3. STATS · 4-column row
   ========================================================== */
.folk-stats {
  background: var(--chantilly);
  padding: 64px 32px;
  border-top: 1px solid var(--stone-hearth-soft);
  border-bottom: 1px solid var(--stone-hearth-soft);
}
.folk-stats-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.folk-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;
}
.folk-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
   ========================================================== */
.folk-story {
  background: var(--chantilly-pure);
  padding: clamp(100px, 14vh, 160px) 32px;
}
.folk-story-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.folk-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;
}
.folk-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;
}
.folk-story-text h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.folk-story-text p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-soft);
  margin: 0 0 18px;
}
.folk-story-photo {
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  background-image: url('../assets/img/folk/folk11.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. CHARITY · standout band (since 2025)
   ========================================================== */
.folk-charity {
  position: relative;
  background: var(--essex);
  color: var(--chantilly-pure);
  padding: clamp(100px, 14vh, 160px) 32px;
  overflow: hidden;
}
.folk-charity::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/folk/folk20.jpg?v=2026-06-15');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.folk-charity-inner {
  position: relative; z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.folk-charity .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;
}
.folk-charity .eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--rustic-taupe-light);
}
.folk-charity h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin: 0 0 28px;
}
.folk-charity h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe-light);
}
.folk-charity p {
  font-size: 1.02rem;
  line-height: 1.78;
  opacity: 0.92;
  margin: 0 0 18px;
}
.folk-charity-highlight {
  display: inline-block;
  padding: 14px 24px;
  margin-top: 28px;
  background: rgba(247, 246, 241, 0.08);
  border: 1px solid rgba(247, 246, 241, 0.25);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ==========================================================
   6. EDITION 2026 · main program with day cards
   ========================================================== */
.folk-edition {
  background: var(--chantilly-pure);
  padding: clamp(100px, 14vh, 160px) 32px;
}
.folk-edition-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.folk-edition-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(48px, 6vh, 72px);
}
.folk-edition-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;
}
.folk-edition-header h2 {
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--essex);
  margin: 0 0 16px;
}
.folk-edition-header h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.folk-edition-header p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-soft);
  margin: 0;
}
.folk-program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 56px;
}
.folk-program-day {
  background: var(--chantilly);
  border: 1px solid var(--stone-hearth-soft);
  padding: 32px 28px;
  display: flex; flex-direction: column;
}
.folk-program-day-header {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--stone-hearth-soft);
}
.folk-program-day-tag {
  display: inline-block;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--rustic-taupe);
  margin-bottom: 8px;
}
.folk-program-day-date {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--essex);
  letter-spacing: -0.005em;
  margin: 0;
  line-height: 1.2;
}
.folk-program-artists {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; flex-direction: column;
  gap: 10px;
}
.folk-program-artists li {
  font-size: 0.94rem;
  color: var(--charcoal);
  line-height: 1.45;
  padding-left: 16px;
  position: relative;
}
.folk-program-artists li::before {
  content: '\21A0';
  position: absolute;
  left: 0;
  color: var(--rustic-taupe);
  font-size: 0.92rem;
}
.folk-edition-cta {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
}
.folk-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(--chantilly-pure);
  background: var(--essex);
  border: 1px solid var(--essex);
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.folk-cta-primary:hover {
  background: var(--rustic-taupe);
  border-color: var(--rustic-taupe);
}
.folk-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(--essex);
  background: transparent;
  border: 1px solid var(--essex);
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.folk-cta-ghost:hover {
  background: var(--essex);
  color: var(--chantilly-pure);
}

/* ==========================================================
   7. VIDEO · embedded video player
   ========================================================== */
.folk-video {
  position: relative;
  background: var(--essex-deep);
  padding: clamp(80px, 12vh, 130px) 32px;
  overflow: hidden;
}
/* Forest silhouette · Stone Hearth (Benjamin Moore) on Essex-deep */
.folk-video::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 110px;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 120' preserveAspectRatio='xMidYMax slice'%3E%3Cg fill='%23C2B5A0'%3E%3Cpolygon points='50,40 35,68 65,68'/%3E%3Cpolygon points='50,56 30,86 70,86'/%3E%3Cpolygon points='50,74 25,108 75,108'/%3E%3Crect x='46' y='108' width='8' height='12'/%3E%3Cpolygon points='150,60 138,82 162,82'/%3E%3Cpolygon points='150,72 134,96 166,96'/%3E%3Cpolygon points='150,86 130,114 170,114'/%3E%3Crect x='147' y='114' width='6' height='6'/%3E%3Cpolygon points='275,28 258,56 292,56'/%3E%3Cpolygon points='275,46 252,78 298,78'/%3E%3Cpolygon points='275,66 246,106 304,106'/%3E%3Crect x='271' y='106' width='8' height='14'/%3E%3Cpolygon points='400,48 384,72 416,72'/%3E%3Cpolygon points='400,62 380,88 420,88'/%3E%3Cpolygon points='400,80 376,110 424,110'/%3E%3Crect x='396' y='110' width='8' height='10'/%3E%3Cpolygon points='510,62 500,82 520,82'/%3E%3Cpolygon points='510,76 498,96 522,96'/%3E%3Cpolygon points='510,90 496,112 524,112'/%3E%3Crect x='507' y='112' width='6' height='8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 600px 110px;
  background-position: bottom center;
  opacity: 0.30;
  z-index: 0;
}
.folk-video-inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}
.folk-video-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
  color: var(--chantilly-pure);
}
.folk-video-header .eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rustic-taupe-light);
  font-weight: 500;
  margin-bottom: 18px;
}
.folk-video-header h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.2rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.012em;
  margin: 0 0 12px;
}
.folk-video-header h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe-light);
}
.folk-video-header p {
  font-size: 0.92rem;
  line-height: 1.6;
  opacity: 0.78;
  margin: 0;
}
.folk-video-player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--essex-deep);
  border: 1px solid rgba(247, 246, 241, 0.18);
  overflow: hidden;
}
.folk-video-player video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================================
   8. HISTORY · timeline
   ========================================================== */
.folk-history {
  background: var(--chantilly);
  padding: clamp(100px, 14vh, 160px) 32px;
  border-top: 1px solid var(--stone-hearth-soft);
}
.folk-history-inner {
  max-width: 920px;
  margin: 0 auto;
}
.folk-history-header {
  text-align: center;
  margin-bottom: clamp(48px, 6vh, 72px);
}
.folk-history-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;
}
.folk-history-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 0 18px;
}
.folk-history-header h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.folk-history-header p {
  font-size: 1rem;
  line-height: 1.72;
  color: var(--text-soft);
  margin: 0;
  max-width: 56ch;
  margin-inline: auto;
}
.folk-timeline {
  position: relative;
  padding-left: 36px;
}
.folk-timeline::before {
  content: '';
  position: absolute;
  top: 6px; bottom: 6px;
  left: 8px;
  width: 1px;
  background: var(--stone-hearth);
}
.folk-timeline-step {
  position: relative;
  padding-bottom: 36px;
}
.folk-timeline-step::before {
  content: '';
  position: absolute;
  left: -33px; top: 6px;
  width: 12px; height: 12px;
  background: var(--rustic-taupe);
  border-radius: 50%;
  border: 3px solid var(--chantilly);
}
.folk-timeline-step:last-child { padding-bottom: 0; }
.folk-timeline-year {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rustic-taupe);
  font-weight: 500;
  margin-bottom: 6px;
}
.folk-timeline-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--essex);
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.folk-timeline-desc {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-soft);
  margin: 0;
}

/* ==========================================================
   9. PRACTICAL INFO · 2-col grid
   ========================================================== */
.folk-practical {
  background: var(--chantilly-pure);
  padding: clamp(100px, 14vh, 160px) 32px;
}
.folk-practical-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.folk-practical-header {
  text-align: center;
  margin-bottom: clamp(48px, 6vh, 64px);
}
.folk-practical-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;
}
.folk-practical-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;
}
.folk-practical-header h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.folk-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.folk-practical-item {
  background: var(--chantilly);
  border: 1px solid var(--stone-hearth-soft);
  padding: 26px 28px;
}
.folk-practical-item-label {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--rustic-taupe);
  margin-bottom: 10px;
}
.folk-practical-item h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--essex);
  margin: 0 0 8px;
  letter-spacing: -0.005em;
}
.folk-practical-item p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-soft);
  margin: 0;
}
.folk-practical-item a {
  color: var(--rustic-taupe);
  text-decoration: none;
  border-bottom: 1px solid var(--stone-hearth-soft);
  transition: border-color 0.3s ease;
}
.folk-practical-item a:hover { border-color: var(--rustic-taupe); }

/* ==========================================================
   10. GALLERY · 5-col responsive photo grid
   ========================================================== */
.folk-gallery {
  background: var(--chantilly);
  padding: clamp(100px, 14vh, 160px) 32px;
  border-top: 1px solid var(--stone-hearth-soft);
}
.folk-gallery-inner {
  max-width: 1480px;
  margin: 0 auto;
}
.folk-gallery-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(48px, 6vh, 72px);
}
.folk-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;
}
.folk-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;
}
.folk-gallery-header h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.folk-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.folk-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;
}
.folk-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;
}
.folk-gallery-cell:hover::before {
  transform: scale(1.08);
  filter: brightness(1.14) saturate(1.3) contrast(1.06);
}
.folk-gallery-cell:hover {
  box-shadow: 0 10px 28px -10px rgba(15, 23, 18, 0.45);
}
.folk-gallery-cell-1::before  { background-image: url('../assets/img/folk/folk1.jpg?v=2026-06-15'); }
.folk-gallery-cell-2::before  { background-image: url('../assets/img/folk/folk2.jpg?v=2026-06-15'); }
.folk-gallery-cell-3::before  { background-image: url('../assets/img/folk/folk3.jpg?v=2026-06-15'); }
.folk-gallery-cell-4::before  { background-image: url('../assets/img/folk/folk4.jpg?v=2026-06-15'); }
.folk-gallery-cell-5::before  { background-image: url('../assets/img/folk/folk5.jpg?v=2026-06-15'); }
.folk-gallery-cell-6::before  { background-image: url('../assets/img/folk/folk6.jpg?v=2026-06-15'); }
.folk-gallery-cell-7::before  { background-image: url('../assets/img/folk/folk7.jpg?v=2026-06-15'); }
.folk-gallery-cell-8::before  { background-image: url('../assets/img/folk/folk8.jpg?v=2026-06-15'); }
.folk-gallery-cell-9::before  { background-image: url('../assets/img/folk/folk9.jpg?v=2026-06-15'); }
.folk-gallery-cell-10::before { background-image: url('../assets/img/folk/folk10.jpg?v=2026-06-15'); }
.folk-gallery-cell-11::before { background-image: url('../assets/img/folk/folk11.jpg?v=2026-06-15'); }
.folk-gallery-cell-12::before { background-image: url('../assets/img/folk/folk12.jpg?v=2026-06-15'); }
.folk-gallery-cell-13::before { background-image: url('../assets/img/folk/folk13.jpg?v=2026-06-15'); }
.folk-gallery-cell-14::before { background-image: url('../assets/img/folk/folk14.jpg?v=2026-06-15'); }
.folk-gallery-cell-15::before { background-image: url('../assets/img/folk/folk15.jpg?v=2026-06-15'); }
.folk-gallery-cell-16::before { background-image: url('../assets/img/folk/folk16.jpg?v=2026-06-15'); }
.folk-gallery-cell-17::before { background-image: url('../assets/img/folk/folk17.jpg?v=2026-06-15'); }
.folk-gallery-cell-18::before { background-image: url('../assets/img/folk/folk18.jpg?v=2026-06-15'); }
.folk-gallery-cell-19::before { background-image: url('../assets/img/folk/folk19.jpg?v=2026-06-15'); }
.folk-gallery-cell-20::before { background-image: url('../assets/img/folk/folk20.jpg?v=2026-06-15'); }

/* ==========================================================
   11. SOCIAL & CONTACT
   ========================================================== */
.folk-social {
  background: var(--chantilly-pure);
  padding: clamp(80px, 12vh, 130px) 32px;
  border-top: 1px solid var(--stone-hearth-soft);
}
.folk-social-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.folk-social .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;
}
.folk-social h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: var(--essex);
  margin: 0 0 20px;
}
.folk-social h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.folk-social p {
  font-size: 1rem;
  line-height: 1.72;
  color: var(--text-soft);
  margin: 0 0 32px;
  max-width: 56ch;
  margin-inline: auto;
}
.folk-social-links {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
}
.folk-social-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--essex);
  background: var(--chantilly);
  border: 1px solid var(--stone-hearth-soft);
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.folk-social-btn:hover {
  background: var(--essex);
  color: var(--chantilly-pure);
  border-color: var(--essex);
}

/* ==========================================================
   12. CLOSING · impact statement
   ========================================================== */
.folk-closing {
  background: var(--chantilly-pure);
  padding: clamp(100px, 14vh, 160px) 32px;
  text-align: center;
}
.folk-closing-inner {
  max-width: 760px;
  margin: 0 auto;
}
.folk-closing .eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rustic-taupe);
  font-weight: 500;
  margin-bottom: 22px;
}
.folk-closing h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: -0.01em;
  color: var(--essex);
  margin: 0 0 28px;
}
.folk-closing h2 em {
  font-style: normal;
  font-weight: 500;
  color: var(--rustic-taupe);
}
.folk-closing p {
  font-size: 1rem;
  line-height: 1.78;
  color: var(--text-soft);
  margin: 0;
}

/* Section dividers · hairline + diamond ornament */
.folk-divider {
  position: relative;
  width: 100%;
  max-width: 80px;
  height: 1px;
  margin: 0 auto;
  background: var(--stone-hearth);
  opacity: 0.55;
  border: 0;
}
.folk-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 nav + back wrapper */
.folk-page-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 32px 0;
}
.folk-page-back {
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1024px) {
  .folk-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
  .folk-story-inner { grid-template-columns: 1fr; gap: 48px; }
  .folk-story-photo {
    aspect-ratio: 16 / 10;
    min-height: 0;
    height: auto;
  }
  .folk-program-grid { grid-template-columns: 1fr; gap: 20px; }
  .folk-practical-grid { grid-template-columns: 1fr; }
  .folk-gallery-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
  .folk-hero { min-height: 78vh; }
  .folk-hero-title { font-size: clamp(2.1rem, 8vw, 3.2rem); }
  .folk-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .folk-edition-cta { flex-direction: column; align-items: stretch; max-width: 320px; margin-inline: auto; }
  .folk-cta-primary, .folk-cta-ghost { justify-content: center; }
  .folk-program-day { padding: 26px 22px; }
  .folk-charity, .folk-video, .folk-history, .folk-practical { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 400px) {
  .folk-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

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