:root{--sage-dark: #4A5A40;--sage: #7A8B6F;--sage-light: #A3B596;--sage-muted: #C4D4B8;--moss: #5E7153;--bark: #3D2E1F;--bark-light: #5C4A38;--earth: #C4A882;--earth-light: #D4C4A8;--cream: #FAF6F0;--cream-dark: #F0E8DA;--white: #FEFDFB;--stone: #9A8B7A;--stone-light: #B8ADA0}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:118%}body{font-family:DM Sans,sans-serif;color:var(--bark);background:var(--cream);overflow-x:hidden;-webkit-font-smoothing:antialiased;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E")}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 3rem;height:72px;display:flex;align-items:center;justify-content:space-between;background:transparent;border-bottom:1px solid transparent;transition:all .45s cubic-bezier(.4,0,.2,1)}nav.scrolled{background:#fefdfbeb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(61,46,31,.06);height:64px;box-shadow:0 1px 12px #00000008}.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.nav-logo .hedera{font-size:30px;color:var(--cream);line-height:1;transition:color .45s}nav.scrolled .nav-logo .hedera{color:var(--sage-dark)}.nav-logo .logo-text{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:500;color:var(--cream);letter-spacing:.03em;transition:color .45s}nav.scrolled .nav-logo .logo-text{color:var(--bark)}.nav-logo .logo-text .healing{color:var(--sage-muted);font-weight:400;transition:color .45s}nav.scrolled .nav-logo .logo-text .healing{color:var(--sage)}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{font-size:.78rem;font-weight:500;color:#faf6f0b3;text-decoration:none;letter-spacing:.02em;transition:color .4s;position:relative}nav.scrolled .nav-links a{color:var(--bark-light)}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--sage-muted);transition:width .3s ease,background .4s}nav.scrolled .nav-links a:after{background:var(--sage)}.nav-links a:hover{color:var(--cream)}nav.scrolled .nav-links a:hover{color:var(--sage-dark)}.nav-links a:hover:after{width:100%}.nav-cta{font-size:.72rem!important;font-weight:600!important;color:var(--sage-dark)!important;background:var(--cream);padding:.5rem 1.25rem;border-radius:6px;letter-spacing:.05em!important;transition:all .4s!important}nav.scrolled .nav-cta{color:var(--white)!important;background:var(--sage-dark)}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}nav.scrolled .nav-cta:hover{background:var(--moss)}.nav-cta:after{display:none!important}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(165deg,var(--sage-dark) 0%,#3A4D32 40%,#334428 100%)}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:0;animation:orbPulse 8s ease-in-out infinite}.hero-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(163,181,150,.15),transparent 70%);top:-10%;right:-5%;animation-delay:0s;animation-duration:12s}.hero-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(94,113,83,.12),transparent 70%);bottom:-15%;left:-10%;animation-delay:4s;animation-duration:14s}.hero-orb-3{width:350px;height:350px;background:radial-gradient(circle,rgba(196,212,184,.08),transparent 70%);top:40%;left:30%;animation-delay:7s;animation-duration:10s}@keyframes orbPulse{0%,to{opacity:0;transform:scale(.8) translate(0)}20%{opacity:1}50%{opacity:1;transform:scale(1.15) translate(20px,-15px)}80%{opacity:1}}.hero-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-particle{position:absolute;width:2px;height:2px;background:#faf6f026;border-radius:50%;animation:particleFloat linear infinite}@keyframes particleFloat{0%{transform:translateY(100vh) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-10vh) translate(30px);opacity:0}}.hero-hedera{position:absolute;right:-60px;top:50%;transform:translateY(-50%);font-size:700px;line-height:1;color:var(--cream);opacity:.035;pointer-events:none;user-select:none;animation:hederaDrift 25s ease-in-out infinite}@keyframes hederaDrift{0%,to{transform:translateY(-50%) rotate(0) scale(1)}33%{transform:translateY(-52%) rotate(.8deg) scale(1.02)}66%{transform:translateY(-48%) rotate(-.5deg) scale(.99)}}.hero-hedera-sm{position:absolute;left:3%;bottom:8%;font-size:200px;line-height:1;color:var(--cream);opacity:.02;pointer-events:none;user-select:none;transform:scaleX(-1);animation:hederaDriftSm 20s ease-in-out infinite}@keyframes hederaDriftSm{0%,to{transform:scaleX(-1) translateY(0)}50%{transform:scaleX(-1) translateY(-12px) rotate(2deg)}}.hero:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.015) 2px,rgba(0,0,0,.015) 4px);pointer-events:none}.hero-slider{position:relative;z-index:2;width:100%;max-width:1320px;margin:0 auto;padding:0 3rem}.hero-slides{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-slide{position:absolute;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:4rem;opacity:0;transform:translateY(15px);pointer-events:none;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.hero-slide.active{opacity:1;transform:translateY(0);pointer-events:auto;position:relative}.hero-slide.exiting{opacity:0;transform:translateY(-15px)}.hero-slide:not(:first-child) .slide-hedera,.hero-slide:not(:first-child) .slide-title,.hero-slide:not(:first-child) .slide-tagline,.hero-slide:not(:first-child) .slide-rule,.hero-slide:not(:first-child) .hero-sub,.hero-slide:not(:first-child) .hero-actions{animation:none;opacity:1;transform:none}.hero-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem;animation:fadeUp 1s ease both}.hero-brand .hedera-lg{font-size:110px;color:var(--cream);opacity:.85;line-height:1;margin-bottom:1rem;filter:drop-shadow(0 4px 40px rgba(0,0,0,.15));animation:hederaReveal 1.2s cubic-bezier(.16,1,.3,1) both}@keyframes hederaReveal{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:.85;transform:scale(1) translateY(0)}}.hero-brand .brand-wordmark{font-family:Cormorant Garamond,serif;font-size:2.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--cream);animation:fadeUp .8s .3s ease both}.hero-brand .brand-wordmark .healing{font-weight:400;color:var(--sage-muted)}.hero-brand .brand-rule{display:flex;align-items:center;gap:.75rem;margin:.6rem 0;width:240px;animation:fadeUp .8s .45s ease both}.hero-brand .brand-rule .line{flex:1;height:1px;background:var(--earth);opacity:.4}.hero-brand .brand-rule .diamond{width:5px;height:5px;background:var(--earth);transform:rotate(45deg);opacity:.5}.hero-brand .brand-subtitle{font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.45em;text-transform:uppercase;color:#faf6f066;animation:fadeUp .8s .55s ease both}.hero-tagline{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:300;color:var(--cream);line-height:1.45;max-width:600px;margin-bottom:.5rem;animation:fadeUp .8s .7s ease both}.hero-tagline em{font-style:italic;color:var(--sage-muted);font-weight:400}.hero-sub{font-size:.92rem;font-weight:300;line-height:1.7;color:#faf6f080;max-width:520px;margin-bottom:2.5rem;animation:fadeUp .8s .85s ease both}.hero-actions{display:flex;gap:1rem;animation:fadeUp .8s 1s ease both}.slide-hedera{font-size:64px;color:var(--cream);opacity:.7;line-height:1;margin-bottom:.75rem;filter:drop-shadow(0 4px 30px rgba(0,0,0,.1))}.slide-tagline{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:var(--cream);line-height:1.45;max-width:550px;margin-bottom:.25rem}.slide-tagline em{font-style:italic;color:var(--sage-muted);font-weight:400}.slide-title{font-family:Cormorant Garamond,serif;font-size:2.75rem;font-weight:400;color:var(--cream);line-height:1.2;max-width:650px;margin-bottom:.5rem;letter-spacing:-.01em}.slide-title em{font-style:italic;color:var(--sage-muted);font-weight:400}.slide-rule{display:flex;align-items:center;gap:.6rem;width:80px;margin:1rem 0 1.25rem}.slide-rule .line{flex:1;height:1px;background:var(--earth);opacity:.35}.slide-rule .diamond{width:4px;height:4px;background:var(--earth);transform:rotate(45deg);opacity:.45}.slider-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#faf6f00f;z-index:5}.slider-progress-bar{height:100%;background:linear-gradient(90deg,var(--sage-muted),var(--earth));width:0%;transition:width .1s linear;border-radius:0 2px 2px 0;opacity:.5}.slider-nav{display:flex;align-items:center;justify-content:center;gap:.75rem;position:absolute;bottom:4rem;left:0;right:0;z-index:5}.slider-dot{width:8px;height:8px;border-radius:50%;background:#faf6f033;border:1px solid transparent;cursor:pointer;transition:all .3s;padding:0}.slider-dot.active{background:var(--cream);border-color:#faf6f04d}.slider-dot:hover:not(.active){background:#faf6f066}.scroll-hint{position:absolute;bottom:2rem;left:0;right:0;z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:fadeUp .8s 1.4s ease both}.scroll-hint span{font-size:.6rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#faf6f040}.scroll-line{width:1px;height:28px;background:linear-gradient(to bottom,rgba(250,246,240,.3),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:1;height:28px}50%{opacity:.4;height:16px}}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background:var(--cream);color:var(--sage-dark);font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;border-radius:8px;letter-spacing:.02em;transition:all .3s;border:none;cursor:pointer}.btn-primary:hover{background:#fff;transform:translateY(-1px);box-shadow:0 8px 24px #0000001f}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background:transparent;color:var(--cream);font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;text-decoration:none;border-radius:8px;border:1px solid rgba(250,246,240,.2);letter-spacing:.02em;transition:all .3s}.btn-secondary:hover{border-color:#faf6f066;background:#faf6f00d}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scripture{padding:3.5rem 3rem;text-align:center;background:var(--white);border-bottom:1px solid rgba(61,46,31,.05);position:relative}.scripture blockquote{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400;font-style:italic;color:var(--bark-light);max-width:720px;margin:0 auto;line-height:1.6}.scripture cite{display:block;margin-top:1rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-style:normal;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--sage)}.scripture .hedera-divider{color:var(--earth);font-size:16px;display:block;margin-bottom:1.25rem;opacity:.5}.section-label{font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.section-label .hedera{font-size:14px;color:var(--sage);opacity:.6}.section-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:400;color:var(--bark);line-height:1.2;max-width:560px;letter-spacing:-.01em}.section-title em{font-style:italic;color:var(--sage)}.section-rule{display:flex;align-items:center;gap:.6rem;width:80px;margin:1.25rem 0}.section-rule .line{flex:1;height:1px;background:var(--earth)}.section-rule .diamond{width:4px;height:4px;background:var(--earth);transform:rotate(45deg);flex-shrink:0}.section-desc{font-size:.95rem;font-weight:300;color:var(--stone);max-width:480px;line-height:1.7}.programs{padding:6rem 3rem;max-width:1320px;margin:0 auto}.programs-header{margin-bottom:3.5rem}.programs-header.is-centered{text-align:center;max-width:820px;margin-left:auto;margin-right:auto}.programs-header.is-centered .section-label,.programs-header.is-centered .section-rule{justify-content:center}.programs-header.is-centered .section-rule{margin-left:auto;margin-right:auto}.programs-header.is-centered .section-title,.programs-header.is-centered .section-desc{max-width:none;margin-left:auto;margin-right:auto}.programs-header.is-centered .section-desc{max-width:620px}.center-stack{text-align:center}.center-stack .section-label,.center-stack .section-rule{justify-content:center}.center-stack .section-rule,.center-stack .section-title,.center-stack .section-desc{margin-left:auto;margin-right:auto}.center-stack .section-title{max-width:none}.center-stack .section-desc{max-width:620px}.hero .scroll-hint{display:none!important}.program-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:1.5rem}.program-card{background:var(--white);border:1px solid rgba(61,46,31,.06);border-radius:20px;padding:2.5rem;transition:all .4s ease;position:relative;overflow:hidden}.program-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #3d2e1f0f;border-color:#4a5a4026}.program-card:after{content:"❧";position:absolute;right:-8px;bottom:-8px;font-size:80px;opacity:.03;color:var(--sage-dark);line-height:1;pointer-events:none}.program-card.featured{background:var(--sage-dark);border-color:transparent;grid-row:span 2;display:flex;flex-direction:column;justify-content:space-between}.program-card.featured:after{color:var(--cream);opacity:.04;font-size:120px}.program-card.featured .program-label,.program-card.featured .program-title,.program-card.featured .program-desc,.program-card.featured .program-features li{color:var(--cream)}.program-card.featured .program-label{color:var(--sage-muted)}.program-card.featured .program-desc{color:#faf6f099}.program-card.featured .program-features li{color:#faf6f08c;border-color:#faf6f014}.program-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:#4a5a4014}.program-icon svg{width:22px;height:22px;fill:none;stroke:var(--sage-dark);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.program-card.featured .program-icon{background:#faf6f014}.program-card.featured .program-icon svg{stroke:var(--sage-muted)}.program-label{font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem}.program-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;color:var(--bark);line-height:1.25;margin-bottom:.75rem;letter-spacing:.01em}.program-desc{font-size:.85rem;font-weight:300;color:var(--stone);line-height:1.65;margin-bottom:1.5rem}.program-features{list-style:none;display:flex;flex-direction:column;gap:0}.program-features li{font-size:.8rem;color:var(--stone);padding:.7rem 0;border-top:1px solid rgba(61,46,31,.06);display:flex;align-items:center;gap:.5rem;font-weight:400}.program-features li:before{content:"❧";font-size:10px;color:var(--sage);opacity:.5;flex-shrink:0}.program-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--sage-dark);text-decoration:none;margin-top:1rem;transition:gap .3s}.program-link:hover{gap:.6rem}.program-card.featured .program-link{color:var(--sage-muted)}.program-grid:has(.program-card:not(.featured):hover) .program-card.featured{background:var(--white);border-color:#3d2e1f0f}.program-grid:has(.program-card:not(.featured):hover) .program-card.featured:after{color:var(--sage-dark);opacity:.03;font-size:80px}.program-grid:has(.program-card:not(.featured):hover) .program-card.featured .program-label{color:var(--sage)}.program-grid:has(.program-card:not(.featured):hover) .program-card.featured .program-title{color:var(--bark)}.program-grid:has(.program-card:not(.featured):hover) .program-card.featured .program-desc{color:var(--stone)}.program-grid:has(.program-card:not(.featured):hover) .program-card.featured .program-features li{color:var(--stone);border-color:#3d2e1f0f}.program-grid:has(.program-card:not(.featured):hover) .program-card.featured .program-icon{background:#4a5a4014}.program-grid:has(.program-card:not(.featured):hover) .program-card.featured .program-icon svg{stroke:var(--sage-dark)}.program-grid:has(.program-card:not(.featured):hover) .program-card.featured .program-link{color:var(--sage-dark)}.program-card:not(.featured):hover{background:var(--sage-dark);border-color:transparent}.program-card:not(.featured):hover:after{color:var(--cream);opacity:.04;font-size:120px}.program-card:not(.featured):hover .program-label{color:var(--sage-muted)}.program-card:not(.featured):hover .program-title{color:var(--cream)}.program-card:not(.featured):hover .program-desc{color:#faf6f099}.program-card:not(.featured):hover .program-features li{color:#faf6f08c;border-color:#faf6f014}.program-card:not(.featured):hover .program-icon{background:#faf6f014}.program-card:not(.featured):hover .program-icon svg{stroke:var(--sage-muted)}.program-card:not(.featured):hover .program-link{color:var(--sage-muted)}.brand-story{position:relative;overflow:hidden;background:var(--bark)}.brand-story .bg-hedera{position:absolute;right:-60px;top:50%;transform:translateY(-50%);font-size:420px;color:var(--cream);opacity:.02;line-height:1;pointer-events:none}.brand-story-inner{max-width:1320px;margin:0 auto;padding:4.5rem 3rem;position:relative;z-index:2}.brand-story-header{text-align:center;margin-bottom:2.5rem}.brand-story-header .section-label{color:var(--earth);justify-content:center}.brand-story-header .section-label .hedera{color:var(--earth)}.brand-story-header .section-title{color:var(--cream);font-size:2.25rem;max-width:none;margin-left:auto;margin-right:auto}.brand-story-header .section-title em{color:var(--sage-light)}.brand-story-header .section-rule{justify-content:center;margin-left:auto;margin-right:auto}.brand-story-header .section-rule .line{background:#c4a8824d}.brand-story-header .section-rule .diamond{background:#c4a88266}.brand-story-header .section-desc{color:#faf6f080;max-width:600px;margin:0 auto}.story-tabs{display:flex;justify-content:center;gap:.25rem;margin-bottom:2.5rem;flex-wrap:wrap}.story-tab{background:transparent;border:1px solid rgba(250,246,240,.08);color:#faf6f073;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.04em;padding:.55rem 1.1rem;border-radius:6px;cursor:pointer;transition:all .3s;white-space:nowrap}.story-tab:hover{border-color:#faf6f033;color:#faf6f0b3}.story-tab.active{background:#faf6f014;border-color:#c4a8824d;color:var(--cream)}.story-panels{position:relative;min-height:260px;display:flex;justify-content:center}.story-panel{display:none;grid-template-columns:auto 1fr;gap:3rem;align-items:center;max-width:720px;animation:storyFadeIn .4s ease both}.story-panel.active{display:grid}@keyframes storyFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.story-panel-mark{font-size:140px;color:var(--sage);opacity:.18;line-height:1;filter:drop-shadow(0 0 40px rgba(122,139,111,.1));user-select:none}.story-panel-content h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:500;color:var(--cream);margin-bottom:.5rem}.story-panel-content h3 em{font-style:italic;color:var(--sage-light);font-weight:400}.story-panel-content p{font-size:.88rem;font-weight:300;color:#faf6f08c;line-height:1.8;max-width:600px}.story-panel-content .scripture-ref{display:block;margin-top:.75rem;font-style:italic;color:var(--earth-light);font-weight:400;font-size:.85rem}.brand-story-footer{margin-top:2.5rem;padding-top:0;text-align:center}.brand-story-footer .section-rule{margin:0 auto 1.5rem;justify-content:center}.brand-story-footer .section-rule .line{background:#c4a8824d}.brand-story-footer .section-rule .diamond{background:#c4a88266}.brand-story-footer p{font-size:.84rem;font-weight:300;color:#faf6f059;line-height:1.7;font-style:italic;max-width:680px;margin:0 auto}.brand-story-footer p em{color:#faf6f080;font-weight:400}.pillars{padding:6rem 3rem;max-width:1320px;margin:0 auto}.pillars-header{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.pillars-header .section-label{justify-content:center}.pillars-header .section-title{max-width:400px;text-align:center}.pillars-header .section-desc{text-align:center}.pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.pillar{padding:2.5rem;border-right:1px solid rgba(61,46,31,.06);position:relative;transition:all .3s}.pillar:last-child{border-right:none}.pillar:hover{background:var(--white);border-radius:16px;margin:-1px;box-shadow:0 8px 32px #3d2e1f0a}.pillar-number{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--sage-light);opacity:.4;line-height:1;margin-bottom:1rem}.pillar h3{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:500;color:var(--bark);margin-bottom:.5rem}.pillar p{font-size:.82rem;font-weight:300;color:var(--stone);line-height:1.65}.pillar .pillar-hedera{font-size:12px;color:var(--sage);opacity:.3;margin-top:1.25rem;display:block}.journal{padding:6rem 3rem;background:var(--white);border-top:1px solid rgba(61,46,31,.05)}.journal-inner{max-width:1320px;margin:0 auto}.journal-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.journal-header .btn-outline{font-size:.78rem;font-weight:600;color:var(--sage-dark);text-decoration:none;padding:.6rem 1.25rem;border:1px solid rgba(74,90,64,.2);border-radius:6px;transition:all .3s}.journal-header .btn-outline:hover{background:var(--sage-dark);color:var(--cream);border-color:var(--sage-dark)}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.journal-card{border:1px solid rgba(61,46,31,.06);border-radius:16px;overflow:hidden;transition:all .4s ease;background:var(--cream);text-decoration:none;color:inherit;display:block}.journal-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #3d2e1f0f;border-color:#4a5a401f}.journal-img{height:180px;background:linear-gradient(135deg,var(--sage-dark),var(--moss));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.journal-img .img-hedera{font-size:120px;color:var(--cream);opacity:.06;position:absolute;right:-10px;bottom:-10px;line-height:1}.journal-img .img-icon{position:relative;z-index:2;width:40px;height:40px}.journal-img .img-icon svg{width:100%;height:100%;fill:none;stroke:#faf6f080;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.journal-body{padding:1.75rem}.journal-tag{font-size:.6rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);margin-bottom:.5rem}.journal-card-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;color:var(--bark);line-height:1.35;margin-bottom:.5rem}.journal-excerpt{font-size:.82rem;font-weight:300;color:var(--stone);line-height:1.6}.newsletter{max-width:1320px;margin:6rem auto;padding:0 3rem}.newsletter-inner{background:linear-gradient(135deg,var(--sage-dark),#3A4D32);border-radius:24px;padding:5rem 4rem;text-align:center;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.newsletter-inner .bg-hedera{position:absolute;right:-40px;top:50%;transform:translateY(-50%);font-size:300px;color:var(--cream);opacity:.04;line-height:1;pointer-events:none}.newsletter-content{position:relative;z-index:2;max-width:480px;margin:0 auto}.newsletter h2{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:400;color:var(--cream);margin-bottom:.75rem}.newsletter h2 em{font-style:italic;color:var(--sage-muted)}.newsletter p{font-size:.88rem;font-weight:300;color:#faf6f08c;line-height:1.6;margin-bottom:2rem}.newsletter-form{display:flex;gap:.5rem;max-width:400px;margin:0 auto}.newsletter-form input{flex:1;padding:.8rem 1.25rem;border:1px solid rgba(250,246,240,.15);border-radius:8px;background:#faf6f00f;color:var(--cream);font-family:DM Sans,sans-serif;font-size:.82rem;outline:none;transition:border-color .3s}.newsletter-form input::placeholder{color:#faf6f04d}.newsletter-form input:focus{border-color:#faf6f04d}.newsletter-form button{padding:.8rem 1.5rem;background:var(--cream);color:var(--sage-dark);border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.newsletter-form button:hover{background:#fff;transform:translateY(-1px)}footer{background:var(--bark);padding:4rem 3rem 2rem;position:relative;overflow:hidden}footer .bg-hedera{position:absolute;right:-30px;bottom:-30px;font-size:250px;color:var(--cream);opacity:.015;line-height:1;pointer-events:none}.footer-inner{max-width:1320px;margin:0 auto;position:relative;z-index:2}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-brand .hedera{font-size:22px;color:var(--sage);opacity:.7}.footer-brand .logo-text{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500;color:var(--cream)}.footer-brand .logo-text .healing{color:var(--sage);font-weight:400}.footer-brand .footer-rule{display:flex;align-items:center;gap:.5rem;width:60px;margin:.75rem 0}.footer-brand .footer-rule span{flex:1;height:1px;background:#c4a88233}.footer-brand .footer-rule .dia{width:3px;height:3px;background:#c4a8824d;transform:rotate(45deg);flex-shrink:0}.footer-brand p{font-size:.8rem;font-weight:300;color:#faf6f059;line-height:1.65;max-width:280px}.footer-col h4{font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#faf6f04d;margin-bottom:1.25rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-col a{font-size:.82rem;font-weight:400;color:#faf6f080;text-decoration:none;transition:color .3s}.footer-col a:hover{color:var(--sage-muted)}.footer-bottom{border-top:1px solid rgba(250,246,240,.05);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:.7rem;color:#faf6f033;font-weight:400}.footer-501c3{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:#faf6f00a;border:1px solid rgba(250,246,240,.06);border-radius:4px;font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#faf6f040}@media(max-width:1024px){.hero-brand .hedera-lg{font-size:80px}.hero-brand .brand-wordmark{font-size:2rem}.hero-tagline{font-size:1.4rem}.program-grid{grid-template-columns:1fr}.program-card.featured{grid-row:auto}.pillars-grid{grid-template-columns:1fr 1fr;gap:1px}.pillar{border-right:none;border-bottom:1px solid rgba(61,46,31,.06)}.story-panel{grid-template-columns:1fr;gap:1.5rem}.story-panel-mark{font-size:80px;text-align:center}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){html{font-size:108%}nav{padding:0 1.5rem}.nav-links{display:none}.hero-brand .hedera-lg{font-size:64px}.hero-brand .brand-wordmark{font-size:1.5rem;letter-spacing:.1em}.hero-tagline{font-size:1.2rem}.hero-slide{padding-top:2rem}.hero-hedera{font-size:400px;right:-80px}.hero-actions{flex-direction:column;align-items:center}.programs,.pillars,.journal{padding:4rem 1.5rem}.journal-grid{grid-template-columns:1fr}.journal-header{flex-direction:column;align-items:flex-start;gap:1rem}.pillars-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.newsletter{padding:0 1.5rem}.newsletter-inner{padding:3rem 1.5rem}.newsletter-form{flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;align-items:flex-start}.scroll-hint{display:none}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
