/* /kermis-en-geloof/ – Kermis en geloof */

body.page--geloof{
  background:
    radial-gradient(1000px 520px at 10% -5%, rgba(220, 170, 80, .20), transparent 58%),
    radial-gradient(900px 480px at 95% 12%, rgba(140, 90, 180, .14), transparent 55%),
    linear-gradient(180deg, rgba(22, 14, 28, .97), rgba(10, 8, 18, .99));
  background-attachment: fixed;
  background-size: cover;
}

.page--geloof .gel-page{
  margin-top: 18px;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Hero */
.gel-hero{
  position: relative;
  overflow: hidden;
}

.gel-hero::before{
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(560px 220px at 100% 0%, rgba(220, 170, 80, .18), transparent 60%),
    radial-gradient(640px 240px at 0% 100%, rgba(140, 90, 180, .12), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.gel-hero > *{
  position: relative;
  z-index: 1;
}

.gel-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(220, 170, 80, .24), rgba(140, 90, 180, .16));
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
}

.gel-eyebrow i.bi{
  width: 1em;
  height: 1em;
  opacity: .9;
}

.gel-hero h1{
  font-size: clamp(26px, 4vw, 38px);
}

.gel-lead{
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .95);
  line-height: 1.65;
}

.gel-hero p{
  line-height: 1.7;
}

/* TOC */
.gel-toc{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0, 0, 0, .32);
  border: 1px solid rgba(255, 255, 255, .10);
}

.gel-toc__label{
  flex: 0 0 auto;
  font-weight: 800;
  font-size: .88rem;
  color: rgba(255, 255, 255, .75);
  text-transform: uppercase;
  letter-spacing: .02em;
}

.gel-toc__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  flex: 1 1 auto;
}

.gel-chip{
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.gel-chip:hover{
  background: rgba(220, 170, 80, .18);
  border-color: rgba(220, 170, 80, .45);
  transform: translateY(-1px);
}

/* Sections */
.gel-section{
  position: relative;
  scroll-margin-top: 90px;
}

.gel-section__num{
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, rgba(220, 170, 80, .55), rgba(140, 90, 180, .4));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: .5;
  pointer-events: none;
  user-select: none;
}

.gel-section h2{
  padding-right: 56px;
}

.gel-section p{
  line-height: 1.7;
}

.gel-section--etymology .gel-etym{
  margin: 8px 0 18px;
  padding: 18px 20px;
  border-radius: 14px;
  background:
    radial-gradient(300px 120px at 100% 0%, rgba(220, 170, 80, .16), transparent 60%),
    linear-gradient(135deg, rgba(140, 90, 180, .10), rgba(40, 24, 56, .28));
  border: 1px dashed rgba(220, 170, 80, .35);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.gel-etym__from{
  font-size: .88rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .72);
  letter-spacing: .04em;
}

.gel-etym__arrow{
  font-size: 1.4rem;
  color: rgba(220, 170, 80, .85);
  line-height: 1;
}

.gel-etym__to{
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -.02em;
  background: linear-gradient(90deg, #e8c06a, #c9a0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gel-section--soft{
  background: rgba(32, 22, 40, .88);
}

.gel-section--spotlight{
  background:
    linear-gradient(135deg, rgba(220, 170, 80, .10), rgba(140, 90, 180, .08)),
    rgba(30, 30, 30, .9);
}

.gel-section--warm{
  background:
    radial-gradient(500px 200px at 0% 0%, rgba(220, 170, 80, .12), transparent 55%),
    rgba(36, 26, 20, .88);
}

.gel-section--layers{
  background: rgba(28, 22, 38, .9);
}

.gel-section--circle{
  background:
    linear-gradient(180deg, rgba(40, 28, 52, .85), rgba(24, 18, 32, .92));
  border: 1px solid rgba(220, 170, 80, .18);
}

.gel-section--final{
  background:
    radial-gradient(700px 300px at 100% 0%, rgba(220, 170, 80, .14), transparent 55%),
    linear-gradient(180deg, rgba(36, 24, 48, .92), rgba(14, 10, 22, .96));
  border: 1px solid rgba(220, 170, 80, .28);
}

/* Callout & highlight */
.gel-callout{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 16px 0 4px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(220, 170, 80, .10);
  border-left: 4px solid rgba(220, 170, 80, .55);
}

.gel-callout i.bi{
  flex: 0 0 auto;
  width: 1.3em;
  height: 1.3em;
  color: #e8c06a;
  margin-top: 2px;
}

.gel-callout p{
  margin: 0;
  line-height: 1.6;
}

.gel-highlight{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 16px 0 4px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(220, 170, 80, .14), rgba(140, 90, 180, .10));
  border: 1px solid rgba(255, 255, 255, .12);
}

