@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--brand-primary: #2563eb;--brand-primary-dark: #1d4ed8;--brand-soft: #eef2ff;--brand-accent: #3b82f6;--navy: #0b1f3a;--navy-light: #1a3a5f;--gold: #d4af37;--gold-dark: #b8941f;--white: #ffffff;--bg-light: #f9fafb;--bg-lighter: #fafbfd;--bg-soft: #f9fafb;--bg-accent: linear-gradient(180deg, #eef2ff, #ffffff);--text-main: #0f172a;--text-dark: #1a1a1a;--text-muted: #475569;--text-gray: #4a5568;--border-light: #e2e8f0;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--shadow-card: 0 10px 30px rgba(0, 0, 0, .08);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--radius: 12px;--radius-lg: 16px}[data-theme=dark]{--bg-light: #0f172a;--bg-lighter: #1e293b;--bg-soft: #1e293b;--text-main: #f1f5f9;--text-dark: #f8fafc;--text-muted: #94a3b8;--border-light: #334155;--shadow-card: 0 10px 30px rgba(0, 0, 0, .3)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-light);color:var(--text-dark);line-height:1.7;font-size:16px}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2;color:var(--navy);margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1rem;line-height:1.8}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;height:auto;display:block}.page-wrapper{min-height:calc(100vh - 80px);padding-top:80px}main{min-height:calc(100vh - 200px)}header{background:var(--white);color:var(--navy);padding:0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border-light)}.header-container{max-width:1400px;margin:0 auto;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:12px;text-decoration:none;transition:var(--transition)}.header-logo:hover{opacity:.8}.header-logo-text{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}header nav{display:flex;align-items:center;gap:2.5rem}header nav a{color:var(--navy);font-weight:500;font-size:1rem;position:relative;padding:.5rem 0}header nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);transition:width .3s ease}header nav a:hover:after,header nav a.active:after{width:100%}.header-cta{display:flex;align-items:center;gap:1rem}.mobile-menu-btn{display:none;background:none;border:none;color:var(--navy);font-size:1.5rem;cursor:pointer;padding:.5rem;transition:var(--transition)}.mobile-menu-btn:hover{color:var(--gold)}.mobile-menu{display:none;background:var(--white);border-top:1px solid var(--border-light);padding:1.5rem 2rem;box-shadow:var(--shadow-md)}.mobile-menu nav{display:flex;flex-direction:column;gap:1rem}.mobile-menu nav a{padding:.75rem 1rem;border-radius:8px;transition:var(--transition)}.mobile-menu nav a:hover{background:var(--bg-light)}.hero{position:relative;padding:160px 1.25rem 4rem;text-align:center;overflow:hidden;background:linear-gradient(180deg,#f9fafb,#fff);min-height:500px}.hero.hero-bg-image{background-color:#1a1a1a;background-image:linear-gradient(#00000080,#00000080),url(/images/hero-worship.jpg);background-position:center center;background-size:cover;background-repeat:no-repeat;color:#fff;min-height:600px}@media (max-width: 639px) and (orientation: portrait){.hero.hero-bg-image{background-size:auto 100%;background-position:center center}}@media (max-width: 639px) and (orientation: landscape){.hero.hero-bg-image{background-size:100% auto;background-position:center center}}.hero.hero-bg-image .hero-title{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero.hero-bg-image .hero-subtitle{color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero.hero-bg-image .btn-primary,.hero.hero-bg-image .btn-secondary{box-shadow:0 4px 12px #00000040}[data-theme=dark] .hero.hero-bg-image{background-image:linear-gradient(#020617bf,#020617bf),url(/images/hero-worship.jpg)}.hero-inner{max-width:720px;margin:0 auto}.hero-title{font-size:2rem;line-height:1.2;font-weight:700;color:#111827;margin-bottom:1rem}.hero-subtitle{font-size:1.05rem;line-height:1.6;color:#4b5563;margin-bottom:2rem;font-weight:400}.hero-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:3rem}.streaming-platforms{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid #e5e7eb}.streaming-platforms span{color:#6b7280;font-weight:500;font-size:.95rem}.streaming-platforms a{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.9rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:var(--transition);border:1px solid #e5e7eb}.streaming-platforms a:hover{color:#111827;background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px)}@media (min-width: 640px){.hero{padding:180px 2rem 5rem;min-height:600px}.hero.hero-bg-image{background-size:cover;background-position:center center;min-height:650px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-actions{flex-direction:row;justify-content:center}}@media (min-width: 1024px){.hero{padding:200px 2rem 6rem;min-height:650px}.hero.hero-bg-image{background-size:cover;background-position:center 40%;min-height:700px}.hero-title{font-size:3rem}.hero-inner{max-width:860px}}@media (min-width: 1440px){.hero.hero-bg-image{background-size:100% auto;background-position:center center;min-height:750px}@supports (background-size: contain){.hero.hero-bg-image.hero-contain{background-size:contain;background-position:center center}}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.25rem;font-size:1rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .25s ease;cursor:pointer;border:none;font-family:Inter,sans-serif;gap:.5rem;line-height:1;letter-spacing:-.01em}.btn-primary{background-color:#2563eb;color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:#f3f4f6;color:#111827;box-shadow:var(--shadow-sm)}.btn-secondary:hover{background-color:#e5e7eb;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-youtube{background:red;color:var(--white);box-shadow:var(--shadow-sm)}.btn-youtube:hover{background:#c00;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.section{padding:100px 2rem}.section-soft{background:var(--bg-soft)}.section-accent{background:linear-gradient(180deg,#eef2ff,#fff)}.section-gray{background:var(--bg-light);position:relative;overflow:hidden}.section-divider{height:80px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.04),transparent)}[data-theme=dark] .section-divider{background:linear-gradient(180deg,transparent,rgba(255,255,255,.05),transparent)}.video-section{background:radial-gradient(circle at center,rgba(37,99,235,.12),transparent 65%);position:relative}[data-theme=dark] .video-section{background:radial-gradient(circle at center,rgba(59,130,246,.15),transparent 65%)}.section-gray:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/patterns/dots-pattern.svg),repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(11,31,58,.01) 35px,rgba(11,31,58,.01) 70px);background-size:20px 20px,auto;background-position:0 0,0 0;pointer-events:none;z-index:0}.section-gray>*{position:relative;z-index:1}.section-navy{background:var(--navy);color:var(--white);position:relative;overflow:hidden}.section-navy:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/patterns/hexagon-pattern.svg),radial-gradient(circle at 10% 20%,rgba(212,175,55,.08) 0%,transparent 25%),radial-gradient(circle at 90% 80%,rgba(212,175,55,.05) 0%,transparent 25%),url(/patterns/wave-pattern.svg);background-size:140px 140px,auto,auto,100% 120px;background-position:0 0,10% 20%,90% 80%,center bottom;background-repeat:repeat,no-repeat,no-repeat,no-repeat;pointer-events:none;z-index:0}.section-navy>*{position:relative;z-index:1}.section-header{text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto;position:relative}.section-header:after{content:"";display:block;width:200px;height:20px;margin:2rem auto 0;background-image:url(/decorations/divider.svg);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.8}.section-title{font-size:clamp(2rem,4vw,2.75rem);color:var(--navy);margin-bottom:1rem;letter-spacing:-.02em}.section-header .page-title{color:#1a1a1a;font-size:clamp(1.8rem,3.5vw,2.5rem)}.section-description{font-size:1.125rem;color:var(--text-gray);line-height:1.8}.section-navy .section-description{color:#ffffffd9}.two-column{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;align-items:start}.card{background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius-lg);padding:3rem;box-shadow:var(--shadow-card);transition:var(--transition);border:1px solid rgba(255,255,255,.8);position:relative;overflow:hidden}[data-theme=dark] .card{background:#1e293be6;border:1px solid rgba(255,255,255,.1)}.card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--gold),var(--gold-light));transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.card:after{content:"";position:absolute;bottom:-50%;right:-50%;width:100%;height:100%;background-image:url(/patterns/diagonal-lines.svg);background-size:6px 6px;opacity:0;transition:var(--transition);transform:rotate(45deg);pointer-events:none}.card:hover{transform:translateY(-4px);box-shadow:0 15px 40px #0000001f}.card:hover:before{transform:scaleX(1)}.card:hover:after{opacity:.05}.card-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--gold);font-size:1.75rem}.card-title{font-size:1.75rem;color:var(--navy);margin-bottom:1rem;letter-spacing:-.01em}.card-description{font-size:1rem;color:var(--text-gray);line-height:1.8;margin-bottom:1.5rem}.card-link{display:inline-flex;align-items:center;color:var(--navy);font-weight:600;text-decoration:none;gap:.5rem;transition:var(--transition);font-size:1rem}.card-link:hover{color:var(--gold);gap:.75rem}.youtube-container{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.scripture-card{background:linear-gradient(135deg,#f5f0f8f2,#f0e8f5f2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius-lg);padding:4rem 3rem;text-align:center;border:1px solid rgba(212,175,55,.2);box-shadow:var(--shadow-card);position:relative;overflow:visible}[data-theme=dark] .scripture-card{background:linear-gradient(135deg,#3b3144f2,#31293af2);border:1px solid rgba(212,175,55,.3)}[data-theme=dark] .scripture-text{color:#f1f5f9}[data-theme=dark] .scripture-reflection{color:#cbd5e1}[data-theme=dark] .word-subtitle{color:var(--gold)}[data-theme=dark] .word-actions-list li{color:#cbd5e1}[data-theme=dark] .scripture-date{color:var(--gold)}[data-theme=dark] .scripture-side-card{background:#ffffff12;border-color:#d4af3733}.scripture-card:before{content:"";position:absolute;top:2rem;left:50%;transform:translate(-50%);width:120px;height:120px;background-image:url(/decorations/ornament.svg);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.15;z-index:0}.scripture-card:after{content:"";position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:120px;height:120px;background-image:url(/decorations/ornament.svg);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.15;z-index:0;transform:translate(-50%) rotate(180deg)}.scripture-text{font-family:Playfair Display,serif;font-size:clamp(1.75rem,3vw,2.25rem);color:var(--navy);font-style:italic;line-height:1.6;margin-bottom:1.5rem;font-weight:500;position:relative;z-index:1}.scripture-reference{font-size:1.25rem;color:var(--gold);font-weight:600;margin-bottom:2rem;display:block;position:relative;z-index:1}.scripture-reflection{font-size:1.05rem;color:var(--text-gray);line-height:1.8;max-width:600px;margin:0 auto 2rem;position:relative;z-index:1}.todays-word-status{padding:40px 20px;color:#718096}.word-nav-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.word-nav-btn{position:absolute;top:50%;transform:translateY(-50%);pointer-events:auto;width:54px;height:54px;min-width:54px;border-radius:9999px;padding:0;line-height:1;border-color:#d4af3773;background:#ffffffb8;box-shadow:0 8px 24px #1e3a5f1f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.word-nav-btn-left{left:1rem}.word-nav-btn-right{right:1rem}.word-nav-btn:disabled{opacity:.45}.word-nav-title{font-size:1.1rem;color:var(--navy);font-weight:700;letter-spacing:.01em;margin:0}.scripture-reflection-preserve{white-space:pre-wrap}.scripture-date{position:relative;z-index:1;font-size:.95rem;color:var(--text-gray);font-weight:600;letter-spacing:.02em;padding-top:.5rem}@media (max-width: 768px){.word-nav-btn{width:46px;height:46px;min-width:46px}.word-nav-btn-left{left:.5rem}.word-nav-btn-right{right:.5rem}}.newsletter-form{display:flex;gap:.75rem;max-width:500px;width:100%}.newsletter-form input{flex:1;padding:1rem 1.25rem;border:2px solid var(--border-light);border-radius:var(--radius);font-size:1rem;font-family:Inter,sans-serif;transition:var(--transition);background:var(--white)}.newsletter-form input::-moz-placeholder{color:#a0aec0}.newsletter-form input::placeholder{color:#a0aec0}.newsletter-message{margin-top:.75rem;font-size:.9rem;font-weight:500}.newsletter-message.success{color:#38a169}.newsletter-message.error{color:#e53e3e}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--navy);font-size:.95rem}.form-input,.form-textarea,.form-select{width:100%;padding:1rem 1.25rem;border:2px solid var(--border-light);border-radius:var(--radius);font-size:1rem;font-family:Inter,sans-serif;transition:var(--transition);background:var(--white);color:var(--text-dark)}.form-textarea{resize:vertical;min-height:150px;line-height:1.6}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#a0aec0}.form-input::placeholder,.form-textarea::placeholder{color:#a0aec0}footer{background:var(--navy);color:var(--white);padding:4rem 2rem 2rem;text-align:center;position:relative;overflow:hidden}footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/patterns/cross-pattern.svg);background-size:40px 40px;background-position:0 0;opacity:.3;pointer-events:none}footer:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.5),transparent)}.footer-content{max-width:1200px;margin:0 auto;position:relative;z-index:1}.footer-social{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.footer-social a{color:#ffffffb3;transition:var(--transition);display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff0d}.footer-social a:hover{color:var(--gold);background:#ffffff1a;transform:translateY(-2px)}.footer-copyright{color:#fff9;font-size:.9rem;margin-bottom:1.5rem}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.word-calendar-page{background:radial-gradient(circle at top left,rgba(212,175,55,.18),transparent 28%),linear-gradient(180deg,#fffaf0,#f8fbff 35%,#fff)}.word-calendar-hero{position:relative;overflow:hidden}.word-calendar-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0b1f3aeb,#1a3a5fc7),url(/patterns/crosses.svg);opacity:.96}.word-calendar-hero .container{position:relative;z-index:1}.word-calendar-hero-copy{max-width:760px;color:var(--white)}.word-calendar-kicker{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.45rem .85rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.word-calendar-hero .page-title,.word-calendar-hero .page-subtitle{color:var(--white)}.word-calendar-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.word-calendar-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1.5rem;align-items:start}.word-calendar-panel{background:#ffffffe0;border:1px solid rgba(11,31,58,.08);border-radius:28px;box-shadow:0 24px 70px #0b1f3a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.word-calendar-controls,.word-calendar-preview{padding:1.5rem}.word-calendar-panel-header{margin-bottom:1.25rem}.word-calendar-panel-title{margin-bottom:.35rem;font-size:clamp(1.6rem,2.4vw,2.1rem)}.word-calendar-panel-description{margin-bottom:0;color:var(--text-muted)}.word-calendar-date-picker{display:grid;gap:.5rem;margin-bottom:1.5rem;font-weight:600;color:var(--navy)}.word-calendar-date-picker input{width:100%;padding:.95rem 1rem;border:1px solid rgba(11,31,58,.14);border-radius:16px;background:#ffffffeb;color:var(--text-main);font:inherit}.word-calendar-month-nav{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;margin-bottom:1rem}.word-calendar-month-nav h3{margin-bottom:0;text-align:center;font-size:1.3rem}.word-calendar-month-btn{border:0;border-radius:999px;padding:.75rem 1rem;background:#0b1f3a14;color:var(--navy);font:inherit;font-weight:600;cursor:pointer;transition:var(--transition)}.word-calendar-month-btn:hover:not(:disabled){background:#0b1f3a24}.word-calendar-month-btn:disabled{opacity:.45;cursor:not-allowed}.word-calendar-weekdays,.word-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.65rem}.word-calendar-weekdays{margin-bottom:.75rem}.word-calendar-weekdays span{text-align:center;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.word-calendar-day{display:grid;justify-items:start;gap:.2rem;min-height:84px;padding:.85rem .75rem;border:1px solid rgba(11,31,58,.08);border-radius:18px;background:linear-gradient(180deg,#fffffff5,#edf2ffb8);color:var(--navy);text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.word-calendar-day:hover:not(:disabled){transform:translateY(-2px);border-color:#2563eb59;box-shadow:0 14px 30px #2563eb24}.word-calendar-day:disabled{opacity:.36;cursor:not-allowed}.word-calendar-day.is-outside-month{background:#f8fafcbf}.word-calendar-day.is-selected{border-color:#d4af37d9;background:linear-gradient(180deg,#d4af372e,#0b1f3a1a);box-shadow:0 18px 34px #0b1f3a29}.word-calendar-day.is-today{outline:2px solid rgba(37,99,235,.18);outline-offset:1px}.word-calendar-day-number{font-size:1.15rem;font-weight:800}.word-calendar-day-meta{font-size:.72rem;font-weight:700;color:var(--text-muted)}.word-calendar-day-badge{display:inline-grid;gap:.25rem;margin-bottom:1rem;padding:1rem 1.15rem;border-radius:20px;background:linear-gradient(135deg,#d4af3724,#2563eb1f);color:var(--navy)}.word-calendar-day-badge span,.word-calendar-day-badge small{color:var(--text-muted)}.word-calendar-day-badge strong{font-size:1.5rem}.word-calendar-leap-note{margin-bottom:1rem;padding:.9rem 1rem;border-radius:16px;background:#d4af371f;color:var(--navy)}.word-calendar-preview-card{display:grid;gap:1.25rem}.word-calendar-preview-topline{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;color:var(--text-muted);font-size:.95rem;font-weight:600}.word-calendar-preview-topline a{color:var(--brand-primary-dark)}.word-calendar-scripture{margin-bottom:0;font-size:clamp(1.6rem,2.4vw,2.2rem)}.word-calendar-description{margin-bottom:0;font-size:1.05rem;color:var(--text-main)}.word-calendar-content-block{padding-top:1rem;border-top:1px solid rgba(11,31,58,.08)}.word-calendar-content-block h4{margin-bottom:.65rem;font-size:1.1rem}.word-calendar-content-block p{margin-bottom:0}.word-calendar-actions{display:grid;gap:.6rem;padding-left:1.1rem}.word-calendar-actions li{color:var(--text-main)}.word-calendar-directory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.word-calendar-directory-card{display:grid;gap:.35rem;padding:1rem 1.05rem;border-radius:18px;border:1px solid rgba(11,31,58,.08);background:#ffffffe6;box-shadow:0 16px 36px #0b1f3a14;transition:transform .2s ease,box-shadow .2s ease}.word-calendar-directory-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px #0b1f3a1f}.word-calendar-directory-card strong{color:var(--navy);font-size:1.05rem}.word-calendar-directory-card span{color:var(--text-muted)}.word-calendar-directory-date{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.word-calendar-directory-card.is-missing{border-style:dashed;background:#f8fafccc}@media (max-width: 980px){.word-calendar-shell{grid-template-columns:1fr}}@media (max-width: 640px){.word-calendar-hero-actions,.word-calendar-month-nav{grid-template-columns:1fr;display:grid}.word-calendar-hero-actions .btn,.word-calendar-month-btn{width:100%}.word-calendar-weekdays,.word-calendar-grid{gap:.4rem}.word-calendar-day{min-height:72px;padding:.7rem .55rem}.word-calendar-day-number{font-size:1rem}.word-calendar-day-meta{font-size:.66rem}}.scripture-card{background:linear-gradient(135deg,#f9f4ec,#f2ebe2);border-radius:var(--radius-lg);border:1px solid rgba(212,175,55,.35);box-shadow:var(--shadow-card);padding:2rem;text-align:left;overflow:visible}.scripture-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:1.4rem;align-items:start;position:relative;z-index:1}.scripture-left{display:flex;flex-direction:column;gap:1rem}.scripture-image-wrap{border-radius:14px;overflow:hidden;border:1px solid rgba(212,175,55,.3);background:#f6f0e7}.scripture-image{width:100%;aspect-ratio:16 / 9;-o-object-fit:contain;object-fit:contain;background:#f6f0e7}.scripture-content{display:flex;flex-direction:column;gap:.8rem}.scripture-text{font-size:clamp(1.7rem,2.5vw,2.3rem);margin-bottom:.5rem}.scripture-reference{margin-bottom:.5rem}.scripture-subsection{border-top:1px solid rgba(212,175,55,.35);padding-top:.85rem;margin-top:.25rem}.scripture-side-sections{display:flex;flex-direction:column;gap:.85rem}.scripture-side-card{border:1px solid rgba(212,175,55,.35);border-radius:12px;background:#ffffffc7;padding:.9rem 1rem}.word-subtitle{display:flex;align-items:center;gap:.5rem;font-size:1.95rem;color:var(--gold-dark);margin-bottom:.65rem}.scripture-reflection{max-width:none;margin:0}.scripture-description-block{border-top:none;padding-top:0;margin-top:0}.scripture-description-text{text-align:left}.scripture-bottom-sections{margin-top:.75rem}.word-actions-list{list-style:none;margin:0;padding:0}.word-actions-list li{display:flex;align-items:flex-start;gap:.55rem;color:var(--text-gray);margin-bottom:.6rem;line-height:1.65}.word-action-icon{display:inline-flex;margin-top:.05rem}.scripture-card-footer{margin-top:1rem;padding-top:.95rem;border-top:1px solid rgba(212,175,55,.35);display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;position:relative;z-index:5;overflow:visible}.word-read-more{font-weight:700;color:var(--navy);border:1px solid rgba(212,175,55,.4);border-radius:9999px;padding:.45rem .8rem;background:#ffffffad}.word-read-more:hover{color:var(--gold-dark);border-color:#d4af37b3}.scripture-date{margin:0;padding:0;color:var(--gold-dark)}.scripture-share{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;position:relative;z-index:4;pointer-events:auto}.word-share-btn{width:42px;height:42px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;color:var(--navy);border:1px solid rgba(212,175,55,.35);background:#ffffffb8;transition:var(--transition);flex:0 0 auto;cursor:pointer}.word-share-native-btn{-moz-appearance:none;appearance:none;-webkit-appearance:none}.word-share-btn:hover{border-color:#d4af37a6;color:var(--gold-dark)}.word-share-feedback{margin:0;width:100%;font-size:.82rem;font-weight:600;color:var(--text-muted)}.word-page-actions{margin-bottom:1.25rem}.word-back-link{display:inline-flex;align-items:center;font-weight:700;color:var(--navy);border:1px solid rgba(212,175,55,.5);border-radius:9999px;padding:.55rem .9rem;background:#ffffffb8}.word-back-link:hover{color:var(--gold-dark)}.word-archive-section{margin-top:3rem}.word-archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem}.word-archive-link{display:flex;flex-direction:column;gap:.25rem;border:1px solid rgba(212,175,55,.35);border-radius:var(--radius);background:#ffffffb3;padding:.75rem .85rem;transition:var(--transition)}.word-archive-link:hover,.word-archive-link.is-active{border-color:#d4af37bf}.word-archive-date{font-size:.82rem;color:var(--text-muted);font-weight:600}.word-archive-title{color:var(--navy);font-weight:700;line-height:1.35}.word-archive-summary{color:var(--text-muted);font-size:.9rem;line-height:1.5}.word-archive-pagination{margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.word-archive-page-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(212,175,55,.55);border-radius:9999px;padding:.45rem .85rem;background:#ffffffbf;color:var(--navy);font-weight:700}.word-archive-page-btn:disabled{opacity:.45;cursor:not-allowed}.word-archive-page-btn:not(:disabled):hover{color:var(--gold-dark)}.word-archive-page-indicator{font-size:.9rem;color:var(--text-muted);font-weight:600}@media (max-width: 900px){.scripture-layout{display:flex;flex-direction:column;gap:1.1rem}.scripture-left{display:contents}.scripture-image-wrap{order:1}.scripture-content{order:2}.scripture-side-sections{order:3}}@media (max-width: 768px){.scripture-card{padding:1.35rem}.word-subtitle{font-size:1.6rem}.scripture-card-footer{flex-direction:column;align-items:flex-start}.scripture-share{width:100%;justify-content:flex-start}.word-share-btn{width:44px;height:44px}.scripture-image{-o-object-fit:cover;object-fit:cover}.word-archive-grid{grid-template-columns:1fr}}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}@media (max-width: 1024px){.two-column{grid-template-columns:1fr;gap:2rem}header nav{gap:2rem}.section{padding:80px 1.5rem}.hero{padding:140px 1.5rem 80px}}@media (max-width: 768px){.header-container{padding:1rem 1.5rem}header nav{display:none}.mobile-menu-btn,.mobile-menu{display:block}.header-cta{display:none}.section{padding:60px 1.5rem}.section-title{font-size:2rem}.card{padding:2rem 1.5rem}.scripture-card{padding:2.5rem 1.5rem}.scripture-text{font-size:1.5rem}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%}.footer-links{flex-direction:column;gap:1rem}.streaming-platforms{gap:1rem}}@media (max-width: 480px){.section-header{margin-bottom:2.5rem}.btn{padding:.875rem 1.5rem;font-size:.95rem}.card-icon{width:56px;height:56px;font-size:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg-light);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.2}header{background:var(--navy);color:var(--white);padding:16px 32px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 8px #0000001a}.header-container{max-width:1400px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.header-logo img{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.header-logo-text{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;color:var(--white)}header nav{display:flex;align-items:center;gap:32px}header nav a{color:var(--white);text-decoration:none;font-weight:500;font-size:1rem;transition:var(--transition)}header nav a:hover{color:var(--gold)}.header-cta{display:flex;align-items:center;gap:16px}.mobile-menu-btn{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer;padding:8px}.mobile-menu{display:none;background:var(--navy);border-top:1px solid rgba(255,255,255,.1);padding:24px 32px}.mobile-menu nav{display:flex;flex-direction:column;gap:16px}.section{padding:80px 32px}.section-light{background:var(--white)}.section-gray{background:var(--bg-light)}.section-navy{background:var(--navy);color:var(--white)}.container{max-width:1200px;margin:0 auto;width:100%}.section-header{text-align:center;margin-bottom:64px}.section-title{font-size:2.5rem;color:var(--navy);margin-bottom:16px}.section-navy .section-title{color:var(--white)}.section-description{font-size:1.125rem;color:#4a5568;max-width:700px;margin:0 auto}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.card{background:var(--white);border-radius:12px;padding:40px;box-shadow:0 2px 12px #00000014;transition:var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card-icon{width:56px;height:56px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--gold)}.card-title{font-size:1.75rem;color:var(--navy);margin-bottom:16px}.card-description{font-size:1rem;color:#4a5568;line-height:1.8;margin-bottom:24px}.card-link{display:inline-flex;align-items:center;color:var(--navy);font-weight:600;text-decoration:none;gap:8px;transition:var(--transition)}.card-link:hover{color:var(--gold)}.youtube-container{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000026}.newsletter-form{display:flex;gap:12px;max-width:500px;width:100%}.newsletter-form input{flex:1;padding:14px 20px;border:1px solid #cbd5e0;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif}.newsletter-form input:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #0b1f3a1a}.newsletter-message{margin-top:12px;font-size:.9rem}.newsletter-message.success{color:#48bb78}.newsletter-message.error{color:#f56565}.contact-form{max-width:700px;margin:0 auto}.form-group{margin-bottom:24px}.form-label{display:block;font-weight:600;margin-bottom:8px;color:var(--navy)}.form-input,.form-textarea,.form-select{width:100%;padding:14px 16px;border:1px solid #cbd5e0;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:var(--transition)}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #0b1f3a1a}.form-textarea{resize:vertical;min-height:150px}footer{background:var(--navy);color:var(--white);padding:64px 24px 32px;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-social{display:flex;justify-content:center;gap:24px;margin-bottom:32px}.footer-social a{color:#ffffffb3;transition:var(--transition);display:flex;align-items:center;justify-content:center}.footer-social a:hover{color:var(--gold);transform:translateY(-2px)}.footer-copyright{color:#fff9;font-size:.9rem;margin-bottom:24px}.footer-links{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:var(--transition)}.footer-links a:hover{color:var(--gold)}.text-left{text-align:left}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.flex-column{flex-direction:column}.justify-center{justify-content:center}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.gap-4{gap:32px}@media (max-width: 1024px){.two-column{grid-template-columns:1fr;gap:32px}header nav{gap:24px}.section{padding:60px 24px}}@media (max-width: 768px){header{padding:16px}header nav{display:none}.mobile-menu-btn,.mobile-menu{display:block}.header-cta{display:none}.section-title{font-size:2rem}.card,.scripture-card{padding:32px 24px}.scripture-text{font-size:1.4rem}.newsletter-form{flex-direction:column}.footer-links{flex-direction:column;gap:16px}}.loading{display:inline-block;width:40px;height:40px;background-image:url(/decorations/loader.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.shimmer{position:relative;overflow:hidden;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:slideInLeft .6s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:slideInRight .6s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.scale-up{animation:scaleUp .4s ease-out}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.pulse{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.float{animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.text-gradient{background:linear-gradient(135deg,var(--navy) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-border{position:relative;border:2px solid transparent;background-clip:padding-box}.gradient-border:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:2px;background:linear-gradient(135deg,var(--navy),var(--gold));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;border-radius:inherit}.music-page{padding-top:80px}.music-hero{background:linear-gradient(135deg,#eef2ff,#f9fafb);padding:80px 2rem;text-align:center}.music-hero-content{max-width:700px;margin:0 auto}.hero-icon{color:var(--navy);margin-bottom:1rem}.page-title{font-size:3rem;font-weight:700;font-family:Playfair Display,serif;color:var(--navy);margin-bottom:1rem;line-height:1.2}.page-subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.sections-container{display:flex;flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto}.collapsible-section{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;transition:var(--transition)}.collapsible-section:hover{box-shadow:var(--shadow-lg)}.collapsible-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem 2rem;background:linear-gradient(135deg,#f9fafb,#fff);border:none;cursor:pointer;transition:var(--transition);font-size:1rem}.collapsible-header:hover{background:linear-gradient(135deg,#eef2ff,#f9fafb)}.collapsible-title{display:flex;align-items:center;gap:1rem;font-size:1.5rem;font-weight:600;color:var(--navy)}.collapsible-title h3{margin:0;font-size:1.5rem}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 10px;background:var(--brand-primary);color:#fff;border-radius:20px;font-size:.875rem;font-weight:600}.collapsible-content{padding:2rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.video-card{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);text-decoration:none;color:inherit}.video-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.video-thumbnail{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:#000}.video-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:var(--transition)}.video-card:hover .video-thumbnail img{transform:scale(1.05)}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:var(--transition)}.video-card:hover .play-overlay{opacity:1}.duration-badge{position:absolute;bottom:8px;right:8px;background:#000000d9;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.video-info{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.video-title{font-size:1rem;font-weight:600;color:var(--navy);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-date{font-size:.875rem;color:var(--text-muted);margin:0}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--text-muted);gap:1rem}.spinner{width:48px;height:48px;border:4px solid var(--border-light);border-top-color:var(--brand-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state svg{color:var(--text-muted);opacity:.5}.word-page{padding-top:80px}.word-hero{padding:80px 2rem}.word-page .page-title{margin-top:0}.section-navy .page-title,.section-navy .section-header .page-title{color:#f8fafc;text-shadow:0 1px 2px rgba(0,0,0,.35)}.three-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media (max-width: 768px){.music-page,.word-page{padding-top:70px}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.music-hero,.word-hero{padding:60px 1.5rem}.collapsible-header{padding:1rem 1.5rem}.collapsible-title,.collapsible-title h3{font-size:1.25rem}.collapsible-content{padding:1.5rem}.video-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.three-column{grid-template-columns:1fr}}@media (max-width: 480px){.video-grid{grid-template-columns:1fr}.collapsible-title{gap:.75rem;font-size:1.125rem}.collapsible-title h3{font-size:1.125rem}.count-badge{min-width:28px;height:28px;font-size:.75rem}}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.text-center{text-align:center}section.word-dedicated-page{padding-top:100px}@media (max-width: 768px){section.word-dedicated-page{padding-top:80px}}.cta-section{background:linear-gradient(135deg,var(--navy) 0%,#0a2540 100%);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(212,175,55,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,175,55,.08) 0%,transparent 50%);pointer-events:none}.cta-content{position:relative;z-index:1}.cta-title{margin-bottom:32px}.cta-highlights-wrapper{margin-bottom:48px}.cta-highlights{list-style:none;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:16px;font-size:1.125rem;width:-moz-fit-content;width:fit-content;text-align:left}.cta-highlight-item{display:flex;align-items:center;gap:12px}.cta-highlight-check{color:var(--gold);font-size:1.2rem;line-height:1;width:20px;display:inline-flex;justify-content:center;flex-shrink:0}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.youtube-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#000}.youtube-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card{animation:fadeInUp .6s ease-out}*:focus-visible{outline:3px solid var(--gold);outline-offset:2px}.mobile-menu-enter{transform:translate(100%);opacity:0}.mobile-menu-enter-active{transform:translate(0);opacity:1;transition:all .3s ease-in-out}.mobile-menu-exit{transform:translate(0);opacity:1}.mobile-menu-exit-active{transform:translate(100%);opacity:0;transition:all .3s ease-in-out}html{scroll-padding-top:80px}.social-icon{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.social-icon:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:.8}
