/* ============================================================
   ЕЛЕНА СЯГЛО — link-in-bio лендинг
   Mobile-first. Тёплый крем, маджента, чистый гротеск.
   Десктоп — отдельный двухколоночный, более насыщенный вид.
   ============================================================ */

:root {
  --bg:     oklch(0.974 0.013 78);
  --bg-2:   oklch(0.948 0.018 72);
  --paper:  #ffffff;
  --ink:    oklch(0.225 0.016 350);
  --ink-2:  oklch(0.44 0.016 350);
  --ink-3:  oklch(0.60 0.014 350);
  --line:   color-mix(in oklab, var(--ink) 13%, transparent);
  --sand:   oklch(0.90 0.018 65);

  --accent:      oklch(0.585 0.235 351);
  --accent-deep: oklch(0.47 0.21 352);
  --accent-ink:  oklch(0.45 0.20 352);
  --accent-soft: oklch(0.94 0.042 350);

  /* глубокая слива для приглушённого клуба */
  --plum:      oklch(0.40 0.15 340);
  --plum-deep: oklch(0.32 0.12 335);

  --gold:      oklch(0.80 0.13 80);
  --gold-soft: oklch(0.93 0.06 85);

  --font-display: "Playfair Display", Georgia, serif;
  --font-body:    "Manrope", system-ui, sans-serif;
  --font-hand:    "Caveat", cursive;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  background-image:
    radial-gradient(95% 55% at 50% -6%, color-mix(in oklab, var(--accent-soft) 90%, transparent), transparent 62%),
    radial-gradient(80% 50% at 100% 102%, color-mix(in oklab, var(--gold-soft) 65%, transparent), transparent 60%);
  font-size: 17px; line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  padding: clamp(34px, 8vw, 72px) 20px clamp(40px, 8vw, 64px);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
input, textarea { font: inherit; color: inherit; }
::selection { background: var(--accent); color: #fff; }

/* ---------- LAYOUT (mobile) ---------- */
.bio { width: 100%; margin: 0 auto; max-width: 468px; position: relative; }
.bio-inner { display: flex; flex-direction: column; gap: 16px; position: relative; z-index: 1; }
.col-left { display: contents; } /* на мобайле дети участвуют в flex напрямую */
.cards { display: flex; flex-direction: column; gap: 14px; order: 1; }
.who { order: 0; }
.bio-foot { order: 2; }

/* декоративные ✦ */
.sparkle { position: absolute; z-index: 0; color: var(--accent); opacity: .3; pointer-events: none; font-style: normal; }
.sparkle.s1 { top: 3%;  left: -1%;  font-size: 1.3rem; color: var(--gold); opacity: .6; }
.sparkle.s2 { top: 11%; right: 0%;  font-size: 1.7rem; transform: rotate(8deg); }
.sparkle.s4 { bottom: 14%; right: -2%; font-size: 1.4rem; }

/* ---------- WHO ---------- */
.who { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 12px; }
.avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; }

.who-name {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(2rem, 7vw, 2.5rem);
  line-height: 1.02; letter-spacing: -0.035em;
  color: var(--ink);
}
.who-role {
  margin-top: 12px;
  font-size: clamp(0.62rem, 2.7vw, 0.72rem);
  font-weight: 700; color: var(--accent-ink);
  letter-spacing: 0.12em; text-transform: uppercase; line-height: 1.5; text-wrap: balance;
}
.who-role i { color: var(--gold); font-style: normal; margin: 0 0.15em; }
.who-niche {
  display: none; /* мобайл — лаконично; раскрываем на десктопе */
  margin-top: 18px; color: var(--ink-2); font-size: 1.02rem; line-height: 1.5; max-width: 34ch;
}
.who-stats { display: none; } /* только десктоп */

/* ---------- CARDS (общее) ---------- */
.card { display: block; border-radius: 24px; position: relative; transition: transform .22s ease, box-shadow .28s ease; }
.card-kicker { display: inline-flex; align-items: center; gap: 7px; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; opacity: .85; }
.card-title { display: block; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.55rem, 6vw, 2rem); line-height: 1.0; letter-spacing: -0.015em; }
.card-sub { display: block; font-size: 0.93rem; line-height: 1.45; opacity: .85; }

