:root{--bg:#050505;--surface:#0b0b0c;--surface-2:#111214;--text:#f6f6f6;--muted:#a9a9ad;--line:rgba(255,255,255,.09);--red:#e31b23;--red-soft:rgba(227,27,35,.14);--max:1220px;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit}img{max-width:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:20;min-height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;padding:14px max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line);background:rgba(5,5,5,.94);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:max-content;justify-self:start}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(227,27,35,.6);color:var(--red);font-weight:900;letter-spacing:-.06em}.brand-copy{display:flex;flex-direction:column;line-height:1.05;letter-spacing:.08em}.brand-copy strong{font-size:15px}.brand-copy small{color:#8d8d92;font-size:9px;margin-top:5px}.primary-nav{display:flex;gap:30px;align-items:center;justify-self:center}.primary-nav a{color:#aaaab0;font-size:14px;text-decoration:none}.primary-nav a:hover,.primary-nav a.is-active{color:white}.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}.search-trigger{display:flex;align-items:center;gap:7px;color:#b7b7bb;text-decoration:none;font-size:13px}.search-trigger:hover{color:white}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#0a0a0b}.menu-toggle span{display:block;width:20px;height:1px;background:#fff;margin:5px auto}.hero{position:relative;min-height:590px;overflow:hidden;border-bottom:1px solid var(--line)}.hero-art{position:absolute;inset:0;background:radial-gradient(circle at 78% 38%,rgba(227,27,35,.22),transparent 19%),radial-gradient(circle at 75% 60%,rgba(255,255,255,.035),transparent 28%),linear-gradient(125deg,#0d0d0e 0%,#09090a 50%,#120b0d 76%,#050505 100%)}.hero-art:before{content:"";position:absolute;right:12%;top:12%;width:330px;height:430px;border:1px solid rgba(227,27,35,.16);transform:rotate(9deg);background:linear-gradient(160deg,rgba(227,27,35,.08),rgba(255,255,255,.015));box-shadow:0 0 90px rgba(227,27,35,.07)}.hero-word{position:absolute;right:8%;font-weight:900;letter-spacing:-.08em;color:rgba(255,255,255,.035);font-size:clamp(72px,11vw,170px);line-height:.8}.hero-word-one{top:22%;transform:rotate(-7deg)}.hero-word-two{top:52%;right:14%;transform:rotate(5deg);color:rgba(227,27,35,.055)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.99) 0%,rgba(5,5,5,.88) 46%,rgba(5,5,5,.28) 78%)}.hero-content{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:116px 24px 126px}.eyebrow,.section-kicker,.lesson-meta{margin:0 0 12px;color:var(--red);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero h1{margin:0;max-width:650px;font-size:clamp(54px,7vw,94px);line-height:.92;letter-spacing:-.055em}.hero h1 span{color:var(--red)}.hero-copy{max-width:610px;margin:28px 0 34px;color:#c0c0c4;font-size:18px;line-height:1.75}.button{display:inline-flex;align-items:center;gap:16px;padding:14px 20px;border-radius:10px;text-decoration:none;font-weight:750}.button-primary{background:var(--red);color:white}.button-primary:hover{filter:brightness(1.08)}.audience-section,.journey-section,.topics-section,.featured-section,.scripture-band,.site-footer{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.audience-section,.journey-section,.topics-section{padding:78px 0 0}.section-heading{margin-bottom:26px}.section-heading-inline{display:flex;justify-content:space-between;gap:24px;align-items:end}.section-heading h2{margin:0;font-size:clamp(30px,4vw,46px);letter-spacing:-.035em}.section-note{color:#77777c;font-size:12px;max-width:330px;text-align:right}.text-link{color:var(--red);text-decoration:none;font-size:13px;font-weight:700}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.audience-card{min-height:250px;display:flex;flex-direction:column;gap:22px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(160deg,#101113,#080809);text-decoration:none;transition:.22s ease}.audience-card:hover{transform:translateY(-3px);border-color:rgba(227,27,35,.45);background:linear-gradient(160deg,#151517,#0a0a0b)}.audience-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;border:1px solid rgba(227,27,35,.65);color:var(--red);font-size:14px;font-weight:900}.audience-card h3{margin:0 0 8px;font-size:22px}.audience-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.card-arrow{margin-top:auto;color:var(--red);font-size:22px}.lesson-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lesson-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.lesson-thumb{position:relative;min-height:190px;overflow:hidden;background-size:cover;background-position:center}.thumb-one{background:radial-gradient(circle at 66% 28%,rgba(227,27,35,.2),transparent 20%),linear-gradient(140deg,#171112,#080808 65%)}.thumb-two{background:radial-gradient(circle at 35% 45%,rgba(227,27,35,.17),transparent 22%),linear-gradient(135deg,#151011,#080808 65%)}.thumb-three{background:radial-gradient(circle at 65% 35%,rgba(255,255,255,.07),transparent 18%),linear-gradient(135deg,#121011,#080808 65%)}.thumb-title{position:absolute;right:16px;bottom:5px;color:rgba(255,255,255,.055);font-size:clamp(36px,5vw,68px);font-weight:900;letter-spacing:-.07em;white-space:nowrap}.content-badge{position:absolute;z-index:2;top:14px;left:14px;padding:6px 9px;border-radius:999px;background:rgba(0,0,0,.72);color:white;font-size:10px;font-weight:800;letter-spacing:.12em}.lesson-card-body{padding:22px}.lesson-card-body h3{margin:0 0 10px;font-size:21px}.lesson-card-body p:not(.lesson-meta){color:var(--muted);min-height:48px}.lesson-card-body a{display:inline-flex;gap:10px;margin-top:8px;color:white;text-decoration:none;font-weight:700;font-size:13px}.lesson-card-body a:hover{color:var(--red)}.topic-search{max-width:650px;margin-bottom:18px}.topic-search input{width:100%;padding:14px 18px;border-radius:12px;border:1px solid var(--line);background:#09090a;color:white;outline:none}.topic-search input:focus{border-color:rgba(227,27,35,.65);box-shadow:0 0 0 3px rgba(227,27,35,.1)}.topic-list{display:flex;flex-wrap:wrap;gap:10px}.topic-pill{padding:11px 15px;border:1px solid var(--line);border-radius:999px;color:#c8c8cc;text-decoration:none;font-size:13px}.topic-pill:hover,.topic-pill.is-active{border-color:rgba(227,27,35,.55);background:var(--red-soft);color:white}.featured-section{margin-top:82px;display:grid;grid-template-columns:1.15fr .85fr;min-height:390px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.featured-copy{padding:52px;align-self:center}.featured-copy h2{margin:0;font-size:clamp(38px,5vw,62px);letter-spacing:-.045em}.featured-copy p:not(.section-kicker){max-width:650px;color:var(--muted);font-size:16px;line-height:1.7}.featured-art{display:grid;place-items:center;min-height:340px;background:radial-gradient(circle at 56% 48%,rgba(227,27,35,.2),transparent 24%),linear-gradient(145deg,#160e10,#070707 66%)}.featured-art span{color:rgba(255,255,255,.085);font-weight:900;font-size:clamp(54px,8vw,112px);line-height:.72;letter-spacing:-.08em;transform:rotate(-7deg)}.scripture-band{margin-top:76px;margin-bottom:76px;display:grid;grid-template-columns:3px 1fr;gap:26px;padding:34px 36px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(90deg,#0c0c0d,#080808)}.scripture-line{background:var(--red)}.scripture-band blockquote{margin:0}.scripture-band p{margin:0 0 12px;font-family:Georgia,serif;font-size:clamp(20px,3vw,30px);line-height:1.45}.scripture-band cite{color:var(--red);font-style:normal;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.site-footer{display:grid;grid-template-columns:1fr auto auto;gap:36px;align-items:center;padding:36px 0 52px;border-top:1px solid var(--line);color:#8f8f94;font-size:13px}.site-footer strong{color:white;letter-spacing:.12em}.site-footer p{margin:5px 0 0}.site-footer nav{display:flex;flex-wrap:wrap;gap:18px}.site-footer a{text-decoration:none}.site-footer a:hover{color:white}@media(max-width:1040px){.site-header{grid-template-columns:1fr auto}.primary-nav{position:absolute;top:76px;right:20px;left:20px;display:none;flex-direction:column;align-items:stretch;padding:16px;border:1px solid var(--line);border-radius:16px;background:#0a0a0b}.primary-nav.is-open{display:flex}.primary-nav a{padding:11px 8px}.header-actions{grid-column:2}.menu-toggle{display:block}.search-trigger span{display:none}.audience-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.site-header{min-height:68px;padding:12px 18px;gap:14px}.brand-copy small{display:none}.primary-nav{top:68px}.hero{min-height:520px}.hero-content{padding:86px 22px 96px}.hero h1{font-size:clamp(48px,15vw,72px)}.hero-copy{font-size:16px}.hero-word{right:-10%;opacity:.7}.audience-section,.journey-section,.topics-section,.featured-section,.scripture-band,.site-footer{width:min(calc(100% - 32px),var(--max))}.section-heading-inline{align-items:flex-start;flex-direction:column;gap:12px}.section-note{text-align:left}.audience-grid,.lesson-row,.featured-section{grid-template-columns:1fr}.audience-card{min-height:220px}.lesson-thumb{min-height:175px}.featured-copy{padding:34px 24px}.featured-art{min-height:230px}.scripture-band{margin-top:54px;margin-bottom:54px;padding:26px 22px}.site-footer{grid-template-columns:1fr;gap:22px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}