/* ==========================================
   DESIGN TOKENS
   Palette: twilight plum + dusty rose + muted
   gold, on a warm lilac-white paper. Built for
   an energy-healing / Reiki brief — deliberately
   not the sage-and-cream template look.
========================================== */
:root {
  --ink:        #241226;
  --plum:       #4B2054;
  --plum-deep:  #2E1533;
  --rose:       #C97B84;
  --rose-soft:  #E7C7CB;
  --gold:       #C9A24B;
  --lilac:      #EFE6F2;
  --paper:      #FBF7F9;
  --paper-warm: #F7EFF3;
  --line:       rgba(75, 32, 84, 0.14);
  --shadow:     0 20px 40px rgba(75, 32, 84, 0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  width: 100%;
  background: var(--paper);
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.rk-container {
  width: min(1040px, 92%);
  margin: 0 auto;
}
.rk-container-narrow {
  width: min(720px, 92%);
  margin: 0 auto;
}

.rk-section { padding: 90px 0; position: relative; }

.rk-eyebrow {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--rose);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.rk-eyebrow-light { color: var(--gold); }

.rk-h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--plum);
  margin-bottom: 28px;
  max-width: 780px;
}
.rk-h2-light { color: #FBF7F9; }

.rk-h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  font-weight: 600;
  color: var(--plum);
  margin-bottom: 22px;
}

.rk-body {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4A3550;
  max-width: 680px;
  margin-bottom: 18px;
}
.rk-centered { margin-left: auto; margin-right: auto; text-align: center; }
.rk-emphasis { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.2rem; color: var(--plum); }

/* ==========================================
   HERO
========================================== */
.rk-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 100% at 50% 0%, #F7EEF4 0%, #FBF7F9 55%, #FBF7F9 100%);
  padding-bottom: 60px;
}

.rk-banner {
  width: 100%;
  background: var(--plum);
  color: #F6EDE3;
  text-align: center;
  padding: 16px 20px;
  font-size: clamp(0.95rem, 2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.rk-aura {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
}
.rk-aura-1 { width: 460px; height: 460px; background: rgba(201,123,132,0.30); top: -160px; left: -140px; }
.rk-aura-2 { width: 380px; height: 380px; background: rgba(201,162,75,0.22); right: -120px; top: 120px; }
.rk-aura-3 { width: 420px; height: 420px; background: rgba(75,32,84,0.14); bottom: -180px; left: 30%; }

.rk-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
}

.rk-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 5.2vw, 3.6rem);
  line-height: 1.15;
  color: var(--plum);
  margin-bottom: 18px;
}

.rk-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 500;
  color: var(--rose);
  margin-bottom: 30px;
}

.rk-video-wrap { width: min(720px, 94%); margin-bottom: 34px; }
.rk-video-frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--plum-deep);
}
.rk-video-frame iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}

.rk-lede {
  max-width: 680px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4A3550;
  margin-bottom: 16px;
}
.rk-lede-emphasis {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--plum);
  margin-bottom: 34px;
}

.rk-price-card {
  display: flex;
  align-items: center;
  gap: 26px;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 10px 12px 10px 28px;
  box-shadow: var(--shadow);
  margin-bottom: 26px;
  flex-wrap: wrap;
  justify-content: center;
}
.rk-price-info { display: flex; flex-direction: column; text-align: left; }
.rk-price-was { text-decoration: line-through; color: #000; font-size: 1rem; }
.rk-price-now { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.25rem; color: var(--plum); }
.rk-price-now small { font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 0.7rem; color: var(--rose); margin-left: 6px; text-transform: uppercase; letter-spacing: 0.05em; }

.rk-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rk-btn-primary { background: var(--plum); color: #FBF3F0; }
.rk-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(75,32,84,0.28); }
.rk-btn-light { background: var(--gold); color: var(--plum-deep); }
.rk-btn-light:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(201,162,75,0.35); }

