/* ══════════════════════════════════════════════════════════════
   COMBINED STYLESHEET — chinesewijsheid.nl
   Paginaklassen op <html>: all pages
══════════════════════════════════════════════════════════════ */

/* ── Fonts (lokaal gehost) ─────────────────────────────────── */

/* Cinzel */
@font-face {
  font-family: 'Cinzel';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/cinzel-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/cinzel-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/cinzel-latin-700-normal.woff2') format('woff2');
}

/* Cinzel Decorative */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/cinzel-decorative-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/cinzel-decorative-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal; font-weight: 900; font-display: swap;
  src: url('../fonts/cinzel-decorative-latin-900-normal.woff2') format('woff2');
}

/* Cormorant Garamond */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 300; font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic; font-weight: 300; font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-300-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic; font-weight: 600; font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-600-italic.woff2') format('woff2');
}

/* Lora */
@font-face {
  font-family: 'Lora';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/lora-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('../fonts/lora-latin-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/lora-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: italic; font-weight: 600; font-display: swap;
  src: url('../fonts/lora-latin-600-italic.woff2') format('woff2');
}

/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --bg:          #f5f0f2;
  --bg-2:        #f0eaed;
  --bg-card:     #ffffff;
  --blush:       #c9a0ac;
  --plum:        #7a3d5a;
  --crimson:     #b83060;
  --rose-text:   #9b5c70;
  --pale-pink:   #e8bfc8;
  --gold:        #c8960a;
  --gold-bright: #f0c040;
  --gold-pale:   #e8d48a;
  --text-dark:   #2e1a24;
  --text-mid:    #5a3848;
  --text-soft:   #9b7080;
  --text-ghost:  #c4a0b0;
  --card-w:      82px;
  --card-h:      116px;
}
html.page-i-ching {
  --gold:        #f0c040;
  --gold-dim:    #c8960a;
  --gold-bright: #f0c040;
}
html.page-boeken body { overflow-x: hidden; }
html.page-contact body { background: var(--bg); }

/* ── Reset ─────────────────────────────────────────────────── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.page-i-ching { background: var(--bg); scroll-behavior: smooth; }

/* ── Body ──────────────────────────────────────────────────── */
body {
  background: var(--bg);
  color: var(--text-dark);
  font-family: 'Cormorant Garamond', serif;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
footer { margin-top: auto; }
html.page-i-ching body {
  background: var(--bg);
  color: var(--text-dark);
}

/* Subtiele warme textuur — alle pagina's */
html.page-index body::before,
html.page-advaita body::before,
html.page-boeken body::before,
html.page-contact body::before,
html.page-i-ching body::before,
html.page-overmij body::before,
html.page-qigong body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% -5%,  rgba(184,48,96,0.06)  0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 90% 30%,  rgba(201,160,172,0.12) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 5%  80%,  rgba(122,61,90,0.07)  0%, transparent 60%);
}

/* ══════════════════════════════════════════════════════════════
   NAV — index.html
══════════════════════════════════════════════════════════════ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: nowrap;
  padding: 14px 48px;
  background: rgba(245,240,242,0.88);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(184,48,96,0.1);
  overflow: hidden;
}

/* ── Scroll progress line ── */
@keyframes scroll-progress {
  to { transform: scaleX(1); }
}
@supports (animation-timeline: scroll()) {
  body::after {
    content: '';
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #c9607e;
    transform: scaleX(0);
    transform-origin: left;
    animation: scroll-progress linear;
    animation-duration: auto;
    animation-timeline: scroll(root block);
    z-index: 91;
    pointer-events: none;
  }
}

.nav-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
  flex-shrink: 1;
  min-width: 0;
}

.nav-logo-mark { width: 38px; height: 38px; flex-shrink: 0; }

.nav-logo-text {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  color: var(--plum);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.nav-logo-text span {
  display: none;
}

nav ul { list-style: none; display: flex; gap: 36px; flex-shrink: 0; overflow: hidden; }
nav ul a {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-soft); text-decoration: none;
  transition: color 0.22s;
}
nav ul a:hover { color: var(--plum); }

.nav-burger {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 36px; height: 36px;
  cursor: pointer; background: none; border: none; padding: 4px;
  z-index: 91;
}
.nav-burger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--plum);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.nav-mobile {
  display: none;
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  z-index: 89;
  background: rgba(245,240,242,0.97);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  flex-direction: column; align-items: center; justify-content: center;
  gap: 36px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.nav-mobile.open {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
.nav-mobile a {
  font-family: 'Cinzel', serif;
  font-size: 1.1rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--plum); text-decoration: none;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.22s;
}
.nav-mobile.open a { opacity: 1; transform: translateY(0); }
.nav-mobile.open a:nth-child(1) { transition-delay: 0.05s; }
.nav-mobile.open a:nth-child(2) { transition-delay: 0.10s; }
.nav-mobile.open a:nth-child(3) { transition-delay: 0.15s; }
.nav-mobile.open a:nth-child(4) { transition-delay: 0.20s; }
.nav-mobile.open a:nth-child(5) { transition-delay: 0.25s; }
.nav-mobile.open a:nth-child(6) { transition-delay: 0.30s; }
.nav-mobile.open a:nth-child(7) { transition-delay: 0.35s; }
.nav-mobile a:hover { color: var(--crimson); }

/* ══════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════ */
.hero {
  position: relative; z-index: 1;
  min-height: 100svh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 130px 24px 60px;
  overflow: hidden;
  width: 100%;
}

.hero-logo-bg {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -54%);
  width: min(700px, 90vw);
  height: min(700px, 90vw);
  pointer-events: none;
  opacity: 0.07;
  animation: slowSpin 90s linear infinite;
}

.hero-logo-img {
  width: min(180px, 38vw);
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeDown 0.9s ease 0.2s forwards;
  filter: drop-shadow(0 8px 32px rgba(184,48,96,0.18));
}

.hero-eyebrow-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.5s forwards;
}

.hero-eyebrow-line {
  width: 32px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
}

.hero-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.65vw, 1.5rem);
  letter-spacing: 0.07em;
  color: var(--crimson);
  opacity: 0.85;
  margin: 0;
}

.hero-title {
  font-family: 'Lora', serif;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 600; line-height: 1.3;
  letter-spacing: 0.04em;
  color: var(--plum);
  margin-bottom: 10px;
  opacity: 0; animation: fadeUp 0.8s ease 0.65s forwards;
}
.hero-title em {
  font-style: italic;
  color: var(--crimson);
  font-weight: 700;
  text-shadow: 0 0 2px rgba(0,0,0,0.15); }
.hero-title .hero-soft { color: var(--blush); }

.hero-title3 .cursief {
  font-style: italic;
}

.hero-title2 {
  font-family: 'Lora', serif;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 400; line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--text-soft);
  margin-bottom: 20px;
  opacity: 0; animation: fadeUp 0.8s ease 0.65s forwards;
}
.hero-title2 em { font-style: normal; color: var(--crimson); }

