
:root {
    --rs-teal: #075e5c;
    --rs-deep: #073f3d;
    --rs-ink: #243d39;
    --rs-terracotta: #c87343;
    --rs-cream: #f7f1e8;
    --rs-paper: #fffaf3;
    --rs-sage: #a5b9ad;
    --rs-mist: #dfece7;
    --rs-peach: #f0d8c8;
    --rs-line: rgba(7, 94, 92, .16);
    --rs-shadow: 0 26px 80px rgba(31, 70, 64, .13);
    --rs-serif: "Cormorant Garamond", Georgia, serif;
    --rs-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }

body.rahao-studio-active {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--rs-cream);
    color: var(--rs-ink);
}

.rahao-studio-active *,
.rahao-studio-active *::before,
.rahao-studio-active *::after { box-sizing: border-box; }

.rahao-studio-active img { display: block; max-width: 100%; height: auto; }
.rahao-studio-active a { color: inherit; }
.rahao-studio-active .wp-site-blocks { padding: 0; }
.rahao-studio-active #wpadminbar { z-index: 99999; }

.rs-skip {
    position: fixed;
    left: 18px;
    top: -70px;
    z-index: 100000;
    padding: 12px 18px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    color: var(--rs-deep);
    font: 700 14px/1 var(--rs-sans);
    transition: top .2s;
}
.rs-skip:focus { top: 0; }

.rs-shell {
    width: min(1240px, calc(100% - 64px));
    margin-inline: auto;
}

.rs-main {
    overflow: hidden;
    background: var(--rs-cream);
    font-family: var(--rs-sans);
    font-size: 17px;
    line-height: 1.7;
}

.rs-main h1,
.rs-main h2,
.rs-main h3,
.rs-main p { margin-top: 0; }

.rs-kicker {
    margin: 0 0 18px;
    color: var(--rs-terracotta);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.rs-main h2 {
    margin-bottom: 24px;
    color: var(--rs-deep);
    font: 600 clamp(46px, 5vw, 74px)/.96 var(--rs-serif);
    letter-spacing: -.035em;
}

.rs-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.rs-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border: 1px solid transparent;
    border-radius: 999px;
    font: 800 14px/1 var(--rs-sans);
    letter-spacing: .01em;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.rs-button:hover { transform: translateY(-2px); }
.rs-button:focus-visible,
.rs-header a:focus-visible,
.rs-footer a:focus-visible {
    outline: 3px solid rgba(200, 115, 67, .48);
    outline-offset: 4px;
}

.rs-button-primary {
    background: var(--rs-teal);
    color: #fff !important;
    box-shadow: 0 14px 34px rgba(7,94,92,.22);
}
.rs-button-primary:hover { background: var(--rs-deep); }

.rs-button-outline {
    border-color: rgba(7,94,92,.28);
    background: rgba(255,255,255,.4);
    color: var(--rs-teal) !important;
}

.rs-button-text {
    padding-inline: 6px;
    color: var(--rs-teal) !important;
}

.rs-button-light {
    background: #fff;
    color: var(--rs-deep) !important;
}

.rs-button-dark-outline {
    border-color: rgba(255,255,255,.42);
    color: #fff !important;
}

.rs-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--rs-teal) !important;
    font: 800 14px/1.4 var(--rs-sans);
    text-decoration: none !important;
}

/* Header */
.rs-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: 80px;
    border-bottom: 1px solid transparent;
    background: rgba(247,241,232,.78);
    backdrop-filter: blur(16px);
    transition: height .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.admin-bar .rs-header { top: 32px; }

.rs-header.rs-scrolled {
    height: 68px;
    border-color: rgba(7,94,92,.12);
    background: rgba(255,250,243,.94);
    box-shadow: 0 10px 34px rgba(28,57,52,.07);
}

.rs-header-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.rs-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--rs-deep) !important;
    text-decoration: none !important;
}

.rs-brand-mark {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
}
.rs-brand-mark img { width: 47px; height: 47px; object-fit: contain; }

.rs-brand-type {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.rs-brand-type strong {
    font: 700 22px/1 var(--rs-serif);
    letter-spacing: .1em;
}
.rs-brand-type small {
    margin-top: 5px;
    font: 700 8px/1 var(--rs-sans);
    letter-spacing: .24em;
}

.rs-nav {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-left: auto;
}
.rs-nav a {
    position: relative;
    color: var(--rs-ink) !important;
    font: 700 13px/1 var(--rs-sans);
    text-decoration: none !important;
}
.rs-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 1px;
    background: var(--rs-terracotta);
    transition: right .2s ease;
}
.rs-nav a:hover::after { right: 0; }

.rs-header-cta {
    margin-left: 28px;
    padding: 12px 19px;
    border-radius: 999px;
    background: var(--rs-terracotta);
    color: #fff !important;
    font: 800 12px/1 var(--rs-sans);
    text-decoration: none !important;
}

.rs-menu-button,
.rs-mobile-menu { display: none; }

/* Hero */
.rs-hero {
    position: relative;
    min-height: 820px;
    padding: 160px 0 98px;
    overflow: hidden;
    background:
        radial-gradient(circle at 87% 11%, rgba(200,115,67,.15), transparent 27%),
        radial-gradient(circle at 14% 88%, rgba(165,185,173,.22), transparent 32%),
        var(--rs-cream);
}

.rs-hero-wash {
    position: absolute;
    top: 40px;
    right: -170px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(7,94,92,.12);
    border-radius: 50%;
}
.rs-hero-wash::before,
.rs-hero-wash::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(7,94,92,.09);
    border-radius: 50%;
}
.rs-hero-wash::before { inset: 55px; }
.rs-hero-wash::after { inset: 120px; }

.rs-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 80px;
    align-items: center;
}

.rs-hero-copy h1 {
    max-width: 760px;
    margin: 0 0 28px;
    color: var(--rs-deep);
    font: 600 clamp(74px, 8.2vw, 122px)/.79 var(--rs-serif);
    letter-spacing: -.06em;
}
.rs-hero-copy h1 em {
    color: var(--rs-terracotta);
    font-weight: 500;
}

.rs-hero-text {
    max-width: 690px;
    margin-bottom: 0;
    color: #526c67;
    font-size: 19px;
    line-height: 1.8;
}

.rs-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
    margin: 36px 0 0;
    padding: 0;
    color: #71827e;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
}
.rs-hero-meta li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 9px 2px 0;
    border-radius: 50%;
    background: var(--rs-terracotta);
}

.rs-hero-art {
    position: relative;
    min-height: 540px;
    display: grid;
    place-items: center;
}

.rs-portal {
    position: relative;
    width: min(480px, 100%);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 48% 42%, rgba(255,255,255,.92) 0 13%, rgba(223,236,231,.9) 14% 31%, rgba(7,94,92,.91) 32% 54%, rgba(7,63,61,.98) 55% 100%);
    box-shadow: 0 35px 90px rgba(7,63,61,.2);
}

.rs-portal::before {
    content: "";
    position: absolute;
    inset: -18px;
    border: 1px solid rgba(200,115,67,.4);
    border-radius: 50%;
    clip-path: polygon(0 0, 72% 0, 72% 100%, 0 100%);
}

.rs-portal-ring {
    position: absolute;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
}
.rs-ring-one { inset: 62px; }
.rs-ring-two { inset: 115px; border-style: dashed; }

.rs-portal-core {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.rs-portal-core span {
    font: 800 9px/1 var(--rs-sans);
    letter-spacing: .32em;
}
.rs-portal-core strong {
    margin-top: 10px;
    font: 600 34px/1 var(--rs-serif);
    letter-spacing: .08em;
}
.rs-portal-core em {
    color: #efc3a1;
    font: 500 42px/1 var(--rs-serif);
}

.rs-orbit {
    position: absolute;
    color: rgba(255,255,255,.75);
    font: 800 9px/1 var(--rs-sans);
    letter-spacing: .18em;
}
.rs-orbit-one { top: 25px; left: 50%; transform: translateX(-50%); }
.rs-orbit-two { right: 16px; top: 48%; transform: rotate(90deg); }
.rs-orbit-three { bottom: 26px; left: 50%; transform: translateX(-50%); }
.rs-orbit-four { left: 8px; top: 49%; transform: rotate(-90deg); }

.rs-hero-note {
    position: absolute;
    right: -10px;
    bottom: 4px;
    width: 270px;
    padding: 22px 24px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 18px;
    background: rgba(255,250,243,.93);
    box-shadow: 0 18px 48px rgba(20,62,56,.16);
    backdrop-filter: blur(10px);
}
.rs-hero-note span {
    color: var(--rs-terracotta);
    font: 800 9px/1 var(--rs-sans);
    letter-spacing: .18em;
}
.rs-hero-note p {
    margin: 9px 0 0;
    color: var(--rs-deep);
    font: 600 21px/1.12 var(--rs-serif);
}

.rs-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #788984;
    font: 700 10px/1 var(--rs-sans);
    letter-spacing: .13em;
    text-transform: uppercase;
    transform: translateX(-50%);
}
.rs-scroll-cue span {
    width: 40px;
    height: 1px;
    background: var(--rs-terracotta);
}

/* Intro */
.rs-intro {
    padding: 112px 0;
    background:
        linear-gradient(90deg, var(--rs-paper) 0 46%, #edf4f1 46% 100%);
}
.rs-intro-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 110px;
    align-items: start;
}
.rs-intro-copy { max-width: 700px; }
.rs-intro-copy p { color: #536c67; }
.rs-intro-copy .rs-lead {
    color: var(--rs-deep);
    font: 600 30px/1.3 var(--rs-serif);
}
.rs-intro-copy .rs-inline-link { margin-top: 12px; }

/* Course */
.rs-course {
    padding: 118px 0;
    background:
        radial-gradient(circle at 82% 15%, rgba(200,115,67,.16), transparent 24%),
        linear-gradient(145deg, #e4efeb, #f8f1e8 62%);
}
.rs-section-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 46px;
}
.rs-section-top h2 { margin-bottom: 0; }
.rs-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border: 1px solid rgba(7,94,92,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.48);
    color: var(--rs-teal);
    font-size: 12px;
    font-weight: 800;
}
.rs-live-pill i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rs-terracotta);
    box-shadow: 0 0 0 5px rgba(200,115,67,.14);
}

.rs-course-card {
    display: grid;
    grid-template-columns: .62fr 1.38fr;
    gap: 76px;
    align-items: center;
    padding: 58px;
    border: 1px solid rgba(255,255,255,.85);
    border-radius: 34px;
    background: rgba(255,250,243,.72);
    box-shadow: var(--rs-shadow);
}
.rs-course-visual { display: flex; justify-content: center; }
.rs-poster-frame {
    position: relative;
    width: min(320px, 100%);
}
.rs-poster-frame::before {
    content: "";
    position: absolute;
    inset: 20px -20px -20px 20px;
    border-radius: 24px;
    background: var(--rs-terracotta);
    opacity: .16;
    transform: rotate(3deg);
}
.rs-poster-frame img {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 22px 55px rgba(34,66,60,.2);
}
.rs-course-tagline {
    margin-bottom: 18px;
    color: var(--rs-terracotta);
    font: 600 30px/1.05 var(--rs-serif);
}
.rs-course-intro {
    max-width: 680px;
    color: #526b66;
    font-size: 17px;
}
.rs-course-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 34px;
    border-top: 1px solid var(--rs-line);
}
.rs-course-facts > div {
    padding: 17px 20px 17px 0;
    border-bottom: 1px solid var(--rs-line);
}
.rs-course-facts span {
    display: block;
    margin-bottom: 4px;
    color: #7b8b87;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.rs-course-facts strong {
    color: var(--rs-deep);
    font-size: 14px;
}
.rs-micro {
    margin: 14px 0 0;
    color: #7c8b88;
    font-size: 11px;
}

