:root {
    --ink: #24352e;
    --muted: #617069;
    --cream: #fbf8f1;
    --paper: #fffdf9;
    --sage: #e4eee1;
    --green: #315e48;
    --deep: #163c31;
    --orange: #e68150;
    --gold: #dcae48;
    --lilac: #e6def0;
    --line: #e5e4dc
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65
}

.site-nav {
    background: rgba(255, 253, 249, .93);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(36, 53, 46, .06);
    padding: .75rem 0
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-family: Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--deep) !important
}

.navbar-brand img {
    width: 39px;
    height: 39px;
    object-fit: cover;
    border-radius: 12px
}

.nav-link {
    font-size: .92rem;
    color: var(--ink) !important;
    padding: .55rem .7rem !important
}

.nav-link:hover,
.nav-link.active {
    color: var(--green) !important;
    font-weight: 600
}

.navbar-toggler {
    font-size: 1.5rem
}

.btn {
    border-radius: 999px;
    font-weight: 600;
    padding: .68rem 1.15rem
}

.btn-brand {
    background: var(--green);
    color: #fff;
    border-color: var(--green)
}

.btn-brand:hover,
.btn-brand:focus {
    background: var(--deep);
    color: #fff;
    border-color: var(--deep)
}

.btn-outline-brand {
    border-color: var(--green);
    color: var(--green)
}

.btn-outline-brand:hover {
    background: var(--green);
    color: #fff
}

.eyebrow {
    font-size: .72rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 800;
    color: #a25b3f;
    margin-bottom: .8rem
}

.hero-section {
    background: linear-gradient(115deg, #f9f4e9 0%, #f4f6eb 60%, #e5efdf 100%);
    padding: 5.5rem 0 5rem;
    overflow: hidden
}

.hero-section h1,
.page-hero h1,
.library-hero h1,
.assessment-intro h1,
.hub-hero h1 {
    font: clamp(2.8rem, 6vw, 5rem)/1.04 Georgia, serif;
    letter-spacing: -.055em;
    max-width: 680px
}

.hero-section h1 em,
.page-hero h1 em,
.library-hero h1 em,
.assessment-intro h1 em,
.hub-hero h1 em {
    color: #b56852;
    font-style: italic
}

.hero-copy {
    font-size: 1.12rem;
    max-width: 550px;
    color: var(--muted);
    margin: 1.5rem 0 2rem
}

.hero-proof {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    font-size: .83rem;
    color: var(--muted)
}

.hero-proof strong {
    color: var(--ink);
    font-size: 1.1rem;
    display: block
}

.hero-art {
    min-height: 420px;
    position: relative;
    border-radius: 48% 52% 42% 58% / 52% 43% 57% 48%;
    background: #d8e7ce;
    isolation: isolate
}

.sun-orb {
    position: absolute;
    inset: 16% 17%;
    border-radius: 50%;
    background: #f5d37f;
    opacity: .75
}

.hero-pose {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--deep)
}

.hero-pose i {
    font-size: 10rem;
    filter: drop-shadow(0 10px 8px rgba(45, 85, 63, .14))
}

.hero-pose span {
    font-size: .72rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 800
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 15px 35px rgba(29, 56, 43, .12);
    border-radius: 16px;
    padding: .7rem .9rem;
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .74rem;
    line-height: 1.35
}

.floating-card i {
    font-size: 1.5rem;
    color: var(--orange)
}

.card-one {
    left: -6%;
    top: 18%
}

.card-two {
    right: -4%;
    bottom: 20%
}

.section-pad {
    padding: 6rem 0
}

.section-heading {
    max-width: 650px
}

.section-heading h2,
h2 {
    font: clamp(2rem, 3.5vw, 3.1rem)/1.1 Georgia, serif;
    letter-spacing: -.04em
}

.section-heading>p:last-child {
    color: var(--muted)
}

.feature-card {
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 2rem;
    background: #fff;
    transition: .25s
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(36, 53, 46, .08)
}