.hero-title3 {
  font-family: 'Lora', serif;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 600; line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--plum);
  margin-bottom: 10px;
  opacity: 0; animation: fadeUp 0.8s ease 0.65s forwards;
}
.hero-title3 em { font-style: italic; color: var(--crimson); }

.hero-title3 .light {
  opacity: 0.6;
}

.hero-title3 br {
  display: block;
  margin-bottom: 0.3em;
}

.hero-subtitle {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: var(--rose-text);
  letter-spacing: 0.05em;
  margin-top: 40px; margin-bottom: 44px;
  opacity: 0; animation: fadeUp 0.8s ease 0.8s forwards;
}

.ornament {
  display: flex; align-items: center; gap: 14px;
  margin: 0 auto 44px;
  opacity: 0; animation: fadeUp 0.8s ease 0.9s forwards;
}
.ornament-line      { width: 70px; height: 1px; background: linear-gradient(90deg, transparent, var(--blush)); }
.ornament-line.r    { background: linear-gradient(90deg, var(--blush), transparent); }
.ornament-diamond   { width: 8px; height: 8px; background: var(--blush); transform: rotate(45deg); flex-shrink: 0; }

.hero-cta-group {
  display: flex; gap: 18px; justify-content: center; flex-wrap: wrap;
  opacity: 0; animation: fadeUp 0.8s ease 1.0s forwards;
}

/* ── Buttons ── */
.sym-btn  { font-size: 16px; }
.sym-deco { font-size: 18px; vertical-align: middle; position: relative; top: -1px; }

.btn-gold {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #d4a020, #a07010);
  border: none; border-radius: 40px;
  padding: 14px 40px; cursor: pointer; text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 20px rgba(180,130,10,0.28);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative; overflow: hidden;
}
.btn-gold::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.22), transparent);
  border-radius: inherit;
}
.btn-gold:hover { transform: scale(1.04); box-shadow: 0 6px 28px rgba(180,130,10,0.4); }

.btn-plum {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--plum);
  background: var(--bg-2);
  border: 1.5px solid rgba(122,61,90,0.35);
  border-radius: 40px;
  padding: 14px 40px; cursor: pointer; text-decoration: none;
  display: inline-block;
  transition: border-color 0.22s, background 0.22s, color 0.22s;
}
.btn-plum:hover {
  border-color: var(--crimson);
  background: rgba(184,48,96,0.06);
  color: var(--crimson);
}

.scroll-hint {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  position: relative;
  align-self: flex-end;
  margin-top: 32px;
  margin-right: clamp(1.5rem, 5vw, 4rem);
  opacity: 0;
  animation: fadeUp 1s ease 1.5s forwards, scrollBob 2.2s ease-in-out 2.5s infinite;
  text-decoration: none;
  flex-shrink: 0;
}
.scroll-pulse-ring {
  width: 52px; height: 52px;
  background: rgba(201,160,172,0.12);
  border-radius: 50%;
  position: absolute;
  animation: scrollPulseRing 2.2s ease-in-out infinite;
}
.scroll-pulse-dot {
  width: 36px; height: 36px;
  background: rgba(122,61,90,0.2);
  border-radius: 50%;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.scroll-pulse-dot::before {
  content: '';
  width: 22px; height: 22px;
  background: rgba(184,48,96,0.4);
  border-radius: 50%;
  position: absolute;
}
.scroll-pulse-dot svg { position: relative; z-index: 1; }
@keyframes scrollPulseRing {
  0%   { opacity: 0; transform: scale3d(.4,.4,.4); }
  50%  { opacity: 1; }
  100% { opacity: 0; transform: scale3d(1.05,1.05,1.05); }
}
@keyframes scrollBob {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(7px); }
}

/* ══════════════════════════════════════════════════════════════
   SECTION SHELL
══════════════════════════════════════════════════════════════ */
section { position: relative; z-index: 1; }
.section-inner { max-width: 1100px; margin: 0 auto; padding: 0 36px; }

.section-label {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--crimson); margin-bottom: 14px;
}

.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  font-weight: 600; line-height: 1.3; letter-spacing: 0.04em;
  color: var(--plum); margin-bottom: 22px;
}

.section-body {
  font-size: clamp(1.05rem, 1.8vw, 1.18rem);
  color: var(--text-mid); line-height: 1.9; letter-spacing: 0.015em;
}
.section-body em     { color: var(--crimson); font-style: italic; }
.section-body strong { color: var(--plum);    font-weight: 600; }

.hr      { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(184,48,96,0.18), transparent); }
.hr-gold { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(200,150,10,0.22), transparent); }

/* ══════════════════════════════════════════════════════════════
   KAARTEN SECTION — index.html
══════════════════════════════════════════════════════════════ */
#herkenning { padding: 100px 0; background: var(--bg); }
#kaarten  { padding: 100px 0; background: var(--bg-2); }

.kaarten-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}


.card-slot {
  position: relative; flex-shrink: 0;
  width: var(--card-w); height: var(--card-h);
  cursor: pointer; margin-left: -38px;
  outline: none;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), filter 0.25s ease;
}
.card-slot:focus, .card-slot:focus-visible { outline: none; }
.card-slot:first-child { margin-left: 0; }
.card-slot:hover,
.card-slot.touch-lifted { transform: translateY(-20px) scale(1.07) !important; z-index: 20 !important; }
.card-slot canvas {
  width: 100%; height: 100%; border-radius: 8px; display: block;
  box-shadow: 0 5px 18px rgba(0,0,0,0.2), 0 0 0 1px rgba(200,150,10,0.25), 0 2px 6px rgba(0,0,0,0.12);
  transition: filter 0.25s ease, box-shadow 0.25s ease;
}
.card-slot:hover canvas,
.card-slot.touch-lifted canvas {
  filter: brightness(1.1);
  box-shadow: 0 10px 32px rgba(0,0,0,0.25), 0 0 22px rgba(240,192,64,0.4), 0 0 0 1px rgba(240,192,64,0.5);
}

.draw-section { margin-top: 28px; }
.draw-btn {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #d4a020, #a07010);
  border: none; border-radius: 40px;
  padding: 13px 34px; cursor: pointer;
  box-shadow: 0 4px 18px rgba(180,130,10,0.25);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative; overflow: hidden;
}
.draw-btn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
  border-radius: inherit;
}
.draw-btn:hover { transform: scale(1.04); box-shadow: 0 6px 28px rgba(180,130,10,0.4); }
.draw-btn:active { transform: scale(0.97); }

.hint { margin-top: 10px; font-style: italic; font-size: 0.95rem; color: var(--text-ghost); }


/* ══════════════════════════════════════════════════════════════
   BOEK-KAARTEN — index.html
══════════════════════════════════════════════════════════════ */
#boek-kaarten { padding: 110px 0; background: var(--bg-2); }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.boek-kaarten-book { display: block; overflow: visible; }

.boek-kaarten-book-img {
  width: 130%; height: auto;
  display: block;
  margin-left: 0;
  transform: translateY(-60px);
}

.soon-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'Cinzel', serif;
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--rose-text);
  background: rgba(201,160,172,0.18);
  border: 1px solid rgba(155,92,112,0.3); border-radius: 40px;
  padding: 14px 20px;
}


