/**
 * The 3 Rs — premium interactive journey page.
 */

/* Tokens */
.rs-page {
  --rs-lime: #a8c73a;
  --rs-leaf: #2f6b32;
  --rs-forest: #132016;
  --rs-clay: #c4a574;
  --rs-gold: #d4b45a;
  --rs-cream: #fafaf7;
  --rs-mist: #f0f5e6;
  --rs-ink: #1a1a1a;
  --rs-muted: #5c6350;
  overflow-x: hidden;
  background: var(--rs-cream);
  color: var(--rs-ink);
}

.rs-section-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(1.75rem, 4vw, 2.75rem);
}
.rs-section-head .section__eyebrow {
  margin-bottom: 0.55rem;
  color: var(--rs-leaf);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.rs-section-head__title {
  font-family: var(--font-display, Outfit, system-ui, sans-serif);
  font-size: clamp(1.75rem, 3.4vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 0.7rem;
  color: var(--rs-ink);
}
.rs-section-head__lead {
  margin: 0;
  color: var(--rs-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

/* ========== HERO ========== */
.rs-hero {
  position: relative;
  padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(3.25rem, 7vw, 5rem);
  background: linear-gradient(155deg, #0c140e 0%, #16301c 42%, #245a2c 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.rs-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.rs-hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
}
.rs-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  animation: rs-float 12s ease-in-out infinite;
}
.rs-hero__orb--1 { width: 22rem; height: 22rem; background: var(--rs-lime); top: -8rem; left: -4rem; }
.rs-hero__orb--2 { width: 18rem; height: 18rem; background: #3d8a42; bottom: -6rem; right: -2rem; animation-delay: -4s; }
.rs-hero__orb--3 { width: 12rem; height: 12rem; background: var(--rs-gold); top: 40%; left: 55%; opacity: 0.2; animation-delay: -7s; }
@keyframes rs-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, -18px) scale(1.06); }
}

.rs-hero__inner { position: relative; z-index: 1; max-width: 52rem; margin-inline: auto; }
.rs-hero__crumbs {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem 0.55rem;
  font-size: 0.82rem; color: rgba(255,255,255,0.6); margin: 0 0 1.35rem;
}
.rs-hero__crumbs a { color: rgba(255,255,255,0.85); text-decoration: none; }
.rs-hero__crumbs a:hover { color: var(--rs-lime); }
.rs-hero__crumbs .breadcrumbs__sep { opacity: 0.45; }

.rs-hero__eyebrow {
  font-size: 0.8rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--rs-lime); margin: 0 0 1rem;
}
.rs-hero__title {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 0.35rem 0.55rem;
  font-family: var(--font-display, Outfit, system-ui, sans-serif);
  font-size: clamp(2.4rem, 7vw, 4.4rem);
  font-weight: 800; line-height: 1.02; letter-spacing: -0.04em;
  margin: 0 0 1.15rem;
}
.rs-hero__word { display: inline-block; }
.rs-hero__word--r1 { color: #fff; }
.rs-hero__word--r2 { color: var(--rs-lime); }
.rs-hero__word--r3 { color: #e8f5c8; }
.rs-hero__dot {
  width: 0.45rem; height: 0.45rem; border-radius: 50%;
  background: rgba(255,255,255,0.35);
}
.rs-hero__lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65; color: rgba(255,255,255,0.8);
  margin: 0 auto 1.5rem; max-width: 36rem;
}
.rs-hero__chips {
  display: flex; flex-wrap: wrap; gap: 0.55rem; justify-content: center; margin-bottom: 1.65rem;
}
.rs-chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.45rem 0.9rem 0.45rem 0.45rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  font-weight: 700; font-size: 0.9rem; color: #fff;
}
.rs-chip__n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.55rem; height: 1.55rem; border-radius: 999px;
  font-size: 0.68rem; font-weight: 800; color: #101a12;
}
.rs-chip--lime .rs-chip__n { background: var(--rs-lime); }
.rs-chip--clay .rs-chip__n { background: var(--rs-clay); }
.rs-chip--gold .rs-chip__n { background: var(--rs-gold); }