.icon-bubble {
    display: grid;
    place-items: center;
    width: 53px;
    height: 53px;
    border-radius: 16px;
    font-size: 1.35rem;
    margin-bottom: 1.35rem
}

.peach {
    background: #f9e2d7;
    color: #bd633d
}

.green {
    background: var(--sage);
    color: var(--green)
}

.lilac {
    background: var(--lilac);
    color: #725b93
}

.feature-card h3,
.article-card h3,
.recipe-card h3 {
    font: 1.4rem Georgia, serif
}

.feature-card p {
    color: var(--muted)
}

.feature-card a,
.text-link,
.article-card>span,
.recipe-card a {
    color: var(--green);
    font-weight: 700;
    text-decoration: none;
    font-size: .9rem
}

.ritual-section {
    background: #f2f6ed;
    padding: 6rem 0
}

.ritual-visual {
    min-height: 360px;
    border-radius: 32px;
    background: linear-gradient(145deg, #d1e2c5, #b1cfae);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--deep);
    position: relative;
    overflow: hidden
}

.ritual-visual i {
    font-size: 7rem
}

.ritual-visual p {
    text-align: center;
    font: 1.6rem/1.25 Georgia, serif
}

.visual-label {
    position: absolute;
    top: 1.3rem;
    left: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .65rem;
    font-weight: 800
}

.lead {
    color: var(--muted);
    font-size: 1.14rem
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 1.8rem 0
}

.check-list li {
    margin: .8rem 0
}

.check-list i {
    color: #6c9e73;
    font-size: 1.2rem;
    margin-right: .5rem
}

.quote-card {
    height: 100%;
    padding: 1.8rem;
    border-radius: 18px;
    background: #f5eee1;
    margin: 0
}

.quote-card.sand {
    background: #f6e5d9
}

.quote-card.mint {
    background: #e7f0e4
}

.quote-mark {
    font: 4rem Georgia, serif;
    height: 42px;
    color: #b06a4d
}

.quote-card blockquote {
    font: 1.22rem/1.45 Georgia, serif;
    margin: 0 0 1.6rem
}

.quote-card figcaption {
    display: flex;
    align-items: center;
    gap: .65rem;
    font-size: .85rem
}

.quote-card figcaption small {
    display: block;
    color: var(--muted)
}

.avatar {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: .8rem;
    font-weight: 800;
    color: #fff
}

.a1 {
    background: #a46a5f
}

.a2 {
    background: #6d986e
}

.a3 {
    background: #7f6a9e
}

.program-strip {
    background: var(--deep);
    color: #fff;
    padding: 4.5rem 0
}

.program-strip h2 {
    color: #fff
}

.program-strip p {
    color: #d1ddd5;
    max-width: 650px
}

.article-card {
    display: block;
    color: var(--ink);
    text-decoration: none
}

.article-art {
    height: 190px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    margin-bottom: 1.1rem
}

.article-art i {
    font-size: 4.5rem
}

.art-orange {
    background: #f4d7bd;
    color: #b85e37
}

.art-green {
    background: #d9e7d0;
    color: #477151
}

.art-purple {
    background: #e8def0;
    color: #806197
}

.article-card small,
.recipe-card small {
    font-size: .67rem;
    letter-spacing: .1em;
    font-weight: 800;
    color: #9b6b54
}

.download-section {
    padding: 5rem 0;
    background: #fbf4e9
}

.download-card {
    background: var(--orange);
    color: #fff;
    padding: 3rem clamp(1.5rem, 5vw, 4.5rem);
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem
}

.download-card h2 {
    color: #fff
}

.download-card .eyebrow {
    color: #fff4d1
}

.download-card p:not(.eyebrow) {
    max-width: 540px
}

.store-badge {
    display: flex;
    align-items: center;
    gap: .45rem;
    background: #17241f;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: .4rem .7rem;
    line-height: 1.05;
    font-size: .52rem
}

.store-badge i {
    font-size: 1.45rem
}

.store-badge b {
    font-size: .9rem
}

.qr-wrap {
    text-align: center;
    flex-shrink: 0
}

.qr-code {
    width: 105px;
    height: 105px;
    background: repeating-linear-gradient(90deg, #fff 0 7px, #17241f 7px 12px, #fff 12px 20px), repeating-linear-gradient(#fff 0 7px, #17241f 7px 14px, #fff 14px 20px);
    border: 8px solid #fff;
    outline: 6px solid rgba(255, 255, 255, .25);
    margin: auto
}

.qr-wrap small {
    margin-top: .7rem;
    display: block
}

.site-footer {
    background: #183c31;
    color: #dbe7dc;
    padding: 4rem 0 1.2rem
}

.site-footer .navbar-brand {
    color: #fff !important
}

.site-footer p {
    color: #bdcfc2;
    font-size: .9rem
}

.site-footer h4 {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    margin-bottom: 1rem
}

.site-footer a:not(.navbar-brand) {
    color: #c8d6cd;
    display: block;
    text-decoration: none;
    font-size: .87rem;
    margin: .45rem 0
}

.socials {
    display: flex;
    gap: .55rem
}

.socials a {
    display: grid !important;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1)
}

.newsletter-form {
    display: flex;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    overflow: hidden
}

.newsletter-form input {
    min-width: 0;
    flex: 1;
    background: transparent;
    border: 0;
    outline: 0;
    padding: .7rem 1rem;
    color: #fff
}

.newsletter-form input::placeholder {
    color: #c3d2c7
}

.newsletter-form button {
    border: 0;
    background: #e7b254;
    color: var(--deep);
    padding: 0 1rem;
    font-weight: 700
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding-top: 1.2rem;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    color: #a9beb0
}

.footer-bottom a {
    display: inline !important;
    margin: 0 !important
}

.compact {
    padding: 1.4rem 0
}

.compact .footer-bottom {
    border: 0
}

.page-hero {
    padding: 6rem 0;
    background: #f4ebdf
}

.page-hero p {
    font-size: 1.1rem;
    max-width: 600px;
    color: var(--muted);
    margin-top: 1.5rem
}

.story-visual {
    min-height: 390px;
    border-radius: 50% 50% 23% 23% / 28% 28% 18% 18%;
    background: #dce9d5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.story-visual i {
    font-size: 7rem;
    color: #517b59
}

.story-visual span {
    font: 1.45rem/1.35 Georgia, serif
}

.values-section {
    background: #f7f3ec;
    padding: 6rem 0
}

.value-card {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    height: 100%;
    border: 1px solid #eee6dc
}

.value-card>i {
    font-size: 1.8rem;
    color: #c16d48
}

.value-card h3 {
    font: 1.4rem Georgia, serif;
    margin-top: 1.2rem
}

.value-card p {
    color: var(--muted)
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #deded4
}

.approach-grid>div {
    background: var(--paper);
    padding: 1.5rem
}

.approach-grid span {
    color: #b56b4c;
    font-weight: 800;
    font-size: .8rem
}

.approach-grid h3 {
    font: 1.3rem Georgia, serif;
    margin: .6rem 0
}

.approach-grid p {
    font-size: .88rem;
    color: var(--muted)
}

.team-section {
    padding: 6rem 0;
    background: #e4eee1
}

.team-note {
    max-width: 380px;
    color: var(--muted)
}

.person-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.4rem;
    text-align: center
}