/* ══════════════════════════════════════════════════════════════
   FILOSOFIE
══════════════════════════════════════════════════════════════ */
#filosofie { padding: 110px 0; background: var(--bg-2); }

.philosophy-wrap { max-width: 680px; margin: 0 auto; text-align: center; }

.pullquote {
  font-family: 'Lora', serif; font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--plum); line-height: 1.65;
  margin: 32px 0; position: relative; padding: 0 12px;
}
.pullquote::before, .pullquote::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  width: 52px; height: 1px;
}
.pullquote::before { top: -14px;    background: linear-gradient(90deg, transparent, var(--blush), transparent); }
.pullquote::after  { bottom: -14px; background: linear-gradient(90deg, transparent, var(--blush), transparent); }

/* ══════════════════════════════════════════════════════════════
   NIEUWSBRIEF
══════════════════════════════════════════════════════════════ */
#nieuwsbrief { padding: 110px 0; background: var(--bg); }

.newsletter-box {
  max-width: 540px; margin: 0 auto; text-align: center;
  padding: 56px 48px;
  background: var(--bg-card);
  border: 1px solid rgba(184,48,96,0.12);
  border-radius: 24px;
  box-shadow: 0 16px 56px rgba(122,61,90,0.07);
  position: relative; overflow: visible;
}
.newsletter-box::before {
  content: ''; position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: 180px; height: 3px;
  background: linear-gradient(90deg, transparent, var(--crimson), transparent);
}
.newsletter-box h2 {
  font-family: 'Cinzel', serif;
  font-size: 1.1rem; font-weight: 600;
  color: var(--plum); letter-spacing: 0.12em; margin-bottom: 14px;
}
.newsletter-box p { font-size: 1rem; color: var(--text-soft); line-height: 1.75; margin-bottom: 30px; }

.email-form {
  display: flex; border: 1.5px solid rgba(184,48,96,0.25);
  border-radius: 40px; overflow: hidden;
  background: var(--bg);
}
.email-form input {
  flex: 1; background: transparent; border: none; outline: none;
  padding: 13px 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; color: var(--text-dark); letter-spacing: 0.02em;
}
.email-form input::placeholder { color: var(--text-ghost); }
.email-form button {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
  color: #fff; background: linear-gradient(135deg, var(--crimson), var(--plum));
  border: none; padding: 13px 24px; cursor: pointer; white-space: nowrap;
  transition: filter 0.2s;
}
.email-form button:hover { filter: brightness(1.12); }

.newsletter-captcha {
  display: flex; justify-content: center; margin-top: 18px;
  margin-left: -48px; margin-right: -48px;
}
.newsletter-captcha .h-captcha {
  position: relative;
  border-radius: 8px;
  overflow: visible;
  display: inline-block;
}
.newsletter-captcha .h-captcha::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0.45;
  pointer-events: none;
  border-radius: 8px;
}

/* ══════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════ */
footer {
  position: relative; z-index: 1;
  border-top: 1px solid rgba(184,48,96,0.1);
  padding: 48px 40px 36px;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  text-align: center; background: var(--bg-2);
}
html.page-i-ching footer { background: var(--bg-2); }

footer .f-logo { font-family: 'Cinzel', serif; font-size: 0.85rem; letter-spacing: 0.22em; color: var(--plum); }
footer .f-sub  { display: none; }
footer nav { position: static; background: none; border: none; padding: 0; -webkit-backdrop-filter: none; backdrop-filter: none; overflow: visible; }
footer nav ul  { list-style: none; display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; padding: 0; margin: 0; }
footer nav ul a {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-soft, #9b7080); text-decoration: none; transition: color 0.2s;
}
footer nav ul a:hover { color: var(--plum); }
footer .f-copy { font-size: 0.68rem; letter-spacing: 0.1em; font-family: 'Cinzel', serif; color: var(--text-ghost, #c4a0b0); }

/* ══════════════════════════════════════════════════════════════
   OVERLAY — base (index.html) + overrides (I-Ching)
══════════════════════════════════════════════════════════════ */
#overlay {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none; opacity: 0; transition: opacity 0.4s ease;
}
#overlay.active { pointer-events: all; opacity: 1; }

#overlay-bg {
  position: absolute; inset: 0;
  background: rgba(20,8,16,0.88);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  opacity: 0; transition: opacity 0.5s ease;
}
#overlay.active #overlay-bg { opacity: 1; }

#particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }

.particle {
  position: absolute; border-radius: 50%;
  background: var(--gold-bright, #f0c040); opacity: 0;
  animation: particleFly 2s ease-out forwards;
}

#revealed-card {
  position: relative; z-index: 1;
  transform: scale(0.3) rotateY(180deg); opacity: 0;
  transition: transform 0.7s cubic-bezier(0.34,1.56,0.64,1), opacity 0.4s ease;
  max-width: min(320px, 82vw); width: 100%;
  line-height: 0;
}
#revealed-card canvas {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6.5%;
  transition: box-shadow 0.6s ease 0.5s;
}
#overlay.active #revealed-card {
  transform: scale(1) rotateY(0deg); opacity: 1; transition-delay: 0.2s;
}
#overlay.active #revealed-card canvas {
  box-shadow:
    0 0 16px rgba(240,192,64,0.55),
    0 0 40px rgba(200,150,10,0.28);
}
#revealed-card::before { display: none; }

#close-hint {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.38); font-style: italic;
  font-size: 0.82rem; letter-spacing: 0.07em;
  opacity: 0; transition: opacity 0.5s ease 1s; white-space: nowrap;
}
#overlay.active #close-hint { opacity: 1; }

/* Overlay overrides for I-Ching.html */
html.page-i-ching #overlay {
  z-index: 100;
  transition: none;
}
html.page-i-ching #overlay-bg {
  background: rgba(28,26,23,0.94);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
html.page-i-ching #revealed-card {
  max-width: min(340px, 85vw);
}
html.page-i-ching #close-hint {
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem; letter-spacing: 0.08em;
}

/* ══════════════════════════════════════════════════════════════
   64POORTEN.HTML — hero sectie
══════════════════════════════════════════════════════════════ */
.hero-64 {
  position: relative; z-index: 1;
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 80px 24px 60px;
  overflow: hidden;
  width: 100%;
}
.hero-64::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% -5%,  rgba(184,48,96,0.06)  0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 90% 30%,  rgba(201,160,172,0.12) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 5%  80%,  rgba(122,61,90,0.07)  0%, transparent 60%);
  pointer-events: none; z-index: 0;
}
.hero-64 .scroll-hint {
  position: absolute;
  bottom: 90px;
  right: clamp(1.5rem, 5vw, 4rem);
  margin-top: 0;
}

.header-logo-bg {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -54%);
  width: min(700px, 90vw);
  height: min(700px, 90vw);
  pointer-events: none;
  opacity: 0.07;
  animation: slowSpin 90s linear infinite;
}

header {
  position: relative; z-index: 1;
  text-align: center;
  padding: 0 20px 10px;
}