/* Work */
.rs-work {
    padding: 122px 0;
    background: var(--rs-paper);
}
.rs-center-heading {
    max-width: 780px;
    margin: 0 auto 62px;
    text-align: center;
}
.rs-center-heading > p:last-child {
    max-width: 620px;
    margin-inline: auto;
    color: #617773;
}
.rs-pathway-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.rs-pathway {
    position: relative;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px;
    overflow: hidden;
    border-radius: 26px;
    color: var(--rs-deep) !important;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease;
}
.rs-pathway:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(32,64,59,.13);
}
.rs-pathway::before,
.rs-pathway::after {
    content: "";
    position: absolute;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .14;
}
.rs-pathway::before { width: 260px; height: 260px; right: -105px; top: -85px; }
.rs-pathway::after { width: 150px; height: 150px; right: -50px; top: -28px; }
.rs-pathway-retreats { background: #dcebe6; }
.rs-pathway-families { background: #f1ddcf; }
.rs-pathway-guidance { background: #e9e2d6; }
.rs-pathway-number {
    color: rgba(7,63,61,.55);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}
.rs-pathway-body { position: relative; z-index: 2; }
.rs-pathway-body > p {
    margin-bottom: 14px;
    color: var(--rs-terracotta);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.rs-pathway h3 {
    margin-bottom: 20px;
    color: var(--rs-deep);
    font: 600 43px/.95 var(--rs-serif);
}
.rs-pathway-body span {
    display: block;
    max-width: 290px;
    color: #58706b;
    font-size: 13px;
}
.rs-pathway-arrow {
    position: absolute;
    right: 28px;
    bottom: 25px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(7,63,61,.2);
    border-radius: 50%;
    font-size: 18px;
}

/* Method */
.rs-method {
    padding: 124px 0;
    background: var(--rs-deep);
    color: #fff;
}
.rs-method-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 110px;
    align-items: start;
}
.rs-method .rs-kicker { color: #edbf9f; }
.rs-method h2 { color: #fff; }
.rs-method-copy > p:last-child { color: rgba(255,255,255,.67); }
.rs-steps { position: relative; }
.rs-step-line {
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 34px;
    border-left: 2px dotted rgba(255,255,255,.23);
}
.rs-step {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 28px;
    padding: 0 0 39px;
}
.rs-step:last-child { padding-bottom: 0; }
.rs-step > span {
    position: relative;
    z-index: 2;
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    background: var(--rs-deep);
    color: #edbf9f;
    font: 600 22px/1 var(--rs-serif);
}
.rs-step h3 {
    margin: 7px 0 6px;
    color: #fff;
    font: 600 34px/1 var(--rs-serif);
}
.rs-step p {
    margin-bottom: 0;
    color: rgba(255,255,255,.64);
    font-size: 14px;
}

/* Traditions */
.rs-traditions {
    padding: 122px 0;
    background:
        radial-gradient(circle at 8% 18%, rgba(165,185,173,.22), transparent 25%),
        var(--rs-paper);
}
.rs-traditions-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
    align-items: center;
}
.rs-traditions-copy > p {
    max-width: 690px;
    color: #5a716d;
    font-size: 18px;
}
.rs-practices {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}
.rs-practices span {
    padding: 11px 16px;
    border: 1px solid var(--rs-line);
    border-radius: 999px;
    background: rgba(247,241,232,.75);
    color: var(--rs-deep);
    font-size: 12px;
    font-weight: 700;
}
.rs-practices span:nth-child(3n) {
    border-color: rgba(200,115,67,.2);
    background: rgba(200,115,67,.09);
}

/* Audiences */
.rs-audiences {
    padding: 120px 0;
    background: var(--rs-cream);
}
.rs-audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.rs-audience-card {
    min-height: 270px;
    padding: 38px;
    border-radius: 24px;
    background: #e9e2d6;
}
.rs-audience-card:nth-child(2),
.rs-audience-card:nth-child(3) { background: #dce9e5; }
.rs-audience-card:nth-child(4) { background: #f0d8c8; }
.rs-audience-card > span {
    color: var(--rs-terracotta);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}
.rs-audience-card h3 {
    max-width: 500px;
    margin: 24px 0 15px;
    color: var(--rs-deep);
    font: 600 32px/1.05 var(--rs-serif);
}
.rs-audience-card p {
    max-width: 580px;
    margin-bottom: 0;
    color: #58706c;
    font-size: 14px;
}

/* Facilitators */
.rs-facilitators {
    padding: 122px 0;
    background: linear-gradient(180deg, #e1ece8, #f7f1e8);
}
.rs-facilitator-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 55px;
}
.rs-facilitator-heading h2 { margin-bottom: 0; }
.rs-person-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.rs-person {
    display: grid;
    grid-template-columns: 205px 1fr;
    gap: 30px;
    align-items: center;
    padding: 26px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 25px;
    background: rgba(255,250,243,.72);
    box-shadow: 0 20px 55px rgba(35,69,63,.09);
}
.rs-person-photo {
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 18px;
    background: #d6e4df;
}
.rs-person-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rs-person-role {
    margin-bottom: 10px;
    color: var(--rs-terracotta);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.rs-person h3 {
    margin-bottom: 14px;
    color: var(--rs-deep);
    font: 600 38px/1 var(--rs-serif);
}
.rs-person-copy > p:last-child {
    margin-bottom: 0;
    color: #5b716d;
    font-size: 13px;
}

/* Story */
.rs-story {
    padding: 115px 0;
    background: var(--rs-paper);
}
.rs-story-grid {
    display: grid;
    grid-template-columns: .42fr 1.58fr;
    gap: 80px;
    align-items: start;
}
.rs-story-mark {
    display: block;
    color: var(--rs-terracotta);
    font: 500 140px/.6 var(--rs-serif);
}
.rs-story blockquote { margin: 0; }
.rs-story blockquote > p {
    max-width: 900px;
    margin-bottom: 33px;
    color: var(--rs-deep);
    font: 600 clamp(38px, 4.5vw, 64px)/1.03 var(--rs-serif);
    letter-spacing: -.025em;
}
.rs-story footer {
    display: flex;
    flex-direction: column;
    color: #748580;
    font-size: 12px;
}
.rs-story footer strong { color: var(--rs-terracotta); font-size: 14px; }

/* Final */
.rs-final {
    padding: 110px 0;
    background:
        radial-gradient(circle at 88% 15%, rgba(255,255,255,.12), transparent 25%),
        var(--rs-teal);
    color: #fff;
}
.rs-final-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 100px;
    align-items: center;
}
.rs-final .rs-kicker { color: #efc3a1; }
.rs-final h2 { margin-bottom: 0; color: #fff; }
.rs-final-action > p { color: rgba(255,255,255,.7); }

/* Footer */
.rs-footer {
    padding: 74px 0 28px;
    background: #063b39;
    color: rgba(255,255,255,.73);
    font-family: var(--rs-sans);
}
.rs-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .65fr .65fr .9fr;
    gap: 55px;
}
.rs-footer-brand img {
    width: 70px;
    margin-bottom: 22px;
}
.rs-footer-brand p {
    max-width: 330px;
    font-size: 13px;
}
.rs-footer-links,
.rs-footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.rs-footer strong {
    margin-bottom: 8px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.rs-footer a {
    color: rgba(255,255,255,.7) !important;
    font-size: 12px;
    text-decoration: none !important;
}
.rs-footer a:hover { color: #fff !important; }
.rs-footer-contact p { margin: 0; font-size: 12px; }
.rs-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 55px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.11);
    color: rgba(255,255,255,.48);
    font-size: 10px;
}

.rs-mobile-cta { display: none; }

/* Motion */
.rs-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease, transform .65s ease;
}
.rs-reveal.rs-visible {
    opacity: 1;
    transform: none;
}

/* Tablet */
@media (max-width: 1050px) {
    .rs-shell { width: min(100% - 44px, 1240px); }
    .rs-nav { gap: 20px; }
    .rs-header-cta { margin-left: 18px; }
    .rs-hero-grid { gap: 46px; }
    .rs-portal { width: min(420px, 100%); }
    .rs-course-card { gap: 50px; padding: 45px; }
    .rs-pathway h3 { font-size: 37px; }
    .rs-person { grid-template-columns: 155px 1fr; }
}

/* Mobile / small tablet */
@media (max-width: 820px) {
    .admin-bar .rs-header { top: 46px; }
    .rs-header,
    .rs-header.rs-scrolled { height: 70px; }
    .rs-header-inner { width: min(100% - 28px, 1240px); }
    .rs-brand-mark,
    .rs-brand-mark img { width: 39px; height: 39px; }
    .rs-brand-type strong { font-size: 19px; }
    .rs-nav,
    .rs-header-cta { display: none; }

    .rs-menu-button {
        display: flex;
        width: 46px;
        height: 46px;
        margin-left: auto;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: var(--rs-terracotta);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    .rs-menu-button span:not(.screen-reader-text) {
        display: block;
        width: 18px;
        height: 1px;
        background: #fff;
        transition: transform .2s ease;
    }
    .rs-menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .rs-menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

    .rs-mobile-menu {
        position: fixed;
        z-index: 999;
        inset: 70px 0 auto;
        display: block;
        padding: 18px 20px 24px;
        border-bottom: 1px solid var(--rs-line);
        background: rgba(255,250,243,.98);
        box-shadow: 0 18px 35px rgba(29,62,57,.1);
    }
    .admin-bar .rs-mobile-menu { top: 116px; }
    .rs-mobile-menu[hidden] { display: none; }
    .rs-mobile-menu nav {
        display: flex;
        flex-direction: column;
    }
    .rs-mobile-menu a {
        padding: 15px 4px;
        border-bottom: 1px solid var(--rs-line);
        color: var(--rs-deep) !important;
        font: 700 15px/1 var(--rs-sans);
        text-decoration: none !important;
    }
    .rs-mobile-menu a:last-child { border-bottom: 0; }
    .rs-mobile-menu .rs-mobile-register {
        margin-top: 12px;
        padding: 16px;
        border-radius: 999px;
        background: var(--rs-teal);
        color: #fff !important;
        text-align: center;
    }

    .rs-hero {
        min-height: auto;
        padding: 126px 0 74px;
    }
    .rs-hero-grid,
    .rs-intro-grid,
    .rs-method-grid,
    .rs-traditions-grid,
    .rs-final-grid {
        grid-template-columns: 1fr;
    }
    .rs-hero-grid { gap: 48px; }
    .rs-hero-copy h1 { font-size: clamp(64px, 14vw, 92px); }
    .rs-hero-art { min-height: 470px; }
    .rs-portal { width: min(430px, 88vw); }
    .rs-hero-note { right: 1%; }
    .rs-scroll-cue { display: none; }

    .rs-intro,
    .rs-course,
    .rs-work,
    .rs-method,
    .rs-traditions,
    .rs-audiences,
    .rs-facilitators,
    .rs-story,
    .rs-final { padding: 88px 0; }

    .rs-intro { background: var(--rs-paper); }
    .rs-intro-grid { gap: 28px; }

    .rs-course-card {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .rs-poster-frame { width: min(300px, 75vw); }

    .rs-pathway-grid { grid-template-columns: 1fr; }
    .rs-pathway { min-height: 330px; }

    .rs-method-grid,
    .rs-traditions-grid,
    .rs-final-grid { gap: 52px; }

    .rs-audience-grid,
    .rs-person-grid { grid-template-columns: 1fr; }

    .rs-facilitator-heading {
        align-items: flex-start;
        flex-direction: column;
    }
    .rs-person { grid-template-columns: 190px 1fr; }

    .rs-story-grid { grid-template-columns: 1fr; gap: 12px; }
    .rs-story-mark { font-size: 100px; }
    .rs-footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Phone */
@media (max-width: 560px) {
    .rs-shell { width: min(100% - 30px, 1240px); }
    .rs-main { font-size: 16px; }
    .rs-main h2 { font-size: 46px; }

    .rs-brand-type small { font-size: 7px; }

    .rs-hero { padding-top: 112px; }
    .rs-hero-copy h1 {
        max-width: 100%;
        margin-bottom: 22px;
        font-size: clamp(57px, 17vw, 76px);
        line-height: .83;
    }
    .rs-hero-text {
        font-size: 16px;
        line-height: 1.72;
    }
    .rs-actions {
        align-items: stretch;
        flex-direction: column;
    }
    .rs-button { width: 100%; }
    .rs-button-text { width: auto; align-self: flex-start; }

    .rs-hero-meta {
        display: grid;
        gap: 9px;
    }

    .rs-hero-art { min-height: 390px; }
    .rs-portal { width: 325px; max-width: 90vw; }
    .rs-ring-one { inset: 44px; }
    .rs-ring-two { inset: 80px; }
    .rs-portal-core strong { font-size: 27px; }
    .rs-portal-core em { font-size: 34px; }
    .rs-hero-note {
        right: 0;
        bottom: 0;
        width: 225px;
        padding: 18px;
    }
    .rs-hero-note p { font-size: 18px; }

    .rs-intro,
    .rs-course,
    .rs-work,
    .rs-method,
    .rs-traditions,
    .rs-audiences,
    .rs-facilitators,
    .rs-story,
    .rs-final { padding: 70px 0; }

    .rs-intro-copy .rs-lead { font-size: 25px; }

    .rs-section-top {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 34px;
    }
    .rs-course-card {
        padding: 26px 20px 30px;
        border-radius: 24px;
    }
    .rs-course-tagline { font-size: 26px; }
    .rs-course-facts { grid-template-columns: 1fr; }
    .rs-course-facts > div { padding-right: 0; }

    .rs-center-heading {
        margin-bottom: 42px;
        text-align: left;
    }
    .rs-center-heading > p:last-child { margin-inline: 0; }

    .rs-pathway {
        min-height: 315px;
        padding: 28px;
    }
    .rs-pathway h3 { font-size: 38px; }

    .rs-step { grid-template-columns: 58px 1fr; gap: 19px; }
    .rs-step-line { left: 29px; }
    .rs-step > span { width: 58px; height: 58px; }
    .rs-step h3 { font-size: 30px; }

    .rs-audience-card {
        min-height: auto;
        padding: 28px;
    }
    .rs-audience-card h3 { font-size: 29px; }

    .rs-person {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .rs-person-photo {
        width: 100%;
        max-height: 390px;
    }
    .rs-person h3 { font-size: 34px; }

    .rs-story blockquote > p { font-size: 38px; }

    .rs-footer {
        padding-bottom: 92px;
    }
    .rs-footer-grid { grid-template-columns: 1fr; }
    .rs-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .rs-mobile-cta {
        position: fixed;
        z-index: 900;
        left: 12px;
        right: 12px;
        bottom: 12px;
        display: flex;
        min-height: 58px;
        align-items: center;
        justify-content: space-between;
        padding: 11px 18px;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 999px;
        background: rgba(7,63,61,.95);
        box-shadow: 0 12px 34px rgba(7,63,61,.25);
        color: #fff !important;
        font: 600 12px/1 var(--rs-sans);
        text-decoration: none !important;
        backdrop-filter: blur(12px);
    }
    .rs-mobile-cta strong {
        padding: 11px 16px;
        border-radius: 999px;
        background: var(--rs-terracotta);
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .rs-reveal { opacity: 1; transform: none; transition: none; }
    .rs-button, .rs-pathway, .rs-header { transition: none; }
}

/* ==============================================================
   Version 2.2 — comprehensive Rahao navigation + contrast fixes
   ============================================================== */

body.rahao-studio-active .rs-header {
    height: 104px;
    overflow: visible;
    background: rgba(255, 250, 243, .94);
    border-bottom: 1px solid rgba(7, 63, 61, .10);
}
body.rahao-studio-active .rs-header.rs-scrolled {
    height: 96px;
    background: rgba(255, 250, 243, .98);
}

.rs-header-ribbon {
    height: 27px;
    background: var(--rs-deep);
    color: rgba(255,255,255,.82);
    font: 700 9px/1 var(--rs-sans);
    letter-spacing: .11em;
    text-transform: uppercase;
}
.rs-header-ribbon-inner {
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 22px;
}
.rs-header-ribbon-inner span:nth-child(2) { text-align: right; color: rgba(255,255,255,.66); }

body.rahao-studio-active .rs-header-inner {
    height: 77px;
}
body.rahao-studio-active .rs-brand-mark,
body.rahao-studio-active .rs-brand-mark img {
    width: 43px;
    height: 43px;
}
body.rahao-studio-active .rs-brand-type strong { font-size: 21px; }

body.rahao-studio-active .rs-nav {
    gap: 23px;
    margin-left: auto;
}
body.rahao-studio-active .rs-nav > a,
body.rahao-studio-active .rs-nav-trigger {
    position: relative;
    border: 0;
    padding: 10px 0;
    background: transparent;
    color: var(--rs-ink) !important;
    cursor: pointer;
    font: 750 12px/1 var(--rs-sans);
    text-decoration: none !important;
    white-space: nowrap;
}
body.rahao-studio-active .rs-nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
body.rahao-studio-active .rs-nav-trigger span {
    color: var(--rs-terracotta);
    font-size: 15px;
    transform: translateY(-1px);
    transition: transform .2s ease;
}
body.rahao-studio-active .rs-nav-group.rs-nav-open .rs-nav-trigger span,
body.rahao-studio-active .rs-nav-group:focus-within .rs-nav-trigger span {
    transform: translateY(1px) rotate(180deg);
}
body.rahao-studio-active .rs-nav > a::after,
body.rahao-studio-active .rs-nav-trigger::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 1px;
    height: 1px;
    background: var(--rs-terracotta);
    transition: right .2s ease;
}
body.rahao-studio-active .rs-nav > a:hover::after,
body.rahao-studio-active .rs-nav-trigger:hover::after,
body.rahao-studio-active .rs-nav-group.rs-nav-open .rs-nav-trigger::after {
    right: 0;
}

.rs-nav-group { position: static; }
.rs-mega-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: min(1080px, calc(100vw - 64px));
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 42px;
    padding: 36px;
    border: 1px solid rgba(7,63,61,.12);
    border-radius: 0 0 25px 25px;
    background: rgba(255,250,243,.99);
    box-shadow: 0 26px 70px rgba(20,51,47,.17);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity .18s ease, transform .18s ease;
}
.rs-nav-group:hover .rs-mega-menu,
.rs-nav-group:focus-within .rs-mega-menu,
.rs-nav-group.rs-nav-open .rs-mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}
.rs-mega-intro {
    padding: 25px 28px;
    border-radius: 20px;
    background: var(--rs-deep);
    color: #fff;
}
.rs-mega-eyebrow {
    margin: 0 0 16px !important;
    color: #efc3a1 !important;
    font: 800 9px/1.4 var(--rs-sans) !important;
    letter-spacing: .17em;
}
.rs-mega-intro h2 {
    margin: 0 0 16px !important;
    color: #fff !important;
    font: 600 34px/.98 var(--rs-serif) !important;
    letter-spacing: -.025em;
}
.rs-mega-intro > p:last-child {
    margin-bottom: 0;
    color: rgba(255,255,255,.72) !important;
    font-size: 12px;
    line-height: 1.7;
}
.rs-mega-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
}
.rs-mega-links > a {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    padding: 13px 12px;
    border-radius: 14px;
    color: var(--rs-deep) !important;
    text-decoration: none !important;
    transition: background .2s ease, transform .2s ease;
}
.rs-mega-links > a:hover {
    background: #edf4f1;
    transform: translateX(2px);
}
.rs-mega-links > a > span {
    color: var(--rs-terracotta);
    font: 800 9px/1.4 var(--rs-sans);
    letter-spacing: .1em;
}
.rs-mega-links strong {
    display: block;
    margin-bottom: 4px;
    color: var(--rs-deep) !important;
    font: 750 13px/1.25 var(--rs-sans);
}
.rs-mega-links small {
    display: block;
    color: #637873 !important;
    font: 500 10px/1.45 var(--rs-sans);
}

body.rahao-studio-active .rs-header-cta {
    min-width: 138px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 24px;
    padding: 10px 16px;
    border-radius: 13px;
    background: var(--rs-terracotta);
    box-shadow: 0 10px 24px rgba(200,115,67,.18);
}
body.rahao-studio-active .rs-header-cta span {
    color: rgba(255,255,255,.75);
    font: 700 8px/1 var(--rs-sans);
    letter-spacing: .12em;
    text-transform: uppercase;
}
body.rahao-studio-active .rs-header-cta strong {
    color: #fff;
    font: 800 11px/1 var(--rs-sans);
}

/* Ensure dark sections remain readable even when theme styles use !important. */
body.rahao-studio-active .rs-method,
body.rahao-studio-active .rs-final,
body.rahao-studio-active .rs-footer,
body.rahao-studio-active .rs-mega-intro {
    color: #fff !important;
}
body.rahao-studio-active .rs-method h2,
body.rahao-studio-active .rs-method h3,
body.rahao-studio-active .rs-final h2,
body.rahao-studio-active .rs-footer strong,
body.rahao-studio-active .rs-mega-intro h2 {
    color: #fff !important;
}
body.rahao-studio-active .rs-method p,
body.rahao-studio-active .rs-step p {
    color: rgba(255,255,255,.76) !important;
}
body.rahao-studio-active .rs-method .rs-kicker,
body.rahao-studio-active .rs-final .rs-kicker {
    color: #f4cbaa !important;
}
body.rahao-studio-active .rs-final-action > p {
    color: rgba(255,255,255,.82) !important;
}
body.rahao-studio-active .rs-step > span {
    color: #ffd2b3 !important;
    background: #073f3d !important;
}
body.rahao-studio-active .rs-button-dark-outline {
    border-color: rgba(255,255,255,.62) !important;
    color: #fff !important;
}

/* Header offset after the new two-level navigation. */
body.rahao-studio-active .rs-hero { padding-top: 184px; }

@media (max-width: 1180px) {
    body.rahao-studio-active .rs-nav { gap: 16px; }
    body.rahao-studio-active .rs-nav > a,
    body.rahao-studio-active .rs-nav-trigger { font-size: 11px; }
    body.rahao-studio-active .rs-header-cta { margin-left: 16px; min-width: 126px; }
}

@media (max-width: 980px) {
    .rs-header-ribbon-inner { grid-template-columns: 1fr auto; }
    .rs-header-ribbon-inner span:nth-child(2) { display: none; }
    body.rahao-studio-active .rs-nav,
    body.rahao-studio-active .rs-header-cta { display: none; }
    body.rahao-studio-active .rs-menu-button { display: flex; }
}

@media (max-width: 820px) {
    body.rahao-studio-active .rs-header,
    body.rahao-studio-active .rs-header.rs-scrolled { height: 96px; }
    body.rahao-studio-active .rs-header-inner { height: 69px; }
    body.rahao-studio-active .rs-mobile-menu {
        top: 96px;
        max-height: calc(100dvh - 96px);
        overflow-y: auto;
        padding: 14px 20px 28px;
    }
    body.admin-bar.rahao-studio-active .rs-mobile-menu { top: 142px; }
    body.rahao-studio-active .rs-hero { padding-top: 140px; }

    .rs-mobile-menu-label {
        margin: 20px 4px 6px !important;
        color: var(--rs-terracotta) !important;
        font: 800 9px/1.3 var(--rs-sans) !important;
        letter-spacing: .16em;
        text-transform: uppercase;
    }
    body.rahao-studio-active .rs-mobile-menu a {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 12px 4px;
        font-size: 14px;
        line-height: 1.2;
    }
    body.rahao-studio-active .rs-mobile-menu a strong {
        color: var(--rs-deep) !important;
        font: 750 14px/1.2 var(--rs-sans);
    }
    body.rahao-studio-active .rs-mobile-menu a span {
        color: #72837f !important;
        font: 500 10px/1.4 var(--rs-sans);
    }
    body.rahao-studio-active .rs-mobile-menu .rs-mobile-main-link {
        font: 750 14px/1.2 var(--rs-sans);
    }
    body.rahao-studio-active .rs-mobile-menu .rs-mobile-register {
        margin-top: 18px;
        padding: 16px;
        color: #fff !important;
        align-items: center;
    }
}

@media (max-width: 560px) {
    .rs-header-ribbon { height: 25px; }
    .rs-header-ribbon-inner {
        width: min(100% - 28px, 1240px);
        grid-template-columns: 1fr auto;
        font-size: 8px;
        letter-spacing: .08em;
    }
    body.rahao-studio-active .rs-header-inner { height: 67px; }
    body.rahao-studio-active .rs-header,
    body.rahao-studio-active .rs-header.rs-scrolled { height: 92px; }
    body.rahao-studio-active .rs-mobile-menu { top: 92px; max-height: calc(100dvh - 92px); }
    body.admin-bar.rahao-studio-active .rs-mobile-menu { top: 138px; }
    body.rahao-studio-active .rs-hero { padding-top: 132px; }
}
body.rahao-studio-active .rs-mega-links > a::after,
body.rahao-studio-active .rs-mobile-menu a::after {
    display: none !important;
    content: none !important;
}

/* ==============================================================
   Version 2.4 — human-centred Rahao experience artwork
   ============================================================== */

body.rahao-studio-active .rs-hero-wash {
    width: 560px;
    height: 560px;
    top: 95px;
    right: -220px;
    opacity: .55;
}

body.rahao-studio-active .rs-hero-art {
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-experience-card {
    position: relative;
    width: min(610px, 100%);
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(7, 63, 61, .13);
    border-radius: 36px;
    background: rgba(255, 250, 243, .88);
    box-shadow: 0 34px 90px rgba(31, 70, 64, .16);
}

.rs-experience-card::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -95px;
    top: -110px;
    border-radius: 50%;
    background: rgba(200, 115, 67, .1);
    pointer-events: none;
}

.rs-experience-head {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: start;
    margin-bottom: 22px;
}

.rs-experience-kicker {
    margin: 0 0 10px !important;
    color: var(--rs-terracotta) !important;
    font: 800 10px/1.3 var(--rs-sans) !important;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.rs-experience-head h2 {
    max-width: 410px;
    margin: 0 0 9px !important;
    color: var(--rs-deep) !important;
    font: 600 clamp(31px, 3.2vw, 44px)/.98 var(--rs-serif) !important;
    letter-spacing: -.035em;
}

.rs-experience-head > div > p:last-child {
    max-width: 430px;
    margin: 0;
    color: #5a706c !important;
    font: 500 14px/1.55 var(--rs-sans) !important;
}

.rs-experience-audience {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid rgba(7, 94, 92, .17);
    border-radius: 999px;
    background: #e7f0ec;
    color: var(--rs-deep) !important;
    font: 800 8px/1 var(--rs-sans);
    letter-spacing: .13em;
    white-space: nowrap;
}

.rs-experience-scene {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #dcebe6;
}

.rs-experience-scene svg {
    display: block;
    width: 100%;
    height: auto;
}

.rs-scene-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 12px 15px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 16px;
    background: rgba(7, 63, 61, .82);
    color: rgba(255,255,255,.88) !important;
    font: 500 11px/1.45 var(--rs-sans);
    backdrop-filter: blur(8px);
}

.rs-scene-caption span {
    flex: 0 0 auto;
    color: #efc3a1 !important;
    font: 800 8px/1.2 var(--rs-sans);
    letter-spacing: .14em;
}

.rs-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.rs-practice-grid span {
    position: relative;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 11px 10px 28px;
    border: 1px solid rgba(7, 94, 92, .12);
    border-radius: 14px;
    background: #f7f0e7;
    color: var(--rs-deep) !important;
    font: 750 10px/1.28 var(--rs-sans);
}

.rs-practice-grid span::before {
    content: "";
    position: absolute;
    left: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rs-terracotta);
    box-shadow: 0 0 0 4px rgba(200,115,67,.1);
}

.rs-practice-grid span:nth-child(2n) { background: #e9f1ed; }

.rs-experience-formats {
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid rgba(7, 94, 92, .12);
    color: #6c7e7a !important;
    font: 750 9px/1.4 var(--rs-sans);
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1020px) {
    body.rahao-studio-active .rs-hero-art { min-height: auto; }
    .rs-experience-card { width: min(650px, 100%); }
}

@media (max-width: 680px) {
    body.rahao-studio-active .rs-hero-art { min-height: auto; }
    .rs-experience-card {
        padding: 18px;
        border-radius: 27px;
    }
    .rs-experience-head {
        grid-template-columns: 1fr;
        gap: 13px;
    }
    .rs-experience-audience { justify-self: start; }
    .rs-experience-head h2 { font-size: 34px !important; }
    .rs-scene-caption {
        position: static;
        display: block;
        margin: 0;
        border: 0;
        border-radius: 0;
        background: var(--rs-deep);
    }
    .rs-scene-caption span {
        display: block;
        margin-bottom: 5px;
    }
    .rs-practice-grid { grid-template-columns: 1fr 1fr; }
    .rs-practice-grid span { min-height: 48px; }
}

@media (max-width: 390px) {
    .rs-practice-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   ABOUT PAGE — Version 2.6
   ========================================================= */
body.rahao-about-active .rs-main {
    background: var(--rs-cream);
}

body.rahao-about-active .rs-nav > a.rs-current {
    color: var(--rs-teal) !important;
}
body.rahao-about-active .rs-nav > a.rs-current::after {
    right: 0;
}

.rs-about-hero {
    position: relative;
    min-height: 900px;
    padding: 190px 0 112px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(240,216,200,.62), transparent 31%),
        linear-gradient(135deg, #f9f3ea 0%, #f5eee5 54%, #eef4f0 100%);
}

.rs-about-hero::before,
.rs-about-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(200,115,67,.2);
    border-radius: 46% 54% 62% 38% / 50% 38% 62% 50%;
}
.rs-about-hero::before {
    width: 580px;
    height: 580px;
    left: -300px;
    top: 215px;
    transform: rotate(17deg);
}
.rs-about-hero::after {
    width: 740px;
    height: 510px;
    right: -370px;
    top: -160px;
    border-color: rgba(7,94,92,.12);
    transform: rotate(-15deg);
}

.rs-about-hero-wash {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(7,94,92,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7,94,92,.035) 1px, transparent 1px);
    background-size: 92px 92px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.58), transparent 76%);
}

.rs-about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    align-items: center;
    gap: clamp(60px, 7vw, 112px);
}

.rs-about-hero-copy {
    padding-bottom: 30px;
}

.rs-about-hero-copy h1 {
    max-width: 700px;
    margin: 0;
    color: var(--rs-deep);
    font: 600 clamp(64px, 6.3vw, 102px)/.88 var(--rs-serif);
    letter-spacing: -.055em;
}

.rs-about-hero-copy h1 br + * { color: var(--rs-teal); }

.rs-about-hero-lead {
    max-width: 650px;
    margin: 34px 0 0;
    color: #3e5551;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.8;
}

.rs-about-scene-card {
    position: relative;
    max-width: 655px;
    margin-left: auto;
    padding: 18px;
    border: 1px solid rgba(7,94,92,.12);
    border-radius: 42px;
    background: rgba(255,250,243,.72);
    box-shadow: 0 36px 100px rgba(31,70,64,.16);
    backdrop-filter: blur(14px);
}

.rs-about-scene-card svg {
    width: 100%;
    border-radius: 30px;
}

.rs-about-scene-words {
    position: absolute;
    inset: 44px 42px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.rs-about-scene-words span {
    padding: 8px 12px;
    border: 1px solid rgba(7,94,92,.18);
    border-radius: 999px;
    background: rgba(255,250,243,.78);
    color: var(--rs-deep);
    font: 800 9px/1 var(--rs-sans);
    letter-spacing: .13em;
}

.rs-about-scene-note {
    position: absolute;
    right: -28px;
    bottom: 44px;
    width: min(310px, 54%);
    padding: 24px 26px;
    border: 1px solid rgba(7,94,92,.13);
    border-radius: 24px;
    background: rgba(255,250,243,.96);
    color: var(--rs-deep);
    box-shadow: 0 22px 60px rgba(31,70,64,.18);
    font: 600 25px/1.08 var(--rs-serif);
}

.rs-about-identity {
    padding: 142px 0 136px;
    background: var(--rs-paper);
}

.rs-about-identity-grid {
    display: grid;
    grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr);
    gap: clamp(70px, 9vw, 150px);
    align-items: start;
}

.rs-about-sticky-title {
    position: sticky;
    top: 122px;
}

.rs-about-sticky-title h2 {
    max-width: 570px;
    margin-bottom: 0;
}

.rs-about-long-copy {
    padding-top: 42px;
}

.rs-about-long-copy > p {
    max-width: 720px;
    color: #4b5e5a;
    font-size: 18px;
    line-height: 1.9;
}
.rs-about-long-copy > p + p { margin-top: 26px; }
.rs-about-long-copy .rs-about-lead {
    color: var(--rs-deep);
    font: 600 clamp(28px, 2.7vw, 42px)/1.2 var(--rs-serif);
}

.rs-about-long-copy blockquote {
    position: relative;
    margin: 62px 0 0;
    padding: 40px 42px 42px 70px;
    border: 0;
    border-radius: 28px;
    background: var(--rs-mist);
    color: var(--rs-deep);
    font: 600 clamp(28px, 2.55vw, 39px)/1.16 var(--rs-serif);
}
.rs-about-long-copy blockquote::before {
    content: "||";
    position: absolute;
    left: 28px;
    top: 40px;
    color: var(--rs-terracotta);
    font: 800 15px/1 var(--rs-sans);
    letter-spacing: .14em;
}

.rs-about-whole {
    padding: 132px 0 120px;
    background: var(--rs-deep);
    color: #edf6f2;
}

.rs-about-whole .rs-kicker { color: #f0b38d !important; }
.rs-about-whole h2,
.rs-about-whole h3,
.rs-about-whole p,
.rs-about-whole span { color: inherit !important; }

.rs-about-section-heading {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 70px;
    align-items: start;
    margin-bottom: 66px;
}
.rs-about-section-heading h2 {
    margin-bottom: 24px;
    color: #fff !important;
}
.rs-about-section-heading > div > p {
    max-width: 740px;
    color: rgba(237,246,242,.78) !important;
    font-size: 18px;
    line-height: 1.85;
}

.rs-about-dimension-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.rs-about-dimension {
    min-height: 355px;
    padding: 34px 28px 38px;
    border-right: 1px solid rgba(255,255,255,.16);
}
.rs-about-dimension:last-child { border-right: 0; }
.rs-about-dimension > span {
    display: block;
    margin-bottom: 86px;
    color: #efc3a1 !important;
    font: 800 11px/1 var(--rs-sans);
    letter-spacing: .18em;
}
.rs-about-dimension h3 {
    margin-bottom: 18px;
    color: #fff !important;
    font: 600 30px/1.05 var(--rs-serif);
}
.rs-about-dimension p {
    margin: 0;
    color: rgba(237,246,242,.72) !important;
    font-size: 15px;
    line-height: 1.75;
}

.rs-about-work {
    padding: 136px 0 150px;
    background: var(--rs-cream);
}

.rs-about-work .rs-center-heading {
    max-width: 820px;
    margin: 0 auto 74px;
}

.rs-about-work-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.rs-about-work-card {
    position: relative;
    min-height: 390px;
    padding: 36px 40px 38px;
    border: 1px solid rgba(7,94,92,.11);
    border-radius: 30px;
    overflow: hidden;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease;
}
.rs-about-work-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--rs-shadow);
}
.rs-about-work-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -124px;
    bottom: -126px;
    border: 1px solid currentColor;
    border-radius: 43% 57% 51% 49% / 58% 45% 55% 42%;
    opacity: .12;
    transform: rotate(18deg);
}
.rs-about-work-card > span {
    display: block;
    margin-bottom: 112px;
    font: 800 11px/1 var(--rs-sans);
    letter-spacing: .18em;
}
.rs-about-work-card h3 {
    max-width: 470px;
    margin-bottom: 18px;
    font: 600 clamp(34px, 3vw, 50px)/.98 var(--rs-serif);
    letter-spacing: -.025em;
}
.rs-about-work-card p {
    max-width: 530px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.75;
}
.rs-about-work-card i {
    position: absolute;
    left: 40px;
    bottom: 34px;
    font: normal 800 13px/1 var(--rs-sans);
}

.rs-about-work-card-1 { background: #dcebe6; color: var(--rs-deep) !important; }
.rs-about-work-card-2 { background: #f1d9ca; color: var(--rs-deep) !important; }
.rs-about-work-card-3 { background: #ece8dc; color: var(--rs-deep) !important; }
.rs-about-work-card-4 { background: var(--rs-teal); color: #fff !important; }
.rs-about-work-card-4 h3,
.rs-about-work-card-4 p,
.rs-about-work-card-4 span,
.rs-about-work-card-4 i { color: #fff !important; }

.rs-about-practices {
    padding: 142px 0;
    background: var(--rs-paper);
}

.rs-about-practices-grid {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    gap: clamp(70px, 8vw, 138px);
}

.rs-about-practices-copy {
    position: sticky;
    top: 118px;
    align-self: start;
}
.rs-about-practices-copy p:last-child {
    max-width: 610px;
    color: #50615d;
    font-size: 17px;
    line-height: 1.85;
}

.rs-about-practice-list {
    border-top: 1px solid var(--rs-line);
}
.rs-about-practice-list > div {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    min-height: 78px;
    border-bottom: 1px solid var(--rs-line);
}
.rs-about-practice-list span {
    color: var(--rs-terracotta);
    font: 800 10px/1 var(--rs-sans);
    letter-spacing: .16em;
}
.rs-about-practice-list strong {
    color: var(--rs-deep);
    font: 600 24px/1.2 var(--rs-serif);
}

.rs-about-principles {
    padding: 136px 0 150px;
    background:
        linear-gradient(110deg, rgba(223,236,231,.85), rgba(247,241,232,.85)),
        var(--rs-mist);
}

.rs-about-principles-heading {
    display: grid;
    grid-template-columns: .66fr 1.34fr;
    gap: 70px;
    margin-bottom: 74px;
}
.rs-about-principles-heading h2 {
    max-width: 820px;
    margin: 0;
}

.rs-about-principles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.rs-about-principle {
    min-height: 360px;
    padding: 28px 28px 34px;
    border: 1px solid rgba(7,94,92,.1);
    border-radius: 24px;
    background: rgba(255,250,243,.74);
}
.rs-about-principle-mark {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 72px;
    place-items: center;
    border: 1px solid rgba(7,94,92,.2);
    border-radius: 50%;
    color: var(--rs-terracotta);
    font: 800 11px/1 var(--rs-sans);
}
.rs-about-principle h3 {
    margin-bottom: 16px;
    color: var(--rs-deep);
    font: 600 28px/1.04 var(--rs-serif);
}
.rs-about-principle p {
    margin: 0;
    color: #4c605b;
    font-size: 15px;
    line-height: 1.75;
}

.rs-about-people {
    padding: 142px 0 150px;
    background: var(--rs-cream);
}

.rs-about-people-intro {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: clamp(60px, 8vw, 130px);
    align-items: end;
    margin-bottom: 70px;
}
.rs-about-people-intro h2 { margin-bottom: 0; }
.rs-about-people-intro > p {
    margin: 0 0 7px;
    color: #50615d;
    font-size: 18px;
    line-height: 1.85;
}

.rs-about-founder-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.rs-about-founder {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 30px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(7,94,92,.12);
    border-radius: 28px;
    background: var(--rs-paper);
    box-shadow: 0 20px 60px rgba(31,70,64,.08);
}
.rs-about-founder-photo {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 20px;
    background: var(--rs-mist);
}
.rs-about-founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rs-about-founder > div:last-child > p {
    margin-bottom: 8px;
    color: var(--rs-terracotta);
    font: 800 10px/1.3 var(--rs-sans);
    letter-spacing: .12em;
    text-transform: uppercase;
}
.rs-about-founder h3 {
    margin-bottom: 13px;
    color: var(--rs-deep);
    font: 600 35px/1 var(--rs-serif);
}
.rs-about-founder span {
    color: #50615d;
    font-size: 14px;
    line-height: 1.7;
}

.rs-about-vision-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 22px;
}
.rs-about-vision-grid article {
    min-height: 260px;
    padding: 34px 38px;
    border-radius: 28px;
}
.rs-about-vision-grid article:first-child { background: var(--rs-mist); }
.rs-about-vision-grid article:last-child { background: var(--rs-peach); }
.rs-about-vision-grid p {
    margin-bottom: 58px;
    color: var(--rs-terracotta);
    font: 800 10px/1 var(--rs-sans);
    letter-spacing: .18em;
}
.rs-about-vision-grid h3 {
    max-width: 600px;
    margin: 0;
    color: var(--rs-deep);
    font: 600 clamp(25px, 2.25vw, 34px)/1.12 var(--rs-serif);
}
.rs-about-team-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.rs-about-final {
    background: var(--rs-teal);
}
.rs-about-final h2,
.rs-about-final p,
.rs-about-final .rs-kicker { color: #fff !important; }
.rs-about-final .rs-kicker { color: #f1bd9d !important; }

@media (max-width: 1120px) {
    .rs-about-hero-grid {
        grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
        gap: 46px;
    }
    .rs-about-scene-note { right: 18px; }
    .rs-about-dimension-grid,
    .rs-about-principles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rs-about-dimension:nth-child(2) { border-right: 0; }
    .rs-about-dimension:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
    .rs-about-founder { grid-template-columns: 170px 1fr; }
}

@media (max-width: 900px) {
    .rs-about-hero {
        min-height: auto;
        padding: 154px 0 94px;
    }
    .rs-about-hero-grid,
    .rs-about-identity-grid,
    .rs-about-section-heading,
    .rs-about-practices-grid,
    .rs-about-principles-heading,
    .rs-about-people-intro {
        grid-template-columns: 1fr;
    }
    .rs-about-hero-copy h1 { max-width: 760px; }
    .rs-about-hero-art { max-width: 680px; }
    .rs-about-scene-card { margin-left: 0; }
    .rs-about-sticky-title,
    .rs-about-practices-copy { position: static; }
    .rs-about-long-copy { padding-top: 0; }
    .rs-about-section-heading,
    .rs-about-principles-heading { gap: 20px; }
    .rs-about-work-grid,
    .rs-about-founder-grid,
    .rs-about-vision-grid { grid-template-columns: 1fr; }
    .rs-about-work-card { min-height: 345px; }
    .rs-about-people-intro { gap: 28px; }
}

@media (max-width: 640px) {
    .rs-about-hero {
        padding: 132px 0 72px;
    }
    .rs-about-hero-copy h1 {
        font-size: clamp(55px, 17vw, 76px);
    }
    .rs-about-hero-lead {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.72;
    }
    .rs-about-scene-card {
        padding: 10px;
        border-radius: 26px;
    }
    .rs-about-scene-card svg { border-radius: 19px; }
    .rs-about-scene-words {
        inset: 25px 24px auto;
        gap: 5px;
    }
    .rs-about-scene-words span {
        padding: 6px 8px;
        font-size: 7px;
    }
    .rs-about-scene-note {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        margin: -44px 12px 4px;
        padding: 20px;
        border-radius: 20px;
        font-size: 23px;
    }
    .rs-about-identity,
    .rs-about-whole,
    .rs-about-work,
    .rs-about-practices,
    .rs-about-principles,
    .rs-about-people {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .rs-about-long-copy .rs-about-lead { font-size: 29px; }
    .rs-about-long-copy blockquote {
        margin-top: 40px;
        padding: 30px 26px 30px 52px;
        font-size: 27px;
    }
    .rs-about-long-copy blockquote::before { left: 20px; top: 32px; }
    .rs-about-dimension-grid,
    .rs-about-principles-grid { grid-template-columns: 1fr; }
    .rs-about-dimension {
        min-height: 0;
        padding: 26px 8px 32px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.16);
    }
    .rs-about-dimension:last-child { border-bottom: 0; }
    .rs-about-dimension > span { margin-bottom: 38px; }
    .rs-about-work .rs-center-heading { margin-bottom: 46px; }
    .rs-about-work-card {
        min-height: 375px;
        padding: 28px 25px 30px;
        border-radius: 24px;
    }
    .rs-about-work-card > span { margin-bottom: 96px; }
    .rs-about-work-card i { left: 25px; bottom: 28px; }
    .rs-about-practices-grid { gap: 42px; }
    .rs-about-practice-list > div {
        grid-template-columns: 45px 1fr;
        min-height: 70px;
    }
    .rs-about-practice-list strong { font-size: 21px; }
    .rs-about-principle {
        min-height: 0;
    }
    .rs-about-principle-mark { margin-bottom: 42px; }
    .rs-about-founder {
        grid-template-columns: 110px 1fr;
        gap: 18px;
        padding: 12px;
        border-radius: 22px;
    }
    .rs-about-founder-photo { border-radius: 16px; }
    .rs-about-founder h3 { font-size: 29px; }
    .rs-about-founder span { font-size: 13px; line-height: 1.55; }
    .rs-about-vision-grid article {
        min-height: 0;
        padding: 28px 24px;
    }
    .rs-about-vision-grid p { margin-bottom: 38px; }
}

/* =========================================================
   Version 2.7 — Dynamic events + Contact page
   ========================================================= */

.rs-section-intro {
    max-width: 650px;
    margin: 16px 0 0;
    color: #536c67;
    font-size: 16px;
    line-height: 1.75;
}

/* Dynamic event cards */
.rs-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.rs-event-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(7, 94, 92, .12);
    border-radius: 30px;
    background: rgba(255, 250, 243, .94);
    box-shadow: 0 20px 58px rgba(31, 70, 64, .10);
}

.rs-event-poster {
    position: relative;
    display: grid;
    min-height: 330px;
    place-items: center;
    overflow: hidden;
    padding: 18px;
    background:
        linear-gradient(135deg, rgba(223, 236, 231, .94), rgba(247, 241, 232, .96)),
        var(--rs-mist);
}

.rs-event-poster::after {
    content: "";
    position: absolute;
    inset: 18px;
    pointer-events: none;
    border: 1px solid rgba(7, 94, 92, .12);
    border-radius: 19px;
}

.rs-event-poster img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: contain;
    border-radius: 17px;
    filter: drop-shadow(0 18px 28px rgba(31, 70, 64, .16));
}

.rs-event-copy {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 30px 30px 28px;
}

.rs-event-status {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--rs-terracotta);
    font: 800 10px/1.3 var(--rs-sans);
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rs-event-status i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rs-terracotta);
    box-shadow: 0 0 0 5px rgba(200, 115, 67, .12);
}

.rs-event-card h3 {
    margin: 0 0 14px;
    color: var(--rs-deep);
    font: 600 clamp(30px, 2.6vw, 40px)/1.02 var(--rs-serif);
    letter-spacing: -.025em;
}

.rs-event-summary {
    margin: 0 0 24px;
    color: #536c67;
    font-size: 15px;
    line-height: 1.72;
}

.rs-event-meta {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto 0 0;
    border-top: 1px solid var(--rs-line);
}

.rs-event-meta > div {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--rs-line);
}

.rs-event-meta dt {
    color: #8a9894;
    font: 800 9px/1.5 var(--rs-sans);
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rs-event-meta dd {
    margin: 0;
    color: var(--rs-deep);
    font: 700 13px/1.5 var(--rs-sans);
}

.rs-event-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.rs-event-actions .rs-button {
    min-height: 47px;
    padding: 12px 19px;
    font-size: 12px;
}

.rs-event-note {
    margin: 13px 0 0;
    color: #83908d;
    font-size: 10px;
    line-height: 1.5;
}

.rs-event-count-1 {
    grid-template-columns: minmax(0, 1fr);
}

.rs-event-count-1 .rs-event-card {
    display: grid;
    grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr);
}

.rs-event-count-1 .rs-event-poster {
    min-height: 530px;
}

.rs-event-count-1 .rs-event-copy {
    justify-content: center;
    padding: clamp(38px, 5vw, 68px);
}

.rs-event-count-1 .rs-event-card h3 {
    font-size: clamp(42px, 4.3vw, 62px);
}

.rs-event-count-1 .rs-event-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rs-event-count-1 .rs-event-meta > div:nth-child(odd) {
    padding-right: 22px;
}

.rs-event-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rs-home-events .rs-section-top {
    align-items: center;
}

.rs-home-events .rs-section-top > div {
    max-width: 760px;
}

.rs-events-empty {
    padding: 72px clamp(30px, 7vw, 96px);
    border: 1px solid rgba(7, 94, 92, .12);
    border-radius: 30px;
    background: rgba(255, 250, 243, .72);
    text-align: center;
    box-shadow: var(--rs-shadow);
}

.rs-events-empty h3 {
    margin-bottom: 14px;
    color: var(--rs-deep);
    font: 600 clamp(36px, 4vw, 55px)/1 var(--rs-serif);
}

.rs-events-empty p {
    max-width: 650px;
    margin: 0 auto;
    color: #536c67;
}

.rs-events-empty .rs-button {
    margin-top: 28px;
}

/* Upcoming events page */
.rs-events-hero {
    position: relative;
    min-height: 760px;
    padding: 190px 0 118px;
    background:
        radial-gradient(circle at 82% 18%, rgba(200, 115, 67, .18), transparent 28%),
        linear-gradient(145deg, var(--rs-paper), #e5efeb 72%);
}

.rs-events-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr);
    gap: clamp(56px, 8vw, 126px);
    align-items: center;
}

.rs-events-hero-copy h1,
.rs-contact-hero-copy h1 {
    max-width: 780px;
    margin: 0;
    color: var(--rs-deep);
    font: 600 clamp(66px, 7.3vw, 108px)/.86 var(--rs-serif);
    letter-spacing: -.05em;
}

.rs-events-hero-copy > p:not(.rs-kicker) {
    max-width: 680px;
    margin: 34px 0 0;
    color: #4d6560;
    font-size: 18px;
    line-height: 1.8;
}

.rs-events-hero-art {
    position: relative;
    min-height: 520px;
}

.rs-events-stack {
    position: absolute;
    inset: 0;
}

.rs-events-stack span {
    position: absolute;
    inset: 44px 36px 60px 52px;
    border: 1px solid rgba(7, 94, 92, .16);
    border-radius: 42px;
    background: var(--rs-mist);
    transform: rotate(-7deg);
}

.rs-events-stack span:nth-child(2) {
    inset: 25px 62px 77px 27px;
    background: var(--rs-peach);
    transform: rotate(5deg);
}

.rs-events-stack span:nth-child(3) {
    inset: 52px 25px 37px 75px;
    background: rgba(255, 250, 243, .86);
    transform: rotate(1deg);
}

.rs-events-hero-card {
    position: absolute;
    inset: 95px 65px 72px 92px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 34px;
    background: var(--rs-teal);
    box-shadow: var(--rs-shadow);
}

.rs-events-hero-card > span {
    color: #fff;
    font: 600 110px/.75 var(--rs-serif);
}

.rs-events-hero-card strong {
    max-width: 260px;
    margin-top: 25px;
    color: #fff;
    font: 600 30px/1.05 var(--rs-serif);
}

.rs-events-hero-card p {
    margin: auto 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    line-height: 1.65;
}

.rs-events-hero-words {
    position: absolute;
    inset: auto 10px 25px auto;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-end;
}

.rs-events-hero-words span {
    padding: 7px 12px;
    border: 1px solid rgba(7, 94, 92, .12);
    border-radius: 999px;
    background: rgba(255, 250, 243, .88);
    color: var(--rs-teal);
    font: 800 8px/1 var(--rs-sans);
    letter-spacing: .14em;
}

.rs-events-listing {
    padding: 132px 0 142px;
    background: var(--rs-paper);
}

.rs-events-listing-head {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(45px, 8vw, 126px);
    align-items: end;
    margin-bottom: 64px;
}

.rs-events-listing-head h2 {
    margin-bottom: 0;
}

.rs-events-listing-head > p {
    margin-bottom: 6px;
    color: #526b66;
    font-size: 17px;
    line-height: 1.8;
}

.rs-event-grid-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rs-event-grid-listing .rs-event-poster {
    min-height: 470px;
}

.rs-events-choose {
    padding: 125px 0;
    background: var(--rs-mist);
}

.rs-events-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(7, 94, 92, .13);
    border-radius: 30px;
    background: rgba(7, 94, 92, .13);
}

