@font-face {
  font-family: "Ankecallig fg";
  src: url("https://johndavidsatsang.international/wp-content/uploads/2020/08/ankecallig-fg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JD Comic";
  src: url("https://johndavidsatsang.international/wp-content/uploads/2026/03/comic-sans-ms-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* =========================================================
   Page-scoped design system (.jd-home)
   Does NOT restyle the WordPress / Elementor header or menu.
   ========================================================= */
.jd-home {
  --jd-white: #ffffff;
  --jd-cream: #fff8ef;
  --jd-apricot: #f9e1c0;
  --jd-events: #fbe9d7;
  --jd-card: #f7dcb8;
  --jd-contour: #d8874c;
  --jd-brown: #5e3824;
  --jd-pink: #e94b76;
  --jd-magenta: #d10068;
  --jd-blue: #61b7eb;
  --jd-yellow: #f3e844;
  --jd-ink: #1c1612;
  --jd-muted: #6a5a4c;
  --jd-line: #e4d3bf;
  --jd-serif: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --jd-serif-soft: "Cormorant Garamond", Georgia, serif;
  --jd-sans: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --jd-script: "Ankecallig fg", "Caveat", cursive;
  --jd-quote: "JD Comic", "Comic Sans MS", "Chalkboard SE", cursive;
  --jd-max: 1420px;
  --jd-gutter: clamp(1.1rem, 3vw, 2rem);
  /* Inspiration: airy main-section rhythm (~90–140px desktop) */
  --jd-section: clamp(3rem, 6vw, 5rem);
  --jd-space-title: clamp(1.6rem, 2.6vw, 2.4rem);
  --jd-space-block: clamp(1.4rem, 2.4vw, 2.2rem);
  --jd-space-between: clamp(2.8rem, 5vw, 4.2rem);
  --jd-r-video: 22px;
  --jd-r-quick: 28px;
  --jd-r-btn: 12px;
  --jd-r-series: 16px;
  --jd-r-event: 18px;
  --jd-r-house: 22px;
  --jd-shadow: 0 14px 36px rgba(94, 56, 36, 0.1);
  --jd-shadow-soft: 0 8px 24px rgba(94, 56, 36, 0.08);
  --jd-ease: 0.35s ease;
  --jd-carousel: 520ms;
  /* Body / info copy — used across leads, blurbs, descriptions */
  --jd-info: clamp(1.18rem, 1.45vw, 1.36rem);
  --jd-info-sm: clamp(1.05rem, 1.2vw, 1.18rem);

  margin: 0;
  font-family: var(--jd-sans);
  font-size: clamp(1.12rem, 1.28vw, 1.28rem);
  line-height: 1.65;
  color: var(--jd-ink);
  background: var(--jd-cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

.jd-home *,
.jd-home *::before,
.jd-home *::after { box-sizing: border-box; }

.jd-home img { max-width: 100%; display: block; }
.jd-home a { color: var(--jd-pink); text-decoration: none; }
.jd-home a:hover { color: var(--jd-brown); }

.jd-sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);
}

.jd-container {
  width: min(var(--jd-max), calc(100% - var(--jd-gutter) * 2));
  margin-inline: auto;
}
.jd-container.narrow {
  width: min(760px, calc(100% - var(--jd-gutter) * 2));
}

.jd-section-title {
  font-family: var(--jd-serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 0 var(--jd-space-title);
  line-height: 1.12;
  font-size: clamp(2.5rem, 5vw, 3.65rem);
}
.jd-section-title.xl {
  font-size: clamp(2.75rem, 5.8vw, 4.4rem);
  letter-spacing: -0.025em;
}

.jd-rule {
  width: min(400px, 52%);
  margin: 0 auto var(--jd-space-title);
  border: 0;
  border-top: 1px solid var(--jd-line);
}

.jd-lead {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto 0.7rem;
  color: var(--jd-muted);
  font-size: var(--jd-info);
  line-height: 1.6;
}
.jd-lead.strong {
  font-weight: 700;
  color: var(--jd-ink);
  margin-bottom: var(--jd-space-title);
}

.jd-pink {
  color: var(--jd-pink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jd-wp-header-slot {
  background: #f3e8da;
  border-bottom: 1px dashed #d2b99a;
  padding: 0.65rem 1rem;
  text-align: center;
  font: 600 0.85rem/1.4 var(--jd-sans), system-ui, sans-serif;
  color: #6a5340;
}
.jd-wp-header-slot p { margin: 0; }

/* Buttons — soft rounded, not pills */
.jd-home .jd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.45rem;
  border-radius: var(--jd-r-btn);
  border: 1.5px solid var(--jd-contour);
  background: #ecc5a8;
  color: var(--jd-brown);
  font-family: var(--jd-sans);
  font-size: 1.02rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  text-align: center;
  line-height: 1.25;
  transition: transform var(--jd-ease), background var(--jd-ease), border-color var(--jd-ease);
}
.jd-home .jd-btn:hover {
  transform: translateY(-2px);
  background: var(--jd-card);
  border-color: #c4783a;
  color: var(--jd-brown);
}
.jd-home .jd-btn-primary {
  border-width: 2.5px;
  border-color: #d8874c;
  background: #f7dcb8;
}
.jd-home .jd-btn-soft {
  background: #e8c4a4;
  border-color: #c9956a;
  border-radius: 12px;
  box-shadow: none;
}

.jd-home .media-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 140px;
  background: var(--jd-apricot);
  border: 1px dashed var(--jd-line);
  color: var(--jd-muted);
  text-align: center;
  padding: 1rem;
  border-radius: 16px;
}

/* ---------- Soft section edges (overlay only — never layout bars) ---------- */
.jd-soft-edge {
  --edge: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(56px, 7vw, 96px);
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--edge) 55%, transparent) 0%,
    color-mix(in srgb, var(--edge) 22%, transparent) 45%,
    transparent 100%
  );
}
.jd-soft-edge.top { top: 0; }
.jd-soft-edge.bottom {
  top: auto;
  bottom: 0;
  background: linear-gradient(
    0deg,
    color-mix(in srgb, var(--edge) 55%, transparent) 0%,
    color-mix(in srgb, var(--edge) 22%, transparent) 45%,
    transparent 100%
  );
}
.jd-soft-edge.from-white { --edge: #ffffff; }
.jd-soft-edge.from-cream { --edge: #fffaf4; }
.jd-soft-edge.from-paper { --edge: #fffaf6; }
.jd-soft-edge.from-apricot { --edge: #fdf4ea; }
.jd-soft-edge.from-peach { --edge: #fbe9d7; }
.jd-soft-edge.from-meetings { --edge: #f8e8d8; }
.jd-soft-edge.from-warm { --edge: #fdf1e4; }
.jd-soft-edge.apricot { --edge: #fdf4ea; }
.jd-soft-edge.wave::before { content: none; }

.jd-soft-bloom {
  position: absolute;
  inset: -18% -12% -10% -18%;
  z-index: -1;
  border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%;
  background:
    radial-gradient(ellipse at 40% 35%, rgba(247, 220, 184, 0.45), transparent 62%),
    radial-gradient(ellipse at 70% 70%, rgba(200, 210, 180, 0.2), transparent 58%);
  filter: blur(4px);
  pointer-events: none;
}
.jd-soft-bloom.soft {
  inset: -12% -8% -8% -10%;
  opacity: 0.75;
  filter: blur(8px);
}

/* ---------- Top block — Mockup: Gruppenbild + Aquarell-Portrait + Quote + Aquarell-Karten ---------- */
.jd-top {
  background: #fff;
  overflow: visible;
}

/* Legacy photo-hero (replaced by components/HeroQuickLinks) */
.jd-hero-legacy {
  position: relative;
  background: #fff;
  padding-bottom: clamp(4.4rem, 8vw, 6.2rem);
  display: block;
}
.jd-hero-photo {
  width: 100%;
  height: clamp(440px, 56vh, 640px);
  overflow: hidden;
  display: block;
}
.jd-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  display: block;
}
.jd-hero-waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(3.2rem, 6vw, 4.6rem);
  height: clamp(96px, 12vw, 150px);
  pointer-events: none;
  z-index: 2;
  display: block;
}
.jd-hero-waves svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.jd-wave-strokes { display: none; }

/* Portrait sits on wave — soft circle + vivid watercolor bloom (legacy hero only) */
.jd-hero-legacy .jd-hero-portrait {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
  width: clamp(176px, 19vw, 236px);
  margin: 0;
  display: grid;
  place-items: center;
}
.jd-portrait-bloom {
  position: absolute;
  width: 250%;
  height: 250%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 205, 120, 0.98), transparent 40%),
    radial-gradient(circle at 64% 26%, rgba(255, 150, 125, 0.85), transparent 44%),
    radial-gradient(circle at 72% 60%, rgba(255, 130, 175, 0.55), transparent 48%),
    radial-gradient(circle at 28% 64%, rgba(255, 230, 160, 0.65), transparent 46%),
    radial-gradient(circle at 50% 52%, rgba(255, 240, 210, 0.45), transparent 62%);
  filter: blur(16px) saturate(1.05);
  z-index: 0;
  pointer-events: none;
}
.jd-portrait-soft,
.jd-portrait-circle {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  -webkit-mask-image: radial-gradient(
    circle at 50% 46%,
    #000 54%,
    rgba(0, 0, 0, 0.88) 64%,
    rgba(0, 0, 0, 0.35) 74%,
    transparent 84%
  );
  mask-image: radial-gradient(
    circle at 50% 46%,
    #000 54%,
    rgba(0, 0, 0, 0.88) 64%,
    rgba(0, 0, 0, 0.35) 74%,
    transparent 84%
  );
}
.jd-portrait-soft img,
.jd-portrait-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  filter: drop-shadow(0 12px 24px rgba(60, 35, 20, 0.16));
}

.jd-intro {
  position: relative;
  padding: clamp(0.2rem, 1vw, 0.6rem) 0 clamp(1.4rem, 3vw, 2.2rem);
  background: #f7fafc;
  overflow: hidden;
}
.jd-intro-sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 255, 255, 0.95), transparent 58%),
    radial-gradient(ellipse 50% 40% at 82% 30%, rgba(210, 228, 240, 0.55), transparent 60%),
    linear-gradient(180deg, #eef5fa 0%, #f8fbfd 55%, #ffffff 100%);
  pointer-events: none;
}
.jd-intro-bg {
  position: absolute;
  inset: -10% -2% -24% 18%;
  background-size: cover;
  background-position: 78% 40%;
  filter: saturate(0.28) brightness(1.62) contrast(0.86);
  opacity: 0.2;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
  pointer-events: none;
}
.jd-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.18) 45%,
    rgba(255, 255, 255, 0.85) 100%
  );
  pointer-events: none;
}
.jd-intro-center {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding: 0.15rem 0 0.2rem;
}
.jd-intro-quote {
  position: relative;
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  padding: 0.1rem 0.5rem;
}
.jd-quote-brush { display: none; }
.jd-quote-rule { display: none; }
.jd-intro-quote blockquote { margin: 0; }
.jd-intro-quote blockquote p {
  margin: 0;
  font-family: var(--jd-serif);
  font-size: clamp(1.12rem, 1.85vw, 1.48rem);
  line-height: 1.48;
  font-weight: 500;
  font-style: italic;
  color: #2a221c;
  text-align: center;
  letter-spacing: -0.012em;
}
.jd-intro-quote blockquote footer {
  margin-top: 0.95rem;
  font-family: var(--jd-serif);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-style: normal;
  font-weight: 600;
  color: #2a221c;
  text-align: center;
}
.jd-intro-wave,
.jd-intro-valley { display: none; }