.rk-datetime {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--lilac);
  border-radius: 16px;
  padding: 14px 24px;
  margin-bottom: 30px;
}
.rk-datetime-icon { color: var(--rose); font-size: 1.2rem; }
.rk-datetime-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--rose); font-weight: 700; }
.rk-datetime-value { display: block; font-weight: 600; color: var(--plum); }
.rk-datetime-light { background: rgba(255,255,255,0.08); }
.rk-datetime-light .rk-datetime-value { color: #FBF7F9; }
.rk-datetime-light .rk-datetime-label { color: var(--gold); }

.rk-timer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
}
.rk-timer-box {
  background: var(--plum);
  color: #FBF3F0;
  border-radius: 14px;
  padding: 12px 16px;
  min-width: 68px;
  text-align: center;
}
.rk-timer-num { display: block; font-family: 'Fraunces', serif; font-size: 1.5rem; font-weight: 600; }
.rk-timer-label { display: block; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--rose-soft); margin-top: 2px; }
.rk-timer-sep { font-family: 'Fraunces', serif; font-size: 1.4rem; color: var(--plum); }

.rk-cta-wide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(120deg, var(--rose) 0%, var(--gold) 100%);
  color: #2E1533;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 18px 34px;
  border-radius: 100px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease;
}
.rk-cta-wide:hover { transform: translateY(-2px); }
.rk-cta-price { font-family: 'Fraunces', serif; font-weight: 600; }
.rk-cta-price s { opacity: 0.6; margin-right: 6px; }

/* ==========================================
   HAVE YOU EVER FELT
========================================== */
.rk-feelings { background: var(--paper); text-align: center; }
.rk-feelings-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px 40px;
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: left;
}
.rk-feelings-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.02rem;
  color: #4A3550;
  line-height: 1.5;
}
.rk-x { color: var(--rose); font-weight: 700; margin-top: 2px; }

.rk-flip-line {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  color: var(--plum);
  line-height: 1.5;
}
.rk-flip-line em { color: var(--rose); font-style: italic; }

/* ==========================================
   WHAT IS REIKI
========================================== */
.rk-what-is { background: var(--lilac); }