header .title-64 {
  font-family: 'Cinzel', serif;
  font-size: clamp(3.5rem, 10vw, 6.5rem);
  font-weight: 700;
  color: var(--crimson);
  letter-spacing: 0.02em; line-height: 1;
  text-shadow: 0 0 16px rgba(184,48,96,0.22), 0 0 32px rgba(184,48,96,0.08);
  display: block; margin-bottom: 2px;
}

header .title-poorten {
  font-family: 'Cinzel Decorative', 'Cinzel', serif;
  font-size: clamp(1.3rem, 3.2vw, 1.9rem);
  font-weight: 700;
  color: var(--plum);
  letter-spacing: 0.18em;
  text-shadow: none;
  display: block; margin-bottom: 12px;
}

header .title-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.3rem, 3.2vw, 1.9rem);
  font-weight: 700;
  color: var(--plum);
  letter-spacing: 0.18em;
  text-shadow: none;
  display: block; margin-bottom: 12px;
}

header .title-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-style: italic; font-weight: 600;
  color: var(--rose-text); letter-spacing: 0.08em;
  display: block; margin-bottom: 4px;
}

header p.tagline,
.hero-64 > .tagline {
  font-family: 'Cormorant Garamond', serif;
  color: var(--text-soft);
  font-size: 1.15rem; font-style: italic; letter-spacing: 0.05em;
  margin-top: 10px;
}

.divider {
  width: 200px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--blush), transparent);
  margin: 18px auto 0;
}

.deck-area {
  position: relative; z-index: 1;
  margin-top: 36px; width: 100%;
  max-width: 960px; padding: 0 20px;
  text-align: center;
}



.deck-wrap {
  position: relative; display: flex;
  justify-content: center; align-items: center;
}
.deck-wrap::before {
  content: '';
  position: absolute; width: 760px; height: 220px;
  top: 50%; left: 50%;
  transform: translate(-50%, -38%);
  background:
    radial-gradient(ellipse 55% 70% at 50% 55%,
      rgba(184,48,96,0.10) 0%, rgba(122,61,90,0.06) 35%,
      rgba(201,160,172,0.03) 60%, transparent 80%);
  pointer-events: none; z-index: 0;
  border-radius: 50%; filter: blur(18px);
}
.deck-wrap::after {
  content: '';
  position: absolute; width: 900px; height: 180px;
  top: 50%; left: 50%;
  transform: translate(-50%, -30%);
  background: radial-gradient(ellipse 80% 50% at 50% 60%,
    rgba(201,160,172,0.08) 0%, transparent 70%);
  pointer-events: none; z-index: 0;
  border-radius: 50%; filter: blur(30px);
}

/* ── Deck (shared, scoped for I-Ching dark theme) ── */
.deck {
  position: relative;
  display: flex; justify-content: center; align-items: flex-end;
  height: 155px; z-index: 1;
}
html.page-i-ching .deck { height: 160px; }

/* card-slot overrides for I-Ching */
html.page-i-ching .card-slot {
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1),
              z-index 0s, filter 0.25s ease;
}

.card-back {
  width: 100%; height: 100%;
  object-fit: cover; border-radius: 8px;
  display: block; filter: brightness(1.0);
  box-shadow:
    0 5px 18px rgba(0,0,0,0.75),
    0 0 0 1px rgba(240,192,64,0.2),
    0 2px 6px rgba(0,0,0,0.5),
    inset 0 0 0 1px rgba(255,200,60,0.06);
  transition: filter 0.25s ease, box-shadow 0.25s ease;
}
.card-slot:hover .card-back {
  filter: brightness(1.2);
  box-shadow:
    0 10px 36px rgba(0,0,0,0.9),
    0 0 24px rgba(240,192,64,0.45),
    0 0 0 1px rgba(240,192,64,0.5);
}

/* canvas shadows voor I-Ching lichte achtergrond */
html.page-i-ching .card-slot canvas {
  box-shadow:
    -3px 4px 8px rgba(0,0,0,0.28),
    -1px 1px 3px rgba(0,0,0,0.16);
}
html.page-i-ching .card-slot:hover canvas,
html.page-i-ching .card-slot.touch-lifted canvas {
  filter: brightness(1.08);
  box-shadow:
    -4px 12px 28px rgba(0,0,0,0.35),
    0    0    10px rgba(184,48,96,0.22),
    -2px 2px   8px rgba(0,0,0,0.2);
}

/* draw section for I-Ching */
html.page-i-ching .draw-section {
  position: relative; z-index: 1;
  margin-top: 52px; text-align: center;
}
html.page-i-ching .tagline--intro {
  font-size: 1.2rem;
}
html.page-i-ching .draw-btn-group {
  display: flex; gap: 16px;
  justify-content: center;
  max-width: 520px; margin: 0 auto;
}
html.page-i-ching .draw-btn-col {
  flex: 1;
  display: flex; flex-direction: column; align-items: center;
}
html.page-i-ching .draw-btn-col .draw-btn,
html.page-i-ching .draw-btn-col .reshuffle-btn {
  width: 100%;
  white-space: nowrap;
}

/* draw-btn voor I-Ching — goud blijft, tekst donker */
html.page-i-ching .draw-btn {
  font-size: 0.85rem;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), #c8960a);
  padding: 14px 40px;
  box-shadow: 0 4px 20px rgba(200,150,10,0.3), 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
html.page-i-ching .draw-btn:hover {
  box-shadow: 0 6px 28px rgba(200,150,10,0.45), 0 2px 8px rgba(0,0,0,0.12);
}
html.page-i-ching .draw-btn:active { transform: scale(0.98); }