.gel-highlight__icon{
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #e8c06a;
  font-size: 1.3rem;
}

.gel-highlight__icon i.bi{
  width: 1.2em;
  height: 1.2em;
}

.gel-highlight strong{
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.gel-highlight p{
  margin: 0;
  line-height: 1.6;
}

/* Scene contrast */
.gel-scene{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 14px 0 6px;
}

@media (min-width: 640px){
  .gel-scene{
    grid-template-columns: 1fr 1fr;
  }
}

.gel-scene__col{
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
}

.gel-scene__col--world{
  background: linear-gradient(135deg, rgba(255, 122, 26, .12), rgba(0, 0, 0, .28));
  border-color: rgba(255, 122, 26, .28);
}

.gel-scene__col--still{
  background: linear-gradient(135deg, rgba(140, 90, 180, .14), rgba(0, 0, 0, .28));
  border-color: rgba(140, 90, 180, .30);
}

.gel-scene__label{
  display: block;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .65);
  margin-bottom: 8px;
}

.gel-scene ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.gel-scene li{
  font-size: .95rem;
  color: rgba(255, 255, 255, .9);
  padding-left: 14px;
  position: relative;
}

.gel-scene li::before{
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(220, 170, 80, .85);
}

/* Card */
.gel-card{
  margin: 12px 0 4px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(0, 0, 0, .28);
  border: 1px solid rgba(220, 170, 80, .22);
}

.gel-card__head{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.gel-card__head i.bi{
  flex: 0 0 auto;
  width: 1.5em;
  height: 1.5em;
  color: #e8c06a;
  margin-top: 2px;
}

.gel-card__head h3{
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.gel-card__sub{
  display: block;
  font-size: .85rem;
  color: rgba(255, 255, 255, .65);
  margin-top: 2px;
}

.gel-card p{
  margin: 0 0 10px;
}

.gel-card p:last-child{
  margin-bottom: 0;
}

/* Layers list */
.gel-layers{
  list-style: none;
  margin: 12px 0 8px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.gel-layers li{
  position: relative;
  padding: 10px 12px 10px 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .9);
  line-height: 1.5;
}

.gel-layers li::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8c06a, #c9a0ff);
}

/* Circle steps */
.gel-circle{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  margin: 14px 0 16px;
  padding: 18px 16px;
  border-radius: 14px;
  background: rgba(0, 0, 0, .26);
  border: 1px dashed rgba(220, 170, 80, .35);
}

.gel-circle__step{
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .95rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .92);
}

.gel-circle__step--accent{
  background: linear-gradient(135deg, rgba(220, 170, 80, .28), rgba(140, 90, 180, .22));
  border-color: rgba(220, 170, 80, .45);
  color: #fff;
}

.gel-circle__arrow{
  font-size: 1.2rem;
  color: rgba(220, 170, 80, .8);
}

/* Photo placeholder */
.gel-photo{
  margin: 8px 0 14px;
}

.gel-photo--placeholder .gel-photo__ph{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 200px;
  border-radius: 14px;
  border: 1px dashed rgba(255, 255, 255, .22);
  background:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, .03) 0,
      rgba(255, 255, 255, .03) 12px,
      rgba(255, 255, 255, .06) 12px,
      rgba(255, 255, 255, .06) 24px
    );
  color: rgba(255, 255, 255, .55);
}

.gel-photo__ph i.bi{
  width: 2.2em;
  height: 2.2em;
  opacity: .55;
}

.gel-photo figcaption{
  margin-top: 8px;
  font-size: .85rem;
  color: rgba(255, 255, 255, .6);
  font-style: italic;
  text-align: center;
}

/* Related link */
.gel-related{
  margin-top: 14px;
  margin-bottom: 0;
}

.gel-related a{
  font-weight: 700;
  text-decoration: none;
  color: #e8c06a;
}

.gel-related a:hover{
  text-decoration: underline;
}

/* CTA */
.gel-cta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.gel-cta__btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .9rem;
  text-decoration: none;
  color: #1a1020;
  background: linear-gradient(135deg, #e8c06a, #d4a84a);
  border: 1px solid rgba(255, 255, 255, .2);
  transition: transform .15s ease, box-shadow .15s ease;
}

.gel-cta__btn i.bi{
  width: 1.1em;
  height: 1.1em;
}

.gel-cta__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(220, 170, 80, .25);
}

.gel-cta__btn--ghost{
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
}

.gel-cta__btn--ghost:hover{
  background: rgba(255, 255, 255, .14);
  box-shadow: none;
}

@media (max-width: 560px){
  .gel-section__num{
    font-size: 1.8rem;
    top: 10px;
    right: 14px;
  }

  .gel-section h2{
    padding-right: 48px;
  }
}
