:root {
  --entry-ink: #17211d;
  --entry-muted: #625f5a;
  --entry-line: #dcd8d1;
  --entry-surface: #fbfaf8;
  --entry-mint: #dff4ec;
  --entry-violet: #5a49ea;
  --entry-violet-dark: #4636cf;
  --entry-earth: #276954;
  --entry-earth-soft: #dceee6;
}

.rs-entry-page { background: #f6f5f2; color: var(--entry-ink); }
.rs-entry-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.rs-entry-kicker { color: var(--entry-muted); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.rs-entry-hero { position: relative; overflow: hidden; padding: 72px 0 64px; background: radial-gradient(circle at 12% 18%, #e2f2eb, transparent 34%), radial-gradient(circle at 86% 20%, #ebe4fa, transparent 31%), #faf9f7; }
.rs-entry-hero__grid { display: grid; gap: 36px; align-items: center; }
.rs-entry-hero h1, .rs-entry-section h2, .rs-earth-zone h1, .rs-earth-zone h2 { font-family: "EB Garamond", serif; font-weight: 300; letter-spacing: -.035em; }
.rs-entry-hero h1 { max-width: 780px; margin: 14px 0 20px; font-size: clamp(48px, 10vw, 78px); line-height: .98; }
.rs-entry-hero p { max-width: 670px; color: #4e4e4e; font-size: 18px; line-height: 1.7; }
.rs-entry-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rs-entry-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--entry-violet); border-radius: 999px; padding: 12px 23px; color: var(--entry-violet); font-size: 14px; font-weight: 600; text-decoration: none; }
.rs-entry-button--primary { background: var(--entry-violet); color: #fff; box-shadow: 0 14px 34px rgba(90,73,234,.18); }
.rs-entry-button--primary:hover { background: var(--entry-violet-dark); }
.rs-entry-price-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; padding: 34px; background: rgba(255,255,255,.7); box-shadow: 0 30px 80px rgba(49,42,70,.12); backdrop-filter: blur(14px); }
.rs-entry-price { display: flex; gap: 18px; align-items: flex-end; justify-content: space-between; margin: 18px 0 12px; white-space: nowrap; }
.rs-entry-price strong { display: inline-flex; align-items: flex-start; font-family: "EB Garamond", serif; font-size: clamp(72px, 12vw, 104px); font-weight: 300; letter-spacing: -.055em; line-height: .82; }
.rs-entry-price strong span { margin: .08em .03em 0 0; color: inherit; font-family: "Inter", sans-serif; font-size: .34em; font-weight: 500; letter-spacing: -.03em; }
.rs-entry-price > span { display: grid; justify-items: end; padding-bottom: 4px; color: var(--entry-muted); font-size: 13px; font-weight: 600; letter-spacing: .06em; line-height: 1.25; text-transform: uppercase; }
.rs-entry-price small { font-size: 11px; font-weight: 500; letter-spacing: .04em; text-transform: none; }
.rs-entry-facts { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.rs-entry-facts li { display: flex; gap: 10px; align-items: center; color: #45413d; font-size: 14px; }
.rs-entry-facts li::before { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--entry-violet); content: ""; }
.rs-entry-image-story { position: relative; min-height: 420px; overflow: hidden; background: #17211d; }
.rs-entry-image-story img { display: block; width: 100%; height: clamp(420px, 58vw, 720px); object-fit: cover; object-position: center; }
.rs-entry-image-story::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,18,15,.82)); content: ""; }
.rs-entry-image-story__caption { position: absolute; z-index: 1; right: max(20px, calc((100% - 1180px) / 2)); bottom: 26px; left: max(20px, calc((100% - 1180px) / 2)); max-width: 560px; color: #fff; }
.rs-entry-image-story__caption .rs-entry-kicker { color: rgba(255,255,255,.68); }
.rs-entry-image-story__caption p { margin: 9px 0 0; font-family: "EB Garamond", serif; font-size: clamp(25px, 4vw, 38px); line-height: 1.08; }
.rs-entry-section { padding: 78px 0; }
.rs-entry-section--soft { background: var(--entry-surface); border-block: 1px solid #e9e5df; }
.rs-entry-section--receive { border-block: 1px solid #e5e0f0; background: linear-gradient(135deg, #f7f4ff, #eff8f4); }
.rs-entry-section--scheduler { scroll-margin-top: 90px; background: linear-gradient(135deg, #eef7f3, #f4f0ff); }
.rs-entry-heading { max-width: 780px; margin-bottom: 38px; }
.rs-entry-heading h2 { margin: 12px 0 14px; font-size: clamp(38px, 7vw, 58px); line-height: 1; }
.rs-entry-heading p { color: #55514d; font-size: 17px; line-height: 1.7; }
.rs-theme-grid { display: grid; gap: 16px; }
.rs-receive-grid { display: grid; gap: 14px; }
.rs-receive-grid article { border: 1px solid rgba(90,73,234,.16); border-radius: 24px; padding: 26px; background: rgba(255,255,255,.72); }
.rs-receive-grid strong { color: var(--entry-violet); font-size: 11px; letter-spacing: .1em; }
.rs-receive-grid h3 { margin: 18px 0 8px; font-family: "EB Garamond",serif; font-size: 28px; font-weight: 400; }
.rs-receive-grid p { margin: 0; color: #57524d; font-size: 15px; line-height: 1.65; }
.rs-theme-card { border: 1px solid var(--entry-line); border-radius: 22px; padding: 26px; background: #fff; }
.rs-theme-card__number { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: #eee9fb; color: #4939c7; font-size: 12px; font-weight: 700; }
.rs-theme-card h3 { margin: 22px 0 10px; font-family: "EB Garamond", serif; font-size: 28px; font-weight: 400; }
.rs-theme-card p { margin: 0; color: #57524d; font-size: 15px; line-height: 1.65; }
.rs-entry-rhythm { display: grid; gap: 18px; }
.rs-entry-step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; border-top: 1px solid var(--entry-line); padding: 22px 0; }
.rs-entry-step span { color: var(--entry-violet); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.rs-entry-step h3 { margin: 0 0 7px; font-family: "EB Garamond", serif; font-size: 26px; font-weight: 400; }
.rs-entry-step p { margin: 0; color: #58534e; line-height: 1.65; }
.rs-scope-note { display: grid; gap: 24px; border: 1px solid #d9d1ec; border-radius: 26px; padding: 30px; background: #f5f1ff; }
.rs-scope-note h2 { margin: 0; font-family: "EB Garamond", serif; font-size: 36px; font-weight: 300; }
.rs-scope-note p { margin: 0; color: #514c5c; line-height: 1.7; }
.rs-scope-list { display: grid; gap: 10px; margin: 0; padding-left: 20px; color: #514c5c; line-height: 1.6; }
.rs-care-grid { display: grid; gap: 16px; }
.rs-collective-manifesto { border: 1px solid #d8d0ef; border-radius: 30px; padding: 30px; background: linear-gradient(135deg,#f5f1ff,#edf7f2); }
.rs-collective-manifesto h2 { max-width: 820px; margin: 12px 0 18px; font-family: "EB Garamond",serif; font-size: clamp(38px,7vw,58px); font-weight: 300; line-height: 1; }
.rs-collective-manifesto p { max-width: 840px; margin: 0; color: #514c5c; font-size: 17px; line-height: 1.75; }
.rs-collective-values { display: grid; gap: 10px; margin-top: 28px; }
.rs-collective-values span { border: 1px solid rgba(90,73,234,.18); border-radius: 999px; padding: 11px 15px; background: rgba(255,255,255,.65); color: #403a4d; font-size: 13px; font-weight: 600; }
.rs-booking-layout { display: grid; gap: 20px; align-items: start; }
.rs-timezone-notice { display: flex; max-width: 720px; gap: 9px; align-items: flex-start; margin-top: 18px !important; border: 1px solid rgba(90,73,234,.18); border-radius: 14px; padding: 11px 14px; background: rgba(255,255,255,.68); color: #514b59 !important; font-size: 13px !important; line-height: 1.55 !important; }
.rs-timezone-notice > span:first-child { flex: 0 0 auto; color: var(--entry-violet); font-size: 17px; line-height: 1.2; }
.rs-timezone-notice > span:last-child { min-width: 0; flex: 1 1 auto; overflow-wrap: anywhere; }
.rs-booking-calendar, .rs-checkout-panel { border: 1px solid rgba(90,73,234,.18); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: 0 18px 50px rgba(56,42,104,.08); }
.rs-booking-calendar { overflow: hidden; }
.rs-booking-calendar__head { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; padding: 18px; border-bottom: 1px solid #e8e3f1; }
.rs-booking-calendar__head h3 { margin: 0; font-family: "EB Garamond",serif; font-size: 28px; font-weight: 400; text-align: center; }
.rs-booking-calendar__head button { display: grid; width: 42px; height: 42px; cursor: pointer; place-items: center; border: 1px solid #d8d1e8; border-radius: 50%; background: #fff; color: #40346c; font-size: 18px; }
.rs-booking-calendar__head button:hover { border-color: var(--entry-violet); }
.rs-booking-weekdays, .rs-booking-calendar__grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); }
.rs-booking-weekdays { padding: 12px 12px 8px; color: #7b746d; font-size: 9px; font-weight: 700; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.rs-booking-calendar__grid { padding: 0 12px 14px; }
.rs-booking-day { display: grid; min-width: 0; aspect-ratio: 1; place-items: center; border-top: 1px solid #eeeaf3; color: #57524d; font-size: 12px; }
.rs-booking-day--outside { color: #c2bdb7; }
.rs-booking-day > span { display: grid; width: 100%; height: 100%; place-items: center; }
.rs-booking-day button { position: relative; display: grid; width: calc(100% - 4px); height: calc(100% - 4px); min-width: 30px; min-height: 30px; cursor: pointer; place-items: center; border: 0; border-radius: 12px; background: #ece8fb; color: #352986; font: inherit; font-weight: 700; }
.rs-booking-day button i { position: absolute; right: 5px; bottom: 5px; width: 6px; height: 6px; border-radius: 50%; background: var(--entry-violet); }
.rs-booking-day button[aria-pressed="true"] { background: var(--entry-violet); color: #fff; box-shadow: 0 8px 18px rgba(90,73,234,.24); }
.rs-booking-day button[aria-pressed="true"] i { background: #fff; }
.rs-booking-day button:disabled { cursor: not-allowed; opacity: .46; }
.rs-checkout-panel { padding: 26px; }
.rs-checkout-panel h3 { margin: 12px 0 8px; font-family: "EB Garamond",serif; font-size: 32px; font-weight: 400; line-height: 1.05; }
.rs-checkout-panel > p { margin: 0; color: #5a554f; font-size: 14px; line-height: 1.6; }
.rs-checkout-price { display: flex; align-items: center; justify-content: space-between; margin: 22px 0 16px; padding: 15px 0; border-block: 1px solid #e4deef; }
.rs-checkout-price span { color: #706a64; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.rs-checkout-price strong { color: #1d1838; font-size: 18px; }
.rs-checkout-panel .rs-entry-button { width: 100%; box-sizing: border-box; padding-inline: 12px; font-size: 12px; white-space: nowrap; }
.rs-checkout-panel .rs-entry-button[hidden] { display: none; }
.rs-checkout-panel .is-hidden, .rs-entry-section--scheduler > .rs-entry-shell > .is-hidden { display: none !important; }
.rs-time-options { margin-top: 20px; }
.rs-time-options > span { display: block; margin-bottom: 8px; color: #706a64; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.rs-time-options button { display: flex; width: 100%; min-height: 54px; cursor: pointer; align-items: center; justify-content: space-between; border: 1px solid #b8acef; border-radius: 16px; padding: 10px 14px; background: #fff; color: #332878; font: inherit; text-align: left; }
.rs-time-options button:hover, .rs-time-options button[aria-pressed="true"] { border-color: var(--entry-violet); background: #eeeafd; box-shadow: 0 8px 20px rgba(90,73,234,.12); }
.rs-time-options button strong { font-size: 15px; }
.rs-time-options button small { color: #6d6681; font-size: 11px; }
.rs-checkout-panel .rs-checkout-link--pending { border-color: #b8acef; background: #dcd6fa; box-shadow: none; color: #514391; cursor: not-allowed; }
.rs-checkout-panel .rs-checkout-link--pending::after { content: "Opening soon"; margin-left: auto; border-radius: 999px; padding: 3px 5px; background: rgba(255,255,255,.62); font-size: 7px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.rs-checkout-status { margin-top: 12px !important; font-size: 12px !important; }
.rs-checkout-steps { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.rs-checkout-steps li { display: flex; gap: 10px; align-items: center; color: #514b59; font-size: 13px; }
.rs-checkout-steps span { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; background: #eee9fb; color: #4939c7; font-size: 10px; font-weight: 700; }
.rs-session-empty h3 { margin: 8px 0; font-family: "EB Garamond", serif; font-size: 32px; font-weight: 400; }
.rs-session-empty p { margin: 0; color: #59534e; line-height: 1.65; }
.rs-session-empty { margin-top: 22px; border: 1px solid rgba(90,73,234,.2); border-radius: 28px; padding: 30px; background: rgba(255,255,255,.75); }
.rs-session-empty .rs-entry-button { margin-top: 22px; }
.rs-entry-next-step { padding: 30px 0; background: #17211d; color: rgba(255,255,255,.72); text-align: center; }
.rs-entry-next-step p { margin: 0; font-size: 14px; }
.rs-entry-next-step a { color: #fff; font-weight: 600; }

.rs-pathway-section { background: linear-gradient(180deg,#fbfbfa 0%,#f5f5f3 100%); }
.rs-pathway-section .rs-section-heading { max-width: 760px; }
.rs-pathway-option { display: grid; gap: 22px; align-items: center; margin-top: 34px; border: 1px solid; border-radius: 24px; padding: 26px; }
.rs-pathway-option--entry { border-color: #cfc5ff; background: linear-gradient(135deg,#f3efff,#faf9ff); }
.rs-pathway-option--retreat { border-color: #efc5b3; background: linear-gradient(135deg,#fff0e9,#fff9f6); }
.rs-pathway-option h3 { margin: 9px 0 8px; font-family: "EB Garamond",serif; font-size: clamp(28px,5vw,36px); font-weight: 300; line-height: 1.05; }
.rs-pathway-option p { max-width: 780px; margin: 0; color: #57514c; font-size: 15px; line-height: 1.65; }
.rs-pathway-option .rs-button { justify-self: start; background: rgba(255,255,255,.7); }
.rs-pathway-track { margin-top: 22px; }
.rs-pathway-track .rs-pathway-card { display: flex; min-height: 390px; flex-direction: column; }
.rs-pathway-card__meta { display: inline-flex; align-self: flex-start; margin: 16px 0 22px; border: 1px solid color-mix(in srgb,var(--rs-pathway-accent) 25%,#e7e5e4); border-radius: 999px; padding: 6px 9px; background: rgba(255,255,255,.7); color: #645f59; font-size: 10px; font-weight: 600; letter-spacing: .035em; }
.rs-pathway-card .rs-pathway-card__outcome { display: block; color: var(--rs-pathway-accent); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rs-pathway-card__link { display: inline-flex; align-items: center; align-self: flex-start; margin-top: auto; padding-top: 22px; color: var(--rs-pathway-accent); font-size: 13px; font-weight: 700; }
.rs-journey { display: grid; gap: 18px; align-items: stretch; }
.rs-journey-node { position: relative; display: flex; min-height: 120px; flex-direction: column; justify-content: center; border: 1px solid var(--entry-line); border-radius: 22px; padding: 22px; background: #fff; text-decoration: none; color: inherit; }
.rs-journey-node::after { position: absolute; right: 50%; bottom: -19px; width: 1px; height: 18px; background: #aaa49c; content: ""; }
.rs-journey-node:last-child::after, .rs-journey-node--branch::after { display: none; }
.rs-journey-node--entry { border-color: #b8abf2; background: #f0edff; }
.rs-journey-node--spiral { border-color: #a9d8c8; background: #e8f6f1; }
.rs-journey-node--branch { border-color: #efb59f; background: #fff1eb; }
.rs-journey-node span { color: var(--entry-muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rs-journey-node strong { margin-top: 7px; font-family: "EB Garamond", serif; font-size: 27px; font-weight: 400; }
.rs-journey-node small { margin-top: 4px; color: #5d5853; font-size: 13px; line-height: 1.5; }
.rs-journey-branch { display: grid; gap: 14px; }

.rs-earth-zone { background: #f3f3ef; color: #15221d; }
.rs-earth-hero { position: relative; min-height: 720px; overflow: hidden; display: flex; align-items: end; background: #15251e; }
.rs-earth-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rs-earth-hero::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,20,14,.22), rgba(7,20,14,.82)); content: ""; }
.rs-earth-hero__copy { position: relative; z-index: 1; width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0; color: #fff; }
.rs-earth-hero h1 { max-width: 780px; margin: 14px 0 18px; font-size: clamp(52px, 10vw, 86px); line-height: .92; }
.rs-earth-hero p { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.7; }
.rs-earth-grid { display: grid; gap: 18px; }
.rs-earth-card { border: 1px solid #cbd8d1; border-radius: 24px; padding: 28px; background: #fbfcfa; }
.rs-earth-card h3 { margin: 12px 0 10px; font-family: "EB Garamond", serif; font-size: 30px; font-weight: 400; }
.rs-earth-card p { margin: 0; color: #4f5b55; line-height: 1.65; }
.rs-earth-practice { display: grid; gap: 24px; border-radius: 30px; padding: 34px; background: #152a21; color: #fff; }
.rs-earth-practice p { color: rgba(255,255,255,.72); line-height: 1.7; }

@media (min-width: 720px) {
  .rs-entry-hero__grid { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); }
  .rs-theme-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rs-theme-card:last-child { grid-column: 1 / -1; }
  .rs-receive-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .rs-booking-layout { grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr); }
  .rs-journey-branch, .rs-earth-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rs-scope-note, .rs-earth-practice { grid-template-columns: 1fr 1.2fr; align-items: center; }
  .rs-care-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .rs-collective-values { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rs-pathway-option { grid-template-columns: minmax(0,1fr) auto; padding: 30px 34px; }
  .rs-pathway-option .rs-button { justify-self: end; }
}

@media (min-width: 1020px) {
  .rs-theme-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .rs-theme-card:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .rs-entry-button { transition: none; }
}