/* reshuffle knop — secundaire outline naast draw-btn */
html.page-i-ching .reshuffle-btn {
  display: inline-flex; align-items: center;
  font-family: 'Cinzel', serif; font-size: 0.72rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #c8960a;
  background: transparent;
  border: 1.5px solid #c8960a;
  border-radius: 40px; padding: 14px 26px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
html.page-i-ching .reshuffle-btn:hover {
  background: rgba(200,150,10,0.10);
}
html.page-i-ching .reshuffle-btn:active {
  transform: scale(0.97);
}

/* hint voor I-Ching lichte achtergrond */
html.page-i-ching .hint {
  margin-top: 12px;
  color: var(--text-ghost);
}

/* ── Mobile: 2-rijen dek met zelfde overlap als desktop ── */
@media (max-width: 720px) {
  /*
   * Desktop: margin-left -38px → elke kaart toont 44px (= 82-38).
   * Grid met kolommen van 44px × 7 + 82px (laatste) = 390px totaal.
   * Het grid centreert in de smallere container (~350px op 390px viewport),
   * loopt ~20px over aan elke kant → hero-64 overflow:hidden knipt dit af,
   * identiek aan hoe desktop werkt. Exact 16 kaarten = altijd 2 rijen.
   */
  html.page-i-ching .deck {
    display: grid;
    grid-template-columns: repeat(7, 44px) 82px;
    grid-auto-rows: var(--card-h, 116px);
    height: auto;
    align-items: end;
    row-gap: 8px;
  }
  html.page-i-ching .card-slot {
    margin-left: 0; /* grid verzorgt de positionering */
    width: 82px;
  }
}
/* Knoppen: kleinere padding op smalle schermen */
@media (max-width: 600px) {
  html.page-i-ching .draw-btn-col .draw-btn,
  html.page-i-ching .draw-btn-col .reshuffle-btn {
    padding: 14px 16px;
    font-size: 0.72rem;
  }
}
/* ── Mobile compact: alles binnen 600px viewport hoogte ── */
@media (max-width: 480px) {
  /* Hero: minder padding, content vanaf bovenkant (geen centering) */
  html.page-i-ching .hero-64 {
    padding: 84px 16px 16px;
    justify-content: flex-start;
  }

  /* Typografie verkleinen */
  html.page-i-ching header {
    padding: 0 16px 4px;
  }
  html.page-i-ching header .title-poorten {
    font-size: 0.82rem;
    margin-bottom: 4px;
  }
  html.page-i-ching header .title-64 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  html.page-i-ching header .title-sub {
    font-size: 0.72rem;
    margin-bottom: 2px;
  }

  /* Taglines compacter */
  html.page-i-ching .hero-64 > .tagline {
    font-size: 0.8rem;
    margin-top: 4px;
  }

  /* Divider minder marge */
  html.page-i-ching .hero-64 > .divider {
    margin: 8px auto 0;
  }

  /* Kaartendek: minder ruimte er boven, kleinere row-gap */
  html.page-i-ching .deck-area {
    margin-top: 6px;
    order: 3;
  }
  html.page-i-ching .deck {
    row-gap: 4px;
  }

  /* Knoppen: minder marge boven, kleinere padding */
  html.page-i-ching .draw-section {
    margin-top: 28px;
    order: 4;
  }
  html.page-i-ching .draw-btn-col .draw-btn {
    padding: 9px 14px;
    font-size: 0.68rem;
  }
  html.page-i-ching .draw-btn-col .reshuffle-btn {
    padding: 9px 14px;
    font-size: 0.65rem;
  }
  html.page-i-ching .hint {
    margin-top: 8px;
    font-size: 0.78rem;
  }

  /* Volgorde op mobiel: tagline--kort boven dek, tagline--intro onder knoppen */
  html.page-i-ching .tagline--kort {
    order: 1;
  }
  html.page-i-ching .hero-64 > .divider {
    order: 2;
  }
  html.page-i-ching .tagline--intro {
    order: 6;
    margin-top: 24px;
  }

  /* Scroll-hint verbergen op klein scherm (geen ruimte) */
  html.page-i-ching .hero-64 .scroll-hint {
    display: none;
  }
}

/* Heel smal: kolommen stapelen (opnieuw schudden onder trek een kaart) */
@media (max-width: 400px) {
  html.page-i-ching .draw-btn-group {
    flex-direction: column;
    align-items: center;
  }
  html.page-i-ching .draw-btn-col {
    width: 100%;
    max-width: 280px;
  }
}


/* ── Bestel section ── */
#bestel {
  background: #f5f0f2; padding: 80px 28px;
  text-align: center; position: relative;
}
#bestel .bestel-inner { max-width: 820px; margin: 0 auto; }

/* Twee-koloms layout binnen bestel */
#bestel .bestel-cols {
  display: grid;
  grid-template-columns: 5fr 8fr;
  grid-template-rows: auto auto;
  column-gap: 48px;
  row-gap: 0;
  margin-top: 8px;
  text-align: left;
}
#bestel .bestel-col-img  { grid-column: 1; grid-row: 1; align-self: center; }
#bestel .bestel-col-text { grid-column: 2; grid-row: 1; }

#bestel .bestel-img {
  width: 195%; height: auto;
  display: block;
  margin-left: -47%;
  transform: translateY(-90px);
}

/* CTA buiten de kolommen, gecentreerd */
#bestel .bestel-col-cta {
  text-align: center;
  margin-top: -108px;
}
#bestel .bestel-col-cta .bestel-note { text-align: center; }

/* Mobile: tekst → afbeelding → knop */
@media (max-width: 600px) {
  #bestel .bestel-cols {
    grid-template-columns: 1fr;
  }
  #bestel .bestel-col-text {
    grid-column: 1; grid-row: 1;
  }
  #bestel .bestel-col-img {
    grid-column: 1; grid-row: 2;
    margin-top: 24px;
  }
  #bestel .bestel-img {
    width: 75%;
    margin-left: auto; margin-right: auto;
    transform: none;
  }
  #bestel .bestel-col-cta {
    margin-top: 24px;
  }
  .coins {
    transform: scale(0.45);
    transform-origin: top right;
    right: 0;
    top: 0;
  }
}
#bestel .bestel-label {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--crimson); margin-bottom: 14px; display: block;
}
#bestel h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 600;
  letter-spacing: 0.1em; color: var(--plum); margin-bottom: 28px;
}
#bestel p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 2vw, 1.15rem); color: var(--text-mid);
  line-height: 1.9; margin-bottom: 20px; letter-spacing: 0.015em;
}
#bestel strong { color: var(--plum); font-weight: 600; }
#bestel em     { color: var(--crimson); font-style: italic; }
#bestel .bestel-divider {
  width: 52px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--blush), transparent);
  margin: 0 auto 32px;
}
#bestel .bestel-cta {
  display: inline-block; margin-top: 32px;
  font-family: 'Cinzel', serif; font-size: 0.78rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #d4a020, #a07010);
  border-radius: 40px; padding: 14px 44px; text-decoration: none;
  box-shadow: 0 4px 20px rgba(180,130,10,0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative; overflow: hidden;
}
#bestel .bestel-cta::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.22), transparent);
  border-radius: inherit;
}
#bestel .bestel-cta:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 28px rgba(180,130,10,0.4);
}
#bestel .bestel-note { font-style: italic; font-size: 1.05rem; color: var(--text-ghost); margin-top: 16px; }

