@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap";:root{--ink: #0a0b0d;--ink-soft: #4f5354;--paper: #f3f1ed;--cream: #e9e4da;--white: #fffdfa;--lime: #d8f56a;--sage: #b8d1bd;--coral: #e99674;--blue: #94c8d0;--line: rgba(23, 25, 28, .14);--serif: "DM Serif Display", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;--bg-dark: #0a0b0d;--bg-surface: #131518;--bg-surface-alt: #1a1d21;--bg-input: #0d0f12;--text-primary: #f5f4f0;--text-secondary: #b8b9b6;--text-muted: #7a7d7e;--border: #26292e;--border-light: #3a3d42;--gold: #d4af37;--gold-light: #e8c659;--gold-subtle: rgba(212, 175, 55, .1);--gold-border: rgba(212, 175, 55, .3);--navy: #0f1a3c;--navy-mid: #1a285a;--success: #3FAD66;--success-bg: rgba(63, 173, 102, .1);--error: #D94F4F;--error-bg: rgba(217, 79, 79, .1);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 18px;--shadow-elevated: 0 20px 60px rgba(0,0,0,.5);--shadow-gold: 0 0 30px rgba(212,175,55,.2);--font-serif: "DM Serif Display", Georgia, serif;--level-beginner: #3FAD66;--level-intermediate: #3B7DD8;--level-advanced: #C9A84C;--level-masterclass: #8B52C8;--level-devotional: #C97A3A}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}img{display:block;max-width:100%}.community-site{overflow:hidden}.site-header{height:80px;position:fixed;inset:0 0 auto;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,80px);background:var(--ink);transition:background .25s,border-color .25s;border-bottom:1px solid transparent}.site-header-scrolled{background:#0a0b0df0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:#ffffff26}.mark-link{display:flex;align-items:center;width:42px;height:42px}.logo-mark{width:42px;height:42px;object-fit:contain;filter:invert(1)}.desktop-nav{display:flex;gap:clamp(24px,3vw,48px);margin-left:auto;margin-right:clamp(24px,4vw,56px);color:#c7c9c4;font-size:13px;font-weight:500}.desktop-nav a,.header-signin,.site-footer a{transition:color .2s}.desktop-nav a:hover,.header-signin:hover,.site-footer a:hover{color:var(--white)}.header-actions{display:flex;align-items:center;gap:22px}.header-signin{color:#c7c9c4;font-size:13px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;background:var(--white);color:var(--ink);padding:15px 22px;font-size:14px;font-weight:600;transition:transform .2s,background .2s,color .2s}.button:hover{transform:translateY(-2px);background:#e8e6e0}.button-small{padding:11px 17px;font-size:12px;background:var(--lime);color:var(--ink)}.button-small:hover{background:#e4ff9d}.button-dark{background:var(--paper);color:var(--ink)}.button-dark:hover{background:var(--white)}.button-light{background:var(--lime);color:var(--ink)}.button-light:hover{background:#e4ff9d}.menu-toggle,.mobile-nav{display:none}.hero-section{min-height:820px;position:relative;display:grid;grid-template-columns:minmax(0,.88fr) minmax(440px,.92fr);gap:clamp(40px,7vw,110px);align-items:center;max-width:1440px;margin:0 auto;padding:145px clamp(24px,8vw,128px) 95px}.hero-grid-line{position:absolute;top:0;bottom:0;width:1px;background:var(--line);pointer-events:none}.hero-grid-line-left{left:9.5%}.hero-grid-line-right{right:9.5%}.hero-copy{position:relative;z-index:1}.eyebrow,.section-kicker{display:flex;align-items:center;gap:9px;color:var(--ink-soft);font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:700}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--coral)}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.04em;line-height:.98}h1{font-size:clamp(62px,7.8vw,117px);margin:29px 0}h1 em,h2 span{color:#697b68;font-style:italic}.hero-lede{max-width:430px;color:var(--ink-soft);font-size:16px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:32px}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--ink-soft)}.text-link:hover{color:var(--ink)}.member-proof{display:flex;align-items:center;gap:13px;margin-top:54px;font-size:12px}.member-proof strong,.member-proof small{display:block}.member-proof strong{font-weight:700}.member-proof small{color:var(--ink-soft);margin-top:3px}.avatar-stack{display:flex;align-items:center}.avatar-stack img,.avatar-stack span{width:29px;height:29px;border:2px solid var(--paper);border-radius:50%;margin-left:-7px;object-fit:cover}.avatar-stack img:first-child{margin-left:0}.avatar-stack span{display:grid;place-items:center;background:var(--lime);color:var(--ink);font-size:12px;font-weight:700}.hero-art{min-height:530px;position:relative}.hero-photo-main{position:absolute;top:8%;right:7%;bottom:10%;left:9%;transform:rotate(2deg);overflow:hidden;border-radius:2px;background:var(--sage);box-shadow:16px 18px 0 var(--ink)}.hero-photo-main img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) brightness(.85)}.hero-note-card{position:absolute;top:7%;right:-4%;display:flex;align-items:center;gap:11px;padding:15px 17px;max-width:245px;background:var(--white);box-shadow:0 14px 35px #17191c21;font-size:11px}.hero-note-card strong,.hero-note-card span{display:block}.hero-note-card strong{font-weight:700}.hero-note-card span{color:var(--ink-soft);margin-top:4px}.hero-note-card>svg{margin-left:auto;color:var(--coral)}.note-icon{display:grid;place-items:center;min-width:32px;height:32px;background:var(--coral);color:var(--ink);border-radius:50%}.hero-quote{position:absolute;bottom:1%;left:-8%;max-width:220px;padding:19px 22px 18px;background:var(--lime);transform:rotate(-4deg);box-shadow:8px 9px 0 var(--ink)}.hero-quote>span{font-family:var(--serif);font-size:40px;line-height:.3}.hero-quote p{margin:12px 0 9px;font-family:var(--serif);font-size:19px;line-height:1.1}.hero-quote small{font-size:10px;color:var(--ink-soft)}.hero-disc{position:absolute;bottom:-4%;right:5%;width:90px;height:90px;border:1px solid var(--ink);border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 8px,rgba(23,25,28,.15) 9px 10px)}.intro-section,.rooms-section,.promise-section{max-width:1440px;margin:0 auto;padding:120px clamp(24px,8vw,128px)}.intro-section{border-top:1px solid var(--line)}.intro-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:10%;align-items:end;margin-top:32px}.intro-layout h2,.section-heading h2,.promise-heading h2{font-size:clamp(48px,5.4vw,79px)}.intro-layout p,.section-heading>p{max-width:370px;color:var(--ink-soft);font-size:15px;line-height:1.75}.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:76px}.highlight-card{position:relative;padding:27px 27px 31px;min-height:225px;background:var(--white);border:1px solid var(--line);transition:transform .2s,box-shadow .2s}.highlight-card:hover{transform:translateY(-5px);box-shadow:9px 10px 0 var(--ink)}.highlight-card:nth-child(2){background:var(--sage)}.highlight-card:nth-child(3){background:var(--coral)}.highlight-icon{display:grid;place-items:center;width:40px;height:40px;margin-bottom:33px;border:1px solid var(--ink);border-radius:50%}.highlight-card h3{font-family:var(--serif);font-size:25px;font-weight:400}.highlight-card p{max-width:280px;margin-top:9px;color:var(--ink-soft);font-size:13px;line-height:1.6}.card-arrow{position:absolute;right:23px;bottom:25px}.rooms-section{background:var(--ink);color:var(--paper);max-width:none;padding-left:max(24px,calc((100vw - 1184px)/2));padding-right:max(24px,calc((100vw - 1184px)/2))}.rooms-section .section-kicker{color:#a9aeaa}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px}.section-heading h2{margin-top:28px}.section-heading h2 span{color:var(--lime)}.section-heading>p{color:#a9aeaa}.room-grid{display:grid;grid-template-columns:1.18fr .9fr .9fr;gap:14px;margin-top:62px}.room-card{min-height:392px;position:relative;overflow:hidden;color:var(--white)}.room-card img,.room-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.room-card img{object-fit:cover;transition:transform .5s}.room-card:hover img{transform:scale(1.06)}.room-overlay{background:linear-gradient(180deg,#17191c0f 25%,#17191cde)}.room-content{position:absolute;inset:auto 24px 24px}.room-live{display:inline-flex;align-items:center;gap:7px;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.room-live span{width:6px;height:6px;border-radius:50%;background:var(--lime)}.room-content h3{margin-top:13px;font-family:var(--serif);font-size:29px;font-weight:400}.room-content p{color:#d4d3cc;font-size:12px;margin-top:4px}.room-arrow{position:absolute;right:0;bottom:3px;display:grid;place-items:center;width:35px;height:35px;border:1px solid rgba(255,255,255,.5);border-radius:50%}.room-coral{margin-top:34px}.room-blue{margin-top:68px}.event-section{display:grid;grid-template-columns:1fr 1fr;max-width:1184px;margin:0 auto;padding:126px 24px;align-items:center;gap:clamp(45px,9vw,130px)}.event-image{position:relative;height:460px}.event-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.65) brightness(.8)}.event-date{position:absolute;top:-20px;left:-20px;display:grid;place-items:center;width:84px;height:84px;background:var(--coral);transform:rotate(-8deg)}.event-date strong{font-family:var(--serif);font-size:35px;line-height:.8}.event-date span{font-size:10px;font-weight:700;letter-spacing:.13em}.event-copy h2{margin:28px 0 25px;font-size:clamp(52px,6vw,86px)}.event-description{max-width:390px;color:var(--ink-soft);font-size:15px;line-height:1.75}.event-details{display:flex;flex-direction:column;gap:13px;margin:28px 0 33px;color:var(--ink-soft);font-size:13px}.event-details span{display:flex;align-items:center;gap:10px}.event-details svg{color:var(--ink)}.testimonials-section{background:var(--ink);color:var(--paper);padding:120px clamp(24px,8vw,128px);max-width:1440px;margin:0 auto}.testimonials-section .section-kicker{color:#a9aeaa}.testimonials-section h2{font-size:clamp(48px,5.4vw,79px);margin:28px 0 60px}.testimonials-section h2 span{color:var(--lime);font-style:italic}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem 1.75rem 1.75rem;transition:border-color .2s,transform .2s;position:relative}.testimonial-card:hover{border-color:#d4af374d;transform:translateY(-4px)}.testimonial-quote-mark{font-family:var(--serif);font-size:3.5rem;color:var(--gold);line-height:.5;margin-bottom:.5rem;opacity:.5}.testimonial-text{font-size:.95rem;color:var(--text-secondary);line-height:1.75;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.testimonial-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.testimonial-name{font-weight:700;font-size:.88rem;color:var(--text-primary)}.testimonial-role{font-size:.78rem;color:var(--text-muted)}.community-section{background:linear-gradient(135deg,#0a0b0d,#0f1a1a);padding:120px clamp(24px,8vw,128px);max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,8vw,110px);align-items:center}.community-copy .section-kicker{color:#08c}.community-copy h2{font-size:clamp(44px,5vw,72px);margin:28px 0 24px;color:var(--paper)}.community-copy h2 span{color:#08c;font-style:italic}.community-copy p{color:#a9aeaa;font-size:15px;line-height:1.75;max-width:420px;margin-bottom:2rem}.community-features{display:grid;gap:14px;margin-bottom:2.5rem}.community-feature{display:flex;align-items:flex-start;gap:12px;color:#c7c9c4;font-size:14px}.community-feature-icon{display:grid;place-items:center;min-width:32px;height:32px;border-radius:50%;background:#0088cc26;border:1px solid rgba(0,136,204,.3);color:#08c}.community-join-btn{display:inline-flex;align-items:center;gap:10px;padding:15px 28px;border-radius:999px;background:#08c;color:#fff;font-weight:700;font-size:14px;transition:transform .2s,background .2s}.community-join-btn:hover{transform:translateY(-2px);background:#09d}.community-art{position:relative;min-height:420px}.community-phone{position:absolute;top:5%;right:10%;bottom:5%;left:10%;background:#0d0f12;border:8px solid #1a1d21;border-radius:36px;overflow:hidden;box-shadow:0 30px 80px #00000080}.community-phone-header{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#1a1d21;border-bottom:1px solid var(--border)}.community-phone-header img{width:32px;height:32px;border-radius:50%}.community-phone-header .name{font-size:13px;font-weight:700;color:var(--text-primary)}.community-phone-header .status{font-size:11px;color:#08c}.community-phone-body{padding:16px;display:flex;flex-direction:column;gap:10px}.community-msg{max-width:80%;padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.5}.community-msg-bot{background:#1a1d21;color:var(--text-secondary);border-top-left-radius:4px;align-self:flex-start}.community-msg-bot .scripture{color:var(--gold);font-style:italic;margin-top:6px}.community-msg-user{background:#005c4b;color:#e0e0e0;border-top-right-radius:4px;align-self:flex-end}.community-msg-time{font-size:10px;color:var(--text-muted);align-self:flex-end;margin-top:-6px}.notifications-section{background:var(--paper);padding:100px clamp(24px,8vw,128px);max-width:1440px;margin:0 auto}.notifications-section .section-kicker{color:var(--ink-soft)}.notifications-section h2{font-size:clamp(40px,4.5vw,64px);margin:24px 0 50px}.notifications-section h2 span{color:var(--coral);font-style:italic}.notification-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.notification-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem;transition:transform .2s,box-shadow .2s}.notification-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000014}.notification-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;margin-bottom:1rem}.notification-icon svg{width:18px;height:18px}.notification-card h3{font-family:var(--serif);font-size:1.3rem;font-weight:400;margin-bottom:.5rem}.notification-card p{font-size:.85rem;color:var(--ink-soft);line-height:1.6}.promise-section{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:60px;border-top:1px solid var(--line)}.promise-list{display:grid;gap:14px}.promise-list div{display:flex;align-items:center;gap:12px;padding-bottom:13px;border-bottom:1px solid var(--line);font-size:14px}.promise-list svg{min-width:20px;padding:3px;border-radius:50%;background:var(--lime)}.promise-section .button{margin-bottom:2px}.final-cta{padding:125px 24px 140px;text-align:center;background:var(--ink)}.final-ornament{display:inline-flex;align-items:center;gap:15px;color:#a9aeaa;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.final-ornament svg{color:var(--coral)}.final-cta h2{margin:30px 0 36px;font-size:clamp(55px,8vw,110px);color:var(--paper)}.final-cta h2 em{color:var(--lime)}.site-footer{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;align-items:center;gap:25px;padding:36px max(24px,calc((100vw - 1184px)/2));background:var(--ink);color:var(--paper);border-top:1px solid var(--border)}.site-footer p,.site-footer small{color:#a9aeaa;font-size:12px}.site-footer>div{display:flex;justify-content:flex-end;gap:22px;color:#d4d3cc;font-size:12px}.site-footer small{text-align:right}.site-footer .logo-mark{object-fit:contain}.auth-layout{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-form-panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem);background:var(--paper);overflow-y:auto}.auth-form-inner{max-width:440px;width:100%;margin:0 auto}.auth-mark-link{display:flex;align-items:center;margin-bottom:3rem}.auth-logo-mark{width:38px;height:38px;object-fit:contain;filter:invert(1)}.auth-title{font-family:var(--serif);font-size:clamp(2rem,4vw,2.5rem);font-weight:400;letter-spacing:-.03em;color:var(--ink);margin-bottom:.5rem}.auth-subtitle{font-size:.95rem;color:var(--ink-soft);margin-bottom:2.5rem;line-height:1.6}.auth-back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--ink-soft);margin-bottom:2rem;transition:color .2s}.auth-back-link:hover{color:var(--ink)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-error{background:#e9967426;border:1px solid var(--coral);border-radius:10px;padding:.85rem 1rem;font-size:.875rem;color:#c4624a}.auth-label{display:block;font-size:.8rem;font-weight:700;color:var(--ink);margin-bottom:.4rem;letter-spacing:.04em}.auth-input-row{display:flex;align-items:center;gap:.6rem;background:var(--white);border:1px solid var(--line);border-radius:10px;padding:0 1rem;height:50px}.auth-input-row svg{color:var(--ink-soft)}.auth-input{flex:1;background:none;border:none;outline:none;font-size:.95rem;color:var(--ink);height:100%;font-family:var(--sans)}.auth-input::placeholder{color:#aaa}.auth-eye-btn{color:var(--ink-soft);display:flex;line-height:0}.auth-submit{width:100%;height:50px;border-radius:999px;font-weight:600;font-size:1rem;color:var(--white);background:var(--ink);cursor:pointer;transition:transform .2s,background .2s}.auth-submit:hover:not(:disabled){transform:translateY(-1px);background:#303437}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-remember-row{display:flex;align-items:center;margin-top:-.25rem}.auth-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--ink-soft);cursor:pointer;-webkit-user-select:none;user-select:none}.auth-checkbox{width:16px;height:16px;accent-color:var(--ink);cursor:pointer}.auth-switch{text-align:center;font-size:.9rem;color:var(--ink-soft);margin-top:1.5rem}.auth-switch-link{color:var(--ink);font-weight:700}.auth-switch-link:hover{text-decoration:underline}.auth-membership-note{background:var(--sage);border-radius:10px;padding:1rem 1.25rem}.auth-membership-title{font-weight:700;font-size:.85rem;color:var(--ink);margin-bottom:.5rem}.auth-membership-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--ink);margin-bottom:.3rem}.auth-membership-item svg{color:var(--ink)}.auth-image-panel{position:relative;display:flex;flex-direction:column;justify-content:flex-end}.auth-image-panel img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.auth-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0b0d73,#0a0b0dd9)}.auth-image-content{position:relative;padding:3rem;z-index:1}.auth-image-content blockquote{font-family:var(--serif);font-size:1.4rem;font-style:italic;color:#fff;line-height:1.5;margin-bottom:1rem;max-width:380px}.auth-image-content cite{font-size:.85rem;color:#fff9;font-style:normal;letter-spacing:.06em}.back-to-top{position:fixed;bottom:24px;right:24px;z-index:15;width:44px;height:44px;border-radius:50%;background:var(--ink);color:var(--paper);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .25s,transform .2s;border:1px solid rgba(255,255,255,.2)}.back-to-top.visible{opacity:1;pointer-events:auto}.back-to-top:hover{transform:translateY(-3px)}@media(max-width:900px){.auth-layout{grid-template-columns:1fr}.auth-image-panel,.desktop-nav,.header-signin{display:none}.menu-toggle{display:block}.site-header{height:68px}.mobile-nav{position:fixed;top:68px;left:16px;right:16px;z-index:19;display:grid;gap:4px;padding:12px;background:var(--white);border:1px solid var(--line);box-shadow:0 14px 30px #17191c1f}.mobile-nav a{padding:13px;font-size:14px}.mobile-nav a:hover{background:var(--paper)}.hero-section{display:block;padding-top:140px}.hero-copy{max-width:650px}.hero-art{min-height:500px;margin:70px auto 0;max-width:560px}.hero-note-card{right:-1%}.hero-quote{left:0}.intro-layout,.section-heading,.promise-section{grid-template-columns:1fr;display:grid;gap:30px}.highlight-grid,.room-grid{grid-template-columns:1fr}.room-card,.room-coral,.room-blue{margin-top:0;min-height:330px}.event-section{grid-template-columns:1fr;max-width:650px}.event-image{height:400px}.promise-section .button{justify-self:start}.site-footer{grid-template-columns:1fr 1fr}.site-footer>div{justify-content:flex-start;flex-wrap:wrap}.site-footer small{text-align:left}.testimonial-grid,.community-section{grid-template-columns:1fr}.notification-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.site-header{padding:0 18px}.site-header .button-small{padding:10px 13px}.hero-section{min-height:0;padding:120px 24px 80px}.hero-grid-line{display:none}h1{font-size:60px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-art{min-height:410px;margin-top:57px}.hero-photo-main{top:5%;right:5%;bottom:8%;left:4%}.hero-note-card{top:0;right:-4px;max-width:220px;padding:11px}.hero-quote{bottom:0;left:-4px}.hero-disc{width:65px;height:65px}.intro-section,.rooms-section,.promise-section{padding-top:84px;padding-bottom:84px}.intro-layout h2,.section-heading h2,.promise-heading h2{font-size:53px}.highlight-grid{margin-top:46px}.room-grid{margin-top:40px}.event-section{padding-top:84px;padding-bottom:84px}.event-image{height:330px}.event-date{left:-9px}.event-copy h2{font-size:62px}.site-footer{grid-template-columns:1fr;padding:35px 24px}.site-footer>div{gap:16px}.notification-grid{grid-template-columns:1fr}}