/* legacy unused (do not hide .jd-quote — used by JohnDavidHero) */
.jd-intro-grid,
.jd-intro-portrait,
.jd-portrait-photo,
.jd-intro-fade { display: none; }

/* Quick cards — Aquarell-Washes + Line-Icons (wie Mockup) */
.jd-quick {
  position: relative;
  z-index: 2;
  padding: 0.35rem 0 clamp(2.2rem, 4.5vw, 3.4rem);
  background: #fff;
}
.jd-quick::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -clamp(36px, 5vw, 64px);
  height: clamp(100px, 12vw, 160px);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 40%,
    #ffffff 100%
  );
  pointer-events: none;
  z-index: 3;
}
.jd-quick-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
}
.jd-quick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.55rem;
  min-height: clamp(168px, 18vw, 200px);
  padding: 1.25rem 1.15rem 2.7rem;
  border: 0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(70, 50, 35, 0.06);
  color: #5e3824;
  text-align: left;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  font: inherit;
  width: 100%;
  transition: transform var(--jd-ease), box-shadow var(--jd-ease);
}
.jd-quick-card::before,
.jd-quick-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(18px);
  opacity: 0.9;
}
/* botanical line motif */
.jd-quick-card .ql-motif {
  display: none;
}
.jd-quick-card.motif-person {
  background: linear-gradient(165deg, #fffdfb 0%, #fff3e6 55%, #ffe8d2 100%);
}
.jd-quick-card.motif-person::before {
  width: 150px; height: 150px;
  left: -42px; bottom: -48px;
  background: radial-gradient(circle, rgba(240, 180, 120, 0.7), transparent 68%);
}
.jd-quick-card.motif-person::after {
  width: 110px; height: 110px;
  right: -28px; top: -36px;
  background: radial-gradient(circle, rgba(255, 210, 160, 0.55), transparent 70%);
}
.jd-quick-card.motif-video {
  background: linear-gradient(165deg, #fbfdfb 0%, #eef7ef 55%, #e3f0e4 100%);
}
.jd-quick-card.motif-video::before {
  width: 150px; height: 150px;
  left: -42px; bottom: -48px;
  background: radial-gradient(circle, rgba(140, 190, 150, 0.62), transparent 68%);
}
.jd-quick-card.motif-video::after {
  width: 110px; height: 110px;
  right: -28px; top: -36px;
  background: radial-gradient(circle, rgba(170, 210, 180, 0.5), transparent 70%);
}
.jd-quick-card.motif-group {
  background: linear-gradient(165deg, #fbfcfe 0%, #eef6fb 55%, #e2f0f7 100%);
}
.jd-quick-card.motif-group::before {
  width: 150px; height: 150px;
  left: -42px; bottom: -48px;
  background: radial-gradient(circle, rgba(120, 185, 210, 0.58), transparent 68%);
}
.jd-quick-card.motif-group::after {
  width: 110px; height: 110px;
  right: -28px; top: -36px;
  background: radial-gradient(circle, rgba(150, 205, 225, 0.48), transparent 70%);
}
.jd-quick-card.motif-lotus {
  background: linear-gradient(165deg, #fefbfb 0%, #faf0f1 55%, #f6e4e7 100%);
}
.jd-quick-card.motif-lotus::before {
  width: 150px; height: 150px;
  left: -42px; bottom: -48px;
  background: radial-gradient(circle, rgba(220, 140, 155, 0.55), transparent 68%);
}
.jd-quick-card.motif-lotus::after {
  width: 110px; height: 110px;
  right: -28px; top: -36px;
  background: radial-gradient(circle, rgba(235, 170, 185, 0.45), transparent 70%);
}
.jd-quick-card .ql-media { display: none; }
.jd-quick-card .ql-icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  color: #6b4a34;
  margin: 0 0 0.15rem;
  flex: 0 0 auto;
}
.jd-quick-card .ql-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.jd-quick-card .ql-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0;
  background: transparent;
}
.jd-quick-card .ql-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--jd-serif);
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  font-weight: 600;
  line-height: 1.25;
  color: #3a281c;
  letter-spacing: -0.015em;
}
.jd-quick-card .ql-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.48;
  color: #6a5748;
  max-width: 15.5rem;
}
.jd-quick-card .ql-go {
  position: absolute;
  z-index: 2;
  right: 0.9rem;
  bottom: 0.9rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #6b4a34;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(60, 35, 20, 0.18);
  transition: transform var(--jd-ease), background var(--jd-ease);
}
.jd-quick-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(70, 50, 35, 0.1);
  color: #3a281c;
}
.jd-quick-card:hover .ql-go {
  transform: translateX(2px);
  background: #543824;
}

.jd-home .jd-btn-rect {
  border-radius: 999px;
  background: #e4bf9f;
  border: 1.5px solid #c9956a;
  box-shadow: none;
  font-family: var(--jd-sans);
  padding-inline: 1.6rem;
}


/* ---------- Site polish: smooth, soft genre ---------- */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
.jd-home {
  --jd-ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
}
.jd-home section,
.jd-home .art-media-world {
  transition: background-color 400ms var(--jd-ease-soft, ease);
}
.jd-home img,
.jd-home .jd-book-card img,
.jd-home .slide-card,
.jd-home .jd-event-card,
.jd-home .jd-house-card,
.jd-home .jd-quicklink,
.jd-home .jd-topic-card {
  transition:
    transform 320ms var(--jd-ease-soft, ease),
    box-shadow 320ms var(--jd-ease-soft, ease),
    opacity 320ms ease;
}
.jd-home .slide-card:hover,
.jd-home .jd-book-card:hover,
.jd-home .jd-house-card:hover,
.jd-home .jd-topic-card:hover {
  transform: translateY(-4px);
}
.jd-events {
  text-align: center;
}
.jd-events .jd-section-title {
  margin-bottom: 0.65rem;
}
.jd-events .jd-rule {
  margin: 0 auto 1rem;
}
.jd-soft-edge {
  transition: opacity 400ms ease;
}
.jd-home .jd-section-title {
  text-wrap: balance;
}
.jd-home .jd-lead,
.jd-home .jd-wisdom-sub,
.jd-home .jd-events-lead {
  text-wrap: pretty;
}