.reserveer-form {
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.reserveer-form input[type="email"] {
  width: 100%; max-width: 480px;
  padding: 14px 24px;
  border: 1.5px solid rgba(184,48,96,0.3);
  border-radius: 40px;
  background: var(--bg);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; color: var(--text-dark); letter-spacing: 0.02em;
  outline: none; box-sizing: border-box;
  transition: border-color 0.2s;
}
.reserveer-form input[type="email"]:focus {
  border-color: rgba(184,48,96,0.6);
}
.reserveer-form input[type="email"]::placeholder { color: var(--text-ghost); }
#bestel button.bestel-cta { border: none; cursor: pointer; }
#bestel .h-captcha { mix-blend-mode: multiply; border-radius: 8px; overflow: visible; }

/* I Ching munten */
.coins {
  position: absolute; right: 60px; top: 60px;
  width: 220px; height: 220px; pointer-events: none; opacity: 0.55;
  transform: scale(0.72);
  transform-origin: top right;
}
.coin {
  position: absolute; width: 100px; height: 100px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #d4aa40, #8a6a10 60%, #5a440a);
  box-shadow:
    inset 0 2px 4px rgba(255,220,100,0.4),
    inset 0 -2px 4px rgba(0,0,0,0.4),
    0 4px 12px rgba(0,0,0,0.35);
  display: flex; align-items: center; justify-content: center;
}
.coin::before {
  content: ''; position: absolute;
  width: 22px; height: 22px; background: var(--bg-2);
  border: 2px solid rgba(0,0,0,0.25);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}
.coin::after {
  content: ''; position: absolute; inset: 6px;
  border-radius: 50%; border: 1.5px solid rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 1.5px rgba(255,200,60,0.15);
}
.coin-inner { position: absolute; inset: 0; border-radius: 50%; }
.coin-inner::before {
  content: '⊕'; position: absolute;
  top: 12px; left: 50%; transform: translateX(-50%);
  font-size: 11px; color: rgba(0,0,0,0.35); line-height: 1;
}
.coin-inner::after {
  content: '⊕'; position: absolute;
  bottom: 12px; left: 50%; transform: translateX(-50%);
  font-size: 11px; color: rgba(0,0,0,0.35); line-height: 1;
}
.coin-1 { top: 20px;  left: 70px; transform: rotate(-12deg); z-index: 1; }
.coin-2 { top: 60px;  left: 10px; transform: rotate(8deg);   z-index: 2; width: 95px; height: 95px; }
.coin-3 { top: 100px; left: 90px; transform: rotate(20deg);  z-index: 3; width: 90px; height: 90px; }

/* ══════════════════════════════════════════════════════════════
   UTILITY CLASSES (extracted from inline styles)
══════════════════════════════════════════════════════════════ */
.text-center { text-align: center; }

.section-title--large { font-size: clamp(1.7rem, 3.8vw, 2.5rem); }

.ornament--center { margin: 0 auto 28px; justify-content: center; }
.ornament--left   { justify-content: flex-start; margin: 0 0 26px; }

.ornament-line--short-gold { width: 36px; background: linear-gradient(90deg, transparent, var(--gold)); }
.ornament-line--short-red  { width: 36px; background: linear-gradient(90deg, transparent, #E53935); }
.ornament-diamond--gold    { background: var(--gold); }
.ornament-diamond--red     { background: #E53935; }

.label-gold    { color: var(--gold); }
.label-red     { color: #c0392b; }
.title-darkred { color: #8b2020; }

/* Herkenning section content */
.herkenning-content { max-width: 720px; margin: 0 auto; text-align: center; }
.herkenning-content .section-title { font-family: 'Lora', serif; }
.herkenning-closing { margin-top: 2.5rem; font-size: clamp(1.1rem, 1.8vw, 1.3rem); }

/* Kaarten preview (index.html) */
.kaarten-visual-col { display: block; overflow: visible; }

.kaarten-cardset-img {
  width: 130%; height: auto;
  display: block;
  margin-left: -15%;
  transform: translateY(-60px);
}


/* Step plan */
.step-plan  { margin-top: 36px; display: flex; flex-direction: column; gap: 14px; }
.step-item  { display: flex; align-items: center; gap: 16px; }
.step-number {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(200,150,10,0.12); border: 1px solid rgba(200,150,10,0.3);
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  font-family: 'Cinzel', serif; font-size: 0.68rem;
  color: var(--gold); margin-top: 2px;
}
.step-title { color: var(--plum); font-size: 1.1rem; }
.step-desc  { font-size: 0.88rem; color: var(--text-soft); }

/* Kaarten CTA group */
.kaarten-cta-group { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.kaarten-cta-group .btn-gold,
.kaarten-cta-group .btn-plum { padding-left: 24px; padding-right: 24px; }

/* Boek-kaarten soon wrapper */
.boek-kaarten-soon-wrapper {
  margin-top: 34px; display: flex; flex-direction: column;
  gap: 10px; align-items: flex-start;
}
.soon-tag--red  { color: #c0392b; border-color: rgba(192,57,43,0.3); }
.soon-note      { font-size: 1rem; font-style: italic; color: var(--text-ghost); }
.soon-note a, .soon-note a:visited, .soon-note a:hover, .soon-note a:active { color: inherit; text-decoration: underline; }

/* Book badge group */
.book-badge-group { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }

.book-external-link {
  font-size: 0.68rem; font-family: 'Cinzel', serif;
  letter-spacing: 0.14em; color: var(--text-ghost);
  text-decoration: none; margin-top: 2px; transition: color 0.2s;
}
.book-external-link:hover { color: var(--plum); }

/* Section body variations */
.section-body--wide-center { text-align: center; max-width: 580px; margin: 0 auto; }

/* ══════════════════════════════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════════════════════════════ */
@keyframes slowSpin {
  from { transform: translate(-50%,-54%) rotate(0deg); }
  to   { transform: translate(-50%,-54%) rotate(360deg); }
}
@keyframes fadeUp   { from { opacity: 0; transform: translateY(22px);  } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeDown { from { opacity: 0; transform: translateY(-18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollPulse { 0%, 100% { opacity: 0.35; } 50% { opacity: 1; } }
@keyframes particleFly {
  0%   { transform: translate(0,0) scale(1); opacity: 0.85; }
  100% { transform: translate(var(--tx), var(--ty)) scale(0); opacity: 0; }
}
@keyframes cardFlipOut {
  0%   { opacity: 1; transform: scale(1)    rotateY(0deg)   translateY(0);     }
  35%  { opacity: 1; transform: scale(1.07) rotateY(-22deg) translateY(-10px); }
  100% { opacity: 0; transform: scale(0.18) rotateY(90deg)  translateY(-55px); }
}
#overlay.closing #revealed-card {
  animation: cardFlipOut 0.52s cubic-bezier(0.4, 0, 0.8, 1) forwards;
  transition: none !important;
}
#overlay.closing #overlay-bg  { opacity: 0 !important; transition: opacity 0.42s ease 0.08s !important; }
#overlay.closing #close-hint  { opacity: 0 !important; transition: opacity 0.18s ease !important; }

.reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.10s; }
.d2 { transition-delay: 0.22s; }
.d3 { transition-delay: 0.36s; }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════ */
/* Nav hamburger — activeert zodra links niet meer passen */
@media (max-width: 1160px) {
  nav ul              { display: none !important; }
  .nav-burger         { display: flex; }
  #topnav ul          { display: none !important; }
  #topnav .nav-burger { display: flex; }
}

/* Layout-breakpoint — grid, afbeeldingen, secties */
@media (max-width: 960px) {
  .kaarten-layout, .two-col { grid-template-columns: 1fr; gap: 48px; }
.kaarten-cardset-img { width: 75%; margin-left: auto; margin-right: auto; transform: none; }
  .boek-kaarten-book-img { width: 75%; margin-left: auto; margin-right: auto; transform: none; }
}
@media (max-width: 600px) {
  nav               { padding: 14px 20px; overflow: hidden; }
  .section-inner    { padding: 0 20px; }
  .newsletter-box   { padding: 38px 22px; }
  .email-form       { flex-direction: column; border-radius: 14px; }
  .email-form input  { padding: 13px 18px; }
  .email-form button { border-radius: 0 0 14px 14px; padding: 13px; }
  #kaarten          { padding: 80px 0 60px; }
  #boek-kaarten, #boeken, #filosofie, #nieuwsbrief { padding: 80px 0; }
  .scroll-hint      { display: none !important; }
  #bestel h2        { margin-bottom: 56px; }
  .coins            { top: 72px; }
  #topnav           { padding: 14px 20px; }
}
@media (max-width: 420px) {
  .nav-logo-text span { display: none; }
  .nav-logo-text      { font-size: 0.75rem; }
  #topnav .nav-logo-text span { display: none; }
  #topnav .nav-logo-text      { font-size: 0.75rem; }
}
@media (max-width: 359px) {
  .h-captcha { transform: scale(0.86); transform-origin: center; }
}

.deck, .card-slot, canvas {
  -webkit-user-select: none; user-select: none; -webkit-touch-callout: none;
}


/* ── Active nav link ── */
nav ul a.active { color: var(--crimson); }
.nav-mobile a.active { color: var(--crimson); }

/* ══════════════════════════════════════════════════════════════
   PAGE HEADER — boeken.html
══════════════════════════════════════════════════════════════ */
.page-header {
  padding: 160px 36px 80px;
  text-align: center;
  position: relative; z-index: 1;
}
.page-header .eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--rose-text);
  display: block; margin-bottom: 18px;
}
.page-header h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 3.8vw, 2.6rem);
  font-weight: 600; line-height: 1.2;
  letter-spacing: 0.06em;
  color: var(--plum); margin-bottom: 24px;
}
.page-header h1 em { font-style: normal; color: var(--crimson); }
.page-header .intro-p {
  max-width: 580px; margin: 0 auto;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  color: var(--text-mid); line-height: 1.9; font-style: italic;
}

/* ══════════════════════════════════════════════════════════════
   NOTICE BOX — boeken.html
══════════════════════════════════════════════════════════════ */
.notice-wrap {
  max-width: 860px; margin: 0 auto 80px;
  padding: 0 36px;
  position: relative; z-index: 1;
}
.notice-box {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 28px 32px;
  background: rgba(200,150,10,0.09);
  border: 1.5px solid rgba(200,150,10,0.45);
  border-radius: 16px;
  box-shadow: 0 2px 18px rgba(200,150,10,0.08);
}
.yin-yang-icon {
  width: 36px; height: 36px; flex-shrink: 0; margin-top: 2px;
}
.notice-label {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
}
.notice-box p { font-size: 0.95rem; color: var(--text-mid); line-height: 1.75; margin: 0; }
.notice-box p a {
  color: var(--plum); text-decoration: none;
  border-bottom: 1px solid rgba(122,61,90,0.3);
  transition: color 0.2s;
}
.notice-box p a:hover { color: var(--crimson); }
.notice-box p em { font-style: italic; color: var(--text-mid); }

/* ══════════════════════════════════════════════════════════════
   BOEKEN LIJST — boeken.html
══════════════════════════════════════════════════════════════ */
.boeken-content {
  position: relative; z-index: 1;
  max-width: 1100px; margin: 0 auto;
  padding: 0 36px 140px;
}
.boeken-lijst { display: flex; flex-direction: column; gap: 120px; }

.boek-rij {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px; align-items: center;
}
.boek-rij-omgekeerd .boek-afbeelding { order: -1; }

.boek-afbeelding { display: block; overflow: visible; }

/* Afbeelding rechts (normale rij): loopt rechts uit */
.boek-rij .boek-afbeelding img {
  width: 130%; height: auto; display: block;
  margin-left: 0;
}
/* Afbeelding links (omgekeerde rij): licht naar links */
.boek-rij-omgekeerd .boek-afbeelding img {
  width: 130%; height: auto; display: block;
  margin-left: -15%;
}

.boek-tekst { display: flex; flex-direction: column; gap: 16px; }

.book-tag--ching  { color: var(--gold); }
.book-tag--qigong { color: #c0392b; }
.book-tag--bio    { color: var(--crimson); }

.book-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 600; line-height: 1.3;
  letter-spacing: 0.06em; color: var(--plum);
}
.book-head {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--rose-text);
}
.book-sub {
  font-family: 'Lora', serif; font-style: italic;
  font-size: 1.05rem; color: var(--text-ghost); line-height: 1.55;
  margin-top: -4px;
}
.book-desc {
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  color: var(--text-mid); line-height: 1.85;
}
.book-for {
  font-size: 1rem; font-style: italic;
  color: var(--text-ghost); line-height: 1.65;
  padding-left: 16px;
  border-left: 2px solid rgba(184,48,96,0.2);
}
.boek-cta-btn { align-self: flex-start; }

.book-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Cinzel', serif; font-size: 0.62rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--plum); text-decoration: none;
  border: 1px solid rgba(122,61,90,0.35);
  padding: 12px 24px; align-self: flex-start;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.book-btn:hover {
  background: var(--plum); color: var(--bg);
  border-color: var(--plum);
}

@media (max-width: 860px) {
  .boek-rij { grid-template-columns: 1fr; gap: 48px; }
  .boek-rij-omgekeerd .boek-afbeelding { order: 0; }
  .boek-rij .boek-afbeelding img,
  .boek-rij-omgekeerd .boek-afbeelding img {
    width: 80%; margin-left: auto; margin-right: auto;
  }
}
@media (max-width: 600px) {
  .page-header { padding: 120px 20px 60px; }
  .notice-wrap  { padding: 0 20px; margin-bottom: 60px; }
  .boeken-content { padding: 0 20px 100px; }
  .boeken-lijst { gap: 80px; }
}

/* ══════════════════════════════════════════════════════════════
   OVER DE I-CHING — I-Ching.html
══════════════════════════════════════════════════════════════ */
#over-i-ching {
  padding: 100px 0;
  background: transparent;
  position: relative; z-index: 1;
}
html.page-i-ching #over-i-ching {
  padding-top: 160px;
}

.over-ching-text {
  max-width: 820px; margin: 0 auto;
  text-align: center;
}

.over-ching-body {
  text-align: left;
  margin-top: 2rem;
}
.over-ching-body p { margin-bottom: 1.25rem; text-align: left; }
.over-ching-body p:last-child { margin-bottom: 0; }

.over-ching-pivot {
  font-family: 'Cinzel', serif;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 400; letter-spacing: 0.06em;
  color: var(--plum);
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(184,48,96,0.15);
  border-bottom: 1px solid rgba(184,48,96,0.15);
}

.over-ching-verse {
  text-align: left;
  margin-top: 0.5rem;
}
.over-ching-verse p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.15rem, 1.9vw, 1.35rem);
  font-style: italic;
  color: var(--text-mid);
  line-height: 1.95; letter-spacing: 0.01em;
  margin-bottom: 1.4rem;
}
.over-ching-verse p:last-child { margin-bottom: 0; }

.over-ching-closing {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(184,48,96,0.1);
  font-family: 'Lora', serif;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-style: italic;
  color: var(--rose-text);
  line-height: 1.9;
  text-align: center;
}
.over-ching-cta {
  margin-top: 2.5rem;
  text-align: center;
}

.over-ching-subheader {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  color: var(--plum);
  letter-spacing: 0.08em;
  margin: 2.5rem 0 1.5rem;
}

@media (max-width: 600px) {
  #over-i-ching { padding: 80px 0; }
  html.page-i-ching #over-i-ching { padding-top: 120px; }
  .over-ching-text { padding: 0 20px; }
}

/* ══════════════════════════════════════════════════════════════
   OVER QIGONG — Qigong.html
══════════════════════════════════════════════════════════════ */

#over-qigong {
  padding: 100px 0;
  background: transparent;
  position: relative; z-index: 1;
}
html.page-qigong #over-qigong {
  padding-top: 160px;
}
@media (max-width: 600px) {
  #over-qigong { padding: 80px 0; }
  html.page-qigong #over-qigong { padding-top: 120px; }
}