.person-avatar {
    height: 165px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font: 2rem Georgia, serif;
    color: #fff
}

.p1 {
    background: #aa776b
}

.p2 {
    background: #6e9272
}

.p3 {
    background: #8976a6
}

.person-card h3 {
    font: 1.4rem Georgia, serif;
    margin: 1rem 0 .2rem
}

.person-card p {
    margin: 0;
    color: var(--muted);
    font-size: .85rem
}

.newsletter-section {
    padding: 5rem 0;
    background: #f7eee2
}

.newsletter-section p:not(.eyebrow) {
    color: var(--muted)
}

.newsletter-form.large {
    max-width: 530px;
    border: 1px solid #c7c7bb;
    background: #fff
}

.newsletter-form.large input {
    color: var(--ink)
}

.newsletter-form.large input::placeholder {
    color: #88918c
}

.newsletter-form.large button {
    border-radius: 999px;
    margin: 4px;
    background: var(--green);
    color: #fff
}

.library-hero {
    text-align: center;
    background: #e8f0e4;
    padding: 5.5rem 0 4.5rem
}

.library-hero h1 {
    margin: 0 auto
}

.library-hero>.container>p:not(.eyebrow) {
    color: var(--muted);
    margin: 1rem auto 1.8rem
}

.library-search,
.hub-search {
    max-width: 620px;
    margin: auto;
    background: #fff;
    border: 1px solid #dce3d8;
    border-radius: 999px;
    padding: .85rem 1.2rem;
    display: flex;
    align-items: center;
    gap: .65rem;
    box-shadow: 0 8px 17px rgba(36, 53, 46, .05)
}