.rs-events-choose-grid article {
    min-height: 330px;
    padding: 38px;
    background: rgba(255, 250, 243, .85);
}

.rs-events-choose-grid span {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 80px;
    place-items: center;
    border: 1px solid rgba(7, 94, 92, .18);
    border-radius: 50%;
    color: var(--rs-terracotta);
    font: 800 10px/1 var(--rs-sans);
}

.rs-events-choose-grid h3 {
    margin-bottom: 12px;
    color: var(--rs-deep);
    font: 600 34px/1 var(--rs-serif);
}

.rs-events-choose-grid p {
    margin: 0;
    color: #536c67;
    font-size: 14px;
    line-height: 1.72;
}

.rs-events-final,
.rs-contact-final {
    background: var(--rs-teal);
}

.rs-events-final h2,
.rs-events-final p,
.rs-contact-final h2,
.rs-contact-final p {
    color: #fff !important;
}

.rs-events-final .rs-kicker,
.rs-contact-final .rs-kicker {
    color: #f1bd9d !important;
}

/* Contact page */
.rs-contact-hero {
    position: relative;
    min-height: 760px;
    padding: 190px 0 118px;
    background:
        radial-gradient(circle at 80% 12%, rgba(200, 115, 67, .16), transparent 28%),
        linear-gradient(150deg, var(--rs-paper), #e3eeea 76%);
}

.rs-contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(410px, .96fr);
    gap: clamp(55px, 8vw, 120px);
    align-items: center;
}