/* ==========================================
   SUPPORT GRID
========================================== */
.rk-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
  margin-top: 12px;
}
.rk-support-card {
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 26px;
}
.rk-support-mark { color: var(--gold); font-size: 1.3rem; }
.rk-support-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  color: var(--plum);
  margin: 10px 0 8px;
}
.rk-support-card p { color: #5C4761; font-size: 0.96rem; line-height: 1.6; }

/* ==========================================
   CHAKRA SPINE
========================================== */
.rk-chakras { background: var(--plum-deep); color: #F3E9F0; }
.rk-chakras .rk-eyebrow { color: var(--gold); }
.rk-chakras .rk-h2 { color: #FBF7F9; }
.rk-chakras .rk-body { color: #D9C6DA; }
.rk-chakras .rk-body strong { color: #FBF7F9; }

.rk-spine {
  position: relative;
  margin: 46px 0 40px;
  padding-left: 46px;
}
.rk-spine-line {
  position: absolute;
  left: 11px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: rgba(255,255,255,0.15);
}
.rk-node { position: relative; display: flex; gap: 22px; align-items: flex-start; padding-bottom: 28px; }
.rk-node:last-child { padding-bottom: 0; }
.rk-dot {
  position: absolute;
  left: -46px;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--dot);
  box-shadow: 0 0 0 5px rgba(255,255,255,0.06), 0 0 18px var(--dot);
}
.rk-node-text h3 { font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 600; color: #FBF7F9; }
.rk-node-text h3 em { font-style: italic; color: var(--gold); font-size: 0.9rem; font-weight: 400; }
.rk-node-text p { color: #C9B4CB; font-size: 0.92rem; margin-top: 4px; }

.rk-callout {
  border-left: 3px solid var(--gold);
  padding: 4px 0 4px 22px;
  margin-top: 12px;
}
.rk-callout p { color: #E3D3E1; font-size: 1rem; line-height: 1.7; max-width: 620px; }

/* ==========================================
   4-PART JOURNEY
========================================== */
.rk-journey { background: var(--paper-warm); }
.rk-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}
.rk-step:last-of-type { border-bottom: 1px solid var(--line); margin-bottom: 46px; }
.rk-step-num {
  font-family: 'Fraunces', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose-soft);
}
.rk-step-body h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--plum);
  margin-bottom: 10px;
}
.rk-step-body h3 em { font-style: italic; color: var(--rose); font-size: 1rem; font-weight: 400; }
.rk-step-body p { color: #4A3550; line-height: 1.7; max-width: 640px; margin-bottom: 16px; }
.rk-chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.rk-chip-row span {
  background: #FFFFFF;
  border: 1px solid var(--line);
  color: var(--plum);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 100px;
}

.rk-flow {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  color: var(--plum);
}
.rk-flow span { color: var(--gold); margin: 0 10px; }

/* ==========================================
   IMAGINE / SHIFTS
========================================== */
.rk-shifts { background: var(--paper); }
.rk-shifts .rk-h2 { text-align: center; margin-left: auto; margin-right: auto; }
.rk-shift-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 22px;
}
.rk-shift {
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 22px;
  text-align: center;
}
.rk-from { display: block; color: #A98CAF; font-weight: 700; text-decoration: line-through; }
.rk-arrow { display: block; color: var(--gold); font-size: 1.3rem; margin: 6px 0; }
.rk-to { display: block; font-family: 'Fraunces', serif; font-size: 1.3rem; color: var(--plum); font-weight: 600; }
.rk-shift p { color: #5C4761; font-size: 0.9rem; margin-top: 10px; line-height: 1.5; }

/* ==========================================
   TWO COLUMN: WHO FOR / WALK AWAY WITH
========================================== */
.rk-two-col { background: var(--lilac); }
.rk-two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.rk-diamond-list li, .rk-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.98rem;
  color: #4A3550;
  line-height: 1.5;
}
.rk-diamond-list li:last-child, .rk-check-list li:last-child { border-bottom: none; }
.rk-diamond-list li::before { content: "◆"; color: var(--rose); font-size: 0.6rem; margin-top: 6px; }
.rk-check-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--gold);
  color: #2E1533;
  font-size: 0.7rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

/* ==========================================
   PRACTITIONERS
========================================== */
.rk-practitioners { background: var(--paper); text-align: center; }
.rk-role { color: var(--rose); font-weight: 600; margin-bottom: 34px; }
.rk-practitioner-photos { display: flex; justify-content: center; gap: 28px; margin-bottom: 34px; flex-wrap: wrap; }
.rk-practitioner-frame {
  width: 180px; height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #FFFFFF;
  box-shadow: var(--shadow);
}
.rk-practitioner-frame img { width: 100%; height: 100%; object-fit: contain; }

/* ==========================================
   INVITE / FIRST STEP
========================================== */
.rk-invite { background: var(--paper-warm); text-align: center; }
.rk-invite .rk-h2 { margin-left: auto; margin-right: auto; }
.rk-divider-line { width: 60px; height: 2px; background: var(--gold); margin: 40px auto; }

/* ==========================================
   FINAL CTA
========================================== */
.rk-final { background: var(--plum-deep); text-align: center; }
.rk-final .rk-h2 { margin: 0 auto 26px; }
.rk-final-lines {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  color: #E3D3E1;
  margin: 30px 0 34px;
  line-height: 1.7;
}
.rk-price-card-light { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); }
.rk-price-card-light .rk-price-was { color: #fff; }
.rk-price-card-light .rk-price-now { color: #FBF7F9; }

/* ==========================================
   FOOTER
========================================== */
.rk-footer { background: var(--plum-deep); color: #C9B4CB; text-align: center; padding: 60px 0 40px; }
.rk-footer-brand span { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.rk-footer-brand h3 { font-family: 'Fraunces', serif; font-size: 1.6rem; color: #FBF7F9; margin: 6px 0 14px; }
.rk-footer-link { color: var(--rose-soft); font-weight: 600; }
.rk-footer-rule { border: none; border-top: 1px solid rgba(255,255,255,0.12); margin: 30px 0; }
.rk-footer-disclaimer { font-size: 0.82rem; line-height: 1.7; color: #A98CAF; max-width: 680px; margin: 0 auto 26px; }
.rk-footer-legal { display: flex; justify-content: center; gap: 14px; font-size: 0.85rem; }
.rk-footer-legal a { color: #C9B4CB; }
.rk-footer-legal a:hover { color: var(--gold); }

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width: 860px) {
  .rk-support-grid { grid-template-columns: repeat(2, 1fr); }
  .rk-two-col-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .rk-section { padding: 64px 0; }
  .rk-feelings-list { grid-template-columns: 1fr; }
  .rk-support-grid { grid-template-columns: 1fr; }
  .rk-step { grid-template-columns: 1fr; gap: 10px; }
  .rk-timer-box { min-width: 56px; padding: 10px 12px; }
  .rk-price-card { flex-direction: column; padding: 22px; border-radius: 24px; }
  .rk-spine { padding-left: 38px; }
  .rk-dot { left: -38px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

/* ==========================================
   SUPPORT SECTION IMAGE ENHANCEMENTS
========================================== */
.rk-support-header {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.rk-support-hero-img {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.rk-support-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================
   4-PART JOURNEY IMAGE ENHANCEMENTS
========================================== */
.rk-step {
  display: grid;
  grid-template-columns: 80px 1fr 280px;
  gap: 30px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.rk-step-img {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(75, 32, 84, 0.08);
  border: 1px solid var(--line);
}

.rk-step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive updates for mobile views */
@media (max-width: 860px) {
  .rk-support-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .rk-step {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }
  .rk-step-img {
    grid-column: 1 / -1;
    height: 200px;
    margin-top: 10px;
  }
}
/* ==========================================
   SUPPORT GRID WITH INDIVIDUAL CARD IMAGES
========================================== */
.rk-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
  margin-top: 32px;
}
.rk-support-card {
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(75, 32, 84, 0.04);
  display: flex;
  flex-direction: column;
}
.rk-card-img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background: var(--lilac);
}
.rk-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.rk-support-card:hover .rk-card-img img {
  transform: scale(1.05);
}
.rk-support-content {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.rk-support-mark { color: var(--gold); font-size: 1.3rem; }
.rk-support-content h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  color: var(--plum);
  margin: 8px 0 6px;
}
.rk-support-content p { color: #5C4761; font-size: 0.95rem; line-height: 1.6; }

/* ==========================================
   4-PART JOURNEY IMAGE ENHANCEMENTS
========================================== */
.rk-step {
  display: grid;
  grid-template-columns: 80px 1fr 280px;
  gap: 30px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}
.rk-step:last-of-type { border-bottom: 1px solid var(--line); margin-bottom: 46px; }
.rk-step-num {
  font-family: 'Fraunces', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose-soft);
}
.rk-step-body h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--plum);
  margin-bottom: 10px;
}
.rk-step-body h3 em { font-style: italic; color: var(--rose); font-size: 1rem; font-weight: 400; }
.rk-step-body p { color: #4A3550; line-height: 1.7; max-width: 640px; margin-bottom: 16px; }
.rk-chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.rk-chip-row span {
  background: #FFFFFF;
  border: 1px solid var(--line);
  color: var(--plum);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 100px;
}
.rk-step-img {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(75, 32, 84, 0.08);
  border: 1px solid var(--line);
}
.rk-step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive updates for mobile devices */
@media (max-width: 860px) {
  .rk-support-grid { grid-template-columns: repeat(2, 1fr); }
  .rk-step {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }
  .rk-step-img {
    grid-column: 1 / -1;
    height: 180px;
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .rk-support-grid { grid-template-columns: 1fr; }
}

/* ==========================================
   CENTERED CTA BUTTON COMPONENT
========================================== */
.rk-center-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px 0; /* Adjust spacing above and below as needed */
}

/*continuous button animation*/
.btn-attention {
  animation: continuousAttention 2.5s infinite ease-in-out;
}

@keyframes continuousAttention {
  0%, 100% {
    transform: scale(1); /* Normal size */
  }
  50% {
    transform: scale(1.1); /* Grows bigger / comes out toward viewer */
  }
}