.library-search input,
.hub-search input {
    border: 0;
    outline: 0;
    width: 100%;
    font-size: .92rem
}

.filter-bar {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap
}

.filter-bar>span {
    font-size: .83rem;
    color: var(--muted);
    font-weight: 700;
    margin-right: .2rem
}

.filter-btn {
    border: 1px solid #daddd4;
    border-radius: 999px;
    background: #fff;
    padding: .45rem .8rem;
    font-size: .8rem;
    color: var(--ink)
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--green);
    border-color: var(--green);
    color: #fff
}

.pose-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #fff;
    height: 100%
}

.pose-image {
    height: 200px;
    position: relative;
    display: grid;
    place-items: center
}

.pose-image i {
    font-size: 5rem
}

.pose-image span {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    border-radius: 999px;
    padding: .2rem .5rem;
    font-size: .64rem;
    font-weight: 800
}

.pose-a {
    background: #e4eedf;
    color: #547c58
}

.pose-b {
    background: #f4e1d5;
    color: #a55c3d
}

.pose-c {
    background: #e7dfef;
    color: #775e98
}

.pose-d {
    background: #f4e9ba;
    color: #a47b20
}

.pose-e {
    background: #d9ebea;
    color: #427b76
}

.pose-f {
    background: #e1e3ee;
    color: #5c638c
}

.pose-info {
    padding: 1.25rem
}

.pose-info p {
    font-size: .65rem;
    letter-spacing: .1em;
    color: #a16044;
    font-weight: 800;
    margin-bottom: .45rem
}

.pose-info h3 {
    font: 1.45rem Georgia, serif
}

.pose-info>span {
    font-size: .83rem;
    color: var(--muted);
    display: block
}

.play-btn {
    background: transparent;
    border: 0;
    padding: 0;
    color: var(--green);
    font-weight: 700;
    font-size: .84rem;
    margin-top: 1rem
}

.practice-note {
    background: #264b3d;
    color: #fff;
    padding: 3rem 0
}

.practice-note .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem
}

.practice-note h2 {
    font-size: 1.8rem;
    margin: .5rem 0
}

.practice-note p {
    max-width: 680px;
    color: #d2e0d7;
    margin: 0
}

.practice-note i {
    font-size: 1.5rem;
    color: #f1c96d
}

.practice-modal {
    border: 0;
    border-radius: 18px
}

.video-placeholder {
    height: 170px;
    background: #e2eddf;
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: var(--green);
    font-size: 3rem;
    margin-bottom: 1.5rem
}

.assessment-page {
    background: #f6f1e7
}

.assessment-intro {
    padding: 5rem 0 3rem
}

.assessment-intro h1 {
    margin: auto
}

.assessment-intro>.container>p:not(.eyebrow) {
    max-width: 650px;
    margin: 1rem auto;
    color: var(--muted)
}