.rs-contact-lead {
    max-width: 680px;
    margin: 34px 0 0;
    color: #4d6560;
    font-size: 18px;
    line-height: 1.8;
}

.rs-contact-hero-art {
    position: relative;
    min-height: 520px;
}

.rs-contact-orbit {
    position: absolute;
    inset: 10px;
}

.rs-contact-orbit span {
    position: absolute;
    border: 1px solid rgba(7, 94, 92, .16);
    border-radius: 50%;
}

.rs-contact-orbit span:nth-child(1) {
    inset: 8px 32px 45px 15px;
}

.rs-contact-orbit span:nth-child(2) {
    inset: 69px 4px 5px 71px;
    border-color: rgba(200, 115, 67, .34);
}

.rs-contact-orbit span:nth-child(3) {
    inset: 112px 86px 82px 40px;
    background: var(--rs-teal);
    box-shadow: var(--rs-shadow);
}

.rs-contact-note {
    position: absolute;
    z-index: 2;
    inset: 115px 45px auto 115px;
    padding: 38px;
    border-radius: 30px;
    background: rgba(255, 250, 243, .96);
    box-shadow: 0 25px 60px rgba(31, 70, 64, .14);
}

.rs-contact-note span {
    color: var(--rs-terracotta);
    font: 800 10px/1 var(--rs-sans);
    letter-spacing: .17em;
}