/* ---------- Shared painting world ---------- */
.art-media-world {
  position: relative;
  overflow: clip;
  margin-top: clamp(-20px, -2.5vw, -8px);
  padding: clamp(2rem, 3.8vw, 3.2rem) 0 clamp(1.8rem, 3.4vw, 2.8rem);
  background: #fffaf6;
}
.art-media-world::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--jd-paint);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.48;
  filter: saturate(0.88) brightness(1.04) contrast(1);
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 8%,
    rgba(0, 0, 0, 0.78) 16%,
    #000 28%,
    #000 74%,
    rgba(0, 0, 0, 0.62) 86%,
    rgba(0, 0, 0, 0.18) 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 8%,
    rgba(0, 0, 0, 0.78) 16%,
    #000 28%,
    #000 74%,
    rgba(0, 0, 0, 0.62) 86%,
    rgba(0, 0, 0, 0.18) 94%,
    transparent 100%
  );
}
.art-media-world::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255, 250, 244, 0.55) 0%,
      rgba(255, 250, 246, 0.22) 12%,
      rgba(255, 250, 246, 0.06) 28%,
      rgba(255, 250, 246, 0.06) 72%,
      rgba(255, 255, 255, 0.28) 90%,
      rgba(255, 255, 255, 0.58) 100%
    );
}
.art-media-world .jd-section-title,
.art-media-world .jd-wisdom-sub,
.art-media-world .jd-cinematic-copy h2,
.art-media-world .jd-cinematic-copy p,
.art-media-world .jd-books-copy h2,
.art-media-world .jd-books-copy p {
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.95), 0 1px 0 rgba(255, 255, 255, 0.7);
}
.art-media-world--films {
  margin-bottom: 0;
  padding-bottom: clamp(1.6rem, 3vw, 2.4rem);
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 12%, #fffaf4 88%, #ffffff 100%);
}
.art-media-world--films::before {
  background-image: url("/images/paintings/circle-painting.jpg?v=20260729am");
  background-size: cover;
  background-position: center 28%;
  opacity: 0.38;
  filter: saturate(0.78) brightness(1.1) contrast(0.98);
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.72) 10%,
    #000 22%,
    #000 76%,
    rgba(0, 0, 0, 0.55) 90%,
    rgba(0, 0, 0, 0.18) 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.72) 10%,
    #000 22%,
    #000 76%,
    rgba(0, 0, 0, 0.55) 90%,
    rgba(0, 0, 0, 0.18) 100%
  );
}
.art-media-world--films::after {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.28) 14%,
      rgba(255, 252, 247, 0.18) 32%,
      rgba(255, 252, 247, 0.18) 70%,
      rgba(255, 255, 255, 0.38) 90%,
      rgba(255, 255, 255, 0.7) 100%
    );
}
.art-media-world--books {
  margin-top: 0;
  padding-top: clamp(2rem, 3.6vw, 3rem);
  padding-bottom: clamp(2rem, 3.6vw, 3rem);
  background: linear-gradient(180deg, #fffcf8 0%, #fff8f1 18%, #fff8f1 82%, #ffffff 100%);
}
.art-media-world--books::before {
  background-image: url("/images/paintings/rings-agonda.jpg?v=20260729am");
  background-size: cover;
  background-position: center 40%;
  opacity: 0.38;
  filter: saturate(0.8) brightness(1.08) contrast(1);
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.72) 10%,
    #000 22%,
    #000 78%,
    rgba(0, 0, 0, 0.5) 92%,
    rgba(0, 0, 0, 0.18) 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.72) 10%,
    #000 22%,
    #000 78%,
    rgba(0, 0, 0, 0.5) 92%,
    rgba(0, 0, 0, 0.18) 100%
  );
}
.art-media-world--books::after {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.52) 0%,
      rgba(255, 250, 244, 0.26) 14%,
      rgba(255, 248, 240, 0.16) 34%,
      rgba(255, 248, 240, 0.16) 72%,
      rgba(255, 255, 255, 0.36) 90%,
      rgba(255, 255, 255, 0.68) 100%
    );
}
.jd-community::before {
  background-image: url("/images/paintings/mandala-dots.webp");
}


/* ---------- Wisdom Reminders ---------- */
.jd-wisdom {
  margin-bottom: var(--jd-space-between);
  position: relative;
}
.jd-wisdom-head {
  text-align: center;
  margin-bottom: 0.85rem;
}
.jd-wisdom-head .jd-section-title {
  margin-bottom: 0.55rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.jd-wisdom-sub {
  margin: 0 auto;
  max-width: 44rem;
  color: var(--jd-muted);
  font-family: var(--jd-sans);
  font-weight: 400;
  font-size: var(--jd-info);
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.jd-carousel-multi .slide-card {
  border-radius: var(--jd-r-video);
}
.jd-carousel-multi .carousel-slide:nth-child(odd) .slide-card {
  box-shadow:
    0 14px 32px rgba(70, 40, 25, 0.14),
    -10px 18px 0 -6px rgba(233, 175, 140, 0.28);
}
.jd-carousel-multi .carousel-slide:nth-child(even) .slide-card {
  box-shadow:
    0 14px 32px rgba(70, 40, 25, 0.14),
    12px 16px 0 -8px rgba(200, 160, 190, 0.22);
}

/* ---------- Cinematic — same proportion as Interviews media ---------- */
.jd-cinematic {
  margin-bottom: var(--jd-space-between);
}
.jd-cinematic-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.58fr);
  gap: clamp(1.1rem, 2.2vw, 1.8rem);
  align-items: center;
  max-width: 1280px;
  margin-inline: auto;
  justify-content: center;
}
.jd-cinematic-copy {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 0.5rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jd-cinematic-copy h2 {
  margin: 0 0 0.85rem;
  font-family: var(--jd-serif);
  font-weight: 600;
  font-size: clamp(2.55rem, 4.1vw, 3.6rem);
  letter-spacing: -0.025em;
  line-height: 1.08;
}
.jd-cinematic-copy p {
  margin: 0 auto 1.15rem;
  max-width: 26rem;
  color: var(--jd-muted);
  font-family: var(--jd-sans);
  font-weight: 400;
  font-size: var(--jd-info);
  line-height: 1.6;
}
.jd-media-actions {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}
.jd-yt-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.65rem;
  padding: 0.45rem 0.95rem 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1.5px solid rgba(180, 140, 100, 0.35);
  background: rgba(255, 252, 248, 0.78);
  color: #c4302b;
  font: 600 0.86rem/1.3 var(--jd-sans);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}
.jd-yt-link svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  flex: 0 0 auto;
}
.jd-yt-link:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 48, 43, 0.45);
  background: #fff;
  color: #c4302b;
  box-shadow: 0 8px 20px rgba(70, 40, 25, 0.1);
}
.jd-cinematic-slider {
  min-width: 0;
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
  padding: 0.15rem;
}
.jd-cinematic-slider .slide-card {
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(70, 40, 25, 0.12);
}

/* ---------- Carousel shared ---------- */
.jd-carousel {
  position: relative;
  padding: 0 0.4rem;
}
.jd-carousel .carousel-viewport {
  overflow: hidden;
  border-radius: var(--jd-r-video);
}
.jd-carousel .carousel-track {
  display: flex;
  transition: transform var(--jd-carousel) ease;
  will-change: transform;
}
.jd-carousel .carousel-slide {
  min-width: 100%;
  position: relative;
  flex: 0 0 100%;
}
.jd-carousel .slide-card {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--jd-r-video);
  overflow: hidden;
  background: #1c1713;
  box-shadow: var(--jd-shadow-soft);
  border: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  color: inherit;
}
.jd-carousel .slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jd-carousel .play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
  border: 2px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.jd-carousel .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 17px;
  border-color: transparent transparent transparent #fff;
}
.jd-carousel .slide-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 2.4rem 1.15rem 1.4rem;
  background: linear-gradient(transparent, rgba(20,14,10,0.7));
  color: #fff;
  text-align: left;
}
.jd-carousel .slide-caption strong {
  display: block;
  font-family: var(--jd-serif);
  font-size: clamp(1.15rem, 1.85vw, 1.48rem);
  font-weight: 600;
  line-height: 1.25;
  padding-bottom: 0.12rem;
}
.jd-carousel .slide-caption span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  line-height: 1.35;
  opacity: 0.9;
}
.jd-carousel .carousel-btn {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.75rem;
  cursor: pointer;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
.jd-carousel .carousel-btn.prev { left: -0.15rem; }
.jd-carousel .carousel-btn.next { right: -0.15rem; }
.jd-cinematic-slider .carousel-btn.prev { left: -0.85rem; }
.jd-cinematic-slider .carousel-btn.next { right: -0.85rem; }
.jd-carousel .carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.7rem;
}
.jd-carousel .carousel-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: rgba(170, 150, 130, 0.55);
  cursor: pointer;
  padding: 0;
}
.jd-carousel .carousel-dots button[aria-current="true"] {
  background: rgba(90, 70, 50, 0.88);
}