.rs-hero__actions {
  display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center;
}
.rs-hero .btn--ghost {
  background: transparent; border: 1.5px solid rgba(255,255,255,0.4); color: #fff;
}
.rs-hero .btn--ghost:hover { border-color: var(--rs-lime); color: #fff; }

/* ========== OVERVIEW STRIP ========== */
.rs-overview {
  padding: 0;
  margin-top: -1.75rem;
  position: relative;
  z-index: 2;
}
.rs-overview__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0.65rem;
  align-items: stretch;
  background: #fff;
  border-radius: 1.35rem;
  padding: 1rem;
  box-shadow: 0 20px 50px rgba(26,26,26,0.1);
  border: 1px solid rgba(0,0,0,0.05);
}
@media (max-width: 800px) {
  .rs-overview__grid { grid-template-columns: 1fr; }
  .rs-overview__arrow { display: none !important; }
}
.rs-overview__card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 0.75rem;
  row-gap: 0.15rem;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  background: var(--rs-mist);
  border: 1.5px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.rs-overview__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(47,107,50,0.12);
  border-color: rgba(168,199,58,0.45);
}
.rs-overview__num {
  grid-row: 1 / span 3;
  align-self: center;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em;
  color: var(--rs-leaf);
  width: 2.1rem; height: 2.1rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 0.65rem;
  background: #fff;
}
.rs-overview__icon {
  display: none;
}
.rs-overview__card strong {
  font-family: var(--font-display, Outfit, sans-serif);
  font-size: 1.15rem; letter-spacing: -0.02em;
}
.rs-overview__card em {
  font-style: normal; font-size: 0.82rem; font-weight: 700;
  color: var(--rs-leaf);
}
.rs-overview__blurb {
  grid-column: 2;
  font-size: 0.85rem; color: var(--rs-muted); line-height: 1.4;
}
.rs-overview__arrow {
  display: flex; align-items: center; color: var(--rs-lime);
  width: 1.25rem;
}
.rs-overview__arrow svg { width: 1.25rem; height: 1.25rem; }

/* ========== JOURNEY ========== */
.rs-journey {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: #fff;
}