.rs-contact-note p {
    margin: 25px 0 0;
    color: var(--rs-deep);
    font: 600 34px/1.08 var(--rs-serif);
}

.rs-contact-topics {
    position: absolute;
    z-index: 3;
    right: 12px;
    bottom: 42px;
    display: flex;
    max-width: 355px;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.rs-contact-topics span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 250, 243, .9);
    color: var(--rs-teal);
    font: 800 8px/1 var(--rs-sans);
    letter-spacing: .11em;
    box-shadow: 0 9px 25px rgba(31, 70, 64, .08);
}

.rs-contact-form-section {
    padding: 132px 0;
    background: var(--rs-paper);
}

.rs-contact-form-grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(60px, 8vw, 130px);
    align-items: start;
}

.rs-contact-form-copy {
    position: sticky;
    top: 130px;
}

.rs-contact-form-copy > p:not(.rs-kicker) {
    max-width: 520px;
    color: #536c67;
    font-size: 17px;
    line-height: 1.82;
}

.rs-response-note {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
    padding: 18px 20px;
    border: 1px solid rgba(7, 94, 92, .12);
    border-radius: 16px;
    background: var(--rs-mist);
    color: var(--rs-deep);
    font-size: 13px;
}

.rs-response-note span {
    color: var(--rs-terracotta);
    font-size: 22px;
}

.rs-contact-form-card {
    padding: clamp(28px, 4.2vw, 54px);
    border: 1px solid rgba(7, 94, 92, .12);
    border-radius: 32px;
    background: #fff;
    box-shadow: var(--rs-shadow);
}

.rs-contact-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.rs-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.rs-contact-form label {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 9px;
}

.rs-contact-form label > span {
    color: var(--rs-deep);
    font: 800 11px/1.4 var(--rs-sans);
    letter-spacing: .04em;
}

.rs-contact-form input,
.rs-contact-form select,
.rs-contact-form textarea {
    width: 100%;
    min-height: 54px;
    padding: 13px 15px;
    border: 1px solid rgba(7, 94, 92, .18);
    border-radius: 13px;
    outline: 0;
    background: #fffdf9;
    color: var(--rs-deep);
    font: 500 15px/1.5 var(--rs-sans);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.rs-contact-form textarea {
    min-height: 170px;
    resize: vertical;
}

.rs-contact-form input:focus,
.rs-contact-form select:focus,
.rs-contact-form textarea:focus {
    border-color: var(--rs-teal);
    box-shadow: 0 0 0 4px rgba(7, 94, 92, .09);
}

.rs-contact-form .rs-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 11px;
    align-items: start;
}

.rs-contact-form .rs-consent input {
    width: 18px;
    min-height: 18px;
    margin-top: 2px;
}

.rs-contact-form .rs-consent span {
    color: #697a76;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.55;
}

.rs-contact-form button {
    align-self: flex-start;
    cursor: pointer;
}

.rs-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.rs-form-message {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 25px;
    padding: 18px 20px;
    border-radius: 15px;
    font-size: 13px;
}

.rs-form-success {
    border: 1px solid rgba(7, 94, 92, .18);
    background: var(--rs-mist);
    color: var(--rs-deep);
}

.rs-form-error {
    border: 1px solid rgba(160, 72, 48, .18);
    background: #f8e7df;
    color: #713e30;
}

.rs-contact-direct {
    padding: 126px 0;
    background: var(--rs-mist);
}

.rs-contact-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rs-contact-card {
    position: relative;
    display: flex;
    min-height: 385px;
    flex-direction: column;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(7, 94, 92, .12);
    border-radius: 28px;
    background: var(--rs-paper);
    color: inherit !important;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease;
}

.rs-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 55px rgba(31, 70, 64, .12);
}

.rs-contact-card:nth-child(2) {
    background: var(--rs-peach);
}

.rs-contact-card:nth-child(3) {
    background: var(--rs-teal);
}

.rs-contact-card:nth-child(3) h3,
.rs-contact-card:nth-child(3) p,
.rs-contact-card:nth-child(3) strong {
    color: #fff !important;
}

.rs-contact-card:nth-child(3) .rs-kicker {
    color: #f1bd9d !important;
}

.rs-contact-number {
    position: absolute;
    top: 28px;
    right: 28px;
    color: rgba(7, 94, 92, .28);
    font: 600 48px/1 var(--rs-serif);
}

.rs-contact-card:nth-child(3) .rs-contact-number {
    color: rgba(255, 255, 255, .25);
}

.rs-contact-card .rs-kicker {
    margin-bottom: 78px;
}

.rs-contact-card h3 {
    max-width: 330px;
    margin-bottom: 16px;
    overflow-wrap: anywhere;
    color: var(--rs-deep);
    font: 600 31px/1.08 var(--rs-serif);
}

.rs-contact-card p:not(.rs-kicker) {
    margin-bottom: 30px;
    color: #536c67;
    font-size: 14px;
    line-height: 1.72;
}

.rs-contact-card > strong {
    margin-top: auto;
    color: var(--rs-teal);
    font: 800 12px/1.4 var(--rs-sans);
}

@media (max-width: 1080px) {
    .rs-event-grid,
    .rs-event-grid-listing {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .rs-event-count-1 {
        grid-template-columns: 1fr;
    }
    .rs-events-hero-grid,
    .rs-contact-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
        gap: 50px;
    }
    .rs-contact-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .rs-events-hero,
    .rs-contact-hero {
        min-height: auto;
        padding: 155px 0 95px;
    }
    .rs-events-hero-grid,
    .rs-contact-hero-grid,
    .rs-events-listing-head,
    .rs-contact-form-grid {
        grid-template-columns: 1fr;
    }
    .rs-events-hero-art,
    .rs-contact-hero-art {
        width: min(650px, 100%);
        min-height: 500px;
    }
    .rs-contact-form-copy {
        position: static;
    }
    .rs-events-listing-head {
        gap: 24px;
    }
    .rs-events-choose-grid {
        grid-template-columns: 1fr;
    }
    .rs-events-choose-grid article {
        min-height: 0;
    }
    .rs-events-choose-grid span {
        margin-bottom: 45px;
    }
}

@media (max-width: 700px) {
    .rs-event-grid,
    .rs-event-grid-listing,
    .rs-contact-card-grid {
        grid-template-columns: 1fr;
    }
    .rs-event-count-1 .rs-event-card {
        grid-template-columns: 1fr;
    }
    .rs-event-count-1 .rs-event-poster,
    .rs-event-grid-listing .rs-event-poster,
    .rs-event-poster {
        min-height: 360px;
    }
    .rs-event-count-1 .rs-event-copy {
        padding: 30px;
    }
    .rs-event-count-1 .rs-event-card h3 {
        font-size: 40px;
    }
    .rs-event-count-1 .rs-event-meta {
        grid-template-columns: 1fr;
    }
    .rs-form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .rs-home-events,
    .rs-events-listing,
    .rs-events-choose,
    .rs-contact-form-section,
    .rs-contact-direct {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .rs-section-top {
        align-items: flex-start;
    }
    .rs-home-events .rs-section-top .rs-inline-link {
        margin-top: 8px;
    }
    .rs-event-card {
        border-radius: 24px;
    }
    .rs-event-poster {
        min-height: 320px;
        padding: 12px;
    }
    .rs-event-poster::after {
        inset: 12px;
    }
    .rs-event-copy {
        padding: 26px 23px 25px;
    }
    .rs-event-card h3 {
        font-size: 35px;
    }
    .rs-event-actions {
        flex-direction: column;
    }
    .rs-event-actions .rs-button {
        width: 100%;
    }
    .rs-events-hero-copy h1,
    .rs-contact-hero-copy h1 {
        font-size: clamp(56px, 17vw, 76px);
    }
    .rs-events-hero-copy > p:not(.rs-kicker),
    .rs-contact-lead {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.72;
    }
    .rs-events-hero-art,
    .rs-contact-hero-art {
        min-height: 420px;
    }
    .rs-events-hero-card {
        inset: 75px 35px 55px 55px;
        padding: 28px;
        border-radius: 26px;
    }
    .rs-events-hero-card > span {
        font-size: 85px;
    }
    .rs-events-hero-card strong {
        font-size: 25px;
    }
    .rs-contact-note {
        inset: 95px 25px auto 55px;
        padding: 27px;
        border-radius: 24px;
    }
    .rs-contact-note p {
        font-size: 27px;
    }
    .rs-contact-topics {
        right: 0;
        bottom: 30px;
    }
    .rs-contact-form-card {
        padding: 25px 20px;
        border-radius: 24px;
    }
    .rs-contact-card {
        min-height: 330px;
        padding: 28px 24px;
    }
    .rs-contact-card .rs-kicker {
        margin-bottom: 62px;
    }
}

/* =========================================================
   Version 2.8 — Team page
   ========================================================= */
.rs-team-main {
    background: var(--rs-cream);
}

.rs-team-hero {
    position: relative;
    min-height: 930px;
    padding: 192px 0 116px;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 18%, rgba(223,236,231,.82), transparent 34%),
        linear-gradient(120deg, #f8f2e9 0%, #f7eee5 52%, #e7efeb 100%);
}
.rs-team-hero::before,
.rs-team-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(7,94,92,.13);
    border-radius: 50%;
}
.rs-team-hero::before {
    width: 710px;
    height: 710px;
    right: -360px;
    top: 62px;
}
.rs-team-hero::after {
    width: 420px;
    height: 420px;
    left: -230px;
    bottom: -180px;
    border-color: rgba(200,115,67,.22);
}
.rs-team-hero-wash {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(7,94,92,.032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7,94,92,.032) 1px, transparent 1px);
    background-size: 92px 92px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.58), transparent 82%);
}
.rs-team-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr);
    gap: clamp(60px, 7vw, 118px);
    align-items: center;
}
.rs-team-hero-copy h1 {
    max-width: 690px;
    margin: 0;
    color: var(--rs-deep);
    font: 600 clamp(68px, 6.3vw, 104px)/.88 var(--rs-serif);
    letter-spacing: -.055em;
}
.rs-team-hero-copy h1 br + * { color: var(--rs-teal); }
.rs-team-hero-lead {
    max-width: 650px;
    margin: 34px 0 0;
    color: #405854;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.84;
}
.rs-team-hero-portraits {
    position: relative;
    min-height: 625px;
}
.rs-team-portrait {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border: 12px solid rgba(255,250,243,.9);
    background: var(--rs-mist);
    box-shadow: 0 30px 90px rgba(31,70,64,.18);
}
.rs-team-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rs-team-portrait figcaption {
    position: absolute;
    inset: auto 14px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 14px;
    background: rgba(7,63,61,.8);
    color: #fff;
    backdrop-filter: blur(10px);
}
.rs-team-portrait figcaption span {
    color: #f2ba98;
    font: 800 9px/1 var(--rs-sans);
    letter-spacing: .14em;
}
.rs-team-portrait figcaption strong {
    font: 700 14px/1.2 var(--rs-sans);
}
.rs-team-portrait-avneet {
    z-index: 2;
    left: 0;
    top: 18px;
    width: 58%;
    height: 500px;
    border-radius: 42% 58% 45% 55% / 36% 44% 56% 64%;
    transform: rotate(-2.5deg);
}
.rs-team-portrait-avneet img { object-position: center 22%; }
.rs-team-portrait-jasjit {
    z-index: 3;
    right: 0;
    bottom: 6px;
    width: 52%;
    height: 430px;
    border-radius: 58% 42% 52% 48% / 48% 60% 40% 52%;
    transform: rotate(3deg);
}
.rs-team-portrait-jasjit img { object-position: center 26%; }
.rs-team-hero-note {
    position: absolute;
    z-index: 5;
    left: 25%;
    bottom: 17px;
    width: min(390px, 62%);
    padding: 25px 28px 27px;
    border: 1px solid rgba(7,94,92,.13);
    border-radius: 24px;
    background: rgba(255,250,243,.96);
    box-shadow: 0 24px 70px rgba(31,70,64,.17);
}
.rs-team-hero-note span {
    display: block;
    margin-bottom: 13px;
    color: var(--rs-terracotta);
    font: 800 10px/1 var(--rs-sans);
    letter-spacing: .18em;
}
.rs-team-hero-note p {
    margin: 0;
    color: var(--rs-deep);
    font: 600 clamp(22px, 2vw, 29px)/1.12 var(--rs-serif);
}