.pullquote--centered { text-align: center; margin: 3rem 0; }
.over-ching-body--flush { margin-top: 0; }
.over-ching-verse--spaced { margin-top: 1.75rem; }

.foto-blok {
  width: 50%;
  margin: 3rem auto 0;
}
.foto-blok img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  filter: grayscale(60%) sepia(20%) contrast(95%) brightness(98%);
}
.foto-caption {
  font-style: italic;
  color: var(--text-ghost);
  font-size: 0.88rem;
  text-align: right;
  margin-top: 0.5rem;
}
@media (max-width: 600px) {
  .foto-blok { width: 85%; }
}

/* ══════════════════════════════════════════════════════════════
   OVER ADVAITA — Advaita.html
══════════════════════════════════════════════════════════════ */

#over-advaita {
  padding: 100px 0;
  background: transparent;
  position: relative; z-index: 1;
}
html.page-advaita #over-advaita {
  padding-top: 160px;
}
@media (max-width: 600px) {
  #over-advaita { padding: 80px 0; }
  html.page-advaita #over-advaita { padding-top: 120px; }
}

.advaita-content {
  max-width: 820px;
  margin: 0 auto;
}

.advaita-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 400;
  color: var(--plum);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
}

.advaita-subheader {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  color: var(--plum);
  letter-spacing: 0.08em;
  text-align: center;
  margin: 2.5rem 0 1.5rem;
}