/* ---------- Interviews — Mockup: Copy | Video | Series ---------- */
.jd-interviews {
  padding-top: clamp(0.4rem, 1.2vw, 1rem);
  padding-bottom: clamp(1.4rem, 3vw, 2.4rem);
}
.jd-interviews-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.44fr) minmax(220px, 0.28fr);
  gap: clamp(1.4rem, 2.8vw, 2.4rem);
  align-items: center;
}
.jd-interviews-copy {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jd-interviews-title {
  margin: 0 0 1rem;
  text-align: center;
  font-family: var(--jd-serif);
  font-weight: 600;
  font-size: clamp(2.25rem, 3.6vw, 3.15rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.jd-interviews-lead {
  margin: 0 0 1.35rem;
  max-width: 28rem;
  color: var(--jd-muted);
  font-family: var(--jd-sans);
  font-weight: 400;
  font-size: var(--jd-info);
  line-height: 1.6;
  text-align: center;
}
.jd-interviews-media {
  min-width: 0;
}
.jd-interviews-media .slide-card {
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(70, 40, 25, 0.12);
}
.jd-series-panel {
  padding-top: 0.2rem;
}
.jd-series-panel h3 {
  margin: 0 0 1rem;
  font-family: var(--jd-sans);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--jd-ink);
}
.jd-series-list {
  display: grid;
  gap: 0.85rem;
}
.jd-series-card {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.95rem 1.1rem;
  min-height: 64px;
  border-radius: 16px;
  color: var(--jd-ink);
  font-family: var(--jd-sans);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  border: 0;
  box-shadow: 0 6px 16px rgba(80, 50, 30, 0.06);
  transition: transform var(--jd-ease), box-shadow var(--jd-ease);
}
.jd-series-card.accent-orange { background: #f8d9b8; }
.jd-series-card.accent-blue { background: #dceef8; }
.jd-series-card.accent-yellow { background: #f6efc8; }
.jd-series-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(80, 50, 30, 0.12);
}
.jd-series-card[aria-selected="true"] {
  box-shadow: 0 10px 22px rgba(80, 50, 30, 0.14);
  outline: 1.5px solid rgba(94, 56, 36, 0.22);
}

.jd-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  border: 1.5px solid #c9956a;
  background: transparent;
  color: #5e3824;
  font-family: var(--jd-sans);
  font-weight: 600;
  text-decoration: none;
  transition: background var(--jd-ease), color var(--jd-ease);
}
.jd-btn-outline:hover {
  background: #f4dfc8;
  color: #3a281c;
}

/* ---------- Books — centered series stacks ---------- */
.jd-books {
  position: relative;
  z-index: 1;
  padding: clamp(1.8rem, 3.6vw, 2.8rem) 0 clamp(1.4rem, 2.6vw, 2.2rem);
}
.jd-books-head,
.jd-books-rows,
.jd-book-row { display: none; }
.jd-books-series-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(3.2rem, 6vw, 4.8rem);
  max-width: 1160px;
  margin-inline: auto;
}
.jd-more-books-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 3.4vw, 2.8rem);
}
.jd-book-series {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(1.35rem, 2.4vw, 1.9rem);
}
.jd-book-series.is-split,
.jd-book-series.is-split-reverse {
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
  align-items: center;
  gap: clamp(1.35rem, 2.4vw, 1.9rem);
}
.jd-book-series-copy {
  text-align: center;
  padding: 0 clamp(0.5rem, 2vw, 1.2rem);
  max-width: 36rem;
  margin-inline: auto;
}
.jd-book-series.is-split-reverse .jd-book-series-copy {
  text-align: center;
  padding-left: clamp(0.5rem, 2vw, 1.2rem);
}
.jd-book-series-title {
  margin: 0 0 0.75rem;
  font-family: var(--jd-serif);
  font-size: clamp(2.4rem, 3.8vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--jd-ink);
  line-height: 1.1;
  text-wrap: balance;
}
.jd-book-series-title::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 1px;
  margin: 0.9rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(168, 110, 69, 0.55), transparent);
}
.jd-book-series-lead {
  margin: 0 auto;
  max-width: 36rem;
  color: var(--jd-muted);
  font-family: var(--jd-sans);
  font-weight: 400;
  font-size: var(--jd-info);
  line-height: 1.6;
  text-wrap: pretty;
}
.jd-book-series.is-split-reverse .jd-book-series-lead {
  margin-left: auto;
  margin-right: auto;
}
.jd-book-series-grid {
  display: grid;
  gap: clamp(1.4rem, 2.6vw, 2.2rem);
  align-items: start;
  justify-content: center;
  justify-items: center;
  width: 100%;
}
.jd-book-series.is-split:not(.is-split-reverse) .jd-book-series-grid,
.jd-book-series.is-split-reverse .jd-book-series-grid {
  justify-content: center;
}
.jd-book-series-grid.is-interviews,
.jd-book-series-grid.is-ramana {
  grid-template-columns: repeat(3, minmax(0, 295px));
}
.jd-book-series-grid.is-teachings {
  grid-template-columns: repeat(2, minmax(0, 315px));
  gap: clamp(1.8rem, 3.2vw, 2.6rem);
}
.jd-book-card {
  margin: 0;
  text-align: center;
  width: 100%;
  max-width: 315px;
}
.jd-book-card-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  line-height: 0;
}
.jd-book-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow:
    0 4px 10px rgba(70, 40, 25, 0.06),
    0 18px 36px rgba(70, 40, 25, 0.14);
  background: transparent;
  transition: transform 280ms ease, box-shadow 280ms ease;
}
.jd-home .jd-book-card.is-remarkable:hover {
  transform: none;
}
.jd-book-card:hover img,
.jd-book-card-btn:hover img {
  transform: translateY(-6px);
  box-shadow:
    0 8px 16px rgba(70, 40, 25, 0.08),
    0 22px 42px rgba(70, 40, 25, 0.16);
}
.jd-book-card figcaption {
  margin-top: 0.95rem;
  font-family: var(--jd-serif-soft, var(--jd-serif));
  font-size: clamp(1.12rem, 1.3vw, 1.28rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.35;
  color: #6f5f4e;
  text-wrap: balance;
}
.jd-book-missing {
  display: grid;
  place-items: center;
  min-height: 220px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--jd-muted);
  font-size: 0.9rem;
}
.jd-books-layout,
.jd-books-copy,
.jd-books-main,
.jd-book-tabs,
.jd-books-top { display: none; }

/* Soft watercolor bloom behind each series */
.jd-book-series::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 48%;
  width: min(680px, 88vw);
  height: min(380px, 50vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 40%, rgba(255, 190, 170, 0.22), transparent 58%),
    radial-gradient(circle at 65% 55%, rgba(255, 220, 160, 0.18), transparent 55%);
  filter: blur(20px);
  pointer-events: none;
}
.jd-book-series[data-series="teachings"]::before {
  background:
    radial-gradient(circle at 40% 40%, rgba(255, 180, 170, 0.32), transparent 58%),
    radial-gradient(circle at 65% 55%, rgba(255, 220, 150, 0.26), transparent 55%);
}
.jd-book-series[data-series="ramana"]::before {
  background:
    radial-gradient(circle at 45% 40%, rgba(210, 185, 150, 0.22), transparent 58%),
    radial-gradient(circle at 60% 60%, rgba(240, 210, 170, 0.2), transparent 55%);
}
.jd-book-series[data-series="interviews"]::before {
  background:
    radial-gradient(circle at 40% 45%, rgba(180, 200, 210, 0.2), transparent 58%),
    radial-gradient(circle at 62% 55%, rgba(255, 200, 180, 0.18), transparent 55%);
}