.rs-team-collaboration {
    padding: 138px 0 145px;
    background: var(--rs-deep);
    color: #eef6f3;
}
.rs-team-collaboration .rs-kicker { color: #efb28d !important; }
.rs-team-collaboration-head {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(60px, 8vw, 130px);
    align-items: end;
    margin-bottom: 72px;
}
.rs-team-collaboration-head h2 {
    margin: 0;
    color: #fff !important;
}
.rs-team-collaboration-head > p {
    max-width: 700px;
    margin: 0 0 8px;
    color: rgba(238,246,243,.76) !important;
    font-size: 18px;
    line-height: 1.85;
}
.rs-team-collaboration-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
}
.rs-team-collaboration-card {
    min-height: 350px;
    padding: 32px 27px 36px;
    border-right: 1px solid rgba(255,255,255,.15);
}
.rs-team-collaboration-card:last-child { border-right: 0; }
.rs-team-collaboration-card > span {
    display: block;
    margin-bottom: 78px;
    color: #efbd9e;
    font: 800 10px/1 var(--rs-sans);
    letter-spacing: .17em;
}
.rs-team-collaboration-card h3 {
    margin-bottom: 18px;
    color: #fff !important;
    font: 600 30px/1.03 var(--rs-serif);
}
.rs-team-collaboration-card p {
    margin: 0;
    color: rgba(238,246,243,.7) !important;
    font-size: 15px;
    line-height: 1.76;
}