.advaita-body {
  font-size: clamp(1.05rem, 1.8vw, 1.18rem);
  color: var(--text-mid);
  line-height: 1.9;
  letter-spacing: 0.015em;
  text-align: left;
  margin-top: 2rem;
}
.advaita-body p { margin-bottom: 1.25rem; text-align: left; }
.advaita-body p:last-child { margin-bottom: 0; }
.advaita-body em { color: var(--crimson); font-style: italic; }
.advaita-body strong { color: var(--plum); font-weight: 600; }

.advaita-pivot {
  font-family: 'Cinzel', serif;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--plum);
  text-align: center;
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(184,48,96,0.15);
  border-bottom: 1px solid rgba(184,48,96,0.15);
}

.advaita-verse {
  text-align: left;
  margin-top: 1.5rem;
}
.advaita-verse p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.15rem, 1.9vw, 1.35rem);
  font-style: italic;
  color: var(--text-mid);
  line-height: 1.95;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 1.4rem;
}
.advaita-verse p:last-child { margin-bottom: 0; }

.advaita-closing {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(184,48,96,0.1);
  font-family: 'Lora', serif;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-style: italic;
  color: var(--rose-text);
  line-height: 1.9;
  text-align: center;
}

/* ══════════════════════════════════════════════════════════════
   OVER MIJ — overmij.html
══════════════════════════════════════════════════════════════ */

#over-mij {
  padding: 100px 0;
  background: transparent;
  position: relative; z-index: 1;
}
html.page-overmij #over-mij {
  padding-top: 160px;
}
@media (max-width: 600px) {
  #over-mij { padding: 80px 0; }
  html.page-overmij #over-mij { padding-top: 120px; }
}


/* ══════════════════════════════════════════════════════════════
   CONTACT — contact.php, bedankt.php
══════════════════════════════════════════════════════════════ */

.form-error {
  position: relative; z-index: 1;
  max-width: 860px; margin: 0 auto 1.5rem;
  padding: 1rem 1.5rem;
  background: rgba(184,48,96,0.08);
  border: 1px solid rgba(184,48,96,0.3);
  border-radius: 8px;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem; letter-spacing: 0.06em;
  color: var(--crimson);
}

.contact-content {
  position: relative; z-index: 1;
  max-width: 860px; margin: 0 auto;
  padding: 0 36px 100px;
}
.bedankt-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-form {
  display: flex; flex-direction: column; gap: 1.25rem;
}
.contact-form .h-captcha {
  position: relative;
  border-radius: 8px;
  overflow: visible;
  display: inline-block;
}
.contact-form .h-captcha::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bg-2);
  opacity: 0.45;
  pointer-events: none;
  border-radius: 8px;
}

.field {
  display: flex; flex-direction: column; gap: 0.45rem;
}

.field label {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--rose-text);
}

.field input,
.field textarea {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 300;
  background: rgba(201,160,172,0.07);
  border: 1px solid rgba(122,61,90,0.18);
  border-radius: 6px;
  padding: 0.65rem 0.9rem;
  color: var(--text-dark);
  outline: none; width: 100%;
  transition: border-color 0.3s, background 0.3s;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--plum);
  background: rgba(201,160,172,0.12);
}

.field textarea { resize: vertical; min-height: 130px; line-height: 1.7; }

.field input::placeholder,
.field textarea::placeholder { color: var(--text-ghost); }

.honeypot { display: none; }

.submit-row {
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
}

.submit-btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
  color: #fff;
  background: var(--plum);
  border: none; border-radius: 6px;
  padding: 0.85rem 1.75rem; cursor: pointer;
  text-decoration: none;
  transition: background 0.25s;
}
.submit-btn:hover { background: var(--crimson); }

.form-note {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-style: italic;
  color: var(--text-ghost);
}

.contact-aside {
  display: flex; flex-direction: column; gap: 1.5rem;
}

.contact-block {
  padding: 1.4rem 1.6rem;
  background: rgba(201,160,172,0.06);
  border: 1px solid rgba(122,61,90,0.12);
  border-radius: 10px;
}

.contact-block-label {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--rose-text); display: block; margin-bottom: 0.75rem;
}

.contact-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(122,61,90,0.08);
}
.contact-item:last-child { border-bottom: none; padding-bottom: 0; }

.contact-item-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; color: var(--text-dark);
}
.contact-item-val a {
  color: var(--plum); text-decoration: none;
  border-bottom: 1px solid rgba(122,61,90,0.25);
  transition: color 0.2s, border-color 0.2s;
}
.contact-item-val a:hover { color: var(--crimson); border-color: var(--crimson); }

.photo-filtered {
  display: block; width: 100%; height: auto;
  border-radius: 8px; opacity: 0.92;
  filter: grayscale(30%) sepia(15%) contrast(95%);
}

@media (max-width: 720px) {
  .contact-content { padding: 0 20px 80px; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-error { margin: 0 20px 1.5rem; }
}