/* ---------- Events ---------- */
.jd-events {
  position: relative;
  padding: clamp(2.2rem, 4vw, 3.4rem) 0 var(--jd-section);
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffaf4 16%,
      #fdf4ea 42%,
      #fbe9d7 70%,
      #fdf4ea 100%
    );
}
.jd-events > .jd-container {
  padding-top: clamp(0.4rem, 1vw, 1rem);
}
.jd-events-lead {
  text-align: center;
  margin: -0.2rem auto 1rem;
  max-width: 42rem;
  color: var(--jd-muted);
  font-size: var(--jd-info);
  line-height: 1.6;
}
.jd-events-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.6rem, 3vw, 2.8rem);
  align-items: stretch;
  margin-bottom: 2.2rem;
}
.jd-events-cols.jd-events-featured {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 1.8vw, 1.5rem);
}
.jd-event-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(80, 50, 30, 0.08);
  border: 1px solid rgba(212, 165, 122, 0.28);
  min-height: 100%;
  backdrop-filter: blur(6px);
  transition: transform 320ms var(--jd-ease-soft, ease), box-shadow 320ms ease;
}
.jd-event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(80, 50, 30, 0.12);
}
.jd-event-card .jd-event-media {
  aspect-ratio: 16 / 10;
  background: #ead7c2;
  overflow: hidden;
}
.jd-event-card .jd-event-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jd-event-media-fallback {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 210, 160, 0.7), transparent 55%),
    linear-gradient(145deg, #f3e0c8, #e8c4a0);
}
.jd-event-card .jd-event-body {
  padding: 1.05rem 1.05rem 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.jd-event-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #a06a3d;
}
.jd-event-card.is-zoom .jd-event-kicker { color: #3d7a9e; }
.jd-event-card.is-satsang .jd-event-kicker { color: #a06a3d; }
.jd-event-card.is-summer .jd-event-kicker { color: #c06a3a; }
.jd-event-card.is-india .jd-event-kicker { color: #9a4d6e; }
.jd-event-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--jd-serif);
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
  line-height: 1.28;
  color: #2f241c;
  text-align: center;
  text-wrap: balance;
}
.jd-event-card .meta,
.jd-event-card .place {
  margin: 0 0 0.3rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #6a4a34;
  text-align: center;
}
.jd-event-card .desc {
  margin: 0.4rem 0 0.95rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #5c4a3c;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1 1 auto;
}
.jd-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.jd-event-actions .jd-btn {
  font-size: 0.84rem;
  padding: 0.45rem 0.9rem;
}
.jd-event-actions .more {
  color: #c45a72;
  font-weight: 700;
  font-size: 0.88rem;
}
.jd-event-card.is-empty {
  padding: 1.4rem 1.1rem;
  justify-content: center;
  min-height: 220px;
}
.jd-event-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  background: rgba(255, 252, 248, 0.45);
  border-radius: 20px;
  padding: 1.35rem 1.1rem 1.2rem;
  box-shadow: 0 6px 18px rgba(80, 50, 30, 0.05);
}
.jd-event-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.jd-event-col h3 {
  margin: 0 0 0.75rem;
  font-family: var(--jd-sans);
  font-size: clamp(1.08rem, 1.4vw, 1.22rem);
  font-weight: 700;
  line-height: 1.3;
  min-height: 2.7em;
}
.jd-event-col .desc {
  margin: 0 auto 0.9rem;
  max-width: 22rem;
  color: var(--jd-ink);
  font-size: 0.98rem;
  flex: 1 1 auto;
}
.jd-event-col .more {
  display: inline-block;
  margin: 0.35rem 0 0.75rem;
  color: #d15f78;
  font-weight: 700;
}
.jd-event-col .meta {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  min-height: 2.8em;
}
.jd-event-col .thumb {
  margin-top: auto;
  border-radius: var(--jd-r-event);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  height: auto;
  box-shadow: 0 8px 20px rgba(80, 50, 30, 0.1);
  flex: 0 0 auto;
}
.jd-event-col .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jd-events-cta {
  text-align: center;
  margin-top: 0.65rem;
  display: flex;
  justify-content: center;
}

/* ---------- Meetings (fluid artistic Zoom) ---------- */
.jd-meetings {
  position: relative;
  padding: clamp(2rem, 4vw, 3.2rem) 0 clamp(2.2rem, 4.2vw, 3.4rem);
  background:
    linear-gradient(
      180deg,
      #fffaf4 0%,
      #fdf4ea 42%,
      #f8e8d8 78%,
      #fdf4ea 100%
    );
  overflow: clip;
}
.jd-meetings-wash {
  position: absolute;
  left: -2%;
  top: 6%;
  width: min(580px, 70vw);
  height: min(580px, 70vw);
  pointer-events: none;
  z-index: 0;
  background:
    url("/images/paintings/jd-dots-2002.jpg") center / contain no-repeat;
  opacity: 0.28;
  filter: saturate(0.85) brightness(1.06) contrast(0.95);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 42%, transparent 78%);
  mask-image: radial-gradient(circle at 50% 50%, #000 42%, transparent 78%);
}
.jd-meetings::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 65% 55% at 18% 35%, transparent 30%, rgba(255, 250, 244, 0.55) 78%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.28) 0%, transparent 35%, rgba(253, 244, 234, 0.35) 100%);
}
.jd-meetings-inner { position: relative; z-index: 1; }
.jd-meetings-eyebrow {
  margin: 0 0 0.35rem;
  text-align: center;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #a56a45;
}
.jd-meetings-title {
  margin-bottom: clamp(1.15rem, 2.2vw, 1.7rem);
  font-family: var(--jd-serif);
  font-weight: 600;
  font-size: clamp(2.55rem, 4.1vw, 3.6rem);
  letter-spacing: -0.025em;
  line-height: 1.08;
}
.jd-meetings-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(220px, 0.38fr);
  gap: clamp(1.3rem, 2.6vw, 2.2rem);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto clamp(2.6rem, 5vw, 3.8rem);
  justify-content: center;
}
.jd-meetings-media {
  max-width: 920px;
  margin-inline: auto;
  width: 100%;
}
.jd-meetings-media__frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(90, 55, 35, 0.13);
  transform: none;
  background: #fff;
}
.jd-meetings-media__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.16), transparent 42%);
  mix-blend-mode: soft-light;
}
.jd-meetings-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  background: #fff;
}
.jd-meetings-copy .jd-script {
  margin: 0 0 0.85rem;
  font-family: var(--jd-serif);
  font-size: clamp(2.4rem, 3.8vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-align: center;
  color: var(--jd-ink);
  text-wrap: balance;
}
.jd-meetings-copy .jd-script::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 1px;
  margin: 0.9rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(168, 110, 69, 0.55), transparent);
}
.jd-meetings-copy {
  position: relative;
  text-align: center;
  z-index: 1;
  max-width: 26rem;
  margin-inline: auto;
  padding: 0.5rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jd-meetings-copy > p {
  margin: 0 auto;
  max-width: 26rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: var(--jd-sans);
  color: var(--jd-muted);
  font-size: var(--jd-info);
  text-wrap: pretty;
}
.jd-meetings-next {
  margin: 0.85rem 0 0;
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(196, 138, 85, 0.28);
  box-shadow: 0 6px 16px rgba(90, 55, 35, 0.05);
  backdrop-filter: blur(8px);
}
.jd-meetings-next[hidden] {
  display: none !important;
}
.jd-meetings-next:empty {
  display: none !important;
}
.jd-meetings-next span {
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #a56a45;
}
.jd-meetings-next strong {
  font-family: var(--jd-serif);
  font-size: 0.98rem;
  font-weight: 600;
  color: #2f241c;
}
.jd-meeting-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0.75rem;
  max-width: 920px;
  margin: 0 auto;
}
.jd-meeting-actions .jd-btn {
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.82);
  border-color: rgba(196, 138, 85, 0.45);
  min-height: 50px;
  min-width: 170px;
  flex: 0 1 190px;
  box-shadow: 0 8px 18px rgba(90, 55, 35, 0.06);
  backdrop-filter: blur(6px);
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
}
.jd-meeting-actions .jd-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(90, 55, 35, 0.1);
  background: #fff8ef;
}
.jd-meeting-actions .jd-btn-primary {
  border-width: 2px;
  border-color: #d0874c;
  background: linear-gradient(180deg, #f8e4cc 0%, #f0d2b0 100%);
  flex: 1 1 300px;
  max-width: 380px;
  min-height: 52px;
}

.jd-interviews-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(0.85rem, 1.8vw, 1.35rem);
}
.jd-interviews-head .jd-interviews-title {
  margin-bottom: 0;
}
.jd-interviews-head .jd-interviews-lead {
  display: none;
}

