/* ══════════════════════════════════════════════════════════════════
   Lily Love Foundation — page-scoped, tender premium touches.
   Loaded AFTER base.css. Lilac-rose accent (#b06a8f). Soft, warm, calm.
   ══════════════════════════════════════════════════════════════════ */

/* ── Soft drifting light in the hero ── */
.hero.soft { position: relative; }
#lily-canvas { position: absolute; inset: -12% -6% auto -6%; width: 112%; height: 128%; z-index: 0; pointer-events: none; opacity: 0.85;
  -webkit-mask-image: radial-gradient(62% 58% at 50% 42%, transparent 26%, #000 82%);
          mask-image: radial-gradient(62% 58% at 50% 42%, transparent 26%, #000 82%); }
.hero.soft .container { position: relative; z-index: 2; }

/* ── Tender SVG mission diagrams ── */
.card .icon.icon-dgm { width: 58px; height: 58px; padding: 10px; border-radius: 16px;
  background: linear-gradient(160deg, var(--accent-wash), #fff); border: 1px solid var(--accent-line); box-shadow: var(--shadow-xs); }
.icon-dgm svg { width: 100%; height: 100%; }
.dgm { color: var(--accent); display: block; }
@media (prefers-reduced-motion: reduce) { .dgm * { animation: none !important; } #lily-canvas, #candle-field { opacity: .6; } }

/* ── "Light a light for Lily" interactive ── */
.candle-lab { position: relative; border-radius: var(--radius-xl); overflow: hidden; min-height: 420px;
  background: radial-gradient(120% 90% at 50% 0%, #3a2436, #1c1220 70%); border: 1px solid rgba(255,255,255,0.08); box-shadow: var(--shadow-xl); }
#candle-field { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.candle-ui { position: relative; z-index: 2; padding: clamp(30px, 5vw, 56px) 24px; text-align: center; color: #fff; }
.candle-ui .kicker { color: #f3d9e6; }
.candle-ui .kicker::before { background: rgba(243,217,230,0.5); }
.candle-ui h2 { color: #fff; margin: 12px 0; }
.candle-ui p { color: rgba(255,255,255,0.74); max-width: 520px; margin: 0 auto; }
.candle-count { font-family: var(--serif); font-weight: 500; font-size: clamp(2.6rem, 7vw, 4.2rem); color: #fff; line-height: 1; margin: 26px 0 4px; letter-spacing: -0.02em; }
.candle-count-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.6); font-weight: 600; }
.candle-btn { margin-top: 26px; display: inline-flex; align-items: center; gap: 10px; padding: 14px 30px; border-radius: 100px; border: 0; cursor: pointer;
  font-family: var(--font); font-weight: 700; font-size: 0.98rem; color: #4a2338;
  background: linear-gradient(180deg, #fff, #f5dfec); box-shadow: 0 8px 26px rgba(176,106,143,0.45); transition: transform 0.18s var(--ease), box-shadow 0.18s; }
.candle-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(176,106,143,0.6); }
.candle-btn:active { transform: translateY(0) scale(0.98); }
.candle-btn .flame { width: 16px; height: 16px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: radial-gradient(circle at 50% 65%, #ffe08a, #f59e0b 60%, #b45309); box-shadow: 0 0 10px #fbbf24; animation: flick 1.6s ease-in-out infinite; }
@keyframes flick { 0%,100% { transform: scale(1) rotate(-2deg); } 50% { transform: scale(1.12) rotate(2deg); } }
.candle-note { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 18px; }