.rs-team-profile {
    padding: 146px 0;
}
.rs-team-profile-avneet { background: var(--rs-paper); }
.rs-team-profile-jasjit {
    background:
        linear-gradient(112deg, rgba(223,236,231,.88), rgba(247,241,232,.92)),
        var(--rs-mist);
}
.rs-team-profile-grid {
    display: grid;
    grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr);
    gap: clamp(68px, 9vw, 150px);
    align-items: center;
}
.rs-team-profile-grid-reverse {
    grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr);
}
.rs-team-profile-grid-reverse .rs-team-profile-image { order: 2; }
.rs-team-profile-grid-reverse .rs-team-profile-copy { order: 1; }
.rs-team-profile-image {
    position: relative;
    aspect-ratio: 4 / 5.2;
    margin: 0;
    overflow: hidden;
    border-radius: 34px;
    background: var(--rs-mist);
    box-shadow: 0 28px 85px rgba(31,70,64,.16);
}
.rs-team-profile-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(7,63,61,.42), transparent 34%);
}
.rs-team-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
}
.rs-team-profile-jasjit .rs-team-profile-image img { object-position: center 25%; }
.rs-team-profile-image figcaption {
    position: absolute;
    z-index: 3;
    inset: auto 30px 28px;
    color: #fff;
}
.rs-team-profile-image figcaption span {
    display: block;
    margin-bottom: 9px;
    color: #f1c0a0;
    font: 800 9px/1 var(--rs-sans);
    letter-spacing: .18em;
}
.rs-team-profile-image figcaption strong {
    font: 600 clamp(34px, 3.2vw, 48px)/1 var(--rs-serif);
}
.rs-team-profile-copy h2 {
    margin-bottom: 12px;
    font-size: clamp(58px, 5.4vw, 82px);
}
.rs-team-role {
    margin-bottom: 30px;
    color: var(--rs-terracotta);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.6;
    text-transform: uppercase;
}
.rs-team-profile-lead {
    max-width: 780px;
    margin-bottom: 34px;
    color: var(--rs-deep);
    font: 600 clamp(27px, 2.55vw, 39px)/1.16 var(--rs-serif);
}
.rs-team-profile-body {
    max-width: 760px;
    color: #4a605b;
    font-size: 17px;
    line-height: 1.9;
}
.rs-team-profile-body p { margin-bottom: 22px; }
.rs-team-profile-copy blockquote {
    position: relative;
    max-width: 760px;
    margin: 46px 0 32px;
    padding: 28px 30px 30px 54px;
    border: 0;
    border-left: 2px solid var(--rs-terracotta);
    background: rgba(255,250,243,.68);
    color: var(--rs-deep);
    font: 600 clamp(25px, 2.2vw, 34px)/1.18 var(--rs-serif);
}
.rs-team-profile-copy blockquote::before {
    content: "“";
    position: absolute;
    left: 18px;
    top: 14px;
    color: var(--rs-terracotta);
    font: 600 46px/1 var(--rs-serif);
}
.rs-team-practice-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 820px;
}
.rs-team-practice-list span {
    padding: 9px 13px;
    border: 1px solid rgba(7,94,92,.17);
    border-radius: 999px;
    background: rgba(255,250,243,.7);
    color: var(--rs-deep);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.rs-team-ethos {
    padding: 140px 0 150px;
    background: var(--rs-teal);
    color: #fff;
}
.rs-team-ethos .rs-kicker { color: #f0b58f !important; }
.rs-team-ethos-head {
    max-width: 900px;
    margin-bottom: 72px;
}
.rs-team-ethos-head h2 { color: #fff !important; }
.rs-team-ethos-head > p:last-child {
    max-width: 780px;
    color: rgba(255,255,255,.76) !important;
    font-size: 18px;
    line-height: 1.85;
}
.rs-team-ethos-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}
.rs-team-ethos-card {
    min-height: 350px;
    padding: 28px 24px 32px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    background: rgba(255,255,255,.055);
}
.rs-team-ethos-card:nth-child(2),
.rs-team-ethos-card:nth-child(4) { background: rgba(255,255,255,.09); }
.rs-team-ethos-card > span {
    display: grid;
    width: 40px;
    height: 40px;
    margin-bottom: 68px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: #f0c1a1;
    font: 800 10px/1 var(--rs-sans);
}
.rs-team-ethos-card h3 {
    margin-bottom: 16px;
    color: #fff !important;
    font: 600 27px/1.04 var(--rs-serif);
}
.rs-team-ethos-card p {
    margin: 0;
    color: rgba(255,255,255,.7) !important;
    font-size: 14px;
    line-height: 1.76;
}

.rs-team-circle {
    padding: 142px 0 148px;
    background: var(--rs-cream);
}
.rs-team-circle-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(70px, 9vw, 150px);
    align-items: start;
}
.rs-team-circle-copy {
    position: sticky;
    top: 120px;
}
.rs-team-circle-copy > p:not(.rs-kicker) {
    max-width: 610px;
    color: #4e625e;
    font-size: 17px;
    line-height: 1.86;
}
.rs-team-circle-note {
    margin: 32px 0 30px !important;
    padding: 22px 24px;
    border-left: 2px solid var(--rs-terracotta);
    background: var(--rs-peach);
    color: var(--rs-deep) !important;
    font-weight: 600;
}
.rs-team-circle-list {
    border-top: 1px solid var(--rs-line);
}
.rs-team-circle-list > div {
    display: grid;
    grid-template-columns: 66px 1fr;
    align-items: center;
    min-height: 98px;
    border-bottom: 1px solid var(--rs-line);
}
.rs-team-circle-list span {
    color: var(--rs-terracotta);
    font: 800 10px/1 var(--rs-sans);
    letter-spacing: .17em;
}
.rs-team-circle-list strong {
    color: var(--rs-deep);
    font: 600 clamp(23px, 2.2vw, 31px)/1.15 var(--rs-serif);
}
.rs-team-final { background: var(--rs-deep); }
.rs-team-final h2,
.rs-team-final p { color: #fff !important; }
.rs-team-final .rs-kicker { color: #f0b58f !important; }

@media (max-width: 1120px) {
    .rs-team-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 50px; }
    .rs-team-collaboration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rs-team-collaboration-card:nth-child(2) { border-right: 0; }
    .rs-team-collaboration-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
    .rs-team-ethos-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .rs-team-ethos-card:nth-child(4), .rs-team-ethos-card:nth-child(5) { min-height: 300px; }
}

@media (max-width: 900px) {
    .rs-team-hero { min-height: auto; padding-top: 164px; }
    .rs-team-hero-grid,
    .rs-team-collaboration-head,
    .rs-team-profile-grid,
    .rs-team-profile-grid-reverse,
    .rs-team-circle-grid { grid-template-columns: 1fr; }
    .rs-team-hero-copy h1 { max-width: 760px; }
    .rs-team-hero-portraits { width: min(720px, 100%); min-height: 610px; margin-inline: auto; }
    .rs-team-profile-grid-reverse .rs-team-profile-image,
    .rs-team-profile-grid-reverse .rs-team-profile-copy { order: initial; }
    .rs-team-profile-image { width: min(560px, 100%); }
    .rs-team-profile-copy { max-width: 820px; }
    .rs-team-circle-copy { position: static; }
    .rs-team-ethos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .rs-team-hero { padding: 138px 0 82px; }
    .rs-team-hero-copy h1 { font-size: clamp(53px, 16vw, 72px); }
    .rs-team-hero-lead { font-size: 16px; line-height: 1.75; }
    .rs-team-hero-portraits { min-height: 480px; margin-top: 10px; }
    .rs-team-portrait { border-width: 7px; }
    .rs-team-portrait-avneet { width: 62%; height: 350px; }
    .rs-team-portrait-jasjit { width: 56%; height: 305px; }
    .rs-team-portrait figcaption { inset: auto 8px 8px; padding: 9px 10px; }
    .rs-team-portrait figcaption strong { font-size: 11px; }
    .rs-team-hero-note { left: 10%; bottom: 0; width: 82%; padding: 19px 20px 21px; }
    .rs-team-hero-note p { font-size: 20px; }
    .rs-team-collaboration,
    .rs-team-profile,
    .rs-team-ethos,
    .rs-team-circle { padding: 88px 0 94px; }
    .rs-team-collaboration-head { gap: 22px; margin-bottom: 46px; }
    .rs-team-collaboration-head > p,
    .rs-team-ethos-head > p:last-child { font-size: 16px; }
    .rs-team-collaboration-grid,
    .rs-team-ethos-grid { grid-template-columns: 1fr; }
    .rs-team-collaboration-card { min-height: auto; padding: 27px 23px 31px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .rs-team-collaboration-card:last-child { border-bottom: 0; }
    .rs-team-collaboration-card > span { margin-bottom: 38px; }
    .rs-team-profile-grid { gap: 48px; }
    .rs-team-profile-image { border-radius: 22px; }
    .rs-team-profile-image figcaption { inset: auto 20px 20px; }
    .rs-team-profile-copy h2 { font-size: 51px; }
    .rs-team-profile-lead { font-size: 28px; }
    .rs-team-profile-body { font-size: 16px; line-height: 1.82; }
    .rs-team-profile-copy blockquote { margin-top: 36px; padding: 24px 22px 26px 45px; font-size: 25px; }
    .rs-team-ethos-head { margin-bottom: 46px; }
    .rs-team-ethos-card { min-height: auto !important; padding: 24px 22px 28px; }
    .rs-team-ethos-card > span { margin-bottom: 38px; }
    .rs-team-circle-grid { gap: 48px; }
    .rs-team-circle-list > div { min-height: 82px; grid-template-columns: 48px 1fr; }
    .rs-team-circle-list strong { font-size: 23px; }
}

/* =========================================================
   Version 2.9 — Event poster proportions and single-event layout
   ========================================================= */

/* Keep portrait event artwork visually stable rather than stretching the
   poster area to the height of the text column. */
.rs-event-poster {
    min-height: 0;
    aspect-ratio: 4 / 5;
    padding: clamp(14px, 1.7vw, 22px);
}

.rs-event-poster img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
}

/* The events listing stylesheet previously forced two columns even when
   there was only one event. This selector deliberately has greater
   specificity so a single event uses the available page width. */
.rs-event-grid.rs-event-grid-listing.rs-event-count-1,
.rs-event-grid.rs-event-grid-home.rs-event-count-1 {
    grid-template-columns: minmax(0, 1fr);
    max-width: 1120px;
    margin-inline: auto;
}

.rs-event-grid.rs-event-grid-listing.rs-event-count-1 .rs-event-card,
.rs-event-grid.rs-event-grid-home.rs-event-count-1 .rs-event-card {
    display: grid;
    grid-template-columns: minmax(340px, 440px) minmax(0, 1fr);
    align-items: stretch;
}

.rs-event-grid.rs-event-grid-listing.rs-event-count-1 .rs-event-poster,
.rs-event-grid.rs-event-grid-home.rs-event-count-1 .rs-event-poster {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 5;
}

.rs-event-grid.rs-event-grid-listing.rs-event-count-1 .rs-event-copy,
.rs-event-grid.rs-event-grid-home.rs-event-count-1 .rs-event-copy {
    justify-content: center;
    padding: clamp(38px, 5vw, 72px);
}

.rs-event-grid.rs-event-grid-listing.rs-event-count-1 .rs-event-card h3,
.rs-event-grid.rs-event-grid-home.rs-event-count-1 .rs-event-card h3 {
    max-width: 14ch;
    font-size: clamp(42px, 4.4vw, 64px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

/* Two and three event layouts use consistent portrait cards. */
.rs-event-grid:not(.rs-event-count-1) .rs-event-poster,
.rs-event-grid-listing:not(.rs-event-count-1) .rs-event-poster {
    aspect-ratio: 4 / 5;
    min-height: 0;
}

@media (max-width: 900px) {
    .rs-event-grid.rs-event-grid-listing.rs-event-count-1 .rs-event-card,
    .rs-event-grid.rs-event-grid-home.rs-event-count-1 .rs-event-card {
        grid-template-columns: minmax(280px, 40%) minmax(0, 1fr);
    }
}

@media (max-width: 700px) {
    .rs-event-grid.rs-event-grid-listing.rs-event-count-1 .rs-event-card,
    .rs-event-grid.rs-event-grid-home.rs-event-count-1 .rs-event-card {
        grid-template-columns: 1fr;
    }

    .rs-event-grid.rs-event-grid-listing.rs-event-count-1 .rs-event-poster,
    .rs-event-grid.rs-event-grid-home.rs-event-count-1 .rs-event-poster,
    .rs-event-poster {
        width: 100%;
        min-height: 0;
        aspect-ratio: 4 / 5;
    }

    .rs-event-grid.rs-event-grid-listing.rs-event-count-1 .rs-event-copy,
    .rs-event-grid.rs-event-grid-home.rs-event-count-1 .rs-event-copy {
        padding: 30px 26px 32px;
    }

    .rs-event-grid.rs-event-grid-listing.rs-event-count-1 .rs-event-card h3,
    .rs-event-grid.rs-event-grid-home.rs-event-count-1 .rs-event-card h3 {
        max-width: none;
        font-size: clamp(36px, 11vw, 48px);
    }
}

/* =========================================================
   PROGRAM PAGES — Residential, Day Programs and Praan Adhar
   ========================================================= */
.rs-program-main {
    background: var(--rs-cream);
}

.rs-program-hero {
    position: relative;
    min-height: 820px;
    padding: 170px 0 96px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 10%, rgba(200,115,67,.13), transparent 25%),
        radial-gradient(circle at 8% 90%, rgba(165,185,173,.22), transparent 29%),
        var(--rs-cream);
}

.rs-program-hero::before,
.rs-program-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(7,94,92,.12);
    border-radius: 50%;
    pointer-events: none;
}
.rs-program-hero::before { width: 520px; height: 520px; right: -285px; top: 30px; }
.rs-program-hero::after { width: 700px; height: 700px; left: -520px; bottom: -430px; }

.rs-program-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
    align-items: center;
    gap: clamp(58px, 7vw, 112px);
}

.rs-program-hero-copy h1 {
    max-width: 760px;
    margin: 0 0 30px;
    color: var(--rs-deep);
    font: 600 clamp(58px, 6.2vw, 92px)/.94 var(--rs-serif);
    letter-spacing: -.042em;
}

.rs-program-hero-lead {
    max-width: 690px;
    margin: 0;
    color: #49625e;
    font-size: clamp(18px, 1.45vw, 22px);
    line-height: 1.72;
}

.rs-program-status {
    max-width: 630px;
    margin: 28px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--rs-line);
    color: #5f746f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}

.rs-program-hero-art {
    position: relative;
    min-height: 570px;
}

.rs-program-note {
    position: absolute;
    right: -12px;
    bottom: 12px;
    z-index: 4;
    width: min(390px, 72%);
    padding: 31px 34px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 26px;
    background: rgba(255,250,243,.95);
    box-shadow: 0 22px 60px rgba(26,67,62,.14);
    backdrop-filter: blur(14px);
}
.rs-program-note span {
    display: block;
    margin-bottom: 14px;
    color: var(--rs-terracotta);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2em;
}
.rs-program-note p {
    margin: 0;
    color: var(--rs-deep);
    font: 600 24px/1.25 var(--rs-serif);
}

/* Residential hero artwork */
.rs-residential-landscape {
    position: absolute;
    inset: 0 0 48px 0;
    overflow: hidden;
    border-radius: 44px 44px 150px 44px;
    background: linear-gradient(160deg, #e6eee9 0%, #efd7c7 48%, #f6eadc 100%);
    box-shadow: var(--rs-shadow);
}
.rs-res-sun {
    position: absolute;
    width: 92px;
    height: 92px;
    right: 64px;
    top: 54px;
    border-radius: 50%;
    background: rgba(255,250,243,.92);
    box-shadow: 0 0 0 26px rgba(255,250,243,.15);
}
.rs-res-hill {
    position: absolute;
    left: -10%;
    width: 120%;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: rotate(-2deg);
}
.rs-res-hill-1 { height: 46%; bottom: 19%; background: rgba(119,155,142,.55); }
.rs-res-hill-2 { height: 39%; bottom: 4%; background: #4c7b6f; transform: rotate(3deg); }
.rs-res-hill-3 { height: 28%; bottom: -1%; background: #0c5e5a; transform: rotate(-1deg); }
.rs-res-circle {
    position: absolute;
    left: 50%;
    bottom: 74px;
    width: 230px;
    height: 150px;
    transform: translateX(-50%);
}
.rs-res-circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86px;
    height: 86px;
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.rs-res-circle i {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 8px solid #f7eee3;
    border-radius: 50%;
    box-shadow: 0 12px 18px rgba(1,47,45,.18);
}
.rs-res-circle i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 24px;
    width: 32px;
    height: 42px;
    border-radius: 18px 18px 10px 10px;
    background: #f7eee3;
    transform: translateX(-50%);
}
.rs-res-circle i:nth-child(1){left:12px;top:59px}.rs-res-circle i:nth-child(2){left:44px;top:8px}.rs-res-circle i:nth-child(3){left:102px;top:-7px}.rs-res-circle i:nth-child(4){right:44px;top:8px}.rs-res-circle i:nth-child(5){right:12px;top:59px}.rs-res-circle i:nth-child(6){left:102px;bottom:-4px}
.rs-res-circle b {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #f7eee3;
    font-size: 10px;
    letter-spacing: .22em;
    transform: translate(-50%,-50%);
}

/* Day hero artwork */
.rs-day-clock {
    position: absolute;
    inset: 0 0 52px 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 44px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.92) 0 20%, transparent 20.4%),
        radial-gradient(circle at 50% 50%, transparent 0 38%, rgba(255,255,255,.44) 38.4% 38.8%, transparent 39.2%),
        radial-gradient(circle at 50% 50%, transparent 0 61%, rgba(7,94,92,.18) 61.4% 61.8%, transparent 62.2%),
        linear-gradient(145deg, #e3eee9 0%, #f2ddcf 55%, #f7eee2 100%);
    box-shadow: var(--rs-shadow);
}
.rs-day-clock::before,
.rs-day-clock::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(7,94,92,.14);
}
.rs-day-clock::before { width: 470px; height: 470px; }
.rs-day-clock::after { width: 345px; height: 345px; }
.rs-day-sun {
    position: absolute;
    right: 68px;
    top: 62px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #efb68f;
    box-shadow: 0 0 0 20px rgba(239,182,143,.16);
}
.rs-day-clock b {
    position: relative;
    z-index: 2;
    color: var(--rs-deep);
    text-align: center;
    font: 600 52px/.82 var(--rs-serif);
    letter-spacing: -.03em;
}
.rs-day-clock em {
    position: absolute;
    left: 50%;
    bottom: 42px;
    z-index: 2;
    width: 100%;
    color: var(--rs-teal);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .14em;
    text-align: center;
    transform: translateX(-50%);
}
.rs-day-hand {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 4px;
    border-radius: 4px;
    background: var(--rs-teal);
    transform-origin: 50% 100%;
}
.rs-day-hand-1 { height: 130px; transform: translate(-50%,-100%) rotate(33deg); }
.rs-day-hand-2 { height: 90px; background: var(--rs-terracotta); transform: translate(-50%,-100%) rotate(218deg); }

/* Praan hero artwork */
.rs-praan-field {
    position: absolute;
    inset: 0 0 32px 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50% 50% 44px 44px;
    background: linear-gradient(145deg, #0b6a66 0%, #084c49 63%, #efcfbc 63.3%, #f5e7da 100%);
    box-shadow: var(--rs-shadow);
}
.rs-praan-field svg {
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 38px;
    width: 92%;
    height: 150px;
    color: rgba(255,255,255,.66);
}
.rs-praan-orbit {
    position: absolute;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
}
.rs-praan-orbit-1 { width: 440px; height: 440px; }
.rs-praan-orbit-2 { width: 330px; height: 330px; border-style: dashed; }
.rs-praan-orbit-3 { width: 220px; height: 220px; background: rgba(223,236,231,.12); }
.rs-praan-core {
    position: relative;
    z-index: 3;
    display: flex;
    width: 190px;
    height: 190px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.52);
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #fff;
    backdrop-filter: blur(5px);
}
.rs-praan-core strong { font: 600 42px/1 var(--rs-serif); letter-spacing: .08em; }
.rs-praan-core small { margin: 8px 0; font-size: 9px; font-weight: 800; letter-spacing: .22em; }

/* Shared interior sections */
.rs-program-intro {
    padding: 126px 0;
    background: var(--rs-paper);
}
.rs-program-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(64px, 9vw, 150px);
    align-items: start;
}
.rs-program-intro-title { position: sticky; top: 125px; }
.rs-program-intro-title h2 { font-size: clamp(48px, 5vw, 74px); }
.rs-program-intro-copy { max-width: 720px; padding-top: 10px; }
.rs-program-intro-copy > p { color: #526963; font-size: 18px; line-height: 1.85; }
.rs-program-intro-copy .rs-program-lead {
    margin-bottom: 27px;
    color: var(--rs-deep);
    font: 500 clamp(28px, 3vw, 42px)/1.12 var(--rs-serif);
    letter-spacing: -.02em;
}
.rs-program-intro-copy blockquote {
    position: relative;
    margin: 42px 0 0;
    padding: 30px 34px 30px 66px;
    border: 1px solid var(--rs-line);
    border-radius: 20px;
    background: var(--rs-cream);
    color: var(--rs-teal);
    font: 600 25px/1.3 var(--rs-serif);
}
.rs-program-intro-copy blockquote::before {
    content: "“";
    position: absolute;
    left: 25px;
    top: 17px;
    color: var(--rs-terracotta);
    font: 600 62px/1 var(--rs-serif);
}

.rs-program-cards { padding: 122px 0; }
.rs-program-cards-dark { background: var(--rs-deep); color: #fff !important; }
.rs-program-cards-dark .rs-kicker { color: #efb38f !important; }
.rs-program-cards-dark h2,
.rs-program-cards-dark h3,
.rs-program-cards-dark p,
.rs-program-cards-dark span { color: inherit !important; }
.rs-program-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 64px;
}
.rs-program-section-head h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); }
.rs-program-section-head > p { max-width: 580px; margin: 0; color: #61756f; font-size: 17px; line-height: 1.8; }
.rs-program-cards-dark .rs-program-section-head > p { color: rgba(255,255,255,.72) !important; }

.rs-program-card-grid {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    background: rgba(255,255,255,.12);
}
.rs-program-card-grid-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rs-program-card {
    min-height: 330px;
    padding: 34px 34px 38px;
    background: rgba(255,255,255,.035);
}
.rs-program-card > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 68px;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .72;
    font-size: 10px;
    font-weight: 800;
}
.rs-program-card h3 { margin: 0 0 14px; font: 600 30px/1.05 var(--rs-serif); }
.rs-program-card p { margin: 0; color: rgba(255,255,255,.72) !important; font-size: 15px; line-height: 1.75; }
.rs-program-card-grid-light { border-color: var(--rs-line); background: var(--rs-line); }
.rs-program-card-grid-light .rs-program-card { background: var(--rs-paper); }
.rs-program-card-grid-light .rs-program-card:nth-child(2),
.rs-program-card-grid-light .rs-program-card:nth-child(5) { background: var(--rs-mist); }
.rs-program-card-grid-light .rs-program-card:nth-child(3),
.rs-program-card-grid-light .rs-program-card:nth-child(6) { background: #f1dfd2; }
.rs-program-card-grid-light h3,
.rs-program-card-grid-light p,
.rs-program-card-grid-light span { color: var(--rs-deep) !important; }
.rs-program-card-grid-light p { color: #536963 !important; }

.rs-program-formats { padding: 126px 0; background: var(--rs-cream); }
.rs-program-formats .rs-center-heading { max-width: 850px; margin: 0 auto 64px; }
.rs-program-format-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.rs-program-format {
    position: relative;
    min-height: 310px;
    padding: 38px 42px;
    overflow: hidden;
    border: 1px solid var(--rs-line);
    border-radius: 24px;
    background: var(--rs-paper);
}
.rs-program-format:nth-child(2) { background: var(--rs-mist); }
.rs-program-format:nth-child(3) { background: #f0dbce; }
.rs-program-format:nth-child(4) { background: var(--rs-deep); color: #fff !important; }
.rs-program-format:nth-child(4) h3,
.rs-program-format:nth-child(4) p,
.rs-program-format:nth-child(4) span { color: #fff !important; }
.rs-program-format > span { display: block; margin-bottom: 76px; color: var(--rs-terracotta); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.rs-program-format h3 { margin: 0 0 14px; color: var(--rs-deep); font: 600 37px/1 var(--rs-serif); }
.rs-program-format p { max-width: 560px; margin: 0; color: #566b66; font-size: 15px; line-height: 1.75; }

.rs-program-rhythm { padding: 126px 0; background: var(--rs-mist); }
.rs-program-rhythm-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(58px, 8vw, 130px);
    align-items: start;
}
.rs-program-rhythm-copy { position: sticky; top: 120px; }
.rs-program-rhythm-copy h2 { font-size: clamp(50px, 5vw, 74px); }
.rs-program-rhythm-copy > p:not(.rs-kicker) { max-width: 520px; color: #546b66; }
.rs-program-timeline { border-top: 1px solid var(--rs-line); }
.rs-program-timeline article {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 24px;
    padding: 34px 0;
    border-bottom: 1px solid var(--rs-line);
}
.rs-program-timeline article > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid var(--rs-line);
    border-radius: 50%;
    color: var(--rs-terracotta);
    font-size: 10px;
    font-weight: 800;
}
.rs-program-timeline h3 { margin: 0 0 9px; color: var(--rs-deep); font: 600 31px/1.05 var(--rs-serif); }
.rs-program-timeline p { margin: 0; color: #566b66; }

.rs-program-scope { padding: 120px 0; background: var(--rs-paper); }
.rs-program-scope-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; }
.rs-program-scope-card { padding: 58px; border-radius: 30px; background: #f0ddd0; }
.rs-program-scope-card h2 { max-width: 680px; font-size: clamp(44px, 4.7vw, 67px); }
.rs-program-scope-card p:not(.rs-kicker) { max-width: 720px; color: #526963; }
.rs-program-scope-art {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255,255,255,.18);
}
.rs-program-scope-art span {
    display: grid;
    min-height: 190px;
    place-items: center;
    background: var(--rs-teal);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2em;
}
.rs-program-scope-art span:nth-child(2),
.rs-program-scope-art span:nth-child(3) { background: var(--rs-deep); }

.rs-program-final { background: var(--rs-teal); }
.rs-program-final h2,
.rs-program-final p { color: #fff !important; }
.rs-program-final .rs-kicker { color: #f1bd9d !important; }

/* Day custom section */
.rs-day-formats { background: var(--rs-cream); }
.rs-day-custom { padding: 126px 0; background: var(--rs-paper); }
.rs-day-custom-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(65px, 9vw, 145px); align-items: start; }
.rs-day-custom-copy { position: sticky; top: 120px; }
.rs-day-custom-copy h2 { font-size: clamp(48px, 5vw, 73px); }
.rs-day-custom-copy > p:not(.rs-kicker) { max-width: 610px; color: #536963; }
.rs-day-custom-list { border-top: 1px solid var(--rs-line); }
.rs-day-custom-list > div { display: grid; grid-template-columns: 68px 1fr; gap: 20px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--rs-line); }
.rs-day-custom-list span { color: var(--rs-terracotta); font-size: 10px; font-weight: 800; }
.rs-day-custom-list strong { color: var(--rs-deep); font: 600 28px/1.1 var(--rs-serif); }

/* Praan sections */
.rs-praan-journey { padding: 126px 0; background: var(--rs-paper); }
.rs-praan-phase-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); overflow: hidden; border: 1px solid var(--rs-line); border-radius: 26px; }
.rs-praan-phase-grid article { min-height: 270px; padding: 34px; border-right: 1px solid var(--rs-line); background: var(--rs-cream); }
.rs-praan-phase-grid article:last-child { border-right: 0; }
.rs-praan-phase-grid article:nth-child(2) { background: var(--rs-mist); }
.rs-praan-phase-grid article:nth-child(3) { background: #f0dbce; }
.rs-praan-phase-grid article:nth-child(4) { background: var(--rs-teal); color: #fff; }
.rs-praan-phase-grid article:nth-child(4) h3,
.rs-praan-phase-grid article:nth-child(4) p,
.rs-praan-phase-grid article:nth-child(4) span { color: #fff !important; }
.rs-praan-phase-grid span { display: block; margin-bottom: 58px; color: var(--rs-terracotta); font-size: 10px; font-weight: 800; }
.rs-praan-phase-grid h3 { margin: 0 0 13px; color: var(--rs-deep); font: 600 32px/1 var(--rs-serif); }
.rs-praan-phase-grid p { margin: 0; color: #536963; font-size: 14px; line-height: 1.7; }
.rs-praan-details { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: 22px; overflow: hidden; border: 1px solid var(--rs-line); border-radius: 20px; background: var(--rs-cream); }
.rs-praan-details > div { padding: 26px 28px; border-right: 1px solid var(--rs-line); }
.rs-praan-details > div:last-child { border-right: 0; }
.rs-praan-details span { display: block; margin-bottom: 8px; color: var(--rs-terracotta); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rs-praan-details strong { color: var(--rs-deep); font-size: 14px; line-height: 1.5; }

.rs-praan-suitability { padding: 126px 0; background: var(--rs-cream); }
.rs-praan-suitability-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: stretch; }
.rs-praan-for { padding: 55px; border-radius: 30px; background: var(--rs-mist); }
.rs-praan-for h2 { font-size: clamp(46px, 4.8vw, 67px); }
.rs-praan-for > p:not(.rs-kicker) { color: #536963; }
.rs-praan-for ul { margin: 32px 0 0; padding: 0; list-style: none; }
.rs-praan-for li { position: relative; padding: 15px 0 15px 28px; border-top: 1px solid var(--rs-line); color: var(--rs-deep); }
.rs-praan-for li::before { content: "•"; position: absolute; left: 3px; color: var(--rs-terracotta); }
.rs-praan-facilitator { display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; border-radius: 30px; background: var(--rs-deep); color: #fff !important; }
.rs-praan-facilitator img { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 32px; border-radius: 20px; object-fit: cover; object-position: center 25%; }
.rs-praan-facilitator .rs-kicker { color: #efb38f !important; }
.rs-praan-facilitator p { color: rgba(255,255,255,.76) !important; }
.rs-praan-facilitator .rs-inline-link { color: #fff !important; }

.rs-praan-scope { padding: 0 0 126px; background: var(--rs-cream); }
.rs-praan-scope-card { padding: 42px 48px; border: 1px solid rgba(200,115,67,.25); border-radius: 24px; background: #f3dfd2; }
.rs-praan-scope-card h2 { margin: 0 0 14px; font-size: clamp(36px, 4vw, 54px); }
.rs-praan-scope-card p { max-width: 1000px; margin: 0; color: #536963; }

@media (max-width: 1100px) {
    .rs-program-hero-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
    .rs-program-card-grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rs-praan-phase-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .rs-praan-phase-grid article:nth-child(2) { border-right: 0; }
    .rs-praan-phase-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--rs-line); }
    .rs-praan-details { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .rs-praan-details > div:nth-child(2) { border-right: 0; }
    .rs-praan-details > div:nth-child(-n+2) { border-bottom: 1px solid var(--rs-line); }
}

@media (max-width: 900px) {
    .rs-program-hero { min-height: 0; padding-top: 146px; }
    .rs-program-hero-grid,
    .rs-program-intro-grid,
    .rs-program-rhythm-grid,
    .rs-program-scope-grid,
    .rs-day-custom-grid,
    .rs-praan-suitability-grid { grid-template-columns: 1fr; }
    .rs-program-hero-copy h1 { max-width: 840px; }
    .rs-program-hero-art { min-height: 620px; max-width: 720px; width: 100%; margin-inline: auto; }
    .rs-program-intro-title,
    .rs-program-rhythm-copy,
    .rs-day-custom-copy { position: static; }
    .rs-program-section-head { grid-template-columns: 1fr; gap: 18px; }
    .rs-program-section-head > p { max-width: 760px; }
    .rs-program-scope-art { min-height: 400px; }
}

@media (max-width: 640px) {
    .rs-program-hero { padding: 124px 0 66px; }
    .rs-program-hero-grid { gap: 42px; }
    .rs-program-hero-copy h1 { font-size: clamp(48px, 14vw, 65px); }
    .rs-program-hero-lead { font-size: 17px; }
    .rs-program-hero-art { min-height: 500px; }
    .rs-residential-landscape,
    .rs-day-clock,
    .rs-praan-field { inset: 0 0 64px; border-radius: 24px; }
    .rs-program-note { right: 12px; bottom: 0; width: calc(100% - 24px); padding: 24px; border-radius: 20px; }
    .rs-program-note p { font-size: 20px; }
    .rs-res-circle { transform: translateX(-50%) scale(.82); }
    .rs-day-clock::before { width: 360px; height: 360px; }
    .rs-day-clock::after { width: 270px; height: 270px; }
    .rs-day-clock b { font-size: 44px; }
    .rs-praan-orbit-1 { width: 360px; height: 360px; }
    .rs-praan-orbit-2 { width: 275px; height: 275px; }
    .rs-praan-orbit-3 { width: 190px; height: 190px; }
    .rs-program-intro,
    .rs-program-cards,
    .rs-program-formats,
    .rs-program-rhythm,
    .rs-program-scope,
    .rs-day-custom,
    .rs-praan-journey,
    .rs-praan-suitability { padding: 82px 0; }
    .rs-program-intro-copy .rs-program-lead { font-size: 28px; }
    .rs-program-intro-copy blockquote { padding: 28px 24px 28px 52px; font-size: 21px; }
    .rs-program-card-grid-6,
    .rs-program-format-grid,
    .rs-praan-phase-grid,
    .rs-praan-details { grid-template-columns: 1fr; }
    .rs-program-card { min-height: 285px; padding: 28px; }
    .rs-program-card > span { margin-bottom: 52px; }
    .rs-program-format { min-height: 280px; padding: 30px; }
    .rs-program-format > span { margin-bottom: 58px; }
    .rs-program-timeline article { grid-template-columns: 54px 1fr; gap: 16px; }
    .rs-program-scope-card,
    .rs-praan-for { padding: 34px 28px; }
    .rs-program-scope-art { min-height: 340px; }
    .rs-praan-phase-grid article { min-height: 235px; border-right: 0 !important; border-bottom: 1px solid var(--rs-line); }
    .rs-praan-phase-grid article:last-child { border-bottom: 0; }
    .rs-praan-details > div { border-right: 0 !important; border-bottom: 1px solid var(--rs-line); }
    .rs-praan-details > div:last-child { border-bottom: 0; }
    .rs-praan-facilitator { padding: 28px; }
    .rs-praan-scope { padding-bottom: 82px; }
    .rs-praan-scope-card { padding: 30px 26px; }
}

/* ==============================================================
   Version 3.1 — dynamic sliders, pathway pages and event details
   ============================================================== */

/* Shared accessible slider */
.rs-slider {
    position: relative;
    min-width: 0;
}

.rs-slider-viewport {
    min-width: 0;
    overflow: hidden;
}

.rs-slider-track {
    display: flex;
    align-items: stretch;
    will-change: transform;
    transition: transform .65s cubic-bezier(.22, .7, .2, 1);
}

.rs-slider-slide {
    flex: 0 0 100%;
    min-width: 0;
}

.rs-slider-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    margin-top: 26px;
}

.rs-slider-arrow {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(7, 94, 92, .22);
    border-radius: 50%;
    background: rgba(255, 250, 243, .78);
    color: var(--rs-deep);
    cursor: pointer;
    font: 700 18px/1 var(--rs-sans);
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.rs-slider-arrow:hover,
.rs-slider-arrow:focus-visible {
    background: var(--rs-deep);
    color: #fff;
    transform: translateY(-2px);
}

.rs-slider-dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.rs-slider-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(7, 94, 92, .24);
    cursor: pointer;
    transition: width .25s ease, background .25s ease;
}

.rs-slider-dots button.rs-active {
    width: 28px;
    background: var(--rs-terracotta);
}

.rs-slider-count {
    display: inline-flex;
    min-width: 54px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--rs-deep);
    font: 750 10px/1 var(--rs-sans);
    letter-spacing: .08em;
}

.rs-slider-count i {
    color: rgba(7, 94, 92, .38);
    font-style: normal;
}

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

/* Homepage upcoming-experience slider */
.rs-event-slider .rs-event-card {
    display: grid;
    min-height: 620px;
    grid-template-columns: minmax(330px, .76fr) minmax(0, 1.24fr);
}

.rs-event-slider .rs-event-poster {
    min-height: 620px;
    padding: 28px;
}

.rs-event-slider .rs-event-poster img {
    width: min(100%, 470px);
    height: auto;
    max-height: 560px;
    object-fit: contain;
}

.rs-event-slider .rs-event-copy {
    justify-content: center;
    padding: clamp(42px, 5.4vw, 76px);
}

.rs-event-slider .rs-event-card h3 {
    max-width: 720px;
    font-size: clamp(42px, 4.5vw, 66px);
}

.rs-event-slider .rs-event-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rs-event-slider .rs-event-meta > div:nth-child(odd) {
    padding-right: 20px;
}

.rs-event-poster-link {
    color: inherit;
    text-decoration: none !important;
}

.rs-event-card h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.rs-event-card h3 a:hover,
.rs-event-card h3 a:focus-visible {
    color: var(--rs-terracotta) !important;
}

.rs-event-poster-link img {
    transition: transform .45s ease, filter .45s ease;
}

.rs-event-poster-link:hover img,
.rs-event-poster-link:focus-visible img {
    transform: scale(1.018);
    filter: drop-shadow(0 22px 34px rgba(31, 70, 64, .22));
}

/* Participant review slider */
.rs-review-slider {
    min-width: 0;
}

.rs-review-slider .rs-slider-viewport {
    min-height: 315px;
}

.rs-review-slider .rs-slider-slide {
    display: flex;
    align-items: center;
}

.rs-review-slider blockquote {
    width: 100%;
}

.rs-review-controls {
    justify-content: flex-start;
    margin-top: 30px;
}

.rs-review-controls .rs-slider-arrow {
    background: transparent;
}

.rs-story-grid {
    align-items: start;
}

.rs-button-1to1 {
    border-color: rgba(241, 189, 157, .75) !important;
}

/* Grow Together and Begin Where You Are pages */
.rs-families-hero,
.rs-begin-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(200, 115, 67, .16), transparent 28%),
        linear-gradient(150deg, var(--rs-paper), #e2eeea 76%);
}

.rs-families-art,
.rs-begin-art {
    min-height: 560px;
}

.rs-family-constellation,
.rs-begin-ripples {
    position: absolute;
    inset: 12px 4px 70px 30px;
    overflow: hidden;
    border-radius: 48% 52% 44% 56% / 55% 42% 58% 45%;
    background: var(--rs-deep);
    box-shadow: 0 35px 80px rgba(19, 67, 61, .2);
}

.rs-family-constellation span {
    position: absolute;
    width: 116px;
    height: 116px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 50%;
    background: rgba(255,255,255,.08);
}

.rs-family-constellation span:nth-child(1) { left: 15%; top: 19%; }
.rs-family-constellation span:nth-child(2) { right: 15%; top: 15%; width: 92px; height: 92px; }
.rs-family-constellation span:nth-child(3) { left: 35%; bottom: 16%; width: 142px; height: 142px; }
.rs-family-constellation span:nth-child(4) { right: 9%; bottom: 12%; width: 75px; height: 75px; }

.rs-family-constellation i {
    position: absolute;
    height: 1px;
    background: rgba(241, 189, 157, .65);
    transform-origin: left center;
}

.rs-family-constellation i:nth-of-type(1) { left: 28%; top: 34%; width: 42%; transform: rotate(-7deg); }
.rs-family-constellation i:nth-of-type(2) { left: 32%; top: 42%; width: 34%; transform: rotate(48deg); }
.rs-family-constellation i:nth-of-type(3) { left: 51%; top: 37%; width: 31%; transform: rotate(66deg); }

.rs-family-constellation b,
.rs-begin-ripples b {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font: 600 42px/1 var(--rs-serif);
    letter-spacing: .16em;
    transform: translate(-50%, -50%);
}

.rs-begin-ripples span {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.rs-begin-ripples span:nth-child(1) { width: 120px; height: 120px; background: rgba(241, 189, 157, .18); }
.rs-begin-ripples span:nth-child(2) { width: 240px; height: 240px; }
.rs-begin-ripples span:nth-child(3) { width: 370px; height: 370px; border-color: rgba(241,189,157,.5); }
.rs-begin-ripples span:nth-child(4) { width: 510px; height: 510px; }

.rs-begin-path-grid .rs-program-format {
    display: flex;
    flex-direction: column;
}

.rs-begin-path-grid .rs-inline-link {
    margin-top: auto;
    padding-top: 26px;
}

/* Automatic dedicated event page */
.rs-event-detail-hero {
    padding: 190px 0 120px;
    background:
        radial-gradient(circle at 83% 14%, rgba(200, 115, 67, .17), transparent 28%),
        linear-gradient(150deg, var(--rs-paper), #e2eeea 82%);
}

.rs-event-detail-grid {
    display: grid;
    grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
    gap: clamp(55px, 8vw, 120px);
    align-items: center;
}

.rs-event-detail-poster {
    display: grid;
    min-height: 620px;
    place-items: center;
    padding: 28px;
    border: 1px solid rgba(7,94,92,.12);
    border-radius: 32px;
    background: rgba(255,250,243,.72);
    box-shadow: var(--rs-shadow);
}

.rs-event-detail-poster img {
    width: 100%;
    height: auto;
    max-height: 590px;
    object-fit: contain;
    border-radius: 20px;
}

.rs-event-detail-copy h1 {
    max-width: 760px;
    margin: 18px 0 26px;
    color: var(--rs-deep);
    font: 600 clamp(52px, 6vw, 82px)/.95 var(--rs-serif);
    letter-spacing: -.035em;
}

.rs-event-detail-lead {
    max-width: 720px;
    color: #4e6761;
    font-size: 18px;
    line-height: 1.78;
}

.rs-event-detail-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 34px 0 30px;
    border-top: 1px solid var(--rs-line);
}

.rs-event-detail-meta > div {
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid var(--rs-line);
}

.rs-event-detail-meta dt {
    margin-bottom: 6px;
    color: #8b9895;
    font: 800 9px/1.4 var(--rs-sans);
    letter-spacing: .15em;
    text-transform: uppercase;
}

.rs-event-detail-meta dd {
    margin: 0;
    color: var(--rs-deep);
    font: 700 14px/1.55 var(--rs-sans);
}

.rs-event-detail-content {
    padding: 132px 0;
    background: var(--rs-paper);
}

.rs-event-detail-content-grid {
    display: grid;
    grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
    gap: clamp(55px, 8vw, 120px);
    align-items: start;
}

.rs-event-detail-content h2 {
    position: sticky;
    top: 132px;
    color: var(--rs-deep);
    font: 600 clamp(42px, 4.4vw, 62px)/1 var(--rs-serif);
}

.rs-event-rich-content {
    color: #4e6761;
    font-size: 17px;
    line-height: 1.82;
}

.rs-event-rich-content h2,
.rs-event-rich-content h3,
.rs-event-rich-content h4 {
    position: static;
    margin: 42px 0 15px;
    color: var(--rs-deep);
    font-family: var(--rs-serif);
    line-height: 1.05;
}

.rs-event-rich-content h2 { font-size: 42px; }
.rs-event-rich-content h3 { font-size: 32px; }
.rs-event-rich-content ul,
.rs-event-rich-content ol { padding-left: 1.25em; }
.rs-event-rich-content a { color: var(--rs-terracotta); }

@media (max-width: 980px) {
    .rs-event-slider .rs-event-card,
    .rs-event-detail-grid {
        grid-template-columns: 1fr;
    }
    .rs-event-slider .rs-event-poster { min-height: 520px; }
    .rs-event-slider .rs-event-copy { padding: 44px; }
    .rs-event-detail-poster { min-height: 520px; }
    .rs-event-detail-content-grid { grid-template-columns: 1fr; }
    .rs-event-detail-content h2 { position: static; }
    .rs-families-art,
    .rs-begin-art { min-height: 500px; }
}

@media (max-width: 680px) {
    .rs-slider-controls {
        justify-content: space-between;
        gap: 9px;
    }
    .rs-slider-arrow { width: 42px; height: 42px; }
    .rs-slider-dots { flex: 1; justify-content: center; }
    .rs-event-slider .rs-event-card { min-height: 0; }
    .rs-event-slider .rs-event-poster {
        min-height: 0;
        aspect-ratio: 4 / 5;
        padding: 16px;
    }
    .rs-event-slider .rs-event-poster img { max-height: 100%; }
    .rs-event-slider .rs-event-copy { padding: 30px 24px; }
    .rs-event-slider .rs-event-card h3 { font-size: 38px; }
    .rs-event-slider .rs-event-meta,
    .rs-event-detail-meta { grid-template-columns: 1fr; }
    .rs-review-slider .rs-slider-viewport { min-height: 360px; }
    .rs-review-controls { justify-content: space-between; }
    .rs-family-constellation,
    .rs-begin-ripples { inset: 12px 0 65px; }
    .rs-event-detail-hero { padding: 145px 0 82px; }
    .rs-event-detail-poster { min-height: 0; padding: 15px; }
    .rs-event-detail-copy h1 { font-size: 48px; }
    .rs-event-detail-content { padding: 84px 0; }
}

.rs-program-card-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1100px) { .rs-program-card-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .rs-program-card-grid-4 { grid-template-columns: 1fr; } }


/* === Rahao Website Studio v4.0: shared architecture === */
.rs-footer-grid-v4{grid-template-columns:1.35fr .72fr .95fr 1fr}.rs-footer-socials{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:10px}.rs-footer-registration{padding-top:14px;color:rgba(255,255,255,.45);font-family:var(--rs-sans);font-size:10px}.rs-nav a[aria-current="page"]{color:var(--rs-terracotta)!important}.rs-header-cta[aria-current="page"]{box-shadow:0 0 0 3px rgba(200,115,67,.18)}.rahao-guidance-active .rs-guidance-hero{background:radial-gradient(circle at 82% 18%,rgba(200,115,67,.17),transparent 28%),linear-gradient(145deg,#e7f0ec,#f8f1e8 66%)}
@media(max-width:980px){.rs-footer-grid-v4{grid-template-columns:1fr 1fr}}@media(max-width:620px){.rs-footer-grid-v4{grid-template-columns:1fr}}