/* ---------- Community ---------- */
.jd-community {
  position: relative;
  overflow: clip;
  padding: clamp(2.6rem, 5.5vw, 4.4rem) 0 clamp(3.2rem, 6vw, 5rem);
  background:
    radial-gradient(ellipse 90% 70% at 12% 18%, rgba(249, 225, 192, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 88% 72%, rgba(220, 238, 248, 0.45) 0%, transparent 52%),
    linear-gradient(
      180deg,
      #f8efe3 0%,
      #fff8ef 32%,
      #fffdf9 68%,
      #ffffff 100%
    );
}
.jd-community > .jd-container {
  position: relative;
  z-index: 1;
  padding-top: clamp(0.4rem, 1.2vw, 1rem);
}
.jd-community-orbit {
  position: absolute;
  inset: auto;
  right: -6%;
  top: -4%;
  width: min(720px, 88vw);
  height: min(720px, 88vw);
  z-index: 0;
  pointer-events: none;
  background-image: url("/images/paintings/mandala-dots.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.34;
  filter: saturate(0.7) brightness(1.08) contrast(0.92);
  -webkit-mask-image: radial-gradient(circle at 42% 48%, #000 32%, transparent 74%);
  mask-image: radial-gradient(circle at 42% 48%, #000 32%, transparent 74%);
  animation: jd-community-drift 28s ease-in-out infinite alternate;
}
.jd-community::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -12%;
  width: min(420px, 58vw);
  height: min(420px, 58vw);
  z-index: 0;
  pointer-events: none;
  background-image: url("/images/paintings/mandala-dots.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.18;
  filter: saturate(0.45) brightness(1.2) hue-rotate(-8deg);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 35%, transparent 78%);
  mask-image: radial-gradient(circle at 50% 50%, #000 35%, transparent 78%);
  transform: rotate(18deg);
  animation: jd-community-drift-alt 34s ease-in-out infinite alternate;
}
.jd-community::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 78% 22%, transparent 20%, rgba(255, 250, 244, 0.55) 75%),
    linear-gradient(180deg, rgba(248, 239, 227, 0.2) 0%, transparent 40%, rgba(255, 255, 255, 0.45) 100%);
}
@keyframes jd-community-drift {
  from { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
  to { transform: translate3d(-2.5%, 3%, 0) rotate(4deg) scale(1.04); }
}
@keyframes jd-community-drift-alt {
  from { transform: rotate(18deg) translate3d(0, 0, 0); }
  to { transform: rotate(26deg) translate3d(3%, -2%, 0); }
}

.jd-community-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}
.jd-community-head .jd-section-title {
  margin-bottom: 0.85rem;
}
.jd-community-intro {
  margin: 0 auto 0.85rem;
  max-width: 36rem;
  color: var(--jd-muted);
  font-family: var(--jd-serif-soft);
  font-size: var(--jd-info);
  font-weight: 500;
  line-height: 1.6;
  text-wrap: pretty;
}
.jd-community-welcome {
  margin: 0;
  font-family: var(--jd-script);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  color: var(--jd-brown);
  line-height: 1.25;
}

.jd-community-cards {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(1.1rem, 2.8vw, 2.2rem);
  max-width: 1040px;
  margin-inline: auto;
  align-items: end;
}
.jd-house-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: inherit;
  transition: transform 520ms var(--jd-ease-soft, ease);
}
.jd-house-card.is-spain {
  transform: rotate(-1.1deg) translateY(-0.4rem);
}
.jd-house-card.is-germany {
  transform: rotate(1.25deg) translateY(1.6rem);
}
.jd-home .jd-house-card:hover,
.jd-house-card:hover {
  transform: rotate(0deg) translateY(-0.35rem) scale(1.012);
  box-shadow: none;
  color: inherit;
}
.jd-house-media {
  position: relative;
  display: block;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: #ead7c2;
  border-radius: 28px 18px 32px 14px;
  box-shadow:
    0 22px 48px rgba(70, 42, 28, 0.16),
    0 2px 0 rgba(255, 255, 255, 0.35) inset;
}
.jd-house-card.is-germany .jd-house-media {
  border-radius: 16px 30px 14px 28px;
  aspect-ratio: 4 / 5;
}
.jd-house-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(28, 18, 12, 0.55) 100%),
    linear-gradient(115deg, rgba(255, 248, 236, 0.12) 0%, transparent 40%);
  opacity: 0.92;
  transition: opacity 420ms ease;
}
.jd-house-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  transition: transform 900ms var(--jd-ease-soft, ease), filter 420ms ease;
  filter: brightness(0.94) saturate(0.92) contrast(1.02);
}
.jd-house-card.is-germany .jd-house-media img {
  object-position: center 35%;
}
.jd-house-card:hover .jd-house-media img {
  transform: scale(1.06);
  filter: brightness(0.96) saturate(0.96) contrast(1.04);
}
.jd-house-card:hover .jd-house-media::after {
  opacity: 1;
}
.jd-house-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 1.35rem 1.35rem 1.25rem;
  color: #fff;
  text-align: left;
  pointer-events: none;
}
.jd-house-place {
  font-family: var(--jd-script);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.1;
  color: #ffe8c8;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
.jd-house-name {
  font-family: var(--jd-serif);
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}
.jd-house-hint {
  margin-top: 0.35rem;
  max-width: 16rem;
  font-family: var(--jd-sans);
  font-size: 0.86rem;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 380ms ease, transform 380ms var(--jd-ease-soft, ease);
  color: rgba(255, 248, 240, 0.92);
}
.jd-house-card:hover .jd-house-hint,
.jd-house-card:focus-visible .jd-house-hint {
  opacity: 1;
  transform: translateY(0);
}
.jd-house-card .place {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .jd-community-orbit,
  .jd-community::before {
    animation: none;
  }
  .jd-house-media img,
  .jd-house-hint {
    transition: none;
  }
}

.jd-community-dialog .jd-community-card {
  width: min(720px, 100%);
  max-height: min(90vh, 920px);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fffaf4;
}
.jd-community-dialog .jd-dialog-close {
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.45);
}
.jd-community-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: auto;
}
.jd-community-hero {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ead7c2;
}
.jd-community-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  filter: brightness(0.94) saturate(0.92) contrast(1.02);
}
.jd-community-copy {
  padding: 1.35rem 1.5rem 1.55rem;
}
.jd-community-place {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #a56a45;
}
.jd-community-copy h2 {
  margin: 0 0 0.45rem;
  font-family: var(--jd-serif);
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--jd-ink);
}
.jd-community-tagline {
  margin: 0 0 0.85rem;
  font-family: var(--jd-serif-soft, var(--jd-serif));
  font-style: italic;
  font-size: var(--jd-info-sm);
  color: #7a6554;
}
.jd-community-desc {
  margin: 0 0 0.95rem;
  color: #4d3d32;
  line-height: 1.6;
  font-size: var(--jd-info-sm);
}
.jd-community-highlights {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: #4d3d32;
  line-height: 1.55;
  font-size: var(--jd-info-sm);
}
.jd-community-highlights li {
  margin: 0.25rem 0;
}
.jd-community-note {
  margin: 0 0 1.15rem;
  font-weight: 600;
  color: #5e3824;
}
.jd-community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* ---------- Newsletter / footer ---------- */
.jd-newsletter {
  padding: var(--jd-section) 0;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffaf4 40%,
      var(--jd-cream) 100%
    );
  text-align: center;
}
.jd-newsletter-form {
  display: grid;
  gap: 0.75rem;
  max-width: 460px;
  margin: 1.2rem auto 0;
}
.jd-newsletter-form input {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid var(--jd-contour);
  border-radius: var(--jd-r-btn);
  padding: 0.75rem 1rem;
  font: inherit;
  background: var(--jd-white);
}
.jd-form-note {
  margin: 0.35rem 0 0;
  font-size: var(--jd-info-sm);
  color: var(--jd-muted);
  line-height: 1.5;
}

.jd-page-footer {
  background:
    linear-gradient(
      180deg,
      var(--jd-cream) 0%,
      #f6ebdc 28%,
      #f3e6d5 100%
    );
  padding: 2.6rem 0 1.15rem;
  border-top: 0;
}
.jd-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.jd-page-footer h3 {
  font-family: var(--jd-serif);
  font-size: 1.3rem;
  margin: 0 0 0.6rem;
}
.jd-page-footer p { margin: 0 0 0.55rem; }
.jd-footer-bottom {
  width: min(var(--jd-max), calc(100% - var(--jd-gutter) * 2));
  margin: 1.5rem auto 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--jd-line);
  color: var(--jd-muted);
  font-size: 0.9rem;
}