/* CLUB — приглушённый глубокий градиент, наполненная */
.card-club {
  --club-grad: linear-gradient(158deg, var(--accent) 0%, var(--plum) 58%, var(--plum-deep) 100%);
  display: flex; flex-direction: column; gap: 13px;
  padding: clamp(24px, 5.5vw, 32px);
  background: var(--club-grad);
  color: #fff; overflow: hidden; isolation: isolate;
  box-shadow: 0 24px 50px -24px color-mix(in oklab, var(--plum) 92%, black);
}
/* бегущий по периметру блик света (вращающийся конус, виден только на ободке) */
.club-glow {
  position: absolute; z-index: 0; top: 50%; left: 50%;
  width: 175%; aspect-ratio: 1; transform: translate(-50%, -50%);
  background: conic-gradient(from 0deg,
    transparent 0deg 215deg,
    color-mix(in oklab, var(--gold) 65%, white) 250deg,
    #ffffff 280deg,
    color-mix(in oklab, var(--accent) 45%, white) 305deg,
    transparent 340deg 360deg);
  animation: club-orbit 4.8s linear infinite;
  pointer-events: none;
}
@keyframes club-orbit { to { transform: translate(-50%, -50%) rotate(360deg); } }
.club-inner {
  position: absolute; z-index: 0; inset: 2.5px; border-radius: inherit;
  background: var(--club-grad); pointer-events: none;
}
.card-club > .card-kicker,
.card-club > .card-title,
.card-club > .card-sub,
.card-club > .card-points,
.card-club > .card-foot { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .club-glow { animation: none; opacity: 0; } }
.card-club::after {
  content: "✦"; position: absolute; right: -12px; bottom: -26px; font-size: 7.5rem; z-index: 1;
  color: rgba(255,255,255,.10); pointer-events: none; line-height: 1;
}
.card-club .card-kicker { color: rgba(255,255,255,.9); opacity: 1; }
.card-club .card-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: oklch(0.82 0.16 150); box-shadow: 0 0 0 0 oklch(0.82 0.16 150 / .6); animation: club-live 2.2s infinite; }
@keyframes club-live { 70% { box-shadow: 0 0 0 7px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
.card-club .card-sub { color: rgba(255,255,255,.86); }
.card-points { list-style: none; padding: 0; display: grid; gap: 9px; margin-top: 2px; }
.card-points li { position: relative; padding-left: 20px; font-size: 0.92rem; line-height: 1.4; color: rgba(255,255,255,.9); }
.card-points li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.card-foot { display: flex; align-items: center; justify-content: flex-start; margin-top: 8px; }
.card-cta {
  display: inline-flex; align-items: center; gap: 0.5em; white-space: nowrap;
  background: #fff; color: var(--plum-deep);
  font-weight: 800; font-size: 0.95rem;
  padding: 0.95em 1.5em; border-radius: 100px;
  box-shadow: 0 10px 22px -12px rgba(0,0,0,.5);
  transition: transform .18s ease, box-shadow .25s ease;
}
.card-cta .arrow { transition: transform .22s ease; }
.card-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(0,0,0,.55); }
.card-cta:hover .arrow { transform: translateX(4px); }
.card-club:hover { transform: translateY(-3px); box-shadow: 0 32px 60px -24px color-mix(in oklab, var(--plum) 88%, black); }

/* SCHOOL — светлая вторичная, раскрывается */
.card-school { background: var(--paper); color: var(--ink); box-shadow: 0 16px 40px -32px rgba(40,15,35,.5); border: 1px solid var(--line); overflow: hidden; }
.card-school .card-head { display: flex; align-items: center; gap: 16px; width: 100%; text-align: left; padding: clamp(22px, 5vw, 28px); cursor: pointer; }
.card-school .card-main { flex: 1 1 auto; min-width: 0; display: grid; gap: 9px; }
.card-school .card-kicker { color: var(--accent-ink); opacity: 1; }
.card-school .card-kicker::before { content: "✦"; color: var(--gold); }
.card-school .card-arrow { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-ink); transition: transform .22s ease, background .2s; }
.card-school .card-arrow .chevron { display: block; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.card-school.open .card-arrow { background: var(--accent); color: #fff; }
.card-school.open .card-arrow .chevron { transform: rotate(180deg); }
.card-school:hover { transform: translateY(-2px); }
.card-school:hover .card-arrow { background: var(--accent); color: #fff; }

/* раскрывающаяся анкета (анимируем height — max-height в этом движке ненадёжен) */
.card-form { height: 0; overflow: hidden; transition: height .45s cubic-bezier(.2,.7,.2,1); }
.card-form-inner { overflow: hidden; }
.card-form form { display: grid; gap: 11px; padding: 0 clamp(22px,5vw,28px) clamp(22px,5vw,28px); }
.card-form .sep { height: 1px; background: var(--line); margin-bottom: 4px; }
.card-form input, .card-form textarea {
  padding: 0.98em 1.1em; border-radius: 14px; background: var(--bg); width: 100%;
  box-shadow: inset 0 0 0 1.5px var(--line); transition: box-shadow .2s, background .2s;
  font-family: inherit; color: var(--ink);
}
.card-form textarea { resize: none; line-height: 1.5; min-height: 92px; }
.card-form input:focus, .card-form textarea:focus { outline: none; box-shadow: inset 0 0 0 2px var(--accent); background: #fff; }
.card-form input.invalid, .card-form textarea.invalid { box-shadow: inset 0 0 0 2px oklch(0.62 0.2 25); }

/* —— прогрессивное появление полей —— */
.form-step[hidden] { display: none !important; }
.form-step { animation: stepIn .38s cubic-bezier(.2,.7,.2,1); }
@keyframes stepIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* —— слайдер в стиле IG-стикера: рамка с вопросом + растущий пузырёк —— */
.range-field { display: grid; justify-items: center; margin-top: 8px; --pct: 67%; --rngcol: var(--accent); --scale: 1; }
.ig-slider {
  width: min(300px, 100%);
  background: linear-gradient(180deg, #fff, color-mix(in oklab, var(--accent-soft) 55%, #fff));
  border: 1px solid color-mix(in oklab, var(--accent) 20%, var(--line));
  border-radius: 22px; padding: 18px 22px 28px;
  box-shadow: 0 16px 36px -24px color-mix(in oklab, var(--accent) 70%, black);
}
.ig-q { text-align: center; font-weight: 700; font-size: 0.98rem; line-height: 1.3; color: var(--ink); margin-bottom: 26px; text-wrap: balance; }
.ig-track-wrap { position: relative; height: 34px; margin: 0 8px; touch-action: none; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.ig-track { position: absolute; left: 0; right: 0; top: 50%; height: 10px; transform: translateY(-50%); border-radius: 100px; background: color-mix(in oklab, var(--accent) 14%, #fff); overflow: hidden; }
.ig-fill { position: absolute; left: 0; top: 0; bottom: 0; width: var(--pct); background: linear-gradient(90deg, color-mix(in oklab, var(--accent) 50%, #fff), var(--rngcol)); transition: background .15s linear, width .07s linear; }
.ig-thumb {
  position: absolute; top: 50%; left: var(--pct);
  width: 34px; height: 34px; transform: translate(-50%, -50%) scale(var(--scale));
  border-radius: 50%; background: #fff; border: 2.5px solid var(--rngcol);
  display: grid; place-items: center; cursor: grab;
  box-shadow: 0 6px 16px -5px color-mix(in oklab, var(--rngcol) 78%, black), inset 0 1px 0 rgba(255,255,255,.7);
  transition: transform .12s ease, border-color .15s linear;
}
.ig-thumb .ig-bubble { font-weight: 800; font-size: 0.82rem; color: var(--rngcol); transition: color .15s linear; }
.ig-thumb:hover { transform: translate(-50%, -50%) scale(calc(var(--scale) * 1.08)); }
.ig-thumb:focus-visible { outline: none; box-shadow: 0 0 0 4px color-mix(in oklab, var(--rngcol) 32%, transparent), 0 6px 16px -5px color-mix(in oklab, var(--rngcol) 78%, black); }
.ig-track-wrap.dragging .ig-thumb { cursor: grabbing; transform: translate(-50%, -50%) scale(calc(var(--scale) * 1.12)); }
.ig-want-label { margin-top: 18px; text-align: center; font-family: "Playfair Display", serif; font-weight: 600; font-size: 1.12rem; line-height: 1.25; color: var(--rngcol, var(--accent)); min-height: 1.35em; text-wrap: balance; transition: color .15s linear; }

/* —— подсказки об ошибках под полями —— */
.field-err { margin: -5px 2px 0; padding: 0 4px; font-size: 0.78rem; font-weight: 600; line-height: 1.3; color: oklch(0.58 0.2 25); animation: stepIn .28s ease; }
.field-err[hidden] { display: none; }
.submit {
  margin-top: 3px; padding: 1.05em; border-radius: 100px; background: var(--ink); color: var(--bg);
  font-weight: 700; display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  transition: transform .18s ease, background .2s;
}
.submit:hover { transform: translateY(-2px); background: #000; }
.submit .arrow { transition: transform .2s ease; }
.submit:hover .arrow { transform: translateX(3px); }
.note { font-size: 0.76rem; color: var(--ink-3); text-align: center; }
.success { display: none; padding: 4px clamp(18px,5vw,24px) clamp(22px,5vw,26px); text-align: center; }
.success.show { display: block; animation: stepIn .4s ease; }
.success-bell {
  display: grid; place-items: center; width: 58px; height: 58px; margin: 2px auto 13px;
  border-radius: 50%; color: var(--accent);
  background: radial-gradient(circle at 50% 38%, color-mix(in oklab, var(--accent) 22%, #fff), color-mix(in oklab, var(--accent-soft) 70%, #fff));
  box-shadow: 0 0 0 1px color-mix(in oklab, var(--accent) 22%, transparent), 0 10px 24px -10px color-mix(in oklab, var(--accent) 65%, black);
  animation: bell-ring 2.4s ease-in-out infinite;
}
.success-bell svg { width: 34px; height: 34px; transform-origin: 50% 18%; animation: bell-swing 2.4s ease-in-out infinite; }
@keyframes bell-swing { 0%,72%,100%{ transform: rotate(0); } 78%{ transform: rotate(13deg);} 84%{ transform: rotate(-10deg);} 90%{ transform: rotate(6deg);} 95%{ transform: rotate(-3deg);} }
@keyframes bell-ring { 0%,72%,100%{ box-shadow: 0 0 0 1px color-mix(in oklab, var(--accent) 22%, transparent), 0 10px 24px -10px color-mix(in oklab, var(--accent) 65%, black); } 80%{ box-shadow: 0 0 0 1px color-mix(in oklab, var(--accent) 30%, transparent), 0 0 0 10px color-mix(in oklab, var(--accent) 12%, transparent), 0 10px 24px -10px color-mix(in oklab, var(--accent) 65%, black); } }
@media (prefers-reduced-motion: reduce) { .success-bell, .success-bell svg { animation: none; } }
.success-big { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.7rem, 6vw, 2.1rem); line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); display: block; margin-bottom: 9px; }
.success-text { font-size: 0.95rem; color: var(--ink-2); line-height: 1.5; margin: 0 auto; max-width: 38ch; }
.success-text b { color: var(--accent-ink); font-weight: 700; }
/* приглашение в клуб — фокусная карточка с конверсионной кнопкой */
.success-club {
  margin-top: 20px; text-align: center;
  padding: clamp(20px,5vw,26px) clamp(18px,4.5vw,24px) clamp(22px,5vw,26px);
  border-radius: 22px;
  background:
    radial-gradient(125% 100% at 50% 0%, color-mix(in oklab, var(--accent-soft) 82%, #fff), transparent 68%),
    color-mix(in oklab, var(--accent-soft) 34%, #fff);
  border: 1px solid color-mix(in oklab, var(--accent) 16%, var(--line));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}
.success-club-kicker {
  display: inline-flex; align-items: center; gap: 7px; margin-bottom: 11px;
  font-size: 0.66rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-ink);
}
.success-club-kicker::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: oklch(0.82 0.16 150);
  box-shadow: 0 0 0 0 oklch(0.82 0.16 150 / .6);
  animation: club-live 2.2s infinite;
}
.success-club-hook {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.18rem, 4.6vw, 1.38rem); line-height: 1.18; letter-spacing: -0.01em;
  color: var(--ink); margin-bottom: 9px; text-wrap: balance;
}
.success-club-text {
  font-size: 0.92rem; color: var(--ink-2); line-height: 1.5;
  max-width: 36ch; margin: 0 auto 18px; text-wrap: pretty;
}
.success-club-text b { color: var(--accent-ink); font-weight: 700; }
.success-cta {
  position: relative; overflow: hidden; isolation: isolate;
  display: block; text-align: center;
  width: 100%; padding: 1.15em 1.4em; border-radius: 100px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--plum) 60%, var(--plum-deep) 100%);
  color: #fff; font-weight: 700; font-size: clamp(0.95rem, 3.3vw, 1.04rem); line-height: 1.2; text-wrap: balance;
  box-shadow:
    0 18px 38px -14px color-mix(in oklab, var(--plum) 78%, black),
    0 3px 8px -3px color-mix(in oklab, var(--accent) 55%, black),
    inset 0 1px 0 rgba(255,255,255,.3);
  transition: transform .16s ease, box-shadow .25s ease, filter .2s ease;
}
.success-cta > span { position: relative; z-index: 1; }
.success-cta::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 26%, rgba(255,255,255,.38) 50%, transparent 74%);
  transform: translateX(-130%);
  animation: cta-shine 3.8s ease-in-out 1.1s infinite;
}
.success-cta:hover {
  transform: translateY(-3px); filter: saturate(1.06) brightness(1.04);
  box-shadow:
    0 24px 48px -14px color-mix(in oklab, var(--plum) 78%, black),
    0 4px 10px -3px color-mix(in oklab, var(--accent) 60%, black),
    inset 0 1px 0 rgba(255,255,255,.34);
}
.success-cta:active { transform: translateY(-1px) scale(0.985); }
.success-cta .arrow { display: inline-block; margin-left: 0.35em; transition: transform .2s ease; }
.success-cta:hover .arrow { transform: translateX(4px); }
@keyframes cta-shine { 0% { transform: translateX(-130%); } 58%, 100% { transform: translateX(130%); } }
@media (prefers-reduced-motion: reduce) {
  .success-cta::before { display: none; }
  .success-club-kicker::before { animation: none; }
}

/* ---------- FOOTER ---------- */
.bio-foot { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 8px; }
.bio-foot a {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-2); padding: 0.55em 1.05em; border-radius: 100px;
  box-shadow: inset 0 0 0 1.5px var(--line); transition: .2s;
}
.bio-foot a:hover { color: #fff; background: var(--ink); box-shadow: none; transform: translateY(-2px); }
.bio-foot .dot { display: none; }

/* ============================================================
   DESKTOP — отдельный двухколоночный вид (≥ 900px)
   ============================================================ */
@media (min-width: 900px) {
  body { padding: clamp(48px, 7vh, 96px) 40px; display: flex; align-items: flex-start; justify-content: center; }
  .bio { max-width: 1120px; }
  .bio-inner {
    display: grid;
    grid-template-columns: minmax(300px, 0.88fr) 1.12fr;
    column-gap: clamp(44px, 5vw, 80px);
    align-items: start;
  }

  .sparkle.s1 { top: 2%; left: 40%; }
  .sparkle.s2 { top: 80%; left: 2%; right: auto; }
  .sparkle.s4 { bottom: 6%; right: 46%; }

  /* ЛЕВАЯ КОЛОНКА — умный sticky: прижата к верху, скроллит только правая.
     Если левая выше вьюпорта — она прокручивается своей областью (top: auto через max-height). */
  .col-left {
    display: flex; flex-direction: column;
    grid-column: 1; position: sticky; top: clamp(40px, 6vh, 80px);
    align-self: start;
  }
  .who { align-items: flex-start; text-align: left; margin: 0; }
  .who .avatar-ring { margin-bottom: 24px; }
  .who-name { font-size: clamp(2.5rem, 3.8vw, 3.4rem); }
  .who-role { margin-top: 14px; font-size: clamp(0.7rem, 0.9vw, 0.78rem); }
  .who-niche { display: block; }
  .who-stats {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 14px; padding-left: 0;
    margin-top: 28px; padding-top: 24px;
    border-top: 1px solid var(--line);
  }
  .who-stats li { list-style: none; display: flex; flex-direction: column; gap: 5px; min-width: 0; }
  .who-stats b { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.15rem, 1.6vw, 1.55rem); line-height: 1.08; color: var(--ink); letter-spacing: -0.01em; }
  .who-stats span { font-size: 0.78rem; color: var(--ink-2); font-weight: 600; line-height: 1.35; }

  /* футер в левой колонке — сразу под цифрами, без прижатия к низу */
  .bio-foot { justify-content: flex-start; margin-top: 26px; }

  /* ПРАВАЯ КОЛОНКА — карточки, прокручиваются страницей */
  .cards { grid-column: 2; gap: 18px; }
  .card-club { gap: 15px; padding: clamp(30px, 2.6vw, 44px); border-radius: 28px; }
  .card-club .card-title { font-size: clamp(2.2rem, 2.8vw, 2.8rem); }
  .card-points { gap: 11px; }
  .card-points li { font-size: 0.98rem; }
  .card-school { border-radius: 28px; }
  .card-school .card-title { font-size: clamp(1.6rem, 2vw, 2rem); }
}

@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .card-club .card-kicker::before { animation: club-live 2.2s infinite; }
}

/* ---------- SATSANG — живые встречи, раскрывается (механика как у Школы) ---------- */
.card-satsang { background: var(--paper); color: var(--ink); box-shadow: 0 16px 40px -32px rgba(40,15,35,.5); border: 1px solid var(--line); overflow: hidden; }
.card-satsang .card-head { display: flex; align-items: center; gap: 16px; width: 100%; text-align: left; padding: clamp(22px, 5vw, 28px); cursor: pointer; }
.card-satsang .card-main { flex: 1 1 auto; min-width: 0; display: grid; gap: 9px; }
.card-satsang .card-kicker { color: #937018; opacity: 1; }
.card-satsang .card-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 color-mix(in oklab, var(--gold) 60%, transparent); animation: club-live 2.2s infinite; }
.satsang-next { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 0.9rem; color: #937018; }
.satsang-next svg { width: 16px; height: 16px; flex: 0 0 auto; }
.card-satsang .card-arrow { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-soft); color: #937018; transition: transform .22s ease, background .2s; }
.card-satsang .card-arrow .chevron { display: block; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.card-satsang.open .card-arrow { background: var(--gold); color: #fff; }
.card-satsang.open .card-arrow .chevron { transform: rotate(180deg); }
.card-satsang:hover { transform: translateY(-2px); }
.card-satsang:hover .card-arrow { background: var(--gold); color: #fff; }
.card-reveal { height: 0; overflow: hidden; transition: height .45s cubic-bezier(.2,.7,.2,1); }
.card-reveal-inner { overflow: hidden; }
.satsang-body { display: grid; gap: 14px; padding: 0 clamp(22px,5vw,28px) clamp(22px,5vw,28px); }
.satsang-photo { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 18px; display: block; background: var(--sand); }
.satsang-desc { font-size: 0.95rem; line-height: 1.5; color: var(--ink-2); margin: 0; }
.satsang-cta { padding: 1.05em; border-radius: 100px; background: var(--ink); color: var(--bg); font-weight: 700; display: inline-flex; align-items: center; justify-content: center; gap: 0.55em; transition: transform .18s ease, background .2s; }
.satsang-cta svg { flex: 0 0 auto; }
.satsang-cta:hover { transform: translateY(-2px); background: #000; }
.satsang-cta .arrow { transition: transform .2s ease; }
.satsang-cta:hover .arrow { transform: translateX(3px); }