/* Connected path */
.rs-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 0.5rem 0 0.25rem;
}
.rs-path__line {
  position: absolute;
  top: 2.55rem;
  left: 12%;
  right: 12%;
  height: 3px;
  background: linear-gradient(90deg, var(--rs-lime), var(--rs-clay), var(--rs-gold));
  border-radius: 99px;
  opacity: 0.45;
  z-index: 0;
}
@media (max-width: 720px) {
  .rs-path { grid-template-columns: 1fr; gap: 0.65rem; }
  .rs-path__line { display: none; }
}
.rs-path__node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  transition: transform 0.2s ease;
}
.rs-path__node:hover { transform: translateY(-2px); }
.rs-path__orb {
  width: 4.5rem; height: 4.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 3px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 28px rgba(26,26,26,0.08);
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.rs-path__orb-num {
  position: absolute;
  top: -0.35rem; right: -0.2rem;
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.04em;
  background: var(--rs-ink); color: #fff;
  width: 1.35rem; height: 1.35rem; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
}
.rs-path__orb-icon {
  width: 1.75rem; height: 1.75rem; color: var(--rs-leaf);
  display: flex;
}
.rs-path__orb-icon svg { width: 100%; height: 100%; }
.rs-path__meta { text-align: center; }
.rs-path__meta strong {
  display: block;
  font-family: var(--font-display, Outfit, sans-serif);
  font-size: 1.1rem; letter-spacing: -0.02em;
}
.rs-path__meta em {
  font-style: normal; font-size: 0.82rem; color: var(--rs-muted); font-weight: 600;
}
.rs-path__node.is-active .rs-path__orb {
  border-color: var(--rs-lime);
  background: linear-gradient(165deg, #f4f8e8, #fff);
  box-shadow: 0 0 0 6px rgba(168,199,58,0.18), 0 14px 32px rgba(168,199,58,0.25);
}
.rs-path__node--clay.is-active .rs-path__orb {
  border-color: var(--rs-clay);
  box-shadow: 0 0 0 6px rgba(196,165,116,0.2), 0 14px 32px rgba(196,165,116,0.25);
}
.rs-path__node--gold.is-active .rs-path__orb {
  border-color: var(--rs-gold);
  box-shadow: 0 0 0 6px rgba(212,180,90,0.22), 0 14px 32px rgba(212,180,90,0.28);
}
.rs-path__node.is-active .rs-path__meta strong { color: var(--rs-leaf); }

/* Panels */
.rs-panels { position: relative; }
.rs-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: stretch;
  background: linear-gradient(165deg, #fafaf7 0%, #fff 55%);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 1.5rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  box-shadow: 0 22px 55px rgba(26,26,26,0.07);
  animation: rs-in 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.rs-panel[hidden] { display: none !important; }
@keyframes rs-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@media (max-width: 900px) {
  .rs-panel { grid-template-columns: 1fr; }
}

.rs-panel__media {
  position: relative;
  border-radius: 1.15rem;
  overflow: hidden;
  aspect-ratio: 1;
  max-height: 460px;
  background: #e8efe0;
}
.rs-panel__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.rs-panel__media-glow {
  position: absolute; inset: auto 0 0 0; height: 40%;
  background: linear-gradient(transparent, rgba(16,26,18,0.35));
  pointer-events: none;
}
.rs-panel__badge {
  position: absolute; top: 0.9rem; left: 0.9rem;
  background: var(--rs-lime); color: var(--rs-ink);
  font-weight: 800; font-size: 0.75rem;
  padding: 0.4rem 0.8rem; border-radius: 999px;
}
.rs-panel--clay .rs-panel__badge { background: var(--rs-clay); color: #fff; }
.rs-panel--gold .rs-panel__badge { background: var(--rs-gold); color: #1a1a1a; }
.rs-panel__stage-tag {
  position: absolute; bottom: 0.9rem; left: 0.9rem;
  color: #fff; font-weight: 800; font-size: 0.82rem;
  letter-spacing: 0.04em; text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

.rs-panel__body { display: flex; flex-direction: column; min-width: 0; }
.rs-panel__kicker {
  margin: 0 0 0.4rem; font-size: 0.88rem; font-weight: 700;
  color: var(--rs-leaf); letter-spacing: 0.02em;
}
.rs-panel--clay .rs-panel__kicker { color: #8a6d3b; }
.rs-panel--gold .rs-panel__kicker { color: #9a7b2a; }
.rs-panel__title {
  font-family: var(--font-display, Outfit, sans-serif);
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  margin: 0 0 0.75rem; line-height: 1.08; letter-spacing: -0.03em;
}
.rs-panel__text {
  color: var(--rs-muted); line-height: 1.7; margin: 0 0 1.2rem; font-size: 1.02rem;
}
.rs-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}
@media (max-width: 700px) {
  .rs-panel__grid { grid-template-columns: 1fr; }
}
.rs-fact {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 0.95rem;
  padding: 0.9rem 0.85rem;
  display: grid; gap: 0.25rem;
  transition: transform 0.2s ease;
}
.rs-fact:hover { transform: translateY(-2px); }
.rs-fact__icon { width: 1.65rem; height: 1.65rem; color: var(--rs-leaf); }
.rs-fact__icon svg { width: 100%; height: 100%; }
.rs-panel--clay .rs-fact__icon { color: #8a6d3b; }
.rs-panel--gold .rs-fact__icon { color: #9a7b2a; }
.rs-fact strong { font-size: 0.9rem; color: var(--rs-ink); }
.rs-fact span { font-size: 0.82rem; color: var(--rs-muted); line-height: 1.4; }

.rs-checklist {
  list-style: none; margin: 0 0 1.35rem; padding: 0;
  display: grid; gap: 0.5rem;
}
.rs-checklist li {
  display: flex; gap: 0.6rem; align-items: flex-start;
  color: var(--rs-muted); font-size: 0.95rem; line-height: 1.45;
}
.rs-checklist__tick {
  flex-shrink: 0; width: 1.25rem; height: 1.25rem;
  border-radius: 50%; background: var(--rs-lime); color: var(--rs-ink);
  display: flex; align-items: center; justify-content: center;
  margin-top: 0.05rem;
}
.rs-checklist__tick svg { width: 0.75rem; height: 0.75rem; }
.rs-panel--clay .rs-checklist__tick { background: var(--rs-clay); color: #fff; }
.rs-panel--gold .rs-checklist__tick { background: var(--rs-gold); }

.rs-panel__cta {
  display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: auto;
}

/* ========== ORDER ========== */
.rs-order {
  padding: clamp(2.75rem, 6vw, 4.25rem) 0;
  background: var(--rs-mist);
}
.rs-order__table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 800px) {
  .rs-order__table { grid-template-columns: 1fr; }
}
.rs-order__row {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.35rem 1.3rem;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 10px 28px rgba(26,26,26,0.04);
  display: grid; gap: 0.45rem;
}
.rs-order__n {
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em;
  color: var(--rs-leaf);
}
.rs-order__row strong {
  font-family: var(--font-display, Outfit, sans-serif);
  font-size: 1.15rem; letter-spacing: -0.02em;
}
.rs-order__row p {
  margin: 0; color: var(--rs-muted); font-size: 0.95rem; line-height: 1.55;
}

/* ========== DAY ========== */
.rs-day {
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
  background: #fff;
}
.rs-day__shell {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1.25rem;
  background: var(--rs-cream);
  border-radius: 1.5rem;
  padding: 1.15rem;
  border: 1px solid rgba(0,0,0,0.05);
}
@media (max-width: 800px) {
  .rs-day__shell { grid-template-columns: 1fr; }
}
.rs-day__track {
  display: flex; flex-direction: column; gap: 0.55rem;
}
.rs-day__slot {
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.25rem;
  text-align: left;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.rs-day__slot:hover { transform: translateX(2px); }
.rs-day__slot.is-active {
  border-color: var(--rs-lime);
  box-shadow: 0 10px 28px rgba(168,199,58,0.18);
}
.rs-day__slot-icon { width: 1.55rem; height: 1.55rem; color: var(--rs-leaf); }
.rs-day__slot-icon svg { width: 100%; height: 100%; }
.rs-day__slot-time {
  font-family: var(--font-display, Outfit, sans-serif);
  font-weight: 800; font-size: 1.05rem;
}
.rs-day__slot-tag {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.2rem 0.5rem; border-radius: 999px;
}
.rs-day__slot-tag--lime { background: rgba(168,199,58,0.2); color: var(--rs-leaf); }
.rs-day__slot-tag--clay { background: rgba(196,165,116,0.22); color: #7a5f32; }
.rs-day__slot-tag--gold { background: rgba(212,180,90,0.25); color: #8a6e22; }

.rs-day__panel {
  background: #fff;
  border-radius: 1.15rem;
  border: 1px solid rgba(0,0,0,0.05);
  padding: 1.5rem 1.55rem;
  box-shadow: 0 8px 24px rgba(26,26,26,0.04);
  animation: rs-in 0.35s ease both;
  min-height: 14rem;
}
.rs-day__panel[hidden] { display: none !important; }
.rs-day__panel-top {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.65rem;
  margin-bottom: 0.65rem;
}
.rs-day__panel h3 {
  font-family: var(--font-display, Outfit, sans-serif);
  font-size: 1.35rem; margin: 0; letter-spacing: -0.02em;
}
.rs-day__pill {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.3rem 0.65rem; border-radius: 999px;
}
.rs-day__pill--lime { background: rgba(168,199,58,0.22); color: var(--rs-leaf); }
.rs-day__pill--clay { background: rgba(196,165,116,0.25); color: #7a5f32; }
.rs-day__pill--gold { background: rgba(212,180,90,0.28); color: #8a6e22; }
.rs-day__panel p {
  color: var(--rs-muted); line-height: 1.65; margin: 0 0 0.9rem;
}
.rs-day__list {
  margin: 0; padding: 0; list-style: none;
  display: grid; gap: 0.45rem;
}
.rs-day__list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--rs-muted); line-height: 1.5;
}
.rs-day__list li::before {
  content: "";
  position: absolute; left: 0; top: 0.4rem;
  width: 0.55rem; height: 0.55rem; border-radius: 50%;
  background: var(--rs-lime);
}

/* ========== TOGETHER ========== */
.rs-together {
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
  background: var(--rs-mist);
}
.rs-together__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
@media (max-width: 860px) {
  .rs-together__grid { grid-template-columns: 1fr; }
}
.rs-together__copy .rs-section-head__title {
  text-align: left; margin-bottom: 0.75rem;
}
.rs-together__text {
  color: var(--rs-muted); line-height: 1.65; margin: 0 0 1.35rem; max-width: 32rem;
}
.rs-together__stats {
  display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 0 0 1.45rem;
}
.rs-stat {
  background: #fff;
  border-radius: 1rem;
  padding: 0.9rem 1.1rem;
  min-width: 6.25rem;
  text-align: center;
  border: 1px solid rgba(47,107,50,0.1);
  box-shadow: 0 8px 20px rgba(26,26,26,0.04);
}
.rs-stat__num {
  display: block;
  font-family: var(--font-display, Outfit, sans-serif);
  font-size: 1.75rem; font-weight: 800; color: var(--rs-leaf); line-height: 1;
}
.rs-stat__label {
  font-size: 0.78rem; color: var(--rs-muted); font-weight: 600;
}
.rs-together__visual {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 1;
  max-height: 460px;
  background: #e8efe0;
  box-shadow: 0 22px 50px rgba(26,26,26,0.1);
}
.rs-together__visual img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.rs-together__tags {
  position: absolute; left: 0.85rem; right: 0.85rem; bottom: 0.85rem;
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  list-style: none; margin: 0; padding: 0;
}
.rs-together__tags li {
  display: inline-flex; align-items: center; gap: 0.3rem;
  background: rgba(255,255,255,0.96);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-weight: 800; font-size: 0.78rem;
  color: var(--rs-ink);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.rs-together__tags svg {
  width: 1rem; height: 1rem;
}
.rs-together__tag--lime svg { color: var(--rs-leaf); }
.rs-together__tag--clay svg { color: #8a6d3b; }
.rs-together__tag--gold svg { color: #9a7b2a; }

/* ========== PRINCIPLES ========== */
.rs-principles {
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
  background: #fff;
}
.rs-principles__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}
@media (max-width: 1000px) {
  .rs-principles__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .rs-principles__grid { grid-template-columns: 1fr; }
}
.rs-principle {
  background: var(--rs-cream);
  border-radius: 1.15rem;
  padding: 1.25rem 1.2rem;
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.rs-principle:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(47,107,50,0.1);
  background: #fff;
}
.rs-principle--wide { grid-column: span 2; }
@media (max-width: 560px) {
  .rs-principle--wide { grid-column: span 1; }
}
.rs-principle__icon {
  display: flex; width: 2.5rem; height: 2.5rem;
  color: var(--rs-leaf); margin-bottom: 0.75rem;
  background: #fff; border-radius: 0.75rem;
  align-items: center; justify-content: center; padding: 0.45rem;
  border: 1px solid rgba(47,107,50,0.1);
}
.rs-principle__icon svg { width: 100%; height: 100%; }
.rs-principle h3 {
  font-family: var(--font-display, Outfit, sans-serif);
  font-size: 1.08rem; margin: 0 0 0.4rem; letter-spacing: -0.015em;
}
.rs-principle p {
  margin: 0; font-size: 0.92rem; color: var(--rs-muted); line-height: 1.5;
}

/* ========== FAQ ========== */
.rs-faq {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
  background: var(--rs-mist);
}
.rs-faq__inner { max-width: 44rem; margin-inline: auto; }

.rc-accordion {
  max-width: 52rem; margin-inline: auto;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: #fff;
  border-radius: 1.15rem;
  padding: 0 1.15rem;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 10px 28px rgba(26,26,26,0.04);
}
.rc-accordion__item { border-bottom: 1px solid rgba(0,0,0,0.08); }
.rc-accordion__item:last-child { border-bottom: none; }
.rc-accordion__trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.2rem 0.15rem;
  background: none; border: none; font-family: inherit;
  font-size: 1.02rem; font-weight: 700; color: var(--rs-ink);
  cursor: pointer; text-align: left;
}
.rc-accordion__trigger:hover { color: var(--rs-leaf); }
.rc-accordion__icon {
  width: 0.6rem; height: 0.6rem;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg); transition: transform 0.2s ease;
  flex-shrink: 0; opacity: 0.55; margin-bottom: 0.15rem;
}
.rc-accordion__item.is-open .rc-accordion__icon {
  transform: rotate(-135deg); margin-bottom: -0.1rem;
}
.rc-accordion__panel {
  padding: 0 0.15rem 1.2rem;
  color: var(--rs-muted); line-height: 1.7; font-size: 0.96rem;
}
.rc-accordion__panel[hidden] { display: none !important; }
.rc-accordion__panel p:first-child { margin-top: 0; }

/* ========== CTA ========== */
.rs-cta {
  position: relative;
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: linear-gradient(155deg, #0c140e 0%, #1a3d22 50%, #2f6b32 100%);
  color: #fff; text-align: center; overflow: hidden;
}
.rs-cta__glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 50% at 50% 0%, rgba(168,199,58,0.25), transparent 65%);
  pointer-events: none;
}
.rs-cta__inner { position: relative; z-index: 1; max-width: 36rem; margin-inline: auto; }
.rs-cta__eyebrow {
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--rs-lime); margin: 0 0 0.75rem;
}
.rs-cta h2 {
  font-family: var(--font-display, Outfit, sans-serif);
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  margin: 0 0 0.65rem; letter-spacing: -0.03em; color: #fff;
}
.rs-cta p {
  margin: 0 0 1.45rem; color: rgba(255,255,255,0.8); line-height: 1.6;
}
.rs-cta__actions {
  display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center;
}
.rs-cta .btn--ghost {
  background: transparent; border: 1.5px solid rgba(255,255,255,0.45); color: #fff;
}
.rs-cta .btn--ghost:hover { border-color: var(--rs-lime); color: #fff; }

/* Breadcrumbs shared */
.breadcrumbs {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 0.5rem;
  font-size: 0.85rem; color: var(--rs-muted); margin: 0 0 1rem;
}
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a:hover { color: var(--rs-leaf); }
.breadcrumbs__sep { opacity: 0.55; }

@media (prefers-reduced-motion: reduce) {
  .rs-hero__orb, .rs-panel, .rs-day__panel, .rs-path__node, .rs-principle {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
   FUN MOTION LAYER — 3 Rs
   ========================================================= */

/* Hero entrance */
.rs-anim-fade {
  animation: rs-fade-in 0.7s ease both;
}
.rs-anim-pop {
  animation: rs-pop 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.rs-anim-up {
  animation: rs-rise 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--d, 0) * 0.08s + 0.25s);
}
.rs-anim-chip {
  animation: rs-chip-in 0.65s cubic-bezier(0.34, 1.4, 0.64, 1) both;
  animation-delay: calc(var(--d, 0) * 0.12s + 0.45s);
}
@keyframes rs-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes rs-pop {
  from { opacity: 0; transform: scale(0.85) translateY(8px); }
  to { opacity: 1; transform: none; }
}
@keyframes rs-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
@keyframes rs-chip-in {
  from { opacity: 0; transform: translateY(16px) scale(0.9); }
  to { opacity: 1; transform: none; }
}

/* Hero words bounce-in staggered */
.rs-hero__word {
  animation: rs-word-bounce 0.85s cubic-bezier(0.34, 1.45, 0.64, 1) both;
}
.rs-hero__word--r1 { animation-delay: 0.12s; }
.rs-hero__word--r2 { animation-delay: 0.26s; }
.rs-hero__word--r3 { animation-delay: 0.4s; }
.rs-hero__dot {
  animation: rs-dot-pop 0.6s ease both;
  animation-delay: 0.5s;
}
@keyframes rs-word-bounce {
  0% { opacity: 0; transform: translateY(36px) rotate(-4deg) scale(0.9); }
  70% { transform: translateY(-6px) rotate(1deg) scale(1.03); }
  100% { opacity: 1; transform: none; }
}
@keyframes rs-dot-pop {
  0% { opacity: 0; transform: scale(0); }
  80% { transform: scale(1.4); }
  100% { opacity: 1; transform: scale(1); }
}

/* Sparkles */
.rs-hero__sparkle {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px 2px rgba(168, 199, 58, 0.8);
  animation: rs-sparkle 3.2s ease-in-out infinite;
  opacity: 0;
}
.rs-hero__sparkle--1 { top: 18%; left: 12%; animation-delay: 0s; }
.rs-hero__sparkle--2 { top: 28%; right: 16%; animation-delay: 0.7s; width: 4px; height: 4px; }
.rs-hero__sparkle--3 { bottom: 24%; left: 22%; animation-delay: 1.2s; }
.rs-hero__sparkle--4 { top: 55%; right: 28%; animation-delay: 1.8s; width: 5px; height: 5px; }
.rs-hero__sparkle--5 { bottom: 32%; right: 12%; animation-delay: 2.3s; }
@keyframes rs-sparkle {
  0%, 100% { opacity: 0; transform: scale(0.4); }
  40% { opacity: 1; transform: scale(1.2); }
  70% { opacity: 0.6; transform: scale(0.8); }
}

/* Grid drift */
.rs-hero__grid {
  animation: rs-grid-drift 28s linear infinite;
}
@keyframes rs-grid-drift {
  from { background-position: 0 0; }
  to { background-position: 48px 48px; }
}

/* Soft bounce CTA */
.btn--bounce-soft {
  animation: rs-btn-pulse 2.8s ease-in-out infinite;
}
.btn--bounce-soft:hover {
  animation: none;
  transform: scale(1.04);
}
@keyframes rs-btn-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(168, 199, 58, 0.35); }
  50% { box-shadow: 0 0 0 12px rgba(168, 199, 58, 0); }
}

/* Overview cards stagger + wiggle on hover */
.rs-overview__card {
  transition: transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.25s ease, border-color 0.2s ease !important;
}
.rs-overview__card:hover {
  transform: translateY(-6px) rotate(-0.6deg) !important;
}
.rs-overview__card:nth-child(3):hover {
  transform: translateY(-6px) rotate(0.6deg) !important;
}
.rs-overview__card:active {
  transform: scale(0.97) !important;
}
.rs-overview__num {
  transition: transform 0.3s cubic-bezier(0.34, 1.5, 0.64, 1), background 0.2s ease;
}
.rs-overview__card:hover .rs-overview__num {
  transform: scale(1.12) rotate(-8deg);
  background: var(--rs-lime);
  color: #101a12;
}
.rs-overview__arrow {
  animation: rs-arrow-nudge 1.6s ease-in-out infinite;
}
@keyframes rs-arrow-nudge {
  0%, 100% { transform: translateX(0); opacity: 0.7; }
  50% { transform: translateX(5px); opacity: 1; }
}

/* Path line draw + pulse fill */
.rs-path__line {
  overflow: hidden;
  background: rgba(47, 107, 50, 0.12) !important;
}
.rs-path__line-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--rs-lime), var(--rs-clay), var(--rs-gold));
  transition: width 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 12px rgba(168, 199, 58, 0.45);
}
.rs-path.is-drawn .rs-path__line-fill { width: 100%; }
.rs-path[data-stage="release"] .rs-path__line-fill { width: 18%; }
.rs-path[data-stage="remove"] .rs-path__line-fill { width: 55%; }
.rs-path[data-stage="restore"] .rs-path__line-fill { width: 100%; }

/* Path orbs bounce when active */
.rs-path__node.is-active .rs-path__orb {
  animation: rs-orb-bounce 0.55s cubic-bezier(0.34, 1.5, 0.64, 1);
}
.rs-path__node.is-active .rs-path__orb-icon {
  animation: rs-icon-spin 0.6s cubic-bezier(0.34, 1.4, 0.64, 1);
}
@keyframes rs-orb-bounce {
  0% { transform: scale(0.85); }
  55% { transform: scale(1.12); }
  100% { transform: scale(1); }
}
@keyframes rs-icon-spin {
  0% { transform: rotate(-20deg) scale(0.8); }
  100% { transform: rotate(0) scale(1); }
}
.rs-path__node:not(.is-active) .rs-path__orb {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.rs-path__node:not(.is-active):hover .rs-path__orb {
  transform: scale(1.06);
  border-color: rgba(168, 199, 58, 0.5);
}

/* Panel swap with flair */
.rs-panel {
  animation: rs-panel-swap 0.5s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}
.rs-panel.is-active .rs-panel__media img {
  animation: rs-img-zoom 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.rs-panel.is-active .rs-fact {
  animation: rs-fact-pop 0.5s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}
.rs-panel.is-active .rs-fact:nth-child(1) { animation-delay: 0.08s; }
.rs-panel.is-active .rs-fact:nth-child(2) { animation-delay: 0.16s; }
.rs-panel.is-active .rs-fact:nth-child(3) { animation-delay: 0.24s; }
.rs-panel.is-active .rs-checklist li {
  animation: rs-rise 0.45s ease both;
}
.rs-panel.is-active .rs-checklist li:nth-child(1) { animation-delay: 0.18s; }
.rs-panel.is-active .rs-checklist li:nth-child(2) { animation-delay: 0.26s; }
.rs-panel.is-active .rs-checklist li:nth-child(3) { animation-delay: 0.34s; }
@keyframes rs-panel-swap {
  from { opacity: 0; transform: translateY(20px) scale(0.985); filter: blur(2px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes rs-img-zoom {
  from { transform: scale(1.08); opacity: 0.7; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes rs-fact-pop {
  from { opacity: 0; transform: translateY(12px) scale(0.94); }
  to { opacity: 1; transform: none; }
}

/* Badge bob */
.rs-panel__badge {
  animation: rs-badge-bob 2.4s ease-in-out infinite;
}
@keyframes rs-badge-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* Checklist tick pop */
.rs-checklist__tick {
  transition: transform 0.25s cubic-bezier(0.34, 1.5, 0.64, 1);
}
.rs-checklist li:hover .rs-checklist__tick {
  transform: scale(1.2) rotate(-12deg);
}

/* Order rows cascade */
.rs-order__row.reveal.is-visible {
  animation: rs-slide-up 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--i, 0) * 0.1s);
}
@keyframes rs-slide-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
.rs-order__row:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(47, 107, 50, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.rs-order__n {
  transition: transform 0.3s cubic-bezier(0.34, 1.5, 0.64, 1);
  display: inline-block;
}
.rs-order__row:hover .rs-order__n {
  transform: scale(1.2);
  color: var(--rs-lime);
}

/* Day slots */
.rs-day__slot {
  transition: transform 0.25s cubic-bezier(0.34, 1.3, 0.64, 1), border-color 0.2s ease, box-shadow 0.25s ease !important;
}
.rs-day__slot.is-active {
  animation: rs-slot-pop 0.4s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.rs-day__slot:hover .rs-day__slot-icon {
  animation: rs-wiggle 0.5s ease;
}
@keyframes rs-slot-pop {
  0% { transform: scale(0.96); }
  60% { transform: scale(1.03); }
  100% { transform: scale(1); }
}
@keyframes rs-wiggle {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(-12deg); }
  75% { transform: rotate(10deg); }
}
.rs-day__panel {
  animation: rs-panel-swap 0.4s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

/* Floating product tags */
.rs-float-tag {
  animation: rs-float-tag 3.5s ease-in-out infinite;
  animation-delay: calc(var(--d, 0) * 0.45s);
}
@keyframes rs-float-tag {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.rs-together__visual {
  transition: transform 0.4s ease;
}
.rs-together__visual:hover {
  transform: scale(1.02) rotate(-0.5deg);
}
.rs-together__visual img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.rs-together__visual:hover img {
  transform: scale(1.05);
}

/* Stats */
.rs-stat {
  transition: transform 0.25s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.rs-stat:hover {
  transform: translateY(-5px) scale(1.04);
}
.rs-stat__num--spin {
  display: inline-block;
  animation: rs-infinity 4s linear infinite;
}
@keyframes rs-infinity {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Principles cascade + icon spin */
.rs-principle.reveal.is-visible {
  animation: rs-principle-in 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--i, 0) * 0.07s);
}
@keyframes rs-principle-in {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to { opacity: 1; transform: none; }
}
.rs-principle__icon {
  transition: transform 0.35s cubic-bezier(0.34, 1.5, 0.64, 1), background 0.2s ease;
}
.rs-principle:hover .rs-principle__icon {
  transform: scale(1.15) rotate(-8deg);
  background: var(--rs-lime);
  color: #101a12;
}

/* Accordion fun */
.rc-accordion__trigger {
  transition: color 0.15s ease, padding 0.2s ease;
}
.rc-accordion__item.is-open .rc-accordion__trigger {
  color: var(--rs-leaf);
}
.rc-accordion__panel {
  animation: rs-rise 0.35s ease both;
}

/* CTA shimmer bar */
.rs-cta__inner::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -30%;
  width: 40%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  transform: rotate(20deg);
  animation: rs-shimmer 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes rs-shimmer {
  0% { left: -40%; opacity: 0; }
  30% { opacity: 1; }
  100% { left: 120%; opacity: 0; }
}
.rs-cta h2 {
  animation: rs-cta-glow 3s ease-in-out infinite;
}
@keyframes rs-cta-glow {
  0%, 100% { text-shadow: 0 0 0 transparent; }
  50% { text-shadow: 0 0 28px rgba(168, 199, 58, 0.35); }
}

/* Scroll-reveal defaults for .reveal on this page */
.rs-page .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.rs-page .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Confetti burst (JS injects .rs-burst) */
.rs-burst {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}
.rs-burst__dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  animation: rs-burst-fly 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes rs-burst-fly {
  0% { opacity: 1; transform: translate(0, 0) scale(1) rotate(0deg); }
  100% { opacity: 0; transform: translate(var(--tx), var(--ty)) scale(0.4) rotate(220deg); }
}

@media (prefers-reduced-motion: reduce) {
  .rs-hero__word,
  .rs-hero__dot,
  .rs-hero__orb,
  .rs-hero__sparkle,
  .rs-hero__grid,
  .rs-anim-fade,
  .rs-anim-pop,
  .rs-anim-up,
  .rs-anim-chip,
  .btn--bounce-soft,
  .rs-path__line-fill,
  .rs-path__node.is-active .rs-path__orb,
  .rs-panel,
  .rs-panel.is-active .rs-fact,
  .rs-panel.is-active .rs-checklist li,
  .rs-panel__badge,
  .rs-float-tag,
  .rs-stat__num--spin,
  .rs-overview__arrow,
  .rs-cta h2,
  .rs-cta__inner::before,
  .rs-page .reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .rs-path__line-fill { width: 100% !important; }
}