/* Dialog */
.jd-dialog {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(40, 28, 18, 0.55);
  display: grid;
  place-items: center;
  padding: 1.25rem;
}
.jd-dialog[hidden] { display: none; }
.jd-dialog-card {
  width: min(520px, 100%);
  max-height: min(88vh, 920px);
  overflow: auto;
  background: var(--jd-cream);
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  box-shadow: var(--jd-shadow);
  font-family: var(--jd-sans);
}
.jd-dialog-close {
  position: absolute;
  top: 0.55rem;
  right: 0.65rem;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  cursor: pointer;
}
.jd-dialog-thumb,
.jd-dialog-player {
  margin-top: 1rem;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #1a1410;
}
.jd-dialog-thumb img,
.jd-dialog-player img { width: 100%; height: 100%; object-fit: cover; }
.jd-dialog-player iframe,
.jd-dialog-player video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}
.jd-video-card { width: min(920px, 100%); background: #fffaf4; }
.jd-video-fallback {
  margin: 0.75rem 0 0;
  color: var(--jd-muted);
  font-size: 0.95rem;
}

.jd-book-card .jd-book-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: inherit;
}
.jd-book-card .jd-book-open img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.35s ease;
}
.jd-book-card .jd-book-open:hover img { transform: translateY(-3px) scale(1.02); }
.jd-book-card-wide { width: min(980px, 100%); }
.jd-book-body { margin-top: 0.4rem; }
.jd-book-dialog .jd-book-card,
.jd-book-dialog .jd-dialog-card {
  width: min(980px, 100%);
  max-height: min(92vh, 980px);
}
.jd-book-preview-frame {
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  overflow: hidden;
  background: #efe4d6;
  border: 1px solid rgba(180, 140, 100, 0.25);
}
.jd-book-preview-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #fff;
}
.jd-book-buy-panel { margin-top: 1rem; }
.jd-book-buy-lead {
  margin: 0 0 0.75rem;
  color: var(--jd-muted);
  font-size: var(--jd-info-sm);
  line-height: 1.55;
}
.jd-book-buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}
.jd-book-buy-list {
  display: grid;
  gap: 0.55rem;
}
.jd-book-buy-option {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(180, 140, 100, 0.35);
  background: #fff7ee;
  color: inherit;
  text-decoration: none;
}
.jd-book-buy-option:hover { border-color: #c48a55; background: #fff1e2; }
.jd-meet-banner {
  margin: 0 0 1rem;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  background: #ead7c2;
}
.jd-meet-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Explore topics — editorial pathways */
.jd-topics {
  position: relative;
  padding: clamp(3.4rem, 7.5vw, 5.8rem) 0 clamp(4rem, 8.5vw, 6.4rem);
  background:
    radial-gradient(ellipse 70% 55% at 8% 20%, rgba(249, 225, 192, 0.45) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 92% 78%, rgba(196, 220, 214, 0.35) 0%, transparent 55%),
    linear-gradient(
      180deg,
      #fffaf4 0%,
      #fff8ef 38%,
      #fffdf9 72%,
      #ffffff 100%
    );
  overflow: clip;
}
.jd-topics-orbit {
  position: absolute;
  left: -10%;
  top: 8%;
  width: min(560px, 70vw);
  height: min(560px, 70vw);
  z-index: 0;
  pointer-events: none;
  background-image: url("/images/paintings/explore-circles.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.22;
  filter: saturate(0.65) brightness(1.12) contrast(0.9);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 34%, transparent 74%);
  mask-image: radial-gradient(circle at 50% 50%, #000 34%, transparent 74%);
  animation: jd-topics-drift 32s ease-in-out infinite alternate;
}
.jd-topics::before {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -14%;
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  z-index: 0;
  pointer-events: none;
  background-image: url("/images/paintings/rings-agonda.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.16;
  filter: saturate(0.55) brightness(1.15);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 38%, transparent 76%);
  mask-image: radial-gradient(circle at 50% 50%, #000 38%, transparent 76%);
  transform: rotate(-12deg);
  animation: jd-topics-drift-alt 38s ease-in-out infinite alternate;
}
.jd-topics::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 40% at 70% 30%, transparent 20%, rgba(255, 250, 244, 0.45) 78%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.2) 0%, transparent 42%, rgba(255, 255, 255, 0.4) 100%);
}
@keyframes jd-topics-drift {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(3%, 2%, 0) rotate(5deg); }
}
@keyframes jd-topics-drift-alt {
  from { transform: rotate(-12deg) translate3d(0, 0, 0); }
  to { transform: rotate(-4deg) translate3d(-2%, -3%, 0); }
}
.jd-topics > .jd-container {
  position: relative;
  z-index: 1;
}
.jd-topics-head {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  max-width: 36rem;
  margin-inline: auto;
}
.jd-topics-eyebrow {
  margin: 0 0 0.55rem;
  font-family: var(--jd-script);
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  color: var(--jd-brown);
  line-height: 1.2;
}
.jd-topics-head .jd-section-title {
  margin-bottom: 0.7rem;
}
.jd-topics-lead {
  margin: 0 auto;
  color: var(--jd-muted);
  max-width: 30rem;
  font-size: var(--jd-info);
  line-height: 1.6;
}
.jd-topics-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.86fr;
  grid-template-rows: minmax(240px, 1fr) minmax(240px, 1fr);
  gap: clamp(1rem, 2.2vw, 1.5rem);
  max-width: 1120px;
  margin-inline: auto;
  min-height: clamp(520px, 58vw, 640px);
}
.jd-topic-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  min-height: 0;
  box-shadow:
    0 18px 42px rgba(60, 40, 25, 0.15),
    0 1px 0 rgba(255, 255, 255, 0.25) inset;
  transition: transform 520ms var(--jd-ease-soft, ease), box-shadow 420ms ease;
}
.jd-topic-card.is-topic-1 {
  grid-row: 1 / span 2;
  border-radius: 30px 18px 34px 16px;
  transform: rotate(-0.7deg);
}
.jd-topic-card.is-topic-2 {
  border-radius: 16px 28px 14px 24px;
  transform: rotate(0.9deg) translateY(0.35rem);
}
.jd-topic-card.is-topic-3 {
  border-radius: 24px 14px 28px 18px;
  transform: rotate(-0.8deg) translateY(-0.2rem);
}
.jd-home .jd-topic-card:hover,
.jd-topic-card:hover {
  transform: rotate(0deg) translateY(-0.4rem) scale(1.012);
  box-shadow: 0 26px 54px rgba(60, 40, 25, 0.2);
  color: #fff;
}
.jd-topic-media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #c4a882;
}
.jd-topic-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.04);
  filter: brightness(0.94) saturate(1.05) contrast(1.04);
  transition: transform 1100ms var(--jd-ease-soft, ease), filter 420ms ease;
}
.jd-topic-card.is-topic-1 .jd-topic-media img {
  object-position: center 35%;
}
.jd-topic-card.is-topic-2 .jd-topic-media img {
  object-position: center 45%;
}
.jd-topic-card.is-topic-3 .jd-topic-media img {
  object-position: center 28%;
}
.jd-topic-card:hover .jd-topic-media img {
  transform: scale(1.1);
  filter: brightness(0.97) saturate(1.1) contrast(1.06);
}
.jd-topic-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 244, 230, 0.12) 0%, transparent 42%),
    linear-gradient(
      180deg,
      rgba(28, 20, 14, 0.05) 0%,
      rgba(28, 20, 14, 0.18) 38%,
      rgba(16, 11, 8, 0.78) 100%
    );
  transition: opacity 420ms ease;
}
.jd-topic-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: clamp(1.2rem, 2.4vw, 1.75rem);
  pointer-events: none;
}
.jd-topic-index {
  font-family: var(--jd-script);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  color: #ffe4bf;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.jd-topic-body h3 {
  margin: 0;
  font-family: var(--jd-serif);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
  text-wrap: balance;
}
.jd-topic-card.is-topic-1 .jd-topic-body h3 {
  font-size: clamp(1.85rem, 3vw, 2.55rem);
}
.jd-topic-body p {
  margin: 0.15rem 0 0;
  color: rgba(255, 248, 240, 0.92);
  font-size: var(--jd-info-sm);
  line-height: 1.5;
  max-width: 26rem;
  opacity: 0.92;
}
.jd-topic-go {
  margin-top: 0.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--jd-sans);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffe8c8;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 380ms ease, transform 380ms var(--jd-ease-soft, ease);
}
.jd-topic-go::after {
  content: "→";
  font-size: 1rem;
  line-height: 1;
}
.jd-topic-card:hover .jd-topic-go,
.jd-topic-card:focus-visible .jd-topic-go {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .jd-topics-orbit,
  .jd-topics::before {
    animation: none;
  }
  .jd-topic-media img,
  .jd-topic-go {
    transition: none;
  }
}