.assessment-meta {
    display: flex;
    justify-content: center;
    gap: 1.3rem;
    flex-wrap: wrap;
    margin-top: 1.6rem;
    font-size: .8rem;
    color: var(--muted)
}

.assessment-meta i {
    color: var(--green);
    margin-right: .3rem
}

.assessment-wrap {
    padding: 1rem 0 5rem
}

.assessment-card {
    max-width: 750px;
    margin: auto;
    background: #fff;
    border-radius: 18px;
    padding: clamp(1.5rem, 4vw, 3rem);
    box-shadow: 0 15px 40px rgba(36, 53, 46, .08)
}

.progress-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    font-size: .75rem;
    color: var(--muted);
    font-weight: 700
}

.progress {
    height: 7px;
    flex: 1;
    background: #e7ece3
}

.progress-bar {
    background: var(--green)
}

.assessment-step {
    display: none
}

.assessment-step.active {
    display: block;
    animation: fadeIn .3s ease
}

.step-label {
    font-size: .67rem;
    letter-spacing: .12em;
    font-weight: 800;
    color: #aa6547
}

.assessment-step h2 {
    font-size: 2.2rem
}

.assessment-step>p:not(.step-label) {
    color: var(--muted)
}

.answer-list {
    display: grid;
    gap: .8rem;
    margin-top: 1.5rem
}

.answer-list input {
    position: absolute;
    opacity: 0
}

.answer-list label span {
    display: block;
    border: 1px solid #dce0d8;
    border-radius: 12px;
    padding: 1rem 1rem 1rem 3.7rem;
    position: relative;
    cursor: pointer;
    transition: .18s
}

.answer-list label span>i {
    position: absolute;
    left: 1rem;
    top: 1.05rem;
    font-size: 1.4rem;
    color: #68906c
}

.answer-list b,
.answer-list small {
    display: block
}

.answer-list small {
    color: var(--muted);
    font-size: .78rem;
    margin-top: .1rem
}

.answer-list input:checked+span {
    border-color: var(--green);
    background: #eff6ec;
    box-shadow: inset 0 0 0 1px var(--green)
}

.assessment-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem
}

.btn-ghost {
    color: var(--muted);
    visibility: hidden
}

.btn-ghost.visible {
    visibility: visible
}

.result-step {
    text-align: center
}

.result-orb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e3efd9;
    display: grid;
    place-items: center;
    margin: 0 auto 1.5rem;
    color: #527757;
    font-size: 3rem
}

.result-actions {
    display: flex;
    gap: .6rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1.6rem 0
}

.lead-capture {
    text-align: left;
    background: #f5f7ef;
    border-radius: 12px;
    padding: 1.25rem;
    margin-top: 1.5rem
}

.lead-capture h3 {
    font: 1.2rem Georgia, serif
}

.lead-capture p {
    font-size: .85rem
}

.trust-row {
    background: #e1ebdc;
    padding: 1.3rem 0
}

.trust-row .container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    font-size: .8rem;
    color: #486652
}

.trust-row i {
    color: #6d9a70
}

.hub-hero {
    padding: 5.5rem 0;
    background: #f3ebdf;
    overflow: hidden
}

.hub-hero p:not(.eyebrow) {
    font-size: 1.1rem;
    color: var(--muted);
    max-width: 600px
}

.hub-search {
    margin: 1.7rem 0 0
}

.hub-orbit {
    height: 310px;
    width: 310px;
    background: #dfebd8;
    border-radius: 50%;
    margin: auto;
    display: grid;
    place-items: center;
    position: relative;
    color: #527453
}

.hub-orbit>i {
    font-size: 6rem
}

.hub-orbit span {
    position: absolute;
    background: #fff;
    border-radius: 999px;
    padding: .4rem .75rem;
    font-size: .75rem;
    box-shadow: 0 7px 15px rgba(36, 53, 46, .1)
}

.orbit-one {
    top: 11%;
    right: 6%
}

.orbit-two {
    bottom: 20%;
    right: -5%
}

.orbit-three {
    bottom: 11%;
    left: 4%
}