/* Meeting popup (OpenSkyEvents) */
.jd-meet-card {
  width: min(720px, 100%);
  background: #fffaf4;
}
.jd-meet-card #meet-dialog-title {
  margin: 0 2.2rem 0.85rem 0;
  font-family: var(--jd-serif);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 600;
  color: var(--jd-ink);
  line-height: 1.2;
}
.jd-meet-body { color: var(--jd-ink); }
.jd-meet-loading,
.jd-meet-error {
  margin: 0.4rem 0 0;
  color: var(--jd-muted);
}
.jd-meet-error { color: #a33; }
.jd-meet-lead {
  margin: 0 0 1rem;
  color: var(--jd-muted);
  line-height: 1.6;
  white-space: pre-line;
  font-size: var(--jd-info-sm);
}
.jd-meet-meta {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--jd-brown);
  font-weight: 600;
}
.jd-meet-list {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  max-height: 220px;
  overflow: auto;
}
.jd-meet-list button,
.jd-meet-list a.jd-meet-item {
  width: 100%;
  text-align: left;
  border: 1px solid var(--jd-line);
  background: #fff;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: border-color var(--jd-ease), box-shadow var(--jd-ease);
}
.jd-meet-list button:hover,
.jd-meet-list a.jd-meet-item:hover,
.jd-meet-list button.is-selected {
  border-color: #c9956a;
  box-shadow: 0 6px 16px rgba(94, 56, 36, 0.08);
  color: inherit;
}
.jd-meet-item-title {
  display: block;
  font-family: var(--jd-serif);
  font-weight: 600;
  margin-bottom: 0.15rem;
}
.jd-meet-item-when {
  display: block;
  font-size: 0.88rem;
  color: var(--jd-muted);
}
.jd-meet-form {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 1.15rem;
}
.jd-meet-form label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--jd-brown);
  margin-top: 0.2rem;
}
.jd-meet-form input,
.jd-meet-form textarea {
  width: 100%;
  border: 1px solid #e0d0be;
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font: inherit;
  background: #fff;
}
.jd-meet-form textarea { min-height: 72px; resize: vertical; }
.jd-meet-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.45rem;
}
.jd-meet-form-actions .jd-btn,
.jd-dialog .jd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 180px;
  min-height: 48px;
  padding: 0.7rem 1.45rem;
  border-radius: 12px;
  border: 1.5px solid #d8874c;
  background: #ecc5a8;
  color: #5e3824;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1.25;
}
.jd-dialog .jd-btn-primary {
  border-width: 2.5px;
  background: #f7dcb8;
}
.jd-dialog .jd-btn:hover {
  background: #f7dcb8;
  color: #5e3824;
}
.jd-meet-status {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  color: var(--jd-muted);
}
.jd-meet-status.is-ok { color: #2f6b3a; }
.jd-meet-status.is-err { color: #a33; }
.jd-meet-contact {
  margin-top: 0.25rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #f8e9d8;
  border: 1px solid #ebd2b6;
}
.jd-meet-contact h3 {
  margin: 0 0 0.35rem;
  font-family: var(--jd-serif);
  font-size: 1.12rem;
}
.jd-meet-contact p {
  margin: 0.2rem 0;
  font-size: 0.92rem;
  line-height: 1.45;
}
.jd-meet-contact a { color: var(--jd-pink); font-weight: 600; }

/* Reveal */
.jd-home .jd-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.jd-home .jd-reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .jd-home {
    --jd-space-between: clamp(3.8rem, 7vw, 5.5rem);
    --jd-section: clamp(3.8rem, 7vw, 5.5rem);
  }
  .jd-cinematic-grid,
  .jd-interviews-grid,
  .jd-interviews-layout,
  .jd-books-layout,
  .jd-meetings-grid,
  .jd-book-series.is-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .jd-interviews-copy,
  .jd-interviews-title,
  .jd-interviews-lead,
  .jd-books-copy,
  .jd-books-copy .jd-section-title {
    text-align: center;
  }
  .jd-interviews-lead,
  .jd-books-top-lead {
    margin-inline: auto;
  }
  .jd-book-series.is-split-reverse {
    grid-template-columns: 1fr;
  }
  .jd-book-series-copy,
  .jd-book-series.is-split-reverse .jd-book-series-copy {
    text-align: center;
  }
  .jd-book-series-lead,
  .jd-book-series.is-split-reverse .jd-book-series-lead {
    margin-inline: auto;
  }
  .jd-book-series.is-split .jd-book-series-grid,
  .jd-book-series.is-split-reverse .jd-book-series-grid {
    justify-content: center;
  }
  .jd-intro-quote blockquote p,
  .jd-intro-quote blockquote footer,
  .jd-script,
  .jd-meetings-copy {
    text-align: center;
  }
  .jd-meetings-media__frame {
    transform: none;
    border-radius: 16px;
  }
  .jd-meetings-next {
    margin-inline: auto;
  }
  .jd-cinematic-copy { text-align: center; }
  .jd-series-panel { max-width: 420px; margin-inline: auto; width: 100%; }
  .jd-series-panel h3 { text-align: center; }
  .jd-events-cols,
  .jd-events-cols.jd-events-featured { grid-template-columns: 1fr 1fr; }
  .jd-topics-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }
  .jd-topic-card.is-topic-1 {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: clamp(280px, 52vw, 360px);
  }
  .jd-topic-card.is-topic-2,
  .jd-topic-card.is-topic-3 {
    min-height: clamp(240px, 42vw, 300px);
  }
  .jd-events-cols .jd-event-col:last-child {
    grid-column: 1 / -1;
    max-width: 420px;
    width: 100%;
    justify-self: center;
  }
  .jd-book-series-grid.is-interviews,
  .jd-book-series-grid.is-ramana,
  .jd-book-series-grid.is-teachings {
    grid-template-columns: repeat(auto-fit, minmax(150px, 200px));
    justify-content: center;
  }
  .jd-cinematic-slider .carousel-btn.prev { left: 0.2rem; }
  .jd-cinematic-slider .carousel-btn.next { right: 0.2rem; }
}

@media (max-width: 768px) {
  .jd-home {
    --jd-space-between: clamp(3rem, 8vw, 4.2rem);
    --jd-section: clamp(3.2rem, 8vw, 4.5rem);
  }
  .jd-quick-grid,
  .jd-community-cards,
  .jd-footer-grid,
  .jd-events-cols,
  .jd-events-cols.jd-events-featured,
  .jd-topics-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
    max-width: 440px;
  }
  .jd-topic-card.is-topic-1,
  .jd-topic-card.is-topic-2,
  .jd-topic-card.is-topic-3,
  .jd-home .jd-topic-card:hover,
  .jd-topic-card:hover {
    grid-column: auto;
    grid-row: auto;
    transform: none;
    min-height: clamp(260px, 58vw, 340px);
  }
  .jd-topic-go {
    opacity: 0.9;
    transform: none;
  }
  .jd-topics-orbit {
    opacity: 0.14;
    width: min(340px, 80vw);
    height: min(340px, 80vw);
    left: -18%;
    top: 0;
    animation: none;
  }
  .jd-events-cols .jd-event-col:last-child {
    grid-column: auto;
    max-width: none;
  }
  .jd-event-col h3,
  .jd-event-col .meta { min-height: 0; }
  .jd-hero-photo { height: clamp(300px, 44vh, 440px); }
  .jd-hero-legacy { padding-bottom: clamp(3.8rem, 12vw, 5.2rem); }
  .jd-hero-legacy .jd-hero-portrait { width: clamp(148px, 36vw, 190px); bottom: 0; }
  .jd-hero-waves { bottom: clamp(2.6rem, 9vw, 3.8rem); height: 92px; }
  .jd-intro { padding: clamp(0.15rem, 2vw, 0.5rem) 0 clamp(1.2rem, 4vw, 1.8rem); }
  .jd-quick { padding-bottom: clamp(2rem, 6vw, 2.8rem); }
  .jd-quick-card { min-height: 0; padding-bottom: 2.5rem; }
  .jd-book-tabs { justify-content: center; }
  .jd-meeting-actions { flex-direction: column; align-items: stretch; }
  .jd-meeting-actions .jd-btn,
  .jd-meeting-actions .jd-btn-primary {
    max-width: none;
    width: 100%;
    flex: none;
  }
  .jd-home .jd-btn { width: auto; min-height: 46px; }
  .jd-carousel .carousel-btn { display: none; }
  .jd-community::before {
    opacity: 0.12;
    width: min(280px, 70vw);
    height: min(280px, 70vw);
    left: -12%;
    bottom: -8%;
    right: auto;
    top: auto;
    transform: rotate(18deg);
  }
  .jd-community-orbit {
    opacity: 0.22;
    width: min(420px, 92vw);
    height: min(420px, 92vw);
    right: -18%;
    top: -2%;
    animation: none;
  }
  .jd-community-cards {
    gap: 1.35rem;
    max-width: 420px;
  }
  .jd-house-card.is-spain,
  .jd-house-card.is-germany,
  .jd-home .jd-house-card:hover,
  .jd-house-card:hover {
    transform: none;
  }
  .jd-house-card.is-germany .jd-house-media {
    aspect-ratio: 5 / 4;
  }
  .jd-house-hint {
    opacity: 0.92;
    transform: none;
  }
  .jd-meetings-wash {
    opacity: 0.2;
    width: min(320px, 72vw);
    height: min(320px, 72vw);
    left: -4%;
    top: 4%;
  }
  .jd-book-series-grid.is-interviews,
  .jd-book-series-grid.is-ramana,
  .jd-book-series-grid.is-teachings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jd-book-card img,
  .jd-book-series-grid.is-teachings .jd-book-card img {
    height: auto;
  }
}

@media (min-width: 520px) and (max-width: 768px) {
  .jd-quick-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 519px) {
  .jd-book-series-grid.is-interviews,
  .jd-book-series-grid.is-ramana,
  .jd-book-series-grid.is-teachings {
    grid-template-columns: minmax(0, 220px);
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jd-home *,
  .jd-home *::before,
  .jd-home *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .jd-home .jd-reveal {
    opacity: 1;
    transform: none;
  }
}