.dosha-card {
    border-radius: 16px;
    padding: 1.8rem;
    min-height: 235px
}

.dosha-card>span {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em
}

.dosha-card>i {
    float: right;
    font-size: 2.2rem
}

.dosha-card h3 {
    font: 1.7rem Georgia, serif;
    margin-top: 3.7rem
}

.dosha-card p {
    font-size: .88rem;
    margin: 0
}

.vata {
    background: #eae2f0;
    color: #664d7d
}

.pitta {
    background: #f8e1c8;
    color: #8e512e
}

.kapha {
    background: #dcebd8;
    color: #466f4c
}

.season-section {
    padding: 6rem 0;
    background: #eaf1e3
}

.season-art {
    height: 330px;
    background: #c3dfb7;
    border-radius: 48% 52% 54% 46% / 38% 46% 54% 62%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #47754d
}

.season-art i {
    font-size: 6rem
}

.season-art span {
    text-align: center;
    font: 1.5rem/1.05 Georgia, serif
}

.season-links {
    display: grid;
    gap: .7rem;
    margin-top: 1.5rem
}

.season-links a {
    color: var(--green);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #cbd9c7;
    padding-bottom: .7rem
}

.recipe-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 1.4rem
}

.recipe-card>*:not(.recipe-art) {
    margin-left: 1.35rem;
    margin-right: 1.35rem
}

.recipe-art {
    height: 150px;
    display: grid;
    place-items: center;
    margin-bottom: 1.1rem
}

.recipe-art i {
    font-size: 4rem
}

.r1 {
    background: #f3deb0;
    color: #a86d22
}

.r2 {
    background: #e2ecd3;
    color: #5d8754
}

.r3 {
    background: #efd9de;
    color: #a55d6c
}

.recipe-card p {
    font-size: .85rem;
    color: var(--muted)
}

.guide-banner {
    padding: 4.5rem 0;
    background: #f5d9c6
}

.guide-banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem
}

.guide-banner p:not(.eyebrow) {
    max-width: 600px;
    color: #664b3e
}

.help-section {
    padding: 6rem 0
}

.accordion-item {
    border: 1px solid var(--line);
    margin-bottom: .7rem;
    border-radius: 10px !important;
    overflow: hidden
}

.accordion-button {
    font-weight: 700;
    color: var(--ink) !important;
    background: #fff !important;
    box-shadow: none !important
}

.accordion-body {
    color: var(--muted);
    font-size: .9rem
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(8px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:991px) {
    .hero-art {
        min-height: 350px;
        max-width: 540px;
        margin: auto
    }

    .approach-grid {
        grid-template-columns: 1fr
    }

    .download-card {
        padding: 2rem
    }

    .hub-orbit {
        width: 250px;
        height: 250px
    }

    .practice-note .container,
    .guide-banner .container {
        align-items: flex-start;
        flex-direction: column
    }
}

@media(max-width:575px) {

    .hero-section,
    .page-hero,
    .library-hero,
    .assessment-intro,
    .hub-hero {
        padding: 3.8rem 0
    }

    .section-pad {
        padding: 4rem 0
    }

    .hero-art {
        min-height: 290px
    }

    .hero-pose i {
        font-size: 7rem
    }

    .card-one {
        left: 0
    }

    .card-two {
        right: 0
    }

    .hero-proof {
        gap: 1rem
    }

    .download-card {
        align-items: flex-start;
        flex-direction: column
    }

    .qr-wrap {
        align-self: center
    }

    .footer-bottom {
        display: block
    }

    .footer-bottom span+span {
        display: block;
        margin-top: .4rem
    }

    .assessment-meta {
        align-items: flex-start;
        flex-direction: column
    }

    .practice-note {
        padding: 2.5rem 0
    }

    .trust-row .container {
        align-items: flex-start;
        flex-direction: column;
        gap: .6rem
    }

    .hub-orbit {
        margin-top: 1rem
    }

    .guide-banner {
        padding: 3rem 0
    }
}