@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&family=Caveat:wght@500;600&display=swap";:root{--paper:#fffaf0;--paper-2:#fbf4e8;--paper-3:#f5efe0;--ink:#20231e;--muted:#6b6f67;--red:#f04421;--red-dark:#c84e2a;--gold:#e7a81a;--olive:#48582a;--sage:#dfe6c8;--line:#e8dfcf;--white:#fff;--shadow:0 14px 38px rgba(70,54,33,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.45}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}.siteHeader{position:sticky;top:0;z-index:100;background:#fffaf0f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,223,207,.8)}.headerInner{max-width:1500px;margin:auto;padding:14px 4.2%;min-height:82px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:14px;min-width:320px}.brand img{width:58px;height:58px;object-fit:contain}.brandText{display:flex;flex-direction:column;line-height:1.05}.brandText strong{font-family:Cormorant Garamond,Georgia,serif;color:var(--red);font-size:33px;letter-spacing:.4px}.brandText span{font-size:13px;color:var(--red);font-weight:600}nav{display:flex;align-items:center;justify-content:center;gap:30px;flex:1}nav a{font-size:15px;font-weight:600;padding:12px 0;position:relative}nav a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--red);transition:.22s}nav a:hover:after,nav a.active:after{right:0}nav a.active{color:var(--red)}.headerActions{display:flex;align-items:center;gap:18px}.searchDot{font-size:25px;line-height:1}.menuButton{display:none;border:0;background:transparent;font-size:27px}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:50px;padding:0 26px;border-radius:999px;font-weight:700;border:1.5px solid transparent;transition:.2s transform,.2s box-shadow,.2s background}.button:hover{transform:translateY(-2px);box-shadow:0 9px 22px #57391c1f}.button.primary{background:linear-gradient(135deg,var(--red),#ff5c26);color:#fff}.button.outline{background:#ffffff8c;border-color:var(--red);color:var(--red)}.button.small{min-height:44px;padding:0 20px;font-size:14px}.sectionPad{padding:64px 5.2%;max-width:1500px;margin:auto}.eyebrow{font-size:12px;letter-spacing:.28em;font-weight:700;color:#78694f;margin-bottom:14px}h1,h2,h3{font-family:Cormorant Garamond,Georgia,serif;margin:0;line-height:1.02}h1{font-size:clamp(52px,5.2vw,86px)}h2{font-size:clamp(36px,3.3vw,56px)}h3{font-size:28px}p{margin:0;color:#3f443f}.handNote,.paperNote{font-family:Caveat,cursive}.homeHero{min-height:620px;display:grid;grid-template-columns:46% 54%;overflow:hidden;background:radial-gradient(circle at 30% 30%,#fff 0,#fff9ed 48%,#f8ebd3)}.homeHeroCopy{padding:72px 4% 64px 7.5%;display:flex;flex-direction:column;justify-content:center}.homeHeroCopy h1{font-size:clamp(62px,6vw,96px);max-width:720px;color:var(--olive)}.homeHeroCopy h1 span{color:var(--red)}.tinyRule{width:48px;height:2px;background:var(--gold);margin:22px 0}.homeHeroCopy>p{font-family:Cormorant Garamond,serif;font-size:24px;line-height:1.2;max-width:560px}.heroButtons{display:flex;gap:14px;margin:28px 0 24px;flex-wrap:wrap}.scripture{display:flex;align-items:center;gap:14px;font-family:Cormorant Garamond,serif;font-size:20px}.scripture em{font-family:Caveat,cursive;color:var(--olive);font-size:27px}.scripture span{font-size:16px}.homeHeroVisual{position:relative;min-width:0;overflow:hidden}.homeHeroVisual:before{content:"";position:absolute;top:0;right:60%;bottom:0;left:0;background:linear-gradient(90deg,var(--paper),transparent);z-index:1}.homeHeroVisual img{width:100%;height:100%;object-fit:cover;object-position:center}.welcomeSection{display:grid;grid-template-columns:.75fr 1.25fr;gap:64px;align-items:center;background:#fff}.welcomeCopy{padding-left:2%}.welcomeCopy h2{font-size:clamp(42px,4vw,66px);margin-bottom:14px}.welcomeCopy p{font-family:Cormorant Garamond,serif;font-size:24px;margin-bottom:26px}.imageCard{overflow:hidden;border-radius:28px;box-shadow:var(--shadow);background:#eee}.largeImageCard{min-height:300px}.largeImageCard img{width:100%;height:100%;min-height:300px;object-fit:cover}.programSection{background:linear-gradient(#fffdf8,#f9f2e6)}.sectionKicker{text-align:center;letter-spacing:.32em;font-size:14px;margin-bottom:28px;position:relative}.sectionKicker:after{content:"";display:block;width:42px;height:2px;background:var(--gold);margin:10px auto 0}.programGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.programCard{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 26px #4a381f12;transition:.22s}.programCard:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.programImage{height:170px;position:relative}.programImage img{width:100%;height:100%;object-fit:cover}.programIcon{position:absolute;left:18px;bottom:-25px;width:56px;height:56px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--red);font-size:28px;border:1px solid var(--line);box-shadow:0 5px 15px #00000014}.programBody{padding:34px 20px 22px}.programBody h3{color:var(--red);font-size:30px;margin-bottom:9px}.programBody p{white-space:pre-line;font-family:Cormorant Garamond,serif;font-size:20px;line-height:1.1}.familySection{background:linear-gradient(90deg,#eff1d9,#fffaf1,#eef4df)}.sectionHeadingRow{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:20px}.sectionHeadingRow h2{font-size:44px}.sectionHeadingRow p{font-size:14px;letter-spacing:.05em}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.quoteCard{display:grid;grid-template-columns:92px 1fr;gap:14px;background:#ffffffdb;border:1px solid rgba(226,218,203,.9);border-radius:17px;padding:13px;align-items:center}.quoteCard img{width:92px;height:92px;border-radius:13px;object-fit:cover}.quoteCard blockquote{font-family:Cormorant Garamond,serif;font-size:19px;line-height:1.07;margin:0 0 8px}.quoteCard b,.quoteCard span{display:block;font-size:13px}.quoteCard span{color:#777}.ctaBand{background:linear-gradient(90deg,#f7edcf,#ffe0a4,#f6d4a5);position:relative;overflow:hidden;border-top:1px solid var(--line)}.ctaBand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 64% 120%,rgba(255,120,35,.22),transparent 32%),linear-gradient(0deg,rgba(83,95,43,.18),transparent 35%);pointer-events:none}.ctaInner{max-width:1500px;margin:auto;padding:34px 7%;display:grid;grid-template-columns:1fr auto 230px;align-items:center;gap:32px;position:relative}.ctaInner h2{font-size:42px}.ctaInner p{font-family:Cormorant Garamond,serif;font-size:22px}.ctaInner .handNote{font-size:27px;color:#63573a;transform:rotate(-4deg);text-align:center}.aboutIntro{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center;min-height:560px;background:linear-gradient(110deg,#fffaf0,#f9edda)}.aboutIntroCopy h1{font-size:clamp(54px,5vw,78px);margin-bottom:20px}.aboutIntroCopy h1 span{color:var(--red)}.aboutIntroCopy p{font-family:Cormorant Garamond,serif;font-size:23px;max-width:620px;margin-bottom:28px}.aboutCollage{position:relative;min-height:440px}.aboutMainImg{position:absolute;width:74%;right:0;bottom:0;border-radius:22px;box-shadow:var(--shadow)}.aboutVatican{position:absolute;width:44%;right:4%;top:0;border:10px solid #fff;box-shadow:var(--shadow);transform:rotate(2deg)}.paperNote{position:absolute;left:4%;top:44px;background:#f7f0df;padding:25px 28px;font-size:29px;line-height:1.1;transform:rotate(-4deg);box-shadow:0 10px 24px #00000014}.journeySection{display:grid;grid-template-columns:280px 1fr;gap:40px;background:#f8f0e2}.journeyTitle h2{font-size:48px}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;position:relative}.timeline:before{content:"";position:absolute;top:54px;left:7%;right:7%;height:1px;background:#d5b66f}.timelineItem{position:relative;text-align:center;padding:0 8px}.timelineItem>b{display:block;font-family:Cormorant Garamond,serif;font-size:32px;color:var(--olive)}.timelineItem:nth-child(2)>b,.timelineItem:nth-child(5)>b{color:var(--gold)}.timelineItem:nth-child(3)>b{color:var(--red)}.timelineIcon{position:relative;z-index:2;margin:8px auto 14px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e2d5bc;color:var(--red)}.timelineItem h3{font-size:20px;margin-bottom:8px}.timelineItem p{font-size:13px;line-height:1.35}.valuesSection{display:grid;grid-template-columns:270px 1fr;gap:34px;background:#fff}.valuesLead h2{font-size:48px;margin-bottom:15px}.valueGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.valueCard{padding:36px 22px;border-radius:18px;text-align:center;border:1px solid var(--line)}.value1{background:#f7e7df}.value2{background:#faefd0}.value3{background:#e8edd8}.value4{background:#efe8da}.valueCard>span{font-size:42px;color:var(--red)}.valueCard h3{font-size:30px;margin:10px 0}.valueCard p{font-size:14px}.statsBand{display:grid;grid-template-columns:1.2fr repeat(3,.8fr);gap:30px;align-items:center;background:linear-gradient(90deg,#f5f0e4,#fbf7ed)}.statsBand h2{font-size:40px}.stat{border-left:1px solid #d8cdb9;padding-left:30px}.stat b{display:block;font-family:Cormorant Garamond,serif;font-size:48px;color:var(--red)}.stat:nth-child(3) b{color:var(--olive)}.stat:nth-child(4) b{color:var(--gold)}.stat span{font-size:14px;color:#555}.quoteBanner{text-align:center;padding:56px 5%;background:linear-gradient(180deg,#fffdf6,#f7edd8);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quoteBanner blockquote{font-family:Cormorant Garamond,serif;font-size:clamp(30px,3vw,46px);font-style:italic;margin:0 0 8px}.quoteBanner span{letter-spacing:.18em;font-size:12px;color:#71634b}.whatIntro{text-align:center;padding-bottom:36px;background:radial-gradient(circle at 70% 20%,#f6e6bd,#fffaf0 48%)}.whatIntro h1{font-size:clamp(58px,5vw,82px);margin-bottom:12px}.whatIntro p{max-width:760px;margin:auto;font-family:Cormorant Garamond,serif;font-size:23px}.missionSystem{display:grid;grid-template-columns:1fr 1.35fr 1fr;grid-template-areas:"lt wheel rt" "lb wheel rb";gap:18px 28px;align-items:stretch;padding-top:30px;background:#fff}.missionPhotoCard{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #4b3a2614;display:flex;flex-direction:column;transition:.2s}.missionPhotoCard:hover{transform:translateY(-4px)}.missionPhotoCard img{width:100%;height:170px;object-fit:cover}.missionPhotoCard div{padding:16px}.missionPhotoCard h3{font-size:29px}.missionPhotoCard p{font-size:14px;margin:6px 0 12px}.missionPhotoCard span{font-size:13px;font-weight:700;color:var(--red)}.leftTop{grid-area:lt}.rightTop{grid-area:rt}.leftBottom{grid-area:lb}.rightBottom{grid-area:rb}.wheelWrap{grid-area:wheel;display:flex;flex-direction:column;align-items:center;justify-content:center}.missionWheel{width:min(470px,100%);aspect-ratio:1;border-radius:50%;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;position:relative;box-shadow:var(--shadow);border:8px solid #fff}.quad{padding:42px 24px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.quad span{font-size:35px}.quad b{font-family:Cormorant Garamond,serif;font-size:28px;line-height:.95;margin:7px 0}.quad small{font-size:12px;max-width:135px}.q1{background:#c8512d}.q2{background:#e5aa28}.q3{background:#65713f}.q4{background:#d77f2d}.wheelCenter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;background:#fff;border-radius:50%;display:grid;place-items:center;box-shadow:0 7px 30px #0000002e;overflow:hidden}.wheelCenter img{width:110px;height:110px;object-fit:contain}.wheelCaption{font-size:12px;letter-spacing:.28em;color:#7b6f5a;margin-top:18px}.momentsSection{background:#f8f1e6}.momentsGrid{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.momentTile{height:210px;position:relative;overflow:hidden;border-radius:8px}.momentTile img{width:100%;height:100%;object-fit:cover;transition:.25s}.momentTile:hover img{transform:scale(1.04)}.momentTile:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000000b8)}.momentTile span{position:absolute;z-index:2;left:12px;right:12px;bottom:12px;color:#fff;text-align:center;font-size:12px;letter-spacing:.12em;font-weight:700}.singleTestimonial{display:grid;grid-template-columns:90px 1fr auto;gap:20px;align-items:center;background:#fff}.singleTestimonial img{width:90px;height:90px;border-radius:50%;object-fit:cover}.singleTestimonial blockquote{font-family:Cormorant Garamond,serif;font-size:26px;font-style:italic;margin:0}.singleTestimonial span{font-size:13px;color:#6f6a61}.involveHero{display:grid;grid-template-columns:1fr 290px;gap:40px;align-items:center;background:linear-gradient(90deg,#fffaf0,#f7e7c9);padding-top:40px;padding-bottom:40px}.involveHero h1{color:var(--red)}.involveHero p{font-family:Cormorant Garamond,serif;font-size:24px}.involveHero img{width:100%;height:170px;object-fit:cover;border-radius:80px 80px 18px 18px;box-shadow:var(--shadow)}.centerHeading{text-align:center;margin-bottom:28px}.centerHeading h2{font-size:50px}.centerHeading p{font-family:Cormorant Garamond,serif;font-size:21px;margin-top:6px}.chooseSection{background:#fff}.pathGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pathCard{min-height:210px;border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;background:#fff;box-shadow:0 8px 20px #4535230d}.pathCopy{padding:20px}.pathIcon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#f6e0d6;color:var(--red);font-size:24px}.pathCard h3{font-size:28px;margin:9px 0}.pathCard p{font-size:13px}.pathCard b{display:block;margin-top:15px;font-size:12px;color:var(--red);letter-spacing:.04em}.pathCard img{width:100%;height:100%;object-fit:cover}.journeySteps{background:#f8f0e2}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative}.steps:before{content:"";position:absolute;top:25px;left:8%;right:8%;border-top:2px dashed #cbb57e}.step{position:relative;text-align:center}.step>span{position:relative;z-index:2;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:var(--red);color:#fff;font-family:Cormorant Garamond,serif;font-size:25px;border:7px solid #f8f0e2}.step:nth-child(2)>span{background:var(--gold)}.step:nth-child(3)>span{background:var(--olive)}.step h3{font-size:25px}.step p{font-size:13px;max-width:220px;margin:6px auto 0}.communityBand{position:relative;height:260px;overflow:hidden}.communityBand img{width:100%;height:100%;object-fit:cover}.communityBand:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 40%,rgba(20,29,18,.72))}.bandOverlay{position:absolute;z-index:2;right:6%;top:50%;transform:translateY(-50%);color:#fff;letter-spacing:.16em;line-height:1.6;font-size:16px}.whySection{display:grid;grid-template-columns:1.6fr 1fr;gap:40px;background:#fff}.whyGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.whyGrid>h2{grid-column:1/-1;font-size:44px}.whyGrid article span{font-size:30px;color:var(--red)}.whyGrid h3{font-size:22px;margin:8px 0}.whyGrid p{font-size:13px}.opportunities{background:#f7f0e3;border:1px solid var(--line);border-radius:18px;padding:18px}.asideTitle{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.asideTitle h3{font-size:24px}.asideTitle a{font-size:12px;color:var(--red);font-weight:700}.opp{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;background:#fff;border-radius:12px;padding:10px;margin-top:8px}.opp>b{font-size:11px;color:var(--red);line-height:1}.opp>b span{display:block;font-size:22px}.opp div{font-size:13px;font-weight:700}.opp small{display:block;font-weight:400;color:#777;margin-top:2px}.contactIntro{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;background:linear-gradient(110deg,#fffaf0,#f8eedc)}.contactIntro h1{font-size:clamp(56px,5vw,78px);color:#17332c;margin-bottom:10px}.contactIntro>div>p{font-family:Cormorant Garamond,serif;font-size:22px;max-width:650px}.contactIntroVisual{height:210px;position:relative;display:flex;align-items:center;justify-content:flex-end}.contactGlobe{position:absolute;right:70px;font-size:210px;color:#e8c66d;opacity:.35;line-height:1}.contactIntroVisual img{position:relative;width:250px;height:165px;object-fit:cover;border-radius:18px;box-shadow:var(--shadow)}.contactIntroVisual>span{position:absolute;left:0;top:35px;font-family:Caveat,cursive;color:#806b3d;font-size:29px;transform:rotate(-4deg)}.contactMain{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;background:#fff}.contactForm{border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff;box-shadow:0 8px 30px #4b3a260d}.contactForm h2{font-size:48px}.contactForm h2 span{color:var(--red)}.contactForm>p{margin:7px 0 22px}.contactForm label{display:block;font-size:12px;font-weight:700;margin-bottom:14px}.contactForm input,.contactForm select,.contactForm textarea{display:block;width:100%;margin-top:7px;border:1px solid #d8d8d1;border-radius:8px;background:#fff;padding:12px;outline:none}.contactForm input:focus,.contactForm select:focus,.contactForm textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #e7a81a21}.fieldRow{display:grid;grid-template-columns:1fr 1fr;gap:14px}.formBottom{display:flex;align-items:center;gap:20px}.formBottom span{font-size:12px;color:#696969}.contactCards{display:grid;gap:12px}.contactCards article{display:grid;grid-template-columns:58px 1fr;gap:14px;border:1px solid var(--line);background:#fffdf9;border-radius:16px;padding:18px;align-items:start}.roundIcon{width:48px;height:48px;border-radius:50%;background:#f4e1d2;color:var(--red);display:grid;place-items:center;font-size:24px}.roundIcon.pink{background:#f8ded8}.roundIcon.gold{background:#f7e9b9}.roundIcon.green{background:#e5edd2;color:var(--olive)}.contactCards h3{font-size:27px}.contactCards p{font-size:13px;margin:4px 0 8px}.contactCards b,.contactCards small{display:block;font-size:12px}.miniLink{font-size:12px;font-weight:700;color:var(--red)}.socialMini{display:flex;gap:8px;margin-top:8px}.socialMini span{width:34px;height:34px;border-radius:50%;background:#264f49;color:#fff;display:grid;place-items:center;font-weight:700;font-size:12px}.globalContact{display:grid;grid-template-columns:1fr 1fr;gap:36px;background:#f8f3e7}.mapPanel img,.peoplePanel img{width:100%;border-radius:12px}.mapPanel .handNote{font-size:28px;color:#a2782a;margin-top:8px}.peoplePanel .sectionHeadingRow h2{font-size:38px}.detailHero{display:grid;grid-template-columns:1fr .9fr;gap:46px;align-items:center;background:linear-gradient(110deg,#fffaf0,#f7ead3)}.detailHero h1{font-size:clamp(56px,5vw,78px);margin-bottom:16px}.detailHero p{font-family:Cormorant Garamond,serif;font-size:23px;max-width:650px;margin-bottom:25px}.detailVisual{position:relative}.detailVisual img{width:100%;height:390px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.detailIcon{position:absolute;left:24px;bottom:24px;width:70px;height:70px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--red);font-size:35px;box-shadow:0 8px 26px #00000026}.detailContent{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;background:#fff}.detailContent article h2{font-size:50px;margin-bottom:18px}.detailContent article p{font-family:Cormorant Garamond,serif;font-size:22px;margin-bottom:18px}.detailContent aside{background:#f7f0e4;border-radius:20px;padding:28px}.detailContent aside h3{font-size:32px;margin-bottom:15px}.check{display:flex;gap:10px;align-items:center;margin:12px 0}.check span{color:var(--red);font-weight:800}.detailContent aside .button{margin-top:18px}.detailGallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;background:#f8f1e6}.detailGallery img{width:100%;height:220px;object-fit:cover;border-radius:14px}.notFound{min-height:60vh;display:grid;place-items:center;align-content:center;gap:16px;text-align:center}.siteFooter{background:#fff;border-top:1px solid var(--line)}.footerTop{max-width:1500px;margin:auto;padding:26px 4%;display:grid;grid-template-columns:300px 1fr auto 240px;gap:28px;align-items:center}.footerBrand{display:flex;align-items:center;gap:10px}.footerBrand img{width:52px;height:52px;object-fit:contain}.footerBrand div{display:flex;flex-direction:column}.footerBrand b{font-family:Cormorant Garamond,serif;font-size:26px;color:var(--red)}.footerBrand span{font-size:10px;color:var(--red)}.footerLinks{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.footerLinks a{font-size:12px}.socials{display:flex;gap:10px}.socials span{width:30px;height:30px;border-radius:50%;background:#172a2b;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:700}.footerTop>p{font-size:11px;border-left:1px solid var(--line);padding-left:20px}.footerBottom{border-top:1px solid var(--line);padding:14px 4%;display:flex;justify-content:space-between;font-size:10px;color:#767676;max-width:1500px;margin:auto}@media (max-width:1100px){.brand{min-width:240px}.brandText strong{font-size:28px}.brandText span{font-size:11px}nav{gap:18px}.headerActions .searchDot{display:none}.programGrid,.valueGrid{grid-template-columns:repeat(2,1fr)}.homeHero{grid-template-columns:1fr}.homeHeroCopy{padding:70px 7% 36px}.homeHeroVisual{height:470px}.homeHeroVisual:before{display:none}.welcomeSection{grid-template-columns:1fr}.welcomeCopy{padding-left:0}.journeySection{grid-template-columns:1fr}.timeline{grid-template-columns:repeat(5,1fr)}.valuesSection{grid-template-columns:1fr}.statsBand{grid-template-columns:1fr repeat(3,1fr)}.missionSystem{grid-template-columns:1fr 1fr;grid-template-areas:"wheel wheel" "lt rt" "lb rb"}.wheelWrap{margin-bottom:20px}.missionWheel{max-width:430px}.momentsGrid{grid-template-columns:repeat(3,1fr)}.pathGrid{grid-template-columns:repeat(2,1fr)}.whySection,.contactIntro{grid-template-columns:1fr}.contactIntroVisual{justify-content:center}.contactIntroVisual>span{left:10%}.contactMain,.globalContact{grid-template-columns:1fr}.footerTop{grid-template-columns:250px 1fr auto}.footerTop>p{grid-column:1/-1;border-left:0;padding:0;text-align:center}}@media (max-width:800px){.siteHeader{position:sticky}.headerInner{min-height:70px;padding:9px 4%}.brand{min-width:0;flex:1}.brand img{width:44px;height:44px}.brandText strong{font-size:24px}.brandText span{font-size:9px}.menuButton{display:block}.headerActions{display:none}nav{display:none;position:absolute;left:0;right:0;top:70px;background:#fffaf0;border-bottom:1px solid var(--line);padding:14px 5%;flex-direction:column;align-items:flex-start;gap:4px;box-shadow:0 10px 20px #00000014}nav.navOpen{display:flex}nav a{width:100%}.sectionPad{padding:46px 5%}h1{font-size:48px}h2{font-size:38px}.homeHeroCopy h1{font-size:56px}.homeHeroVisual{height:380px}.homeHeroCopy>p{font-size:21px}.programGrid,.testimonials,.valueGrid,.pathGrid{grid-template-columns:1fr}.quoteCard{grid-template-columns:74px 1fr}.quoteCard img{width:74px;height:74px}.ctaInner{grid-template-columns:1fr;text-align:center}.ctaInner .handNote{display:none}.ctaInner .button{justify-self:center}.aboutIntro{grid-template-columns:1fr}.aboutCollage{min-height:380px}.journeySection,.timeline{grid-template-columns:1fr}.timeline:before{display:none}.timelineItem{text-align:left;display:grid;grid-template-columns:70px 50px 1fr;gap:6px;align-items:center}.timelineItem>b{grid-row:1/3}.timelineIcon,.timelineItem h3{margin:0}.timelineItem p{grid-column:3}.statsBand{grid-template-columns:1fr}.stat{border-left:0;border-top:1px solid #d8cdb9;padding:18px 0 0}.missionSystem{grid-template-columns:1fr;grid-template-areas:"wheel" "lt" "rt" "lb" "rb"}.missionPhotoCard{display:grid;grid-template-columns:1fr 1fr}.missionPhotoCard img{height:100%;min-height:180px}.momentsGrid{grid-template-columns:repeat(2,1fr)}.singleTestimonial{grid-template-columns:72px 1fr}.singleTestimonial span{grid-column:2}.singleTestimonial img{width:72px;height:72px}.involveHero{grid-template-columns:1fr}.involveHero img{max-width:360px}.steps{grid-template-columns:1fr 1fr}.steps:before{display:none}.communityBand{height:220px}.whyGrid{grid-template-columns:1fr 1fr}.fieldRow{grid-template-columns:1fr}.contactIntroVisual>span{display:none}.formBottom{align-items:flex-start;flex-direction:column}.detailHero,.detailContent{grid-template-columns:1fr}.detailVisual img{height:300px}.detailGallery{grid-template-columns:1fr 1fr}.footerTop{grid-template-columns:1fr;text-align:center}.footerBrand,.footerLinks,.socials{justify-content:center}.footerBottom{flex-direction:column;gap:6px;text-align:center}}@media (max-width:500px){.brandText span{display:none}.brandText strong{font-size:22px}.homeHeroCopy h1{font-size:45px}.homeHeroVisual{height:310px}.heroButtons{flex-direction:column;align-items:flex-start}.scripture{flex-direction:column;align-items:flex-start;gap:0}.programImage{height:150px}.sectionHeadingRow{align-items:flex-start;flex-direction:column}.momentsGrid{grid-template-columns:1fr 1fr}.momentTile{height:165px}.aboutCollage{min-height:330px}.paperNote{font-size:22px}.aboutVatican{width:48%}.timelineItem{grid-template-columns:60px 45px 1fr}.pathCard{grid-template-columns:1fr}.pathCard img{height:150px;grid-row:1}.pathCopy{grid-row:2}.steps,.whyGrid{grid-template-columns:1fr}.contactIntroVisual{height:190px}.contactIntroVisual img{width:210px;height:145px}.detailGallery{grid-template-columns:1fr}.detailGallery img{height:200px}}.homePrayerBand{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center;background:linear-gradient(135deg,#fff9ef,#f7edd8 50%,#f3e5c6);border-radius:34px;margin-top:18px;margin-bottom:22px;box-shadow:0 12px 28px #4732140f}.homePrayerText h2{font-size:clamp(40px,3.8vw,62px);max-width:540px;margin-bottom:16px}.homePrayerText p{font-family:Cormorant Garamond,serif;font-size:24px;line-height:1.18;max-width:620px;margin-bottom:24px}.homePrayerMeta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin-bottom:26px}.homePrayerMeta div{padding:16px 18px;background:#ffffffa8;border:1px solid rgba(232,223,207,.9);border-radius:18px}.homePrayerMeta strong{display:block;font-family:Cormorant Garamond,serif;font-size:28px;color:var(--olive);line-height:1}.homePrayerMeta span{display:block;margin-top:4px;font-size:14px;color:#645d50}.homePrayerVisual{display:grid;gap:16px}.mapFrame{background:#fff;border:1px solid rgba(232,223,207,.9);border-radius:24px;padding:16px;box-shadow:var(--shadow)}.mapFrame img{width:100%;height:340px;object-fit:cover;border-radius:16px;background:#f3f1ea}.homePrayerQuote{padding:24px 28px;background:linear-gradient(135deg,#f3e7ca,#fffaf0);border-radius:24px;border:1px solid rgba(223,214,190,.9)}.homePrayerQuote blockquote{margin:0 0 10px;font-family:Cormorant Garamond,serif;font-size:34px;line-height:1.04;color:#383126}.homePrayerQuote span{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#81683a}.homePathways{padding-top:14px;padding-bottom:74px}.homeNoReviews{grid-template-columns:repeat(4,1fr)}.pathwayGrid{display:grid;gap:18px}.pathwayCard{border-radius:22px;padding:30px 24px;min-height:240px;border:1px solid rgba(232,223,207,.95);box-shadow:0 8px 28px #4636210d;display:flex;flex-direction:column;justify-content:flex-start}.pathwayCard span{font-size:38px;color:var(--red);line-height:1;margin-bottom:18px}.pathwayCard h3{font-size:32px;margin-bottom:12px}.pathwayCard p{font-family:Cormorant Garamond,serif;font-size:23px;line-height:1.15;max-width:300px}.pathwayCard.tone1{background:linear-gradient(180deg,#fff,#f8ecdf)}.pathwayCard.tone2{background:linear-gradient(180deg,#fff9ef,#faefd2)}.pathwayCard.tone3{background:linear-gradient(180deg,#fbfff7,#edf2df)}.pathwayCard.tone4{background:linear-gradient(180deg,#fffdf9,#f3eadc)}.aboutHighlightBand{background:linear-gradient(180deg,#fffef9,#f9ecd7 60%,#fffef9)}.aboutSectionIntro{max-width:840px;margin-bottom:28px}.aboutSectionIntro h2{font-size:clamp(40px,3.8vw,64px);margin-bottom:12px}.aboutSectionIntro p{font-family:Cormorant Garamond,serif;font-size:24px;line-height:1.18;max-width:760px}.aboutSectionIntro.compact{margin-bottom:22px}.highlightGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.highlightCard{padding:30px 26px;border-radius:24px;min-height:220px;border:1px solid rgba(232,223,207,.95);box-shadow:0 10px 28px #4636210f}.highlightCard h3{font-size:34px;margin-bottom:12px}.highlightCard p{font-family:Cormorant Garamond,serif;font-size:23px;line-height:1.18}.highlight1{background:linear-gradient(135deg,#fff6eb,#f5e2d7)}.highlight2{background:linear-gradient(135deg,#fffdf2,#f8efcf)}.highlight3{background:linear-gradient(135deg,#f6fbef,#e8efd7)}.aboutMissionSpread{background:#fffdf8}.missionSpreadGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.missionSpreadCard{display:block;padding:30px;border-radius:24px;min-height:220px;border:1px solid rgba(232,223,207,.95);box-shadow:0 8px 28px #4636210f;transition:.22s transform,.22s box-shadow}.missionSpreadCard:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.missionSpreadCard h3{font-size:38px;margin-bottom:14px}.missionSpreadCard p{font-family:Cormorant Garamond,serif;font-size:24px;line-height:1.15;max-width:460px;margin-bottom:18px}.missionSpreadCard span{font-size:14px;font-weight:700;color:var(--red)}.missionSpreadCard.block1{background:linear-gradient(135deg,#fff7ef,#faebdc)}.missionSpreadCard.block2{background:linear-gradient(135deg,#fffdf3,#f9f0cd)}.missionSpreadCard.block3{background:linear-gradient(135deg,#f7fbf2,#e9f0dc)}.missionSpreadCard.block4{background:linear-gradient(135deg,#fffdfa,#f1e8de)}.aboutMeaningSection{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:linear-gradient(110deg,#fffaf0,#f7efd9)}.aboutMeaningCopy h2{font-size:clamp(42px,4vw,62px);margin-bottom:16px;max-width:740px}.aboutMeaningCopy p{font-family:Cormorant Garamond,serif;font-size:24px;line-height:1.18;max-width:650px;margin-bottom:18px}.aboutMeaningVisual{position:relative;min-height:380px}.aboutMeaningVisual img{width:100%;height:100%;min-height:380px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}.aboutMeaningVisual .handNote{position:absolute;right:24px;bottom:18px;font-size:32px;color:#5c5139;background:#fffaf0d6;padding:16px 18px;border-radius:18px;transform:rotate(-3deg)}@media (max-width:1100px){.homePrayerBand,.aboutMeaningSection{grid-template-columns:1fr}.homeNoReviews,.highlightGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.homePrayerMeta,.homeNoReviews,.highlightGrid,.missionSpreadGrid{grid-template-columns:1fr}.mapFrame img{height:280px}.aboutSectionIntro p,.homePrayerText p,.missionSpreadCard p,.highlightCard p,.aboutMeaningCopy p{font-size:22px}}@media (max-width:500px){.pathwayCard,.highlightCard,.missionSpreadCard{padding:24px 20px;min-height:auto}.homePrayerText h2,.aboutSectionIntro h2,.aboutMeaningCopy h2{font-size:38px}.homePrayerQuote blockquote{font-size:29px}}.joinPage{background:var(--paper)}.joinIntro{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:stretch;background:linear-gradient(120deg,#fffdf8,#faefd9 54%,#eef1df);padding-top:86px;padding-bottom:86px}.joinIntroCopy{max-width:760px;align-self:center}.joinIntroCopy h1{font-size:clamp(56px,5.3vw,84px);color:var(--olive);max-width:780px;margin-bottom:18px}.joinIntroCopy>p{font-family:Cormorant Garamond,serif;font-size:25px;line-height:1.2;max-width:700px}.joinPromises{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.joinPromises>div{background:#ffffffb8;border:1px solid rgba(232,223,207,.9);padding:18px;border-radius:18px}.joinPromises span{display:block;font-family:Cormorant Garamond,serif;font-size:28px;color:var(--red);font-weight:700;margin-bottom:6px}.joinPromises p{font-size:13px;line-height:1.4}.directContactCard{background:#fff;border:1px solid var(--line);border-radius:30px;padding:36px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;overflow:hidden}.directContactCard:after{content:"UPUM";position:absolute;right:-8px;bottom:-28px;font-family:Cormorant Garamond,serif;font-size:120px;font-weight:700;color:#e7a81a14;pointer-events:none}.directIcon{width:58px;height:58px;border-radius:50%;background:#f8ead1;color:var(--red);display:grid;place-items:center;font-size:26px;margin-bottom:24px}.directContactCard h2{font-size:48px;margin-bottom:10px}.directContactCard>p{font-family:Cormorant Garamond,serif;font-size:21px}.contactNumber{font-family:Cormorant Garamond,serif;font-size:42px;color:var(--red);font-weight:700;margin:12px 0 22px;line-height:1}.directContactCard small{margin-top:12px;color:#777;font-size:12px}.joinFormSection{display:grid;grid-template-columns:.68fr 1.32fr;gap:48px;background:#fff;align-items:start;padding-top:82px;padding-bottom:90px}.joinFormHeading{position:sticky;top:120px}.joinFormHeading h2{font-size:clamp(44px,4vw,62px);margin-bottom:15px}.joinFormHeading p{font-family:Cormorant Garamond,serif;font-size:23px;line-height:1.2;max-width:440px}.joinForm{background:#fffdf9;border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:0 10px 34px #4937220f}.joinForm label{display:block;font-size:12px;font-weight:700;margin-bottom:16px;color:#30342f}.joinForm input,.joinForm select,.joinForm textarea{display:block;width:100%;margin-top:8px;border:1px solid #d9d5cb;background:#fff;border-radius:11px;padding:13px 14px;outline:none;transition:.18s}.joinForm input:focus,.joinForm select:focus,.joinForm textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px #e7a81a1c}.optional{font-weight:500;color:#8d8b84;margin-left:5px}.choiceFieldset{border:0;padding:4px 0 0;margin:10px 0 22px}.choiceFieldset legend{font-size:13px;font-weight:700;margin-bottom:12px}.choiceCard{display:grid!important;grid-template-columns:auto 1fr;gap:12px;align-items:start;border:1px solid var(--line);background:#fff;border-radius:15px;padding:16px!important;margin-bottom:10px!important;cursor:pointer}.choiceCard:has(input:checked){border-color:#e6a019;background:#fff9eb;box-shadow:0 0 0 3px #e7a81a14}.choiceCard input{width:18px!important;height:18px;margin:3px 0 0!important;accent-color:var(--red)}.choiceCard b,.choiceCard small{display:block}.choiceCard b{font-size:14px}.choiceCard small{font-size:12px;font-weight:400;color:#6b6d67;margin-top:3px}.compactChoices{display:flex;gap:10px;flex-wrap:wrap}.compactChoices legend{width:100%}.contactChoice{display:flex!important;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;padding:10px 14px!important;margin:0!important;background:#fff;cursor:pointer}.contactChoice:has(input:checked){background:#edf1df;border-color:#a9b77f}.contactChoice input{width:auto!important;margin:0!important;accent-color:var(--olive)}.joinSubmitRow{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;margin-top:8px;padding-top:22px;border-top:1px solid var(--line)}.joinSubmit{min-height:56px;padding:0 30px}.joinSubmitRow p{font-size:12px;color:#656961;max-width:430px}.joinSubmitRow strong{color:var(--ink)}.joinHelpBand{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;background:linear-gradient(90deg,#f6ecd7,#fffaf0,#eef2df);border-top:1px solid var(--line)}.joinHelpBand h2{font-size:44px}.joinHelpLinks{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.joinHelpLinks a{background:#fff;border:1px solid var(--line);padding:13px 17px;border-radius:999px;font-size:13px;font-weight:700;transition:.18s}.joinHelpLinks a:hover{border-color:var(--red);color:var(--red);transform:translateY(-2px)}.contactPhoneInline{display:block;color:var(--red);font-family:Cormorant Garamond,serif;font-size:26px;font-weight:700;margin:5px 0}@media (max-width:1100px){.joinIntro,.joinFormSection{grid-template-columns:1fr}.joinFormHeading{position:static;max-width:700px}.joinPromises{grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.joinIntro{padding-top:54px;padding-bottom:54px}.joinPromises{grid-template-columns:1fr}.directContactCard{padding:28px}.contactNumber{font-size:35px}.joinFormSection{padding-top:55px;padding-bottom:60px}.joinForm{padding:22px}.joinSubmitRow{grid-template-columns:1fr}.joinSubmit{width:100%}.joinHelpBand{grid-template-columns:1fr}.joinHelpLinks{justify-content:flex-start}}@media (max-width:500px){.joinIntroCopy h1{font-size:45px}.joinIntroCopy>p{font-size:22px}.directContactCard h2{font-size:40px}.contactNumber{font-size:31px}.compactChoices{display:grid}.contactChoice{border-radius:14px}.joinHelpLinks{display:grid}.joinHelpLinks a{text-align:center}}.cleanFooterTop{grid-template-columns:1fr auto 280px;justify-content:space-between}.cleanFooterTop .socials{justify-self:center}.cleanFooterTop>p{border-left:1px solid var(--line);padding-left:24px}.sharpenedCard{padding-top:0!important;overflow:hidden}.sharpenedCard .programImage{height:205px;margin:0;overflow:hidden;background:#eee}.sharpenedCard .programImage img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.94) contrast(1.03)}.sharpenedCard:first-child .programImage img{object-position:center 44%}.sharpenedCard:nth-child(2) .programImage img{object-position:center 58%}.sharpenedCard:nth-child(3) .programImage img{object-position:center 48%}.sharpenedCard:nth-child(4) .programImage img{object-position:center 35%}.worldPrayerMap{position:relative;border-radius:28px;overflow:hidden;border:1px solid #e6d7b8;box-shadow:0 14px 36px #5d421614;background:#fff9ee}.worldPrayerMap svg{display:block;width:100%;height:auto}.worldShapes path{fill:#cbd5a8;stroke:#aebe85;stroke-width:2}.mapConnections path{stroke:#de9231;stroke-width:2.4;stroke-dasharray:9 10;opacity:.78}.mapDots circle{fill:#ef4d2d;stroke:#fff7e9;stroke-width:4}.mapCaption{position:absolute;right:22px;bottom:18px;font-family:Caveat,cursive;font-size:25px;color:#5d613d;background:#fffaf0e0;padding:8px 14px;border-radius:14px}.richerQuote{background:linear-gradient(120deg,#4f5f36,#697846)!important;border:0!important;color:#fff;box-shadow:0 14px 32px #46522f2b}.richerQuote blockquote{color:#fff!important}.richerQuote span{color:#ffe7a3!important}.outlineIcon{display:block!important;width:56px;height:56px;margin-bottom:18px!important;color:var(--red)!important}.outlineIcon svg{width:56px;height:56px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.outlineIcon svg path:not(.pathLine){fill:none}.outlineIcon .pathLine{stroke-dasharray:3 7}.pathwayCard.tone2 .outlineIcon{color:#d59512!important}.pathwayCard.tone3 .outlineIcon{color:#ef4d2d!important}.pathwayCard.tone4 .outlineIcon{color:#55683a!important}.refreshedAboutIntro{padding-top:82px;padding-bottom:82px}.newAboutCollage{min-height:500px}.newAboutCollage .aboutMainImg{width:72%;right:3%;bottom:2%;height:270px;object-fit:cover;object-position:center 42%;border:10px solid #fff;transform:rotate(-1deg)}.newAboutCollage .aboutVatican{width:49%;right:0;top:5px;height:205px;object-fit:cover;object-position:center;border:10px solid #fff;transform:rotate(3deg)}.newAboutCollage .paperNote{left:0;top:22px;z-index:3}.collageFaithCard{position:absolute;left:4%;bottom:22px;z-index:4;width:205px;min-height:150px;border-radius:18px;background:linear-gradient(150deg,#f8e8c4,#fff9eb);border:1px solid #ead6ad;padding:22px;box-shadow:0 13px 30px #4331191f;transform:rotate(-3deg);display:flex;flex-direction:column;justify-content:center}.collageFaithCard>span{font-size:31px;color:var(--red)}.collageFaithCard b{font-family:Cormorant Garamond,serif;font-size:31px;margin:6px 0 2px}.collageFaithCard small{font-size:11px;letter-spacing:.06em;color:#756c5a}.timeline{grid-template-columns:repeat(4,1fr)}.timeline:before{left:9%;right:9%}.globeAboutSection{overflow:hidden}.animatedGlobeWrap{min-height:500px;position:relative;display:grid;place-items:center;border-radius:34px;background:radial-gradient(circle at 50% 40%,#fff9e7 0,#f4e4bc 45%,#e9d29b);box-shadow:inset 0 0 90px #7a521a14,var(--shadow)}.animatedGlobe{width:min(340px,65vw);aspect-ratio:1;position:relative;z-index:3;animation:globeFloat 5s ease-in-out infinite}.animatedGlobe svg{width:100%;height:100%;filter:drop-shadow(0 16px 28px rgba(85,58,20,.22))}.globeSphere{fill:#fff8dda3;stroke:#d49a25;stroke-width:5}.globeGrid{stroke:#c88b1f;stroke-width:1.7;opacity:.55}.continentGroup{fill:#d89724;opacity:.88;transform-origin:160px 160px;animation:continentTurn 14s linear infinite}.globeHalo{position:absolute;left:50%;top:50%;border:2px solid rgba(231,168,26,.62);border-radius:50%;transform:translate(-50%,-50%) rotate(-14deg);z-index:2}.halo1{width:74%;height:31%}.halo2{width:62%;height:78%;transform:translate(-50%,-50%) rotate(62deg)}.orbitRing{position:absolute;left:50%;top:50%;width:78%;height:38%;border:1.7px solid rgba(239,77,45,.58);border-radius:50%;transform:translate(-50%,-50%) rotate(18deg);z-index:4}.orbitDot{position:absolute;top:50%;left:-7px;width:14px;height:14px;border-radius:50%;background:var(--red);box-shadow:0 0 0 7px #ef4d2d21;animation:orbitDotMove 5s linear infinite}.globeWords{position:absolute;bottom:25px;left:0;right:0;text-align:center;letter-spacing:.2em;font-size:11px;font-weight:700;color:#6f5e39}@keyframes globeFloat{50%{transform:translateY(-9px)}}@keyframes continentTurn{to{transform:rotate(360deg)}}@keyframes orbitDotMove{0%{left:-7px;top:50%}25%{left:50%;top:-7px}50%{left:calc(100% - 7px);top:50%}75%{left:50%;top:calc(100% - 7px)}to{left:-7px;top:50%}}.beliefSection{display:grid;grid-template-columns:.78fr 1.22fr;gap:42px;background:linear-gradient(120deg,#fffdf8,#f5ead7)}.beliefIntro h2{font-size:clamp(42px,4vw,62px);margin-bottom:18px}.beliefIntro p{font-family:Cormorant Garamond,serif;font-size:23px;max-width:510px}.beliefGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.beliefCard{min-height:230px;padding:27px;border:1px solid rgba(221,208,183,.9);border-radius:22px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 10px 28px #47361e0d}.beliefCard>span{font-size:36px;margin-bottom:18px;color:var(--red)}.beliefCard h3{font-size:31px;margin-bottom:9px}.beliefCard p{font-family:Cormorant Garamond,serif;font-size:21px;line-height:1.15}.belief1{background:#fbede5}.belief2{background:#f8efcc}.belief3{background:#eaf0db}.belief4{background:#f4ebe1}.betterCommunityBand{height:330px}.betterCommunityBand img{object-fit:cover;object-position:center 38%;transform:scale(1.01)}.tbaBadge{font-family:Inter,sans-serif!important;font-size:13px!important;display:grid!important;place-items:center!important;background:#fff2e4!important;color:var(--red)!important;border-radius:10px!important;min-height:48px!important;padding:0!important}.contactOfficial{background:#fffdf8}.contactOfficialHero{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;min-height:560px;background:linear-gradient(120deg,#fffaf0,#f9e9d8 52%,#eaf0dc)}.contactHeroCopy h1{font-size:clamp(58px,5vw,82px);color:#273026;margin-bottom:18px}.contactHeroCopy>p{font-family:Cormorant Garamond,serif;font-size:25px;max-width:670px;line-height:1.18}.contactHeroActions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.contactSymbolScene{height:390px;border-radius:34px;background:radial-gradient(circle at center,#fff 0,#fff8e8,#f2dfb3);border:1px solid #e8d6b0;position:relative;display:grid;place-items:center;overflow:hidden;box-shadow:var(--shadow)}.contactEnvelope{width:130px;height:130px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center;font-size:57px;box-shadow:0 18px 45px #5b3c1629;z-index:3}.contactOrbit{position:absolute;border:1.5px solid rgba(213,150,31,.55);border-radius:50%}.contactOrbit.o1{width:75%;height:35%;transform:rotate(18deg)}.contactOrbit.o2{width:42%;height:78%;transform:rotate(-36deg)}.contactSpark{position:absolute;font-size:30px;color:var(--olive)}.contactSpark.s1{left:17%;top:22%}.contactSpark.s2{right:18%;bottom:24%;color:var(--red)}.contactSymbolScene>span{position:absolute;bottom:26px;letter-spacing:.23em;font-weight:700;font-size:11px;color:#796745}.contactMainOfficial{grid-template-columns:1.12fr .88fr;background:#fff}.askForm h2{margin-bottom:8px}.askForm>p{margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:21px}.officialCards{align-content:start}.contactIdentity{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px;background:linear-gradient(90deg,#f5eddf,#eef1df)}.contactIdentity h2{font-size:49px;margin-bottom:12px}.contactIdentity>div>p{font-family:Cormorant Garamond,serif;font-size:22px;max-width:520px}.contactSteps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.contactSteps>div{background:#ffffffb3;border:1px solid var(--line);border-radius:20px;padding:24px}.contactSteps span{font-family:Cormorant Garamond,serif;font-size:30px;color:var(--red);font-weight:700}.contactSteps b{display:block;font-family:Cormorant Garamond,serif;font-size:28px;margin:8px 0}.contactSteps p{font-size:13px}.programDistinctHero,.formationHero,.charityHero{min-height:610px}.programDistinctHero{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:center;background:linear-gradient(120deg,#fffaf0,#f3e1ba)}.programHeroCopy h1,.formationHeroCopy h1,.charityHeroCopy h1{font-size:clamp(58px,5.2vw,84px);margin-bottom:18px}.programHeroCopy h1 span{color:var(--red)}.programHeroCopy>p,.formationHeroCopy>p,.charityHeroCopy>p{font-family:Cormorant Garamond,serif;font-size:24px;line-height:1.2;max-width:640px;margin-bottom:28px}.programHeroPhoto{position:relative}.programHeroPhoto img{width:100%;height:470px;object-fit:cover;object-position:center;border-radius:32px;box-shadow:var(--shadow)}.photoTag{position:absolute;left:24px;bottom:24px;background:#fffaf0eb;border-radius:999px;padding:12px 18px;font-size:11px;letter-spacing:.13em;font-weight:700;color:#6c5a3b}.programSectionLead{max-width:700px}.programSectionLead h2{font-size:clamp(43px,4vw,62px);margin-bottom:12px}.prayerRhythm{display:grid;grid-template-columns:.75fr 1.25fr;gap:35px;background:#fff}.rhythmGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.rhythmGrid article{padding:28px;border:1px solid var(--line);border-radius:22px;background:#fffaf4}.rhythmGrid span{font-family:Cormorant Garamond,serif;font-size:34px;color:var(--red);font-weight:700}.rhythmGrid h3{font-size:29px;margin:10px 0}.rhythmGrid p{font-family:Cormorant Garamond,serif;font-size:20px}.languageBand{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center;background:linear-gradient(110deg,#eef1df,#fffaf0)}.languageBand h2{font-size:50px}.languageChips{display:flex;gap:10px;flex-wrap:wrap}.languageChips span{background:#fff;border:1px solid #d7d8c4;border-radius:999px;padding:12px 16px;font-weight:600;font-size:13px}.programQuote{padding:70px 5%;text-align:center}.programQuote blockquote{font-family:Cormorant Garamond,serif;font-size:clamp(40px,4.2vw,68px);font-style:italic;margin:0 0 10px}.programQuote span{letter-spacing:.2em;font-size:12px}.prayerQuote{background:#586842;color:#fff}.prayerQuote span{color:#fee8a1}.formationHero{display:grid;grid-template-columns:1fr .9fr;gap:48px;align-items:center;background:linear-gradient(120deg,#eef0dc,#fffaf0)}.formationPhoto img{width:100%;height:500px;object-fit:cover;object-position:center 45%;border-radius:32px;box-shadow:var(--shadow)}.formationHeroCopy h1{color:#273128}.formationMethod{display:grid;grid-template-columns:.65fr 1.35fr;gap:40px;background:#fff}.formationSteps{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.formationSteps article{border-radius:22px;padding:25px;background:#fff9ef;border:1px solid var(--line)}.formationSteps span{font-size:12px;letter-spacing:.2em;color:#c98a12;font-weight:700}.formationSteps h3{font-size:31px;margin:10px 0}.formationSteps p{font-family:Cormorant Garamond,serif;font-size:20px}.formationDialogue{min-height:390px;background:linear-gradient(135deg,#f5e5d9,#f9efcf,#e8edda);position:relative;display:grid;place-items:center}.dialogueBubble{position:absolute;background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;font-family:Cormorant Garamond,serif;font-size:22px;box-shadow:var(--shadow);max-width:360px}.dialogueBubble.big{left:8%;top:18%}.dialogueBubble.small{right:8%;bottom:15%}.dialogueCenter{width:210px;height:210px;border-radius:50%;background:var(--olive);color:#fff;display:grid;place-items:center;text-align:center;letter-spacing:.18em;line-height:1.7;font-weight:700;box-shadow:0 20px 45px #40502f3b}.charityHero{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center;background:linear-gradient(110deg,#fffaf0,#edf2df)}.charityHeroCopy h1 span{color:var(--red)}.charityHero>img{width:100%;height:500px;object-fit:cover;object-position:center 43%;border-radius:32px;box-shadow:var(--shadow)}.charityFlow{display:grid;grid-template-columns:.72fr 1.28fr;gap:40px;background:#fff}.charityFlowLine{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;position:relative}.charityFlowLine:before{content:"";position:absolute;left:8%;right:8%;top:30px;height:2px;background:linear-gradient(90deg,#e0a42c,#71804e)}.charityFlowLine article{position:relative;padding-top:68px}.charityFlowLine article>span{position:absolute;top:5px;left:0;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid var(--gold);font-weight:700;z-index:2}.charityFlowLine h3{font-size:27px;margin-bottom:8px}.charityFlowLine p{font-family:Cormorant Garamond,serif;font-size:19px}.serviceValues{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:linear-gradient(120deg,#f5e6d9,#f8efcf,#e7eed9)}.serviceValues article{background:#ffffffb8;border-radius:24px;padding:30px;text-align:center;border:1px solid rgba(224,214,193,.9)}.serviceValues span{font-size:36px;color:var(--red)}.serviceValues h3{font-size:32px;margin:9px 0}.serviceValues p{font-family:Cormorant Garamond,serif;font-size:21px}.eventsHero{height:680px;position:relative;overflow:hidden}.eventsHero>img{width:100%;height:100%;object-fit:cover;object-position:center 52%}.eventsHero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#111713c2 0,#1117136b 48%,#1117131a)}.eventsHeroOverlay{position:absolute;z-index:2;left:7%;top:50%;transform:translateY(-50%);max-width:750px;color:#fff}.eventsHeroOverlay .eyebrow{color:#f7dda0}.eventsHeroOverlay h1{font-size:clamp(60px,5.5vw,90px);margin-bottom:18px}.eventsHeroOverlay>p{font-family:Cormorant Garamond,serif;font-size:25px;line-height:1.2;color:#fff;max-width:680px}.lightOutline{border-color:#fff!important;color:#fff!important;background:#ffffff14!important}.eventTypes{display:grid;grid-template-columns:.65fr 1.35fr;gap:40px;background:#fff}.eventTypeGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.eventTypeGrid article{padding:27px;border-radius:22px;border:1px solid var(--line);background:#fffaf4}.eventTypeGrid span{font-size:32px;color:var(--red)}.eventTypeGrid h3{font-size:29px;margin:8px 0}.eventTypeGrid p{font-family:Cormorant Garamond,serif;font-size:20px}.eventsMeetingsPreview{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;background:linear-gradient(90deg,#f5ecd8,#e9efda)}.eventsMeetingsPreview h2{font-size:48px}.eventsMeetingsPreview p{font-family:Cormorant Garamond,serif;font-size:22px;max-width:720px}.storyHero{display:grid;grid-template-columns:1fr 220px;gap:30px;align-items:center;background:linear-gradient(120deg,#fffaf0,#f6e5d9)}.storyHero h1{font-size:clamp(56px,5vw,82px);max-width:900px}.storyHero p{font-family:Cormorant Garamond,serif;font-size:24px;max-width:700px;margin-top:16px}.storyMark{font-family:Cormorant Garamond,serif;font-size:250px;color:#e9b04a;line-height:.6;text-align:center;opacity:.75}.storyFormSection{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;background:#fff}.storyForm{border:1px solid var(--line);border-radius:26px;padding:30px;background:#fffdf9}.storyForm label{display:block;font-size:12px;font-weight:700;margin-bottom:16px}.storyForm input,.storyForm textarea{display:block;width:100%;margin-top:7px;border:1px solid #d8d4ca;border-radius:10px;padding:13px;background:#fff}.storyGuide{padding:35px;border-radius:26px;background:linear-gradient(145deg,#eef1de,#fffaf0)}.storyGuide h2{font-size:46px;margin-bottom:20px}.storyGuide ul{padding-left:22px;font-family:Cormorant Garamond,serif;font-size:23px;line-height:1.45}.storyGuide p{font-size:13px;margin-top:25px}.supportHero{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center;background:linear-gradient(115deg,#fffaf0,#eaf0da)}.supportHero h1{font-size:clamp(56px,5vw,82px);max-width:900px}.supportHero p{font-family:Cormorant Garamond,serif;font-size:24px;max-width:680px;margin:17px 0 28px}.supportPlant{height:380px;border-radius:36px;background:radial-gradient(circle at 50% 40%,#fff9e8,#dfe9c8);display:grid;place-items:center;align-content:center;font-size:110px;color:var(--red);box-shadow:var(--shadow)}.supportPlant span{font-family:Caveat,cursive;font-size:30px;color:#56643c;text-align:center;margin-top:10px}.supportWays{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:#fff}.supportWays article{border:1px solid var(--line);border-radius:22px;padding:26px;background:#fffaf4}.supportWays span{color:var(--red);font-weight:700;letter-spacing:.15em}.supportWays h3{font-size:31px;margin:13px 0}.supportWays p{font-family:Cormorant Garamond,serif;font-size:20px}.supportDirect{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;background:#f3ead6}.supportDirect h2{font-size:48px}.supportDirect p{font-family:Cormorant Garamond,serif;font-size:22px;max-width:700px}.meetingsHero{text-align:center;padding-top:90px;padding-bottom:48px;background:radial-gradient(circle at 50% 0,#f2dfb7,#fffaf0 58%)}.meetingsHero h1{font-size:clamp(58px,5vw,82px);margin-bottom:14px}.meetingsHero p{font-family:Cormorant Garamond,serif;font-size:24px;max-width:780px;margin:auto}.meetingsToolbar{display:flex;gap:9px;justify-content:center;padding-top:22px;padding-bottom:28px;background:#fff}.meetingFilter{padding:10px 17px;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:700;background:#fff}.meetingFilter.active{background:var(--olive);color:#fff;border-color:var(--olive)}.meetingsEmpty{display:grid;grid-template-columns:220px 1fr;gap:35px;align-items:center;background:linear-gradient(120deg,#f8f0e2,#eef1df);border-radius:30px;margin-top:22px;margin-bottom:26px}.emptyCalendar{width:190px;height:190px;border-radius:42px;background:#fff;display:grid;place-items:center;font-size:76px;color:var(--red);box-shadow:var(--shadow)}.meetingsEmpty h2{font-size:50px;margin-bottom:10px}.meetingsEmpty p{font-family:Cormorant Garamond,serif;font-size:22px;max-width:780px;margin-bottom:22px}.meetingTemplate{background:#fff}.templateCard{display:grid;grid-template-columns:110px 1fr auto;gap:24px;align-items:center;border:1px solid var(--line);border-radius:22px;padding:22px;background:#fffaf4}.templateDate{width:86px;height:86px;border-radius:18px;background:#f7e7dd;display:grid;place-items:center;align-content:center;color:var(--red)}.templateDate span{font-size:10px;font-weight:700}.templateDate b{font-family:Cormorant Garamond,serif;font-size:40px;line-height:.8}.templateCard h3{font-size:31px}.templateCard p{font-size:14px;margin:4px 0}.templateCard small{color:#777}.templateArrow{font-size:28px}.templateHint{font-size:12px;color:#7b776f;margin-top:12px}@media (max-width:1100px){.cleanFooterTop{grid-template-columns:1fr auto}.cleanFooterTop>p{grid-column:1/-1;border-left:0;padding-left:0;text-align:center}.beliefSection,.prayerRhythm,.formationMethod,.charityFlow,.eventTypes,.contactIdentity,.contactOfficialHero,.programDistinctHero,.formationHero,.charityHero,.storyFormSection,.supportHero{grid-template-columns:1fr}.formationPhoto{order:2}.formationHeroCopy{order:1}.rhythmGrid{grid-template-columns:repeat(3,1fr)}.supportWays{grid-template-columns:repeat(2,1fr)}.newAboutCollage{min-height:470px}}@media (max-width:800px){.cleanFooterTop{grid-template-columns:1fr;text-align:center}.cleanFooterTop .socials{justify-self:center}.cleanFooterTop .footerBrand{justify-content:center}.programGrid{grid-template-columns:1fr 1fr}.sharpenedCard .programImage{height:180px}.beliefGrid,.rhythmGrid,.formationSteps,.eventTypeGrid,.serviceValues,.contactSteps,.languageBand,.eventsMeetingsPreview,.supportDirect{grid-template-columns:1fr}.charityFlowLine{grid-template-columns:1fr 1fr}.charityFlowLine:before{display:none}.charityFlowLine article{padding-top:62px}.eventsHero{height:650px}.eventsHeroOverlay{left:6%;right:6%;max-width:none}.eventsHeroOverlay h1{font-size:54px}.storyHero{grid-template-columns:1fr}.storyMark{display:none}.supportWays{grid-template-columns:1fr}.meetingsEmpty{grid-template-columns:1fr;text-align:left}.emptyCalendar{width:150px;height:150px}.templateCard{grid-template-columns:82px 1fr}.templateArrow{display:none}.contactSymbolScene{height:320px}.newAboutCollage{min-height:420px}.newAboutCollage .aboutVatican{width:53%;height:180px}.newAboutCollage .aboutMainImg{width:80%;height:240px}.collageFaithCard{width:165px;min-height:125px;padding:17px}}@media (max-width:500px){.programGrid{grid-template-columns:1fr}.sharpenedCard .programImage{height:190px}.mapCaption{font-size:20px;right:10px;bottom:10px}.animatedGlobeWrap{min-height:390px}.animatedGlobe{width:260px}.globeWords{font-size:9px;letter-spacing:.14em}.beliefCard{min-height:auto}.betterCommunityBand{height:260px}.betterCommunityBand img{object-position:center 35%}.programHeroPhoto img,.formationPhoto img,.charityHero>img{height:330px}.charityFlowLine{grid-template-columns:1fr}.formationDialogue{min-height:520px}.dialogueBubble.big{left:5%;right:5%;top:6%}.dialogueBubble.small{left:5%;right:5%;bottom:6%}.dialogueCenter{width:170px;height:170px}.eventsHero{height:620px}.eventsHero>img{object-position:63% center}.eventsHeroOverlay h1{font-size:44px}.eventsHeroOverlay>p{font-size:21px}.meetingsToolbar{justify-content:flex-start;overflow-x:auto}.meetingFilter{flex:0 0 auto}.meetingsEmpty{padding:32px 5%;border-radius:0;margin:0}.meetingTemplate{padding-top:44px}.contactHeroActions{display:grid}.contactHeroActions .button{width:100%}.newAboutCollage{min-height:380px}.newAboutCollage .aboutMainImg{width:90%;height:210px}.newAboutCollage .aboutVatican{width:58%;height:150px}.newAboutCollage .paperNote{font-size:21px;padding:16px}.collageFaithCard{display:none}}.searchDot{display:none!important}.headerActions{margin-left:auto}nav{gap:24px}.homeHeroVisual{background:#fff8eb}.homeHeroVisual img{object-fit:cover;object-position:center center}.largeImageCard{min-height:0!important;aspect-ratio:2.45/1;background:#f7f1e5}.largeImageCard img{width:100%;height:100%;min-height:0!important;object-fit:contain!important;object-position:center!important;background:#f7f1e5}.programIcon{display:none!important}.sharpenedCard .programImage{height:205px}.sharpenedCard.card1 .programImage img{object-position:center 18%!important}.sharpenedCard.card2 .programImage img{object-position:center 58%!important}.sharpenedCard.card3 .programImage img{object-position:center 43%!important}.sharpenedCard.card4 .programImage img{object-position:center 35%!important}.simplePrayerGlobe{position:relative;border-radius:28px;overflow:hidden;border:1px solid #e8ddca;background:linear-gradient(145deg,#fffdf8,#f8f0e3);box-shadow:0 12px 34px #533d1c12;min-height:350px;display:grid;place-items:center}.simplePrayerGlobe svg{display:block;width:100%;height:100%;min-height:350px}.simpleGlobeGrid{stroke:#d5c9b8;stroke-width:1.5;opacity:.78}.simpleContinents{fill:#d8d0c2;opacity:.9}.simpleOrbits{stroke:#ef6a42;stroke-width:2.1;opacity:.82}.simpleOrbitDots circle{fill:#ef4d2d;stroke:#fffaf0;stroke-width:3}.simpleGlobeCaption{position:absolute;right:24px;bottom:18px;font-family:Caveat,cursive;font-size:24px;color:#6a604d;background:#fffaf0e6;border:1px solid rgba(226,214,191,.8);padding:8px 14px;border-radius:14px}.softerPrayerQuote{background:linear-gradient(135deg,#fff4df,#f5e5c9)!important;border:1px solid #ead7b4!important;box-shadow:0 12px 26px #694b2114!important}.softerPrayerQuote blockquote{color:#3d3428!important}.softerPrayerQuote span{color:#c86e2b!important}.pathwayCard .outlineIcon,.pathwayCard.tone1 .outlineIcon,.pathwayCard.tone2 .outlineIcon,.pathwayCard.tone3 .outlineIcon,.pathwayCard.tone4 .outlineIcon{color:var(--red)!important}.aboutCollageOption3{position:relative;min-height:520px}.aboutCollageOption3 .collagePhoto{position:absolute;border:9px solid #fff;border-radius:3px;overflow:hidden;box-shadow:0 13px 32px #46321824;background:#eee}.aboutCollageOption3 .collagePhoto img{width:100%;height:100%;object-fit:cover}.aboutCollageOption3 .collageNote{position:absolute;left:0;top:24px;z-index:7;background:#fff6df;border:1px solid #e8d4aa;box-shadow:0 12px 28px #4a341824;padding:21px 25px;font-family:Caveat,cursive;font-size:28px;line-height:1.05;color:#2f2b24;transform:rotate(-3deg);border-radius:3px}.aboutCollageOption3 .collageNote span{color:var(--red)}.aboutCollageOption3 .collageCandle{width:40%;height:185px;right:2%;top:0;transform:rotate(3deg);z-index:4}.aboutCollageOption3 .collageCandle img{object-position:center 34%}.aboutCollageOption3 .collageConversation{width:48%;height:215px;left:12%;top:155px;transform:rotate(-2deg);z-index:3}.aboutCollageOption3 .collageConversation img{object-position:center 46%}.aboutCollageOption3 .collageJourney{width:40%;height:215px;right:0;top:185px;transform:rotate(2deg);z-index:5}.aboutCollageOption3 .collageJourney img{object-position:center 35%}.aboutCollageOption3 .collageOnline{width:46%;height:175px;left:24%;bottom:0;transform:rotate(1deg);z-index:6}.aboutCollageOption3 .collageOnline img{object-fit:cover;object-position:center}.aboutCollageOption3 .collageFaithCard{left:0;bottom:18px;z-index:8}.collageSmallNote{position:absolute;right:1%;bottom:-4px;z-index:9;background:#fff8e9;border:1px solid #ead9ba;padding:15px 18px;font-family:Caveat,cursive;font-size:22px;line-height:1.08;transform:rotate(-2deg);box-shadow:0 10px 25px #47331c1c}.strongerHighlight{position:relative;overflow:hidden;border:1px solid rgba(203,145,83,.35)!important;box-shadow:0 16px 34px #53361917!important;min-height:245px!important;padding:34px 32px!important}.strongerHighlight:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-92px;top:-95px;background:#ffffff29;pointer-events:none}.strongerHighlight.highlight1{background:linear-gradient(145deg,#d95b34,#c94b29)!important;color:#fff}.strongerHighlight.highlight1 h3,.strongerHighlight.highlight1 p{color:#fff}.strongerHighlight.highlight2{background:linear-gradient(145deg,#ffd878,#efb84b)!important;color:#2f2b23}.strongerHighlight.highlight3{background:linear-gradient(145deg,#f7d8c8,#efbaa2)!important;color:#2f2b23}.strongerHighlight h3{font-size:36px!important;position:relative;z-index:1}.strongerHighlight p{font-size:23px!important;position:relative;z-index:1}.realisticGlobeVisual{position:relative;min-height:500px;border-radius:34px;overflow:hidden;background:#ead7ad;box-shadow:var(--shadow)}.realisticGlobeVisual>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:34px}.realOrbit{position:absolute;left:7%;right:7%;top:18%;bottom:18%;border:1.5px solid rgba(255,138,87,.72);border-radius:50%;z-index:4;pointer-events:none}.realOrbitOne{transform:rotate(-13deg);animation:realOrbitSpin 8s linear infinite}.realOrbitTwo{transform:rotate(23deg) scaleY(.72);border-color:#f6bd48a3}.movingGlobeDot{position:absolute;left:-7px;top:50%;width:16px;height:16px;border-radius:50%;background:#ff512d;box-shadow:0 0 0 4px #fffaf0d1,0 0 18px 7px #ff753ca8;transform:translateY(-50%)}.realisticGlobeVisual .globeWords{position:absolute;left:0;right:0;bottom:18px;z-index:5;color:#fff7de;text-shadow:0 2px 8px rgba(0,0,0,.32);font-size:11px;letter-spacing:.25em;text-align:center;font-weight:700}@keyframes realOrbitSpin{0%{transform:rotate(-13deg)}to{transform:rotate(347deg)}}.missionPhotoCard img{height:190px!important;object-fit:cover!important}.missionPhotoCard.prayerSide img{object-position:center 45%!important}.missionPhotoCard.formationSide img{object-position:center 44%!important}.missionPhotoCard.charitySide img{object-position:center 58%!important}.missionPhotoCard.eventsSide img{object-position:center 48%!important}.missionWheel{overflow:hidden}.quad{padding:18px!important;overflow:hidden}.quadContent{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:150px}.quadContent span{font-size:32px}.quadContent b{font-family:Cormorant Garamond,serif;font-size:26px;line-height:.93;margin:6px 0}.quadContent small{font-size:11px;line-height:1.2;max-width:125px}.q1 .quadContent{transform:translate(-18px,-15px)}.q2 .quadContent{transform:translate(18px,-15px)}.q3 .quadContent{transform:translate(-18px,18px)}.q4 .quadContent{transform:translate(18px,18px)}.strongerBeliefSection{background:linear-gradient(180deg,#fffdf8,#fbf4e7)}.strongerBelief{position:relative;overflow:hidden;border:1px solid rgba(183,134,77,.28)!important;box-shadow:0 15px 34px #4c351b14!important;min-height:250px!important;padding:34px!important}.strongerBelief:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-90px;bottom:-100px;background:#ffffff2b}.strongerBelief .beliefMark{display:block;width:48px;height:4px;border-radius:999px;background:var(--red);margin-bottom:26px;position:relative;z-index:1}.strongerBelief h3,.strongerBelief p{position:relative;z-index:1}.strongerBelief h3{font-size:34px!important}.strongerBelief p{font-size:22px!important}.strongerBelief.belief1{background:linear-gradient(145deg,#d85835,#c84c2d);color:#fff}.strongerBelief.belief1 h3,.strongerBelief.belief1 p{color:#fff}.strongerBelief.belief1 .beliefMark{background:#ffe0b2}.strongerBelief.belief2{background:linear-gradient(145deg,#f5c65e,#eaae30)}.strongerBelief.belief3{background:linear-gradient(145deg,#e2e9cc,#cddba5)}.strongerBelief.belief4{background:linear-gradient(145deg,#f2d5c7,#eab79e)}.purposeField{background:#fff6e7;border:1px solid #ead5ad;border-radius:16px;padding:15px 16px!important;margin-bottom:22px!important}.joinIntroCopy h1{max-width:900px}.joinFormHeading h2{max-width:520px}.meetingsPage{background:#fffdf9}@media (max-width:1250px){.headerInner{gap:18px}.brand{min-width:245px}.brandText strong{font-size:29px}.brandText span{font-size:10px}nav{gap:15px}.headerActions .button{padding:0 16px}}@media (max-width:1100px){.aboutCollageOption3{min-height:520px}.missionPhotoCard img{height:180px!important}.largeImageCard{aspect-ratio:2.25/1}}@media (max-width:800px){.largeImageCard{aspect-ratio:1.9/1}.aboutCollageOption3{min-height:580px}.aboutCollageOption3 .collageCandle{width:47%}.aboutCollageOption3 .collageConversation{left:2%;width:52%;top:170px}.aboutCollageOption3 .collageJourney{width:47%;top:205px}.aboutCollageOption3 .collageOnline{width:62%;left:20%;bottom:5px}.strongerHighlight,.strongerBelief{min-height:auto!important}.realisticGlobeVisual{min-height:390px}}@media (max-width:500px){.largeImageCard{aspect-ratio:1.5/1}.simplePrayerGlobe{min-height:290px}.simplePrayerGlobe svg{min-height:290px}.simpleGlobeCaption{font-size:20px;right:12px;bottom:12px}.aboutCollageOption3{min-height:690px}.aboutCollageOption3 .collageNote{left:4%;right:4%;width:auto;font-size:25px}.aboutCollageOption3 .collageCandle{top:115px;right:3%;width:55%;height:165px}.aboutCollageOption3 .collageConversation{top:260px;left:3%;width:58%;height:185px}.aboutCollageOption3 .collageJourney{top:330px;right:3%;width:48%;height:185px}.aboutCollageOption3 .collageOnline{left:12%;width:76%;height:165px;bottom:25px}.aboutCollageOption3 .collageFaithCard,.collageSmallNote{display:none}.realisticGlobeVisual{min-height:330px}.quadContent b{font-size:21px}.quadContent small{font-size:9px}.quadContent span{font-size:25px}}.aboutHighlightBand{background:#fffaf1!important;padding-top:64px!important;padding-bottom:78px!important}.aboutHighlightBand .aboutSectionIntro{max-width:1120px!important;margin-bottom:36px!important}.aboutHighlightBand .aboutSectionIntro h2{max-width:1080px!important;font-size:clamp(48px,4.5vw,76px)!important;line-height:1!important;letter-spacing:-.025em!important;margin-bottom:22px!important}.aboutHighlightBand .aboutSectionIntro p{max-width:1050px!important;font-size:clamp(22px,1.7vw,28px)!important;line-height:1.4!important}.aboutHighlightBand .highlightGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important}.aboutHighlightBand .strongerHighlight{position:relative!important;overflow:hidden!important;min-height:300px!important;padding:46px 44px!important;border-radius:24px!important;border:1px solid rgba(93,62,31,.12)!important;box-shadow:0 14px 32px #4b331d14,inset 0 1px #ffffff40!important}.aboutHighlightBand .strongerHighlight:before,.aboutHighlightBand .strongerHighlight:after{content:""!important;position:absolute!important;border-radius:50%!important;pointer-events:none!important}.aboutHighlightBand .strongerHighlight:before{width:230px!important;height:230px!important;left:-125px!important;bottom:-155px!important;background:#ffffff1a!important}.aboutHighlightBand .strongerHighlight:after{width:240px!important;height:240px!important;right:-105px!important;top:-125px!important;background:#ffffff1f!important}.aboutHighlightBand .highlight1{background:linear-gradient(145deg,#df653d,#ce4e2c)!important}.aboutHighlightBand .highlight1 h3,.aboutHighlightBand .highlight1 p{color:#fffaf2!important}.aboutHighlightBand .highlight2{background:linear-gradient(145deg,#ffdc83,#f4c25e)!important}.aboutHighlightBand .highlight3{background:linear-gradient(145deg,#f9ddd0,#efc0ac)!important}.aboutHighlightBand .strongerHighlight h3{position:relative!important;z-index:2!important;font-size:clamp(34px,2.4vw,46px)!important;line-height:1.05!important;margin:0 0 26px!important}.aboutHighlightBand .strongerHighlight p{position:relative!important;z-index:2!important;max-width:95%!important;font-size:clamp(21px,1.55vw,27px)!important;line-height:1.38!important;margin:0!important}@media (max-width: 950px){.aboutHighlightBand .highlightGrid{grid-template-columns:1fr!important}.aboutHighlightBand .strongerHighlight{min-height:225px!important}}@media (max-width: 600px){.aboutHighlightBand{padding-top:44px!important;padding-bottom:50px!important}.aboutHighlightBand .strongerHighlight{padding:32px 26px!important}}.welcomeFeatureCard{position:relative!important;aspect-ratio:2.15 / 1!important;min-height:0!important;padding:18px!important;background:#f7f0e2!important;border-radius:34px!important;overflow:hidden!important;box-shadow:0 14px 32px #47331c14!important}.welcomeFeatureFrame{width:100%;height:100%;border-radius:26px!important;overflow:hidden!important;background:#efe6d6!important}.welcomeFeatureCard img{width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;object-position:center!important;display:block!important}.welcomeFeatureNote{position:absolute!important;right:34px!important;bottom:28px!important;z-index:4!important;width:min(245px,32%)!important;min-width:210px!important;padding:20px 22px!important;border-radius:20px!important;background:#fff9f0f5!important;border:1px solid #ead8b8!important;box-shadow:0 14px 28px #48381e1f!important;font-family:Caveat,cursive!important;font-size:clamp(24px,2vw,36px)!important;line-height:1.06!important;color:#5a4630!important;text-align:left!important}@media (max-width: 1100px){.welcomeFeatureCard{aspect-ratio:1.95 / 1!important}}@media (max-width: 800px){.welcomeFeatureCard{aspect-ratio:1.55 / 1!important;padding:14px!important}.welcomeFeatureNote{right:18px!important;bottom:18px!important;width:auto!important;min-width:0!important;max-width:250px!important;font-size:26px!important;padding:16px 18px!important}}@media (max-width: 560px){.welcomeFeatureCard{aspect-ratio:1.22 / 1!important}.welcomeFeatureNote{max-width:210px!important;font-size:22px!important;line-height:1.02!important}}.welcomeFeatureClean{position:relative!important;width:100%!important;aspect-ratio:2.15 / 1!important;overflow:hidden!important;padding:0!important;border:0!important;border-radius:26px!important;background:transparent!important;box-shadow:none!important}.welcomeFeatureClean img{display:block!important;width:132%!important;max-width:none!important;height:100%!important;object-fit:cover!important;object-position:left center!important;border:0!important;border-radius:26px!important}.welcomeFeatureNote{display:none!important}@media (max-width:900px){.welcomeFeatureClean{aspect-ratio:1.8 / 1!important}.welcomeFeatureClean img{width:125%!important}}@media (max-width:600px){.welcomeFeatureClean{aspect-ratio:1.45 / 1!important}.welcomeFeatureClean img{width:118%!important}}.welcomeFeatureClean{aspect-ratio:1.85 / 1!important}.welcomeFeatureClean img{width:100%!important;max-width:none!important;height:100%!important;object-fit:cover!important;object-position:center 46%!important}@media (max-width: 900px){.welcomeFeatureClean{aspect-ratio:1.7 / 1!important}.welcomeFeatureClean img{width:100%!important}}@media (max-width: 600px){.welcomeFeatureClean{aspect-ratio:1.45 / 1!important}.welcomeFeatureClean img{width:100%!important}}.programCard.card2 .programImage,.programCard.card3 .programImage{overflow:hidden!important;padding:0!important;margin:0!important}.programCard.card2 .programImage img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center 64%!important}.programCard.card3 .programImage img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center 57%!important}.programCard.card2 .programImage,.programCard.card3 .programImage{border:0!important;background:transparent!important}.programGrid .programCard.card2 .programImage,.programGrid .programCard.card3 .programImage{height:245px!important;overflow:hidden!important;padding:0!important;background:transparent!important}.programGrid .programCard.card2 .programImage img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 76%!important;transform:none!important}.programGrid .programCard.card3 .programImage img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 58%!important;transform:translateY(-4px) scale(1.035)!important;transform-origin:center center!important}@media (max-width: 800px){.programGrid .programCard.card2 .programImage,.programGrid .programCard.card3 .programImage{height:220px!important}}.programGrid .sharpenedCard .programImage,.programGrid .programCard.card1 .programImage,.programGrid .programCard.card2 .programImage,.programGrid .programCard.card3 .programImage,.programGrid .programCard.card4 .programImage{height:205px!important;min-height:205px!important;max-height:205px!important;overflow:hidden!important;padding:0!important;margin:0!important}.programGrid .programCard.card2 .programImage img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 68%!important;transform:none!important}.programGrid .programCard.card3 .programImage img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 46%!important;transform:translateY(-5px) scale(1.045)!important;transform-origin:center center!important}.programGrid .programCard.card1 .programImage img,.programGrid .programCard.card4 .programImage img{transform:none!important}.homePrayerBand{background:radial-gradient(circle at 78% 18%,rgba(255,176,82,.17),transparent 31%),linear-gradient(135deg,#fffaf1,#fff2db 55%,#fce4c2)!important;border:1px solid rgba(223,177,108,.22)!important;box-shadow:0 16px 40px #71481b14!important}.prayerGlobeB{position:relative!important;min-height:350px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:28px!important;border:1px solid rgba(225,173,97,.45)!important;background:radial-gradient(circle at 62% 35%,rgba(255,199,112,.28),transparent 35%),linear-gradient(145deg,#fffdf7,#fff3db 60%,#f8dfba)!important;box-shadow:0 15px 36px #67461f1a!important}.prayerGlobeB svg{width:100%!important;height:100%!important;min-height:350px!important;display:block!important}.globeBGrid{stroke:#c9b99f!important;stroke-width:1.35!important;opacity:.5!important}.globeBLand{fill:#c8b79c!important;opacity:.72!important}.globeBOrbits{stroke:#ff6541!important;stroke-width:3!important;opacity:.94!important}.globeBDots circle{fill:#ff4b2d!important;stroke:#fffaf0!important;stroke-width:4!important;filter:drop-shadow(0 4px 6px rgba(189,65,29,.18))!important}.globeBLabel{position:absolute!important;right:24px!important;bottom:20px!important;padding:10px 18px!important;border-radius:999px!important;background:#fffbf2f0!important;border:1px solid rgba(225,168,90,.4)!important;font-family:Caveat,cursive!important;font-size:23px!important;line-height:1!important;color:#76563a!important;box-shadow:0 8px 18px #593c1912!important}.homePrayerQuote.softerPrayerQuote{position:relative!important;overflow:hidden!important;padding:28px 34px 28px 40px!important;background:linear-gradient(125deg,#fff3dc,#ffe4c5 55%,#ffd7c2)!important;border:1px solid rgba(225,151,92,.38)!important;box-shadow:0 13px 30px #6f461c17!important}.homePrayerQuote.softerPrayerQuote:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:7px!important;background:linear-gradient(#ff4b2d,#f19a32)!important}.homePrayerQuote.softerPrayerQuote blockquote{color:#332c25!important;font-size:clamp(27px,2.2vw,36px)!important;line-height:1.12!important;max-width:850px!important}.homePrayerQuote.softerPrayerQuote span{color:#e64a28!important;font-weight:700!important;letter-spacing:.18em!important}.homePrayerMeta div{background:#fffc!important;border:1px solid rgba(230,180,105,.32)!important;box-shadow:0 8px 22px #6849220d!important}.homePrayerMeta strong{color:#536731!important}@media (max-width:800px){.prayerGlobeB{min-height:290px!important}.prayerGlobeB svg{min-height:290px!important}.globeBLabel{right:12px!important;bottom:12px!important;font-size:19px!important}}.homePrayerBand{margin-top:0!important;margin-bottom:0!important;border-top:0!important;border-radius:0!important;background:radial-gradient(circle at 78% 18%,rgba(255,176,82,.17),transparent 31%),linear-gradient(135deg,#fffaf1,#fff2db 55%,#fce4c2)!important;box-shadow:none!important}.homePrayerBand:before,.homePrayerBand:after{border:0!important}.programSection+.homePrayerBand,.welcomeSection+.homePrayerBand,.homePathways+.homePrayerBand{margin-top:0!important}.prayerGlobeB{border-radius:28px!important}.homePathways{padding-top:72px!important;padding-bottom:105px!important;background:radial-gradient(circle at 15% 20%,rgba(242,111,63,.08),transparent 28%),radial-gradient(circle at 80% 72%,rgba(224,174,65,.1),transparent 30%),linear-gradient(180deg,#fffaf1,#fdf5e7)!important}.homePathways .sectionHeadingRow h2{font-size:clamp(44px,3.8vw,64px)!important;line-height:1!important}.homePathways .sectionHeadingRow p{font-size:16px!important;letter-spacing:.08em!important;color:#5f594e!important}.homePathways .pathwayGrid{gap:26px!important}.homePathways .pathwayCard{min-height:330px!important;padding:42px 32px 46px!important;border-radius:26px!important;border:1px solid rgba(180,138,81,.22)!important;box-shadow:0 14px 34px #4b341d12!important;justify-content:flex-start!important;transition:transform .22s ease,box-shadow .22s ease!important}.homePathways .pathwayCard:hover{transform:translateY(-4px)!important;box-shadow:0 20px 42px #4b341d1c!important}.homePathways .pathwayCard.tone1{background:linear-gradient(155deg,#fff7f1,#f8ded0)!important}.homePathways .pathwayCard.tone2{background:linear-gradient(155deg,#fff8df,#f5dda0)!important}.homePathways .pathwayCard.tone3{background:linear-gradient(155deg,#f8fbef,#dfe9c8)!important}.homePathways .pathwayCard.tone4{background:linear-gradient(155deg,#fff8ee,#edd9bf)!important}.homePathways .pathwayCard>span{margin-bottom:28px!important;color:#ff4b2d!important;font-size:42px!important;line-height:1!important}.homePathways .pathwayCard svg{width:52px!important;height:52px!important;stroke:#ff4b2d!important;fill:none!important}.homePathways .pathwayCard svg circle{fill:#ff4b2d!important}.homePathways .pathwayCard svg .pathLine{stroke:#ff4b2d!important}.homePathways .pathwayCard h3{margin-bottom:20px!important;font-size:clamp(31px,2.2vw,40px)!important;line-height:1.05!important;color:#23241f!important}.homePathways .pathwayCard p{max-width:310px!important;font-size:clamp(21px,1.5vw,26px)!important;line-height:1.28!important;color:#4f4d46!important}@media (max-width: 1050px){.homePathways .pathwayGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.homePathways .pathwayCard{min-height:300px!important}}@media (max-width: 650px){.homePathways{padding-top:55px!important;padding-bottom:70px!important}.homePathways .sectionHeadingRow{margin-bottom:30px!important}.homePathways .pathwayGrid{grid-template-columns:1fr!important;gap:18px!important}.homePathways .pathwayCard{min-height:250px!important;padding:34px 26px 38px!important}}.homePathways{background:radial-gradient(circle at 10% 20%,rgba(233,104,59,.08),transparent 24%),radial-gradient(circle at 85% 78%,rgba(214,165,58,.1),transparent 28%),linear-gradient(180deg,#fffaf1,#fcf4e7);padding-top:78px!important;padding-bottom:110px!important}.homePathways .sectionHeadingRow{margin-bottom:44px!important;align-items:flex-start!important}.homePathways .pathwayGrid{gap:30px!important}.homePathways .pathwayCard{min-height:340px!important;padding:44px 34px 48px!important;border-radius:28px!important;border:1px solid rgba(122,88,45,.12)!important;box-shadow:0 16px 38px #4a341c14!important;position:relative!important;overflow:hidden!important}.homePathways .pathwayCard:after{content:"";position:absolute;right:-30px;bottom:-30px;width:170px;height:170px;border-radius:50%;background:#ffffff24;pointer-events:none}.homePathways .pathwayCard.tone1{background:linear-gradient(160deg,#e86a3b,#cf5632)!important;color:#fffaf5!important}.homePathways .pathwayCard.tone1 h3,.homePathways .pathwayCard.tone1 p{color:#fffaf5!important}.homePathways .pathwayCard.tone2{background:linear-gradient(160deg,#f1cf70,#dfb34a)!important}.homePathways .pathwayCard.tone2 h3{color:#2d241a!important}.homePathways .pathwayCard.tone2 p{color:#4d4337!important}.homePathways .pathwayCard.tone3{background:linear-gradient(160deg,#dbe8c8,#bfd39e)!important}.homePathways .pathwayCard.tone3 h3{color:#24301f!important}.homePathways .pathwayCard.tone3 p{color:#455040!important}.homePathways .pathwayCard.tone4{background:linear-gradient(160deg,#ead7ba,#d8b286)!important}.homePathways .pathwayCard.tone4 h3{color:#2d241a!important}.homePathways .pathwayCard.tone4 p{color:#4d4337!important}.homePathways .pathwayCard svg,.homePathways .pathwayCard>span{color:#ff4b2d!important;stroke:#ff4b2d!important}.homePathways .pathwayCard h3{margin:0 0 22px!important;font-size:clamp(32px,2.2vw,42px)!important;line-height:1.04!important}.homePathways .pathwayCard p{margin:0!important;max-width:320px!important;font-size:clamp(21px,1.45vw,26px)!important;line-height:1.3!important}.homePathways .pathwayCard>span,.homePathways .pathwayCard svg{margin-bottom:28px!important}@media (max-width: 700px){.homePathways .pathwayGrid{grid-template-columns:1fr!important;gap:18px!important}.homePathways .pathwayCard{min-height:270px!important;padding:34px 24px 36px!important}}.homePathways{padding-top:62px!important;padding-bottom:82px!important;background:linear-gradient(180deg,#fffaf2,#fcf5e9)!important}.homePathways .sectionHeadingRow{margin-bottom:34px!important}.homePathways .sectionHeadingRow h2{font-size:clamp(43px,3.5vw,58px)!important}.homePathways .pathwayGrid{gap:22px!important}.homePathways .pathwayCard{min-height:290px!important;padding:36px 30px 40px!important;border-radius:24px!important;border:1px solid rgba(138,102,57,.15)!important;box-shadow:0 10px 26px #49351f0f!important;overflow:hidden!important}.homePathways .pathwayCard:before,.homePathways .pathwayCard:after{display:none!important}.homePathways .pathwayCard.tone1{background:linear-gradient(155deg,#f7ddd2,#efc1ad)!important}.homePathways .pathwayCard.tone2{background:linear-gradient(155deg,#faefc9,#efd98d)!important}.homePathways .pathwayCard.tone3{background:linear-gradient(155deg,#eef3df,#d6e2ba)!important}.homePathways .pathwayCard.tone4{background:linear-gradient(155deg,#f6eadb,#e7d0b3)!important}.homePathways .pathwayCard h3{color:#26261f!important;font-size:clamp(30px,2vw,37px)!important;line-height:1.05!important;margin-bottom:18px!important}.homePathways .pathwayCard p{color:#535047!important;font-size:clamp(20px,1.35vw,24px)!important;line-height:1.28!important;max-width:310px!important}.homePathways .pathwayCard>span{color:#f04b2f!important;margin-bottom:24px!important}.homePathways .pathwayCard svg{stroke:#f04b2f!important;fill:none!important;width:48px!important;height:48px!important}.homePathways .pathwayCard svg circle{fill:#f04b2f!important}.homePathways .pathwayCard svg .pathLine{stroke:#f04b2f!important}@media (max-width: 650px){.homePathways{padding-top:48px!important;padding-bottom:62px!important}.homePathways .pathwayGrid{grid-template-columns:1fr!important;gap:17px!important}.homePathways .pathwayCard{min-height:245px!important;padding:30px 25px 34px!important}}.homePathways{position:relative!important;padding-top:68px!important;padding-bottom:92px!important;background:#fffaf2!important;background-image:none!important;overflow:hidden!important}.homePathways .sectionHeadingRow h2{color:#22231f!important;font-size:clamp(46px,4vw,66px)!important;line-height:.98!important;letter-spacing:-.025em!important;margin:0!important}.homePathways .sectionHeadingRow p{color:#625b50!important;font-size:16px!important;letter-spacing:.07em!important;margin:8px 0 0!important}.homePathways .pathwayGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px!important}.homePathways .pathwayCard{position:relative!important;min-height:350px!important;padding:34px 30px 42px!important;border-radius:24px!important;overflow:hidden!important;box-shadow:0 12px 30px #48341d0f!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important}.homePathways .pathwayCard.tone1{--card-border: #da8065;--leaf-color: #c6816f;background:linear-gradient(145deg,#f9ddd2,#efc1b1)!important;border:1.5px solid #da8065!important}.homePathways .pathwayCard.tone2{--card-border: #d6a840;--leaf-color: #c99b3c;background:linear-gradient(145deg,#fbefc4,#efd684)!important;border:1.5px solid #d6a840!important}.homePathways .pathwayCard.tone3{--card-border: #7f9b6a;--leaf-color: #718c60;background:linear-gradient(145deg,#edf2dd,#cad9ad)!important;border:1.5px solid #7f9b6a!important}.homePathways .pathwayCard.tone4{--card-border: #a98059;--leaf-color: #9a7959;background:linear-gradient(145deg,#f7ead9,#e6cfb0)!important;border:1.5px solid #a98059!important}.homePathways .pathwayCard .outlineIcon{position:relative!important;z-index:3!important;width:78px!important;height:78px!important;margin:0 0 30px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#fffaf2b8!important;border:1px solid rgba(255,255,255,.68)!important;color:#f04b2f!important;box-shadow:0 7px 18px #46341f0a!important}.homePathways .pathwayCard .outlineIcon svg{width:44px!important;height:44px!important;stroke:#f04b2f!important;color:#f04b2f!important;fill:none!important}.homePathways .pathwayCard:before{content:""!important;display:block!important;position:relative!important;width:58%!important;height:1px!important;margin:-10px 0 28px!important;background:var(--card-border)!important;opacity:.48!important;border-radius:999px!important;flex:0 0 auto!important}.homePathways .pathwayCard:after{content:""!important;display:block!important;position:absolute!important;right:14px!important;bottom:0!important;width:118px!important;height:100px!important;background:var(--leaf-color)!important;opacity:.3!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100'%3E%3Cg fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M18 98 C42 76 69 48 105 18'/%3E%3Cpath d='M41 77 C28 67 29 53 31 45 C43 51 49 63 41 77Z'/%3E%3Cpath d='M58 61 C48 48 53 34 58 27 C68 37 70 50 58 61Z'/%3E%3Cpath d='M72 49 C73 34 84 25 92 21 C92 35 85 45 72 49Z'/%3E%3Cpath d='M82 36 C87 23 99 18 108 17 C105 30 96 37 82 36Z'/%3E%3Cpath d='M51 69 C59 70 70 67 78 59 C67 56 56 59 51 69Z'/%3E%3Cpath d='M68 53 C77 55 87 51 94 44 C83 41 74 44 68 53Z'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-repeat:no-repeat!important;-webkit-mask-position:bottom right!important;-webkit-mask-size:contain!important;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100'%3E%3Cg fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M18 98 C42 76 69 48 105 18'/%3E%3Cpath d='M41 77 C28 67 29 53 31 45 C43 51 49 63 41 77Z'/%3E%3Cpath d='M58 61 C48 48 53 34 58 27 C68 37 70 50 58 61Z'/%3E%3Cpath d='M72 49 C73 34 84 25 92 21 C92 35 85 45 72 49Z'/%3E%3Cpath d='M82 36 C87 23 99 18 108 17 C105 30 96 37 82 36Z'/%3E%3Cpath d='M51 69 C59 70 70 67 78 59 C67 56 56 59 51 69Z'/%3E%3Cpath d='M68 53 C77 55 87 51 94 44 C83 41 74 44 68 53Z'/%3E%3C/g%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;mask-position:bottom right!important;mask-size:contain!important;pointer-events:none!important}.homePathways .pathwayCard h3{position:relative!important;z-index:3!important;color:#26251f!important;font-size:clamp(30px,2vw,38px)!important;line-height:1.03!important;margin:0 0 20px!important}.homePathways .pathwayCard p{position:relative!important;z-index:3!important;max-width:285px!important;color:#4f4b43!important;font-size:clamp(20px,1.35vw,24px)!important;line-height:1.3!important;margin:0!important}@media (max-width: 1100px){.homePathways .pathwayGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 650px){.homePathways{padding-top:50px!important;padding-bottom:65px!important}.homePathways .sectionHeadingRow{margin-bottom:30px!important}.homePathways .pathwayGrid{grid-template-columns:1fr!important;gap:18px!important}.homePathways .pathwayCard{min-height:310px!important;padding:30px 25px 38px!important}}.homePathways{background:#fffaf2!important;background-image:none!important;padding:64px 0 82px!important}.homePathways .sectionHeadingRow{margin-bottom:42px!important;align-items:center!important}.homePathways .sectionHeadingRow h2{font-size:clamp(46px,4vw,64px)!important;line-height:1!important;color:#22231f!important}.homePathways .sectionHeadingRow p{color:#665f54!important}.homePathways .pathwayGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px!important}.homePathways .pathwayCard{position:relative!important;min-height:320px!important;padding:32px 30px 38px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;border-radius:24px!important;overflow:hidden!important;box-shadow:0 10px 26px #45311d0e!important}.homePathways .pathwayCard:before{display:none!important}.homePathways .pathwayCard.tone1{background:linear-gradient(145deg,#f7ddd4,#efc8ba)!important;border:1.5px solid #d9876e!important}.homePathways .pathwayCard.tone2{background:linear-gradient(145deg,#fbefc8,#f2dc96)!important;border:1.5px solid #d9ac3f!important}.homePathways .pathwayCard.tone3{background:linear-gradient(145deg,#edf2e2,#d5dfbd)!important;border:1.5px solid #82986c!important}.homePathways .pathwayCard.tone4{background:linear-gradient(145deg,#f7ecdf,#e8d5bd)!important;border:1.5px solid #aa835f!important}.homePathways .pathwayCard.tone1 h3,.homePathways .pathwayCard.tone1 p,.homePathways .pathwayCard.tone2 h3,.homePathways .pathwayCard.tone2 p,.homePathways .pathwayCard.tone3 h3,.homePathways .pathwayCard.tone3 p,.homePathways .pathwayCard.tone4 h3,.homePathways .pathwayCard.tone4 p{color:#2a2923!important}.homePathways .outlineIcon{position:relative!important;width:74px!important;height:74px!important;margin:0 0 52px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fffaf2b8!important;border:1px solid rgba(255,255,255,.75)!important;color:#f04b2f!important}.homePathways .outlineIcon:after{content:""!important;position:absolute!important;left:0!important;bottom:-26px!important;width:190px!important;height:1px!important;background:currentColor!important;opacity:.28!important}.homePathways .outlineIcon svg{width:42px!important;height:42px!important;stroke:#f04b2f!important;color:#f04b2f!important;fill:none!important}.homePathways .pathwayCard h3{font-size:clamp(29px,2vw,37px)!important;line-height:1.04!important;margin:0 0 19px!important;position:relative!important;z-index:2!important}.homePathways .pathwayCard p{font-size:clamp(19px,1.3vw,23px)!important;line-height:1.32!important;max-width:290px!important;margin:0!important;position:relative!important;z-index:2!important}.homePathways .pathwayCard:after{content:"⌁"!important;position:absolute!important;right:22px!important;bottom:17px!important;font-size:72px!important;line-height:1!important;color:#756a55!important;opacity:.11!important;transform:rotate(-28deg)!important;pointer-events:none!important}@media (max-width: 1050px){.homePathways .pathwayGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 650px){.homePathways .pathwayGrid{grid-template-columns:1fr!important}.homePathways .pathwayCard{min-height:280px!important}}.missionWaysV3{background:#fffaf2;padding-top:72px!important;padding-bottom:92px!important}.missionWaysHeading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:44px}.missionWaysHeading h2{margin:0;max-width:1050px;font-size:clamp(47px,4vw,68px);line-height:.98;letter-spacing:-.025em;color:#20211d}.missionWaysHeading p{margin:0 0 8px;white-space:nowrap;font-size:17px;letter-spacing:.06em;color:#655d52}.missionWaysGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.missionWayCard{position:relative;min-height:390px;padding:34px 34px 38px;border-radius:25px;overflow:hidden;box-shadow:0 12px 28px #46321d0e;color:#272620}.missionWay1{background:linear-gradient(150deg,#f7ded5,#efc8ba);border:1.5px solid #dd876d;--accent: #d86d50}.missionWay2{background:linear-gradient(150deg,#fbf0c9,#efd98d);border:1.5px solid #d8aa3d;--accent: #c99722}.missionWay3{background:linear-gradient(150deg,#edf2e2,#d2deba);border:1.5px solid #80976b;--accent: #71895d}.missionWay4{background:linear-gradient(150deg,#f7ecdf,#e7d1b5);border:1.5px solid #a9815c;--accent: #96704c}.missionIconCircle{width:78px;height:78px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fffbf4b8;border:1px solid rgba(255,255,255,.85);margin-bottom:26px}.missionIconCircle svg{width:44px;height:44px;stroke:#f04b2f!important;color:#f04b2f!important;fill:none!important}.missionDivider{width:74%;height:1px;margin-bottom:26px;background:var(--accent);opacity:.34}.missionWayCard h3{position:relative;z-index:2;margin:0 0 20px;font-size:clamp(31px,2vw,39px);line-height:1.03;color:#26251f!important}.missionWayCard p{position:relative;z-index:2;max-width:310px;margin:0;font-size:clamp(20px,1.35vw,24px);line-height:1.32;color:#504c43!important}.missionWayCard h3:after{content:"";display:block;width:46px;height:2px;margin-top:18px;margin-bottom:2px;border-radius:999px;background:var(--accent);opacity:.7}.missionLeaf{position:absolute;width:118px;height:95px;right:12px;bottom:6px;opacity:.22;stroke:var(--accent);stroke-width:2;fill:none;pointer-events:none}@media (max-width: 1100px){.missionWaysGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.missionWaysHeading{align-items:flex-start;flex-direction:column}}@media (max-width: 650px){.missionWaysV3{padding-top:52px!important;padding-bottom:65px!important}.missionWaysGrid{grid-template-columns:1fr;gap:18px}.missionWayCard{min-height:330px;padding:30px 26px 34px}.missionWaysHeading p{white-space:normal}}.missionIconCircle svg{stroke:#f04b2f!important;color:#f04b2f!important;stroke-width:2.2!important}.missionIconCircle{background:#fff8ecd1!important;border-color:#ffffffeb!important}.missionDivider{height:1.5px!important;opacity:.48!important}.missionWayCard h3:after{height:2.5px!important;opacity:.82!important}.missionWayCard:after{content:""!important;position:absolute!important;right:18px!important;bottom:14px!important;width:92px!important;height:72px!important;background:var(--accent)!important;opacity:.15!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 75'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 68 C35 54 53 38 78 14'/%3E%3Cpath d='M37 50 C28 45 27 36 29 30 C38 34 42 42 37 50Z'/%3E%3Cpath d='M52 37 C46 29 49 21 54 16 C61 23 60 31 52 37Z'/%3E%3Cpath d='M59 32 C68 32 74 27 79 21 C69 19 62 23 59 32Z'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-repeat:no-repeat!important;-webkit-mask-position:center!important;-webkit-mask-size:contain!important;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 75'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 68 C35 54 53 38 78 14'/%3E%3Cpath d='M37 50 C28 45 27 36 29 30 C38 34 42 42 37 50Z'/%3E%3Cpath d='M52 37 C46 29 49 21 54 16 C61 23 60 31 52 37Z'/%3E%3Cpath d='M59 32 C68 32 74 27 79 21 C69 19 62 23 59 32Z'/%3E%3C/g%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;mask-position:center!important;mask-size:contain!important;pointer-events:none!important}.missionWayCard:after{content:""!important;position:absolute!important;right:18px!important;bottom:16px!important;width:86px!important;height:64px!important;background:var(--accent)!important;opacity:.14!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 72'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 62 C38 51 56 36 78 15'/%3E%3Cpath d='M39 47 C32 43 29 36 31 29 C39 32 44 39 39 47Z'/%3E%3Cpath d='M54 35 C50 28 51 21 56 16 C62 22 62 29 54 35Z'/%3E%3Cpath d='M59 31 C66 31 73 27 77 21 C69 19 63 23 59 31Z'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-repeat:no-repeat!important;-webkit-mask-position:center!important;-webkit-mask-size:contain!important;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 72'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 62 C38 51 56 36 78 15'/%3E%3Cpath d='M39 47 C32 43 29 36 31 29 C39 32 44 39 39 47Z'/%3E%3Cpath d='M54 35 C50 28 51 21 56 16 C62 22 62 29 54 35Z'/%3E%3Cpath d='M59 31 C66 31 73 27 77 21 C69 19 63 23 59 31Z'/%3E%3C/g%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;mask-position:center!important;mask-size:contain!important;pointer-events:none!important}.missionWayCard h3:after{display:none!important}.missionWayCard p{font-family:Cormorant Garamond,Georgia,serif!important;font-size:23px!important;line-height:1.15!important;color:#3f443f!important}.missionWayCard h3{font-family:Cormorant Garamond,Georgia,serif!important}.missionWayCard:after{display:none!important}.missionLeaf{display:block!important;position:absolute!important;right:16px!important;bottom:10px!important;width:90px!important;height:72px!important;opacity:.16!important;stroke:var(--accent)!important;stroke-width:1.6!important;stroke-linecap:round!important;stroke-linejoin:round!important;fill:none!important;pointer-events:none!important}.missionWay1 .missionLeaf{transform:rotate(-5deg)!important}.missionWay2 .missionLeaf{transform:rotate(-3deg)!important}.missionWay3 .missionLeaf{transform:rotate(-4deg)!important}.missionWay4 .missionLeaf{transform:rotate(-2deg)!important}.missionWayCard:after{content:""!important;display:block!important;position:absolute!important;right:12px!important;bottom:5px!important;width:115px!important;height:95px!important;background-image:url(/images/mission-leaf.png)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;opacity:.2!important;transform:none!important;pointer-events:none!important;z-index:1!important}.missionWayCard:after{content:""!important;position:absolute!important;right:22px!important;bottom:18px!important;width:88px!important;height:64px!important;background-image:url(/images/mission-leaf-clean.svg)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;opacity:.16!important;transform:none!important;pointer-events:none!important;z-index:1!important}.missionWayCard h3,.missionWayCard p,.missionIconCircle,.missionDivider{position:relative!important;z-index:2!important}.missionLeaf{display:none!important}.missionWayCard:after{display:none!important;content:none!important;background:none!important}@media (min-width: 901px){.homeHero{display:grid!important;grid-template-columns:46% 54%!important;min-height:720px!important;background:radial-gradient(circle at 30% 30%,#fff,#fff9ed 48%,#f8ebd3)!important;overflow:hidden!important}.homeHeroVisual{position:relative!important;min-height:720px!important;height:720px!important;overflow:hidden!important;background:#fff8eb!important}.homeHeroVisual:before{content:""!important;display:block!important;position:absolute!important;top:0!important;right:76%!important;bottom:0!important;left:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(90deg,#fffaf0 0%,rgba(255,250,240,.88) 22%,rgba(255,250,240,.42) 58%,transparent 100%)!important}.homeHeroVisual img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center 68%!important;border:0!important}}@media (max-width: 900px){.homeHeroVisual{height:auto!important;min-height:0!important;background:#fff8eb!important}.homeHeroVisual:before{display:none!important}.homeHeroVisual img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important;display:block!important}}.missionSystem .missionWheel{width:min(470px,100%)!important;aspect-ratio:1 / 1!important;position:relative!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:1fr 1fr!important;border-radius:50%!important;overflow:hidden!important;border:8px solid #fff!important;box-shadow:0 14px 34px #46321c1a!important}.missionSystem .quadContent>span{display:none!important}.missionSystem .quad{position:relative!important;padding:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;overflow:hidden!important}.missionSystem .quadContent{width:145px!important;max-width:145px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;position:relative!important;z-index:2!important}.missionSystem .q1 .quadContent{transform:translate(-24px,-12px)!important}.missionSystem .q2 .quadContent{transform:translate(24px,-12px)!important}.missionSystem .q3 .quadContent{transform:translate(-24px,8px)!important}.missionSystem .q4 .quadContent{transform:translate(24px,8px)!important}.missionSystem .quadContent b{display:block!important;margin:0 0 7px!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:27px!important;line-height:.94!important;color:#fff!important;text-align:center!important}.missionSystem .quadContent small{display:block!important;width:125px!important;max-width:125px!important;margin:0!important;font-size:11px!important;line-height:1.18!important;color:#fffffff0!important;text-align:center!important}.missionSystem .wheelCenter{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:128px!important;height:128px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fffdf8!important;box-shadow:0 8px 24px #382a1926!important;z-index:10!important;overflow:hidden!important}.missionSystem .wheelCenter img{width:96px!important;height:96px!important;object-fit:contain!important;display:block!important}.missionPhotoCard.charitySide img{width:100%!important;height:190px!important;object-fit:cover!important;object-position:center 42%!important;display:block!important}.missionPhotoCard img{width:100%!important;height:190px!important;object-fit:cover!important;display:block!important}@media (max-width: 1100px){.missionSystem .missionWheel{width:min(440px,100%)!important}.missionPhotoCard img,.missionPhotoCard.charitySide img{height:180px!important}}@media (max-width: 600px){.missionSystem .missionWheel{width:min(390px,100%)!important}.missionSystem .wheelCenter{width:108px!important;height:108px!important}.missionSystem .wheelCenter img{width:82px!important;height:82px!important}.missionSystem .quadContent b{font-size:22px!important}.missionSystem .quadContent small{font-size:10px!important;max-width:105px!important}}.missionSystem .missionWheel{width:min(470px,100%)!important;aspect-ratio:1 / 1!important;overflow:hidden!important}.missionSystem .quadContent>span,.missionSystem .quadContent>svg{display:none!important}.missionSystem .quad{position:relative!important;padding:0!important;overflow:hidden!important}.missionSystem .q1 .quadContent,.missionSystem .q2 .quadContent,.missionSystem .q3 .quadContent,.missionSystem .q4 .quadContent{transform:none!important}.missionSystem .quadContent{position:absolute!important;width:132px!important;max-width:132px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;z-index:3!important}.missionSystem .q1 .quadContent{left:54%!important;top:49%!important;transform:translate(-50%,-50%)!important}.missionSystem .q2 .quadContent{left:46%!important;top:49%!important;transform:translate(-50%,-50%)!important}.missionSystem .q3 .quadContent{left:54%!important;top:51%!important;transform:translate(-50%,-50%)!important}.missionSystem .q4 .quadContent{left:46%!important;top:51%!important;transform:translate(-50%,-50%)!important}.missionSystem .quadContent b{width:100%!important;margin:0 0 8px!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:25px!important;line-height:.94!important;color:#fff!important;text-align:center!important;white-space:normal!important;overflow:visible!important}.missionSystem .quadContent small{width:118px!important;max-width:118px!important;margin:0!important;font-size:10.5px!important;line-height:1.18!important;color:#fffffff2!important;text-align:center!important;white-space:normal!important;overflow:visible!important}.missionSystem .wheelCenter{width:116px!important;height:116px!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important}.missionSystem .wheelCenter img{width:88px!important;height:88px!important;object-fit:contain!important}@media (max-width: 600px){.missionSystem .quadContent{width:108px!important;max-width:108px!important}.missionSystem .quadContent b{font-size:20px!important}.missionSystem .quadContent small{width:98px!important;font-size:9px!important}.missionSystem .wheelCenter{width:96px!important;height:96px!important}.missionSystem .wheelCenter img{width:72px!important;height:72px!important}}.option4Mission{position:relative!important;display:grid!important;grid-template-columns:minmax(270px,1fr) minmax(420px,1.25fr) minmax(270px,1fr)!important;grid-template-areas:"heading heading heading" "leftTop wheel rightTop" "leftBottom wheel rightBottom"!important;gap:28px 42px!important;padding-top:58px!important;padding-bottom:90px!important;background:radial-gradient(circle at 50% 40%,rgba(228,173,87,.08),transparent 32%),linear-gradient(180deg,#fffdf9,#fbf7f0)!important}.option4MissionHeading{grid-area:heading!important;text-align:center!important;max-width:950px!important;margin:0 auto 16px!important}.option4MissionHeading .eyebrow{margin-bottom:12px!important}.option4MissionHeading h2{margin:0!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(48px,4vw,70px)!important;line-height:.95!important;color:#22231f!important}.option4MissionHeading h2 em{font-weight:400!important}.option4MissionHeading p{max-width:700px!important;margin:18px auto 0!important;font-size:17px!important;line-height:1.45!important;color:#655f56!important}.option4Mission .leftTop{grid-area:leftTop!important}.option4Mission .rightTop{grid-area:rightTop!important}.option4Mission .leftBottom{grid-area:leftBottom!important}.option4Mission .rightBottom{grid-area:rightBottom!important}.option4Mission .wheelWrap{grid-area:wheel!important}.option4Mission .missionPhotoCard{overflow:hidden!important;border-radius:20px!important;border:1px solid rgba(153,113,65,.16)!important;background:#fff!important;box-shadow:0 15px 34px #422f1c12!important}.option4Mission .missionPhotoCard img{width:100%!important;height:200px!important;object-fit:cover!important;display:block!important}.option4Mission .charitySide img{object-position:center 38%!important}.option4Mission .missionPhotoCard>div{padding:20px 22px 22px!important}.option4Mission .missionPhotoCard h3{margin:0 0 8px!important;font-size:30px!important;line-height:1!important}.option4Mission .missionPhotoCard p{margin:0 0 14px!important;font-size:16px!important}.option4Mission .missionPhotoCard span{color:#f04b2f!important;font-weight:700!important}.option4Mission .wheelWrap{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.option4Wheel{width:min(520px,100%)!important;aspect-ratio:1/1!important;position:relative!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:1fr 1fr!important;border-radius:50%!important;overflow:hidden!important;border:8px solid #fff!important;box-shadow:0 18px 42px #45311b1c!important}.option4Wheel .quad{position:relative!important;display:flex!important;justify-content:center!important;align-items:center!important;overflow:hidden!important}.option4Wheel .quad:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;opacity:.08!important;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.65),transparent 32%),radial-gradient(circle at 70% 70%,rgba(0,0,0,.15),transparent 36%)!important}.option4Wheel .q1{background:#cf512f!important}.option4Wheel .q2{background:#ebb224!important}.option4Wheel .q3{background:#66763e!important}.option4Wheel .q4{background:#df8228!important}.option4Wheel .quadContent{position:relative!important;z-index:2!important;width:150px!important;text-align:center!important}.option4Wheel .quadContent b{display:block!important;margin:0 0 10px!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:28px!important;line-height:.96!important;color:#fff!important}.option4Wheel .quadContent small{display:block!important;max-width:128px!important;margin:0 auto!important;font-size:11px!important;line-height:1.2!important;color:#fffffff5!important}.option4Wheel .wheelCenter{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:132px!important;height:132px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#fffdf9!important;box-shadow:0 9px 26px #3a2b1b29!important;z-index:10!important}.option4Wheel .wheelCenter img{width:100px!important;height:100px!important;object-fit:contain!important}.option4Mission .wheelCaption{margin-top:24px!important;font-size:13px!important;letter-spacing:.28em!important;color:#7b6b58!important}.option4Mission .wheelSubCaption{margin-top:18px!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:20px!important;font-style:italic!important;color:#897665!important}@media (max-width:1100px){.option4Mission{grid-template-columns:1fr 1fr!important;grid-template-areas:"heading heading" "wheel wheel" "leftTop rightTop" "leftBottom rightBottom"!important}.option4Mission .wheelWrap{margin-bottom:12px!important}}@media (max-width:650px){.option4Mission{grid-template-columns:1fr!important;grid-template-areas:"heading" "wheel" "leftTop" "rightTop" "leftBottom" "rightBottom"!important}.option4Wheel{width:min(390px,100%)!important}.option4Wheel .quadContent{width:108px!important}.option4Wheel .quadContent b{font-size:22px!important}.option4Wheel .quadContent small{font-size:9px!important}.option4Wheel .wheelCenter{width:100px!important;height:100px!important}.option4Wheel .wheelCenter img{width:76px!important;height:76px!important}}.missionSystem.option4Mission{display:grid!important;grid-template-columns:minmax(300px,.95fr) minmax(450px,1.15fr) minmax(300px,.95fr)!important;grid-template-rows:auto auto!important;grid-template-areas:"leftTop wheel rightTop" "leftBottom wheel rightBottom"!important;column-gap:52px!important;row-gap:28px!important;align-items:center!important;padding-top:54px!important;padding-bottom:86px!important;background:radial-gradient(circle at 50% 45%,rgba(224,170,78,.055),transparent 34%),#fffdfa!important}.missionSystem.option4Mission .option4MissionHeading{display:none!important}.missionSystem.option4Mission .leftTop{grid-area:leftTop!important}.missionSystem.option4Mission .leftBottom{grid-area:leftBottom!important}.missionSystem.option4Mission .rightTop{grid-area:rightTop!important}.missionSystem.option4Mission .rightBottom{grid-area:rightBottom!important}.missionSystem.option4Mission .wheelWrap{grid-area:wheel!important;align-self:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important}.missionSystem.option4Mission .missionPhotoCard{width:100%!important;margin:0!important;overflow:hidden!important;border-radius:20px!important;background:#fff!important;border:1px solid rgba(152,110,61,.16)!important;box-shadow:0 12px 30px #3f2e1b11!important}.missionSystem.option4Mission .missionPhotoCard img{display:block!important;width:100%!important;aspect-ratio:1.9 / 1!important;height:auto!important;min-height:0!important;max-height:none!important;object-fit:cover!important;border:0!important;margin:0!important;padding:0!important;transform:none!important}.missionSystem.option4Mission .leftTop img{object-position:center 46%!important}.missionSystem.option4Mission .leftBottom img,.missionSystem.option4Mission .charitySide img{object-position:center 54%!important}.missionSystem.option4Mission .rightBottom img{object-position:center 52%!important}.missionSystem.option4Mission .missionPhotoCard>div{padding:20px 24px 23px!important}.missionSystem.option4Mission .missionPhotoCard h3{margin:0 0 8px!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(28px,2vw,34px)!important;line-height:1!important;color:#24241f!important}.missionSystem.option4Mission .missionPhotoCard p{margin:0 0 15px!important;font-size:16px!important;line-height:1.35!important;color:#4f4d47!important}.missionSystem.option4Mission .missionPhotoCard span{display:inline-block!important;color:#f04b2f!important;font-size:15px!important;font-weight:700!important}.missionSystem.option4Mission .missionWheel,.missionSystem.option4Mission .option4Wheel{position:relative!important;width:min(520px,100%)!important;aspect-ratio:1 / 1!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:1fr 1fr!important;overflow:hidden!important;border-radius:50%!important;border:8px solid #fff!important;box-shadow:0 16px 38px #412f1a1b!important;flex:none!important}.missionSystem.option4Mission .missionWheel .quad{position:relative!important;margin:0!important;padding:0!important;overflow:hidden!important;display:block!important}.missionSystem.option4Mission .missionWheel .q1{background:linear-gradient(145deg,#d65331,#cb4c2d)!important}.missionSystem.option4Mission .missionWheel .q2{background:linear-gradient(145deg,#efb72a,#e4a91f)!important}.missionSystem.option4Mission .missionWheel .q3{background:linear-gradient(145deg,#718249,#63743f)!important}.missionSystem.option4Mission .missionWheel .q4{background:linear-gradient(145deg,#e68b2b,#da7c24)!important}.missionSystem.option4Mission .quadContent>span,.missionSystem.option4Mission .quadContent>svg{display:none!important}.missionSystem.option4Mission .quadContent{position:absolute!important;width:150px!important;max-width:150px!important;padding:0!important;margin:0!important;display:block!important;text-align:center!important;z-index:3!important}.missionSystem.option4Mission .q1 .quadContent{left:58%!important;top:48%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .q2 .quadContent{left:42%!important;top:48%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .q3 .quadContent{left:58%!important;top:52%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .q4 .quadContent{left:42%!important;top:52%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .quadContent b{display:block!important;width:100%!important;margin:0 0 10px!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:27px!important;line-height:.96!important;font-weight:700!important;color:#fff!important;text-align:center!important;white-space:normal!important;overflow:visible!important}.missionSystem.option4Mission .quadContent small{display:block!important;width:126px!important;max-width:126px!important;margin:0 auto!important;font-family:Arial,sans-serif!important;font-size:11px!important;line-height:1.25!important;color:#fffffff5!important;text-align:center!important;white-space:normal!important;overflow:visible!important}.missionSystem.option4Mission .wheelCenter{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:124px!important;height:124px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#fffdf9!important;box-shadow:0 8px 22px #34261726!important;overflow:hidden!important;z-index:20!important}.missionSystem.option4Mission .wheelCenter img{display:block!important;width:94px!important;height:94px!important;object-fit:contain!important;margin:0!important;padding:0!important}.missionSystem.option4Mission .wheelCaption{margin-top:24px!important;color:#756652!important;font-size:13px!important;letter-spacing:.28em!important;text-align:center!important}.missionSystem.option4Mission .wheelSubCaption{margin-top:17px!important;color:#8b7561!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:20px!important;font-style:italic!important;text-align:center!important}@media (max-width: 1100px){.missionSystem.option4Mission{grid-template-columns:1fr 1fr!important;grid-template-areas:"wheel wheel" "leftTop rightTop" "leftBottom rightBottom"!important;column-gap:24px!important;row-gap:24px!important}.missionSystem.option4Mission .wheelWrap{margin-bottom:20px!important}}@media (max-width: 650px){.missionSystem.option4Mission{grid-template-columns:1fr!important;grid-template-areas:"wheel" "leftTop" "rightTop" "leftBottom" "rightBottom"!important}.missionSystem.option4Mission .missionWheel,.missionSystem.option4Mission .option4Wheel{width:min(380px,100%)!important}.missionSystem.option4Mission .quadContent{width:106px!important;max-width:106px!important}.missionSystem.option4Mission .quadContent b{font-size:20px!important}.missionSystem.option4Mission .quadContent small{width:94px!important;font-size:8.5px!important}.missionSystem.option4Mission .wheelCenter{width:94px!important;height:94px!important}.missionSystem.option4Mission .wheelCenter img{width:70px!important;height:70px!important}}.missionSystem.option4Mission .missionPhotoCard img{display:block!important;width:100%!important;height:225px!important;aspect-ratio:auto!important;object-fit:cover!important;margin:0!important;padding:0!important;border:0!important;transform:scale(1.015)!important;transform-origin:center center!important}.missionSystem.option4Mission .leftTop img{object-position:center 55%!important}.missionSystem.option4Mission .rightTop img{object-position:center 48%!important}.missionSystem.option4Mission .leftBottom img,.missionSystem.option4Mission .charitySide img{object-position:center 64%!important}.missionSystem.option4Mission .rightBottom img{object-position:center 58%!important}.missionSystem.option4Mission .missionPhotoCard>div{padding:26px 30px 30px!important;min-height:145px!important}.missionSystem.option4Mission .missionPhotoCard h3{margin:0 0 10px!important;line-height:1.05!important}.missionSystem.option4Mission .missionPhotoCard p{margin:0 0 18px!important;line-height:1.4!important}.missionSystem.option4Mission .missionPhotoCard span{margin-top:2px!important}.missionSystem.option4Mission .q1 .quadContent{left:61%!important}.missionSystem.option4Mission .q2 .quadContent{left:39%!important}.missionSystem.option4Mission .q3 .quadContent{left:61%!important}.missionSystem.option4Mission .q4 .quadContent{left:39%!important}.missionSystem.option4Mission .quadContent{width:142px!important;max-width:142px!important}.missionSystem.option4Mission .quadContent small{width:116px!important;max-width:116px!important}@media (max-width: 1100px){.missionSystem.option4Mission .missionPhotoCard img{height:220px!important}}@media (max-width: 650px){.missionSystem.option4Mission .missionPhotoCard img{height:210px!important}.missionSystem.option4Mission .missionPhotoCard>div{padding:22px 24px 25px!important}}.missionSystem.option4Mission .missionPhotoCard{overflow:hidden!important;border-radius:20px!important;background:#fff!important}.missionSystem.option4Mission .missionPhotoCard img{width:100%!important;height:245px!important;display:block!important;object-fit:cover!important;transform:none!important;scale:none!important;margin:0!important;padding:0!important}.missionSystem.option4Mission .leftTop img{object-position:center 32%!important}.missionSystem.option4Mission .rightTop img{object-position:center 34%!important}.missionSystem.option4Mission .leftBottom img,.missionSystem.option4Mission .charitySide img{object-position:center 48%!important}.missionSystem.option4Mission .rightBottom img{object-position:center 47%!important}.missionSystem.option4Mission .missionPhotoCard>div{padding:28px 36px 32px!important;min-height:155px!important}.missionSystem.option4Mission .missionPhotoCard h3{margin:0 0 11px!important;font-size:clamp(29px,1.9vw,34px)!important;line-height:1.04!important}.missionSystem.option4Mission .missionPhotoCard p{margin:0 0 20px!important;font-size:16px!important;line-height:1.42!important;max-width:95%!important}.missionSystem.option4Mission .missionPhotoCard span{display:inline-block!important;margin-top:1px!important;font-size:15px!important}@media (min-width: 1101px){.missionSystem.option4Mission .missionPhotoCard{min-height:430px!important}}@media (max-width: 1100px){.missionSystem.option4Mission .missionPhotoCard img{height:235px!important}}@media (max-width: 650px){.missionSystem.option4Mission .missionPhotoCard img{height:225px!important}.missionSystem.option4Mission .missionPhotoCard>div{padding:25px 27px 29px!important}}.missionSystem.option4Mission .missionPhotoCard{padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;overflow:hidden!important;border-radius:20px!important}.missionSystem.option4Mission .missionPhotoCard>img:first-child{margin:0!important;padding:0!important;position:relative!important;top:0!important;width:100%!important;height:225px!important;flex:0 0 225px!important;object-fit:cover!important;display:block!important;border:0!important;border-radius:19px 19px 0 0!important}.missionSystem.option4Mission .missionPhotoCard:before{display:none!important;content:none!important}.missionSystem.option4Mission .missionPhotoCard>div{margin:0!important;padding:27px 34px 30px!important;flex:1 1 auto!important;background:#fff!important}.missionSystem.option4Mission .q1 .quadContent{left:60%!important;top:60%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .q2 .quadContent{left:40%!important;top:60%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .q3 .quadContent{left:60%!important;top:40%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .q4 .quadContent{left:40%!important;top:40%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .quadContent{width:145px!important;max-width:145px!important;margin:0!important;padding:0!important;text-align:center!important}.missionSystem.option4Mission .quadContent b{width:145px!important;margin:0 auto 9px!important;text-align:center!important;line-height:.98!important}.missionSystem.option4Mission .quadContent small{width:120px!important;max-width:120px!important;margin:0 auto!important;text-align:center!important;line-height:1.22!important}.missionSystem.option4Mission .wheelCenter{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important}@media (max-width: 650px){.missionSystem.option4Mission .missionPhotoCard>img:first-child{height:210px!important;flex-basis:210px!important}.missionSystem.option4Mission .quadContent{width:105px!important;max-width:105px!important}.missionSystem.option4Mission .quadContent b{width:105px!important}.missionSystem.option4Mission .quadContent small{width:92px!important;max-width:92px!important}}.missionSystem.option4Mission .missionPhotoCard{position:relative!important;display:block!important;padding:225px 0 0!important;margin:0!important;height:auto!important;min-height:0!important;overflow:hidden!important;border-radius:20px!important}.missionSystem.option4Mission .missionPhotoCard>img:first-child{position:absolute!important;top:0!important;left:0!important;right:0!important;width:100%!important;height:225px!important;margin:0!important;padding:0!important;display:block!important;object-fit:cover!important;transform:none!important;border:0!important;border-radius:0!important}.missionSystem.option4Mission .missionPhotoCard:before{content:none!important;display:none!important}.missionSystem.option4Mission .missionPhotoCard>div{position:relative!important;margin:0!important;padding:27px 34px 30px!important;background:#fff!important}.missionSystem.option4Mission .quadContent{position:absolute!important;width:154px!important;max-width:154px!important;height:112px!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;z-index:5!important}.missionSystem.option4Mission .q1 .quadContent{left:62%!important;top:62%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .q2 .quadContent{left:38%!important;top:62%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .q3 .quadContent{left:62%!important;top:38%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .q4 .quadContent{left:38%!important;top:38%!important;transform:translate(-50%,-50%)!important}.missionSystem.option4Mission .quadContent b{display:flex!important;align-items:center!important;justify-content:center!important;width:154px!important;min-height:54px!important;margin:0 0 5px!important;font-size:27px!important;line-height:.92!important;text-align:center!important;white-space:normal!important}.missionSystem.option4Mission .quadContent small{display:flex!important;align-items:flex-start!important;justify-content:center!important;width:122px!important;height:32px!important;margin:0 auto!important;font-size:10.5px!important;line-height:1.18!important;text-align:center!important}.missionSystem.option4Mission .wheelCenter{left:50%!important;top:50%!important;width:116px!important;height:116px!important;transform:translate(-50%,-50%)!important;margin:0!important}.missionSystem.option4Mission .wheelCenter img{width:87px!important;height:87px!important;object-fit:contain!important}@media (max-width: 650px){.missionSystem.option4Mission .missionPhotoCard{padding-top:210px!important}.missionSystem.option4Mission .missionPhotoCard>img:first-child{height:210px!important}.missionSystem.option4Mission .quadContent{width:108px!important;max-width:108px!important;height:88px!important}.missionSystem.option4Mission .quadContent b{width:108px!important;min-height:42px!important;font-size:20px!important}.missionSystem.option4Mission .quadContent small{width:92px!important;height:27px!important;font-size:8.5px!important}}.missionSystem.option4Mission .missionPhotoCard{position:relative!important;display:block!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:20px!important;background:#fff!important;line-height:normal!important}.missionSystem.option4Mission .missionPhotoCard:before,.missionSystem.option4Mission .missionPhotoCard:after{display:none!important;content:none!important}.missionSystem.option4Mission .missionPhotoMedia{position:relative!important;top:-1px!important;left:-1px!important;width:calc(100% + 2px)!important;height:228px!important;margin:0 0 -1px!important;padding:0!important;overflow:hidden!important;background:transparent!important;border-radius:19px 19px 0 0!important;line-height:0!important}.missionSystem.option4Mission .missionPhotoMedia img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;display:block!important;object-fit:cover!important;border:0!important;border-radius:0!important;transform:none!important}.missionSystem.option4Mission .leftTop .missionPhotoMedia img{object-position:center 46%!important}.missionSystem.option4Mission .rightTop .missionPhotoMedia img{object-position:center 48%!important}.missionSystem.option4Mission .leftBottom .missionPhotoMedia img,.missionSystem.option4Mission .charitySide .missionPhotoMedia img,.missionSystem.option4Mission .rightBottom .missionPhotoMedia img{object-position:center 50%!important}.missionSystem.option4Mission .missionPhotoBody{margin:0!important;padding:27px 32px 30px!important;background:#fff!important}.missionSystem.option4Mission .missionPhotoBody h3{margin:0 0 10px!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:31px!important;line-height:1.02!important;color:#26251f!important}.missionSystem.option4Mission .missionPhotoBody p{margin:0 0 19px!important;font-size:16px!important;line-height:1.4!important;color:#4d4b45!important}.missionSystem.option4Mission .missionPhotoBody span{margin:0!important;color:#f04b2f!important;font-size:15px!important;font-weight:700!important}.missionSystem.option4Mission .option4Wheel .quad,.missionSystem.option4Mission .missionWheel .quad{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;overflow:hidden!important}.missionSystem.option4Mission .quadContent{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:152px!important;max-width:152px!important;height:108px!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;z-index:4!important}.missionSystem.option4Mission .q1 .quadContent{transform:translate(18px,18px)!important}.missionSystem.option4Mission .q2 .quadContent{transform:translate(-18px,18px)!important}.missionSystem.option4Mission .q3 .quadContent{transform:translate(18px,-18px)!important}.missionSystem.option4Mission .q4 .quadContent{transform:translate(-18px,-18px)!important}.missionSystem.option4Mission .quadContent b{width:152px!important;min-height:52px!important;margin:0 0 5px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-family:Cormorant Garamond,Georgia,serif!important;font-size:26px!important;line-height:.94!important;color:#fff!important;text-align:center!important;white-space:normal!important}.missionSystem.option4Mission .quadContent small{width:120px!important;min-height:30px!important;margin:0!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;font-size:10px!important;line-height:1.18!important;color:#fffffff5!important;text-align:center!important;white-space:normal!important}.missionSystem.option4Mission .wheelCenter{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:116px!important;height:116px!important}@media (max-width: 650px){.missionSystem.option4Mission .missionPhotoMedia{height:210px!important}.missionSystem.option4Mission .missionPhotoBody{padding:24px 26px 27px!important}.missionSystem.option4Mission .quadContent{width:106px!important;max-width:106px!important;height:84px!important}.missionSystem.option4Mission .quadContent b{width:106px!important;min-height:40px!important;font-size:19px!important}.missionSystem.option4Mission .quadContent small{width:90px!important;min-height:24px!important;font-size:8px!important}.missionSystem.option4Mission .q1 .quadContent{transform:translate(11px,11px)!important}.missionSystem.option4Mission .q2 .quadContent{transform:translate(-11px,11px)!important}.missionSystem.option4Mission .q3 .quadContent{transform:translate(11px,-11px)!important}.missionSystem.option4Mission .q4 .quadContent{transform:translate(-11px,-11px)!important}}.whatDoV2Showcase.sectionPad{width:100%;max-width:1664px;margin:0 auto;padding:72px 64px 78px;display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,1.27fr) minmax(0,1fr);grid-template-rows:382px 382px;grid-template-areas:"leftTop wheel rightTop" "leftBottom wheel rightBottom";column-gap:38px;row-gap:20px;align-items:stretch;background:radial-gradient(circle at 50% 43%,rgba(222,165,76,.055),transparent 35%),#fffaf2}.whatDoV2LeftTop{grid-area:leftTop}.whatDoV2RightTop{grid-area:rightTop}.whatDoV2LeftBottom{grid-area:leftBottom}.whatDoV2RightBottom{grid-area:rightBottom}.whatDoV2Card{width:100%;height:382px;min-width:0;margin:0;padding:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(127,96,58,.16);border-radius:18px;background:#fff;box-shadow:0 10px 30px #46351f11;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.whatDoV2Card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #46351f17}.whatDoV2Media{flex:0 0 228px;width:100%;height:228px;margin:0;padding:0;overflow:hidden;background:#ece6dc;line-height:0}.whatDoV2Media img{width:100%;height:100%;max-width:none;margin:0;padding:0;display:block;object-fit:cover;border:0;border-radius:0;transform:none}.whatDoV2LeftTop .whatDoV2Media img{object-position:center 45%}.whatDoV2RightTop .whatDoV2Media img{object-position:center 48%}.whatDoV2LeftBottom .whatDoV2Media img,.whatDoV2RightBottom .whatDoV2Media img{object-position:center 50%}.whatDoV2Body{flex:1 1 auto;min-height:0;margin:0;padding:22px 24px 23px;display:flex;flex-direction:column;align-items:flex-start;background:#fff}.whatDoV2Body h3{margin:0 0 8px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(30px,2vw,34px);font-weight:700;line-height:1;color:#26241f}.whatDoV2Body p{margin:0 0 14px;font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.35;color:#4a4944}.whatDoV2Body span{margin-top:auto;display:inline-block;color:#f04421;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:700}.whatDoV2WheelWrap{grid-area:wheel;width:100%;min-width:0;align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.whatDoV2Wheel{position:relative;width:min(560px,100%);aspect-ratio:1 / 1;flex:0 0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;overflow:hidden;border:8px solid #fff;border-radius:50%;background:#fff;box-shadow:0 14px 35px #3e2e1c1c}.whatDoV2Quadrant{position:relative;min-width:0;min-height:0;margin:0;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center}.whatDoV2Quadrant.prayer{background:linear-gradient(145deg,#d95331,#cb4b2c)}.whatDoV2Quadrant.formation{background:linear-gradient(145deg,#f2bb27,#e6aa20)}.whatDoV2Quadrant.charity{background:linear-gradient(145deg,#74834b,#62733f)}.whatDoV2Quadrant.events{background:linear-gradient(145deg,#ea8b27,#d97b22)}.whatDoV2Quadrant:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 25% 24%,rgba(255,255,255,.09),transparent 37%),radial-gradient(circle at 78% 80%,rgba(0,0,0,.05),transparent 44%)}.whatDoV2QuadrantCopy{position:relative;z-index:2;width:178px;min-height:116px;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;color:#fff;text-align:center}.whatDoV2Quadrant.prayer .whatDoV2QuadrantCopy{transform:translate(18px,18px)}.whatDoV2Quadrant.formation .whatDoV2QuadrantCopy{transform:translate(-18px,18px)}.whatDoV2Quadrant.charity .whatDoV2QuadrantCopy{transform:translate(18px,-18px)}.whatDoV2Quadrant.events .whatDoV2QuadrantCopy{transform:translate(-18px,-18px)}.whatDoV2QuadrantCopy b{width:178px;margin:0 0 8px;padding:0;display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:30px;font-weight:700;line-height:.94;color:#fff;white-space:normal;overflow:visible;text-align:center}.whatDoV2QuadrantCopy small{width:142px;margin:0 auto;padding:0;display:block;font-family:Inter,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.22;color:#fffffffa;white-space:normal;overflow:visible;text-align:center}.whatDoV2Center{position:absolute;left:50%;top:50%;z-index:20;width:154px;height:154px;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:#fffdf9;box-shadow:0 7px 24px #35281926}.whatDoV2Center img{width:118px;height:118px;max-width:none;margin:0;padding:0;display:block;object-fit:contain}.whatDoV2Caption{margin-top:25px;color:#6f6254;font-family:Inter,Arial,sans-serif;font-size:13px;font-weight:600;line-height:1;letter-spacing:.34em;text-align:center;white-space:nowrap}.whatDoV2Caption i{margin:0 .2em;font-style:normal}.whatDoV2Subcaption{margin-top:17px;color:#8a7462;font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-style:italic;line-height:1;text-align:center}@media (max-width: 1180px){.whatDoV2Showcase.sectionPad{max-width:1080px;padding:56px 46px 72px;grid-template-columns:1fr 1fr;grid-template-rows:auto 382px 382px;grid-template-areas:"wheel wheel" "leftTop rightTop" "leftBottom rightBottom";column-gap:24px;row-gap:24px}.whatDoV2WheelWrap{margin-bottom:18px}.whatDoV2Wheel{width:min(540px,100%)}}@media (max-width: 720px){.whatDoV2Showcase.sectionPad{max-width:none;padding:42px 20px 58px;grid-template-columns:1fr;grid-template-rows:auto repeat(4,auto);grid-template-areas:"wheel" "leftTop" "rightTop" "leftBottom" "rightBottom";row-gap:20px}.whatDoV2Card{height:auto;min-height:360px}.whatDoV2Media{flex-basis:210px;height:210px}.whatDoV2Wheel{width:min(390px,100%);border-width:7px}.whatDoV2QuadrantCopy{width:116px;min-height:86px}.whatDoV2QuadrantCopy b{width:116px;margin-bottom:5px;font-size:21px}.whatDoV2QuadrantCopy small{width:100px;font-size:9px}.whatDoV2Quadrant.prayer .whatDoV2QuadrantCopy{transform:translate(11px,11px)}.whatDoV2Quadrant.formation .whatDoV2QuadrantCopy{transform:translate(-11px,11px)}.whatDoV2Quadrant.charity .whatDoV2QuadrantCopy{transform:translate(11px,-11px)}.whatDoV2Quadrant.events .whatDoV2QuadrantCopy{transform:translate(-11px,-11px)}.whatDoV2Center{width:108px;height:108px}.whatDoV2Center img{width:82px;height:82px}.whatDoV2Caption{font-size:10px;letter-spacing:.23em;white-space:normal}.whatDoV2Subcaption{font-size:18px}}.whatDoV2QuadrantCopy small{font-family:Cormorant Garamond,Georgia,serif!important;font-size:15px!important;font-weight:500!important;line-height:1.18!important;letter-spacing:0!important}.whatDoV2Card{padding-top:0!important;overflow:hidden!important}.whatDoV2Media{margin:0!important;padding:0!important;height:228px!important;flex:0 0 228px!important;overflow:hidden!important;line-height:0!important;border-top-left-radius:18px!important;border-top-right-radius:18px!important}.whatDoV2Card>.whatDoV2Media:first-child{margin-top:0!important}.whatDoV2Media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;object-fit:cover!important;object-position:center center!important}.aboutCollageSingle{width:100%;min-height:0;display:flex;align-items:center;justify-content:center}.aboutCollageSingle img{width:100%;max-width:760px;height:auto;display:block;border-radius:22px;box-shadow:0 18px 44px #4d371c24}@media (max-width: 980px){.aboutCollageSingle img{max-width:100%}}.aboutCollage.aboutCollageOption3,.refreshedAboutIntro .aboutCollage.aboutCollageOption3{background:none!important;background-color:transparent!important;background-image:none!important;border:none!important;outline:none!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.aboutCollage.aboutCollageOption3:before,.aboutCollage.aboutCollageOption3:after,.refreshedAboutIntro .aboutCollage.aboutCollageOption3:before,.refreshedAboutIntro .aboutCollage.aboutCollageOption3:after{content:none!important;display:none!important;background:none!important;border:none!important;box-shadow:none!important}.aboutIntro.refreshedAboutIntro{background:transparent!important;background-color:transparent!important;background-image:none!important;border:0!important;outline:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.aboutIntro.refreshedAboutIntro:before,.aboutIntro.refreshedAboutIntro:after{content:none!important;display:none!important;background:none!important;border:0!important;box-shadow:none!important}.aboutCollage.aboutCollageOption3{position:relative!important;display:block!important;overflow:visible!important}.aboutLiveCollageClean{position:relative!important;background:transparent!important;background-color:transparent!important;background-image:none!important;border:none!important;outline:none!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.aboutLiveCollageClean:before,.aboutLiveCollageClean:after{content:none!important;display:none!important}.aboutCollageSingle{display:none!important}.realOrbitOne .movingGlobeDot{left:0%;top:50%;transform:translate(-50%,-50%)!important;animation:globeRedDotTravel 8s linear infinite!important}@keyframes globeRedDotTravel{0%{left:0%;top:50%}12.5%{left:14.645%;top:14.645%}25%{left:50%;top:0%}37.5%{left:85.355%;top:14.645%}50%{left:100%;top:50%}62.5%{left:85.355%;top:85.355%}75%{left:50%;top:100%}87.5%{left:14.645%;top:85.355%}to{left:0%;top:50%}}.realOrbitOne{transform:rotate(-13deg)!important;animation:none!important}.realOrbitOne .movingGlobeDot{position:absolute!important;left:0!important;top:0!important;width:10px!important;height:10px!important;border-radius:50%!important;background:#ff4b2b!important;box-shadow:0 0 0 3px #fffaf0eb,0 0 10px 3px #ff5a2d8c!important;transform:none!important;offset-path:ellipse(50% 50% at 50% 50%)!important;offset-distance:0%;offset-rotate:0deg!important;animation:globeDotRealOrbit 8s linear infinite!important}@keyframes globeDotRealOrbit{0%{offset-distance:0%;opacity:1}45%{offset-distance:45%;opacity:1}49%{offset-distance:49%;opacity:0}92%{offset-distance:92%;opacity:0}96%{offset-distance:96%;opacity:1}to{offset-distance:100%;opacity:1}}@keyframes globeDotRealOrbit{0%{offset-distance:0%;opacity:1}58%{offset-distance:58%;opacity:1}62%{offset-distance:62%;opacity:0}79%{offset-distance:79%;opacity:0}83%{offset-distance:83%;opacity:1}to{offset-distance:100%;opacity:1}}@keyframes globeDotRealOrbit{0%{offset-distance:0%;opacity:1}64%{offset-distance:64%;opacity:1}68%{offset-distance:68%;opacity:0}85%{offset-distance:85%;opacity:0}89%{offset-distance:89%;opacity:1}to{offset-distance:100%;opacity:1}}@keyframes globeDotRealOrbit{0%{offset-distance:0%;opacity:1}64%{offset-distance:64%;opacity:1}68%{offset-distance:68%;opacity:0}91%{offset-distance:91%;opacity:0}95%{offset-distance:95%;opacity:1}to{offset-distance:100%;opacity:1}}.communityBand.betterCommunityBand{position:relative!important;overflow:hidden!important}.communityBand.betterCommunityBand>img{position:absolute!important;left:0!important;top:-32px!important;width:100%!important;height:calc(100% + 32px)!important;object-fit:cover!important;object-position:center 42%!important;margin:0!important;padding:0!important;transform:scale(1.01)!important}.communityBand.betterCommunityBand:after{z-index:1!important}.communityBand.betterCommunityBand .bandOverlay{z-index:2!important}.communityBand.betterCommunityBand{height:365px!important}.communityBand.betterCommunityBand>img{height:calc(100% + 32px)!important;object-position:center 40%!important}.whyGrid article>span{display:none!important}.whyGrid article h3{margin-top:0!important;margin-bottom:16px!important;max-width:330px!important}.whyGrid article p{max-width:330px!important;font-size:18px!important;line-height:1.55!important;color:#514f48!important}.communityBand.betterCommunityBand .bandOverlay,.communityBand.betterCommunityBand .bandOverlay p,.communityBand.betterCommunityBand .bandOverlay div{font-family:Cormorant Garamond,Georgia,serif!important;font-size:22px!important;font-weight:600!important;line-height:1.35!important;letter-spacing:.07em!important}.whyGrid>h2{font-family:Cormorant Garamond,Georgia,serif!important;font-weight:600!important}.whyGrid article h3{font-family:Cormorant Garamond,Georgia,serif!important;font-size:27px!important;font-weight:600!important;line-height:1.05!important;letter-spacing:-.01em!important}.whyGrid article p{font-family:Cormorant Garamond,Georgia,serif!important;font-size:21px!important;font-weight:500!important;line-height:1.42!important;letter-spacing:0!important;color:#4b4942!important}.whySection{grid-template-columns:minmax(0,1.9fr) minmax(340px,.85fr)!important;gap:52px!important;align-items:start!important}.whyGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;column-gap:0!important;align-items:stretch!important}.whyGrid>h2{grid-column:1 / -1!important;margin-bottom:30px!important}.whyGrid article{position:relative!important;padding:0 30px!important;min-width:0!important}.whyGrid article:first-of-type{padding-left:0!important}.whyGrid article:last-of-type{padding-right:0!important}.whyGrid article+article{border-left:1.5px solid rgba(242,70,38,.32)!important}.whyGrid article h3{font-family:Cormorant Garamond,Georgia,serif!important;font-size:26px!important;line-height:1.08!important;font-weight:600!important;margin:0 0 22px!important;max-width:260px!important}.whyGrid article p{font-family:Cormorant Garamond,Georgia,serif!important;font-size:19px!important;line-height:1.5!important;font-weight:500!important;max-width:255px!important;margin:0!important;color:#514d45!important}@media (max-width: 1100px){.whySection{grid-template-columns:1fr!important}.whyGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;row-gap:38px!important}.whyGrid article{padding:0 28px!important}.whyGrid article:nth-of-type(odd){padding-left:0!important;border-left:0!important}.whyGrid article:nth-of-type(2n){border-left:1.5px solid rgba(242,70,38,.32)!important}.whyGrid article h3,.whyGrid article p{max-width:100%!important}}@media (max-width: 650px){.whyGrid{grid-template-columns:1fr!important}.whyGrid article,.whyGrid article:first-of-type,.whyGrid article:last-of-type{padding:24px 0 0!important;border-left:0!important}.whyGrid article+article{border-top:1.5px solid rgba(242,70,38,.28)!important}}.programV4Page{background:#fffdf8;color:#24231f}.programV4Hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:58px;align-items:center;min-height:650px;padding-top:76px;padding-bottom:76px;background:linear-gradient(112deg,#fffaf0,#fffdf8 46%,#f8eddc)}.programV4HeroCopy{max-width:680px}.programV4HeroCopy .eyebrow{margin-bottom:18px;color:#ef4727}.programV4HeroCopy h1{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(64px,6.3vw,102px);font-weight:600;line-height:.88;letter-spacing:-.035em;margin:0 0 26px;color:#22211d}.programV4HeroCopy p{max-width:660px;font-family:Cormorant Garamond,Georgia,serif;font-size:26px;line-height:1.35;color:#4f4a42;margin:0 0 30px}.programV4HeroActions{display:flex;gap:13px;align-items:center;flex-wrap:wrap}.programV4HeroMedia{height:520px;border-radius:28px;overflow:hidden;box-shadow:0 20px 55px #50361924;background:#eee5d8}.programV4HeroMedia img{width:100%;height:100%;display:block;object-fit:cover}.programV4Quote{text-align:center;padding-top:70px;padding-bottom:70px;background:#fff}.programV4Quote blockquote{max-width:900px;margin:0 auto 14px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(34px,3.2vw,50px);font-style:italic;line-height:1.18;color:#403b34}.programV4Quote span{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:#8c7968;font-weight:700}.programV4Cards{padding-top:82px;padding-bottom:90px;background:#fffaf2}.programV4SectionHead{max-width:760px;margin-bottom:38px}.programV4SectionHead h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(44px,4vw,64px);line-height:.98;margin:8px 0 0;font-weight:600}.programV4CardGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.programV4CardGrid article{min-height:245px;padding:30px;border:1px solid #eadfcd;border-radius:20px;background:#fff;box-shadow:0 8px 24px #49341c0b}.programV4Index{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff0e9;color:#ef4727;font-family:Inter,Arial,sans-serif;font-weight:800;font-size:13px;margin-bottom:24px}.programV4CardGrid h3{font-family:Cormorant Garamond,Georgia,serif;font-size:32px;line-height:1.02;margin:0 0 13px;font-weight:600}.programV4CardGrid p{font-size:17px;line-height:1.55;color:#5b574f;margin:0}.programV4Band{padding-top:0;padding-bottom:0;background:#fffaf2}.programV4BandMedia{position:relative;height:390px;overflow:hidden;border-radius:0}.programV4BandMedia img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92)}.programV4BandShade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#17140f80,#17140f1f,#17140f7a)}.programV4BandMedia p{position:absolute;left:50%;bottom:40px;transform:translate(-50%);width:min(900px,86%);margin:0;color:#fff;text-align:center;font-family:Cormorant Garamond,Georgia,serif;font-size:32px;font-style:italic;text-shadow:0 2px 12px rgba(0,0,0,.28)}.programV4End{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:72px;padding-bottom:72px;background:#fff}.programV4End>div{max-width:770px}.programV4End h2{font-family:Cormorant Garamond,Georgia,serif;font-size:50px;line-height:1;margin:0 0 10px;font-weight:600}.programV4End p{font-size:18px;line-height:1.55;color:#5c574e;margin:0}.programV4Events{padding-top:78px;padding-bottom:90px;background:#fffaf2}.programV4EventList{display:grid;gap:14px;max-width:980px}.programV4EventList article{display:grid;grid-template-columns:92px 1fr 44px;gap:18px;align-items:center;padding:18px 20px;border:1px solid #eadfcd;border-radius:18px;background:#fff}.programV4EventList article>b{display:flex;align-items:center;justify-content:center;min-height:68px;border-radius:14px;background:#fff1e7;color:#ef4727;font-size:17px}.programV4EventList h3{margin:0 0 4px;font-family:Cormorant Garamond,Georgia,serif;font-size:26px}.programV4EventList p{margin:0;color:#6a655c}.programV4EventList a{font-size:25px;color:#ef4727;text-decoration:none;text-align:center}.programV4TextLink{display:inline-block;margin-top:24px;color:#ef4727;text-decoration:none;font-weight:700}.programV4StoryForm{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:start;padding-top:82px;padding-bottom:90px;background:#fffaf2}.programV4StoryIntro h2{font-family:Cormorant Garamond,Georgia,serif;font-size:54px;line-height:1;margin:8px 0 16px}.programV4StoryIntro p{font-size:18px;line-height:1.55;color:#5a564d}.programV4StoryForm form{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#fff;padding:28px;border:1px solid #eadfcd;border-radius:20px}.programV4StoryForm label{display:flex;flex-direction:column;gap:8px;font-weight:700;color:#3b3934}.programV4StoryForm label:nth-of-type(3),.programV4StoryForm label:nth-of-type(4){grid-column:1/-1}.programV4StoryForm input,.programV4StoryForm textarea{width:100%;border:1px solid #ddd0bd;border-radius:12px;padding:14px 15px;font:inherit;background:#fffdf9;color:#26241f}.programV4StoryForm textarea{resize:vertical}.programV4StoryForm button{justify-self:start;grid-column:1/-1}@media (max-width:1050px){.programV4Hero{grid-template-columns:1fr;gap:34px;min-height:auto}.programV4HeroCopy{max-width:780px}.programV4HeroMedia{height:460px}.programV4CardGrid{grid-template-columns:1fr 1fr}.programV4CardGrid article:last-child{grid-column:1/-1}.programV4StoryForm{grid-template-columns:1fr}}@media (max-width:700px){.programV4Hero{padding-top:48px;padding-bottom:48px}.programV4HeroCopy h1{font-size:58px}.programV4HeroCopy p{font-size:22px}.programV4HeroMedia{height:360px;border-radius:20px}.programV4CardGrid{grid-template-columns:1fr}.programV4CardGrid article:last-child{grid-column:auto}.programV4End{align-items:flex-start;flex-direction:column}.programV4End h2{font-size:42px}.programV4BandMedia{height:310px}.programV4BandMedia p{font-size:26px;bottom:28px}.programV4EventList article{grid-template-columns:68px 1fr 28px;padding:14px}.programV4EventList article>b{min-height:58px;font-size:14px}.programV4StoryForm form{grid-template-columns:1fr;padding:20px}.programV4StoryForm label{grid-column:1/-1!important}}.prayerCultureSection{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:58px;align-items:center;padding-top:86px;padding-bottom:86px;background:#fffdf8}.prayerCultureCopy{max-width:720px}.prayerCultureCopy h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(46px,4.5vw,70px);line-height:.98;font-weight:600;margin:10px 0 24px;color:#25231f}.prayerCultureCopy p{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;line-height:1.45;color:#514d45;margin:0 0 18px}.prayerLanguageChips{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.prayerLanguageChips span{display:inline-flex;align-items:center;min-height:42px;padding:8px 14px;border:1px solid #eadac3;border-radius:999px;background:#fff7ec;color:#5b5145;font-size:14px;font-weight:700}.prayerLanguageChips span:last-child{border-color:#f1a48e;color:#ef4727;background:#fff0e9}.prayerCultureMedia{position:relative;min-height:470px;border-radius:28px;overflow:hidden;box-shadow:0 20px 55px #50361921;background:#eee5d8}.prayerCultureMedia img{width:100%;height:100%;min-height:470px;display:block;object-fit:cover}.prayerCultureNote{position:absolute;left:24px;bottom:24px;max-width:330px;padding:15px 19px;border-radius:14px;background:#fffaf0ed;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-family:Cormorant Garamond,Georgia,serif;font-size:24px;font-weight:600;line-height:1.05;color:#302c26;box-shadow:0 8px 24px #281e141f}.prayerMeaningSection{padding-top:84px;padding-bottom:84px;background:#fffaf2}.prayerMeaningGrid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:60px;align-items:start;margin-top:12px}.prayerMeaningGrid h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(52px,5vw,78px);line-height:.95;margin:0;font-weight:600;color:#2a281f}.prayerMeaningGrid p{font-family:Cormorant Garamond,Georgia,serif;font-size:23px;line-height:1.48;color:#514d45;margin:0 0 18px}@media (max-width:1050px){.prayerCultureSection{grid-template-columns:1fr;gap:36px}.prayerCultureMedia,.prayerCultureMedia img{min-height:430px}.prayerMeaningGrid{grid-template-columns:1fr;gap:24px}}@media (max-width:700px){.prayerCultureSection{padding-top:58px;padding-bottom:58px}.prayerCultureCopy p{font-size:20px}.prayerCultureMedia{min-height:340px;border-radius:20px}.prayerCultureMedia img{min-height:340px}.prayerCultureNote{left:16px;bottom:16px;font-size:21px}.prayerMeaningSection{padding-top:58px;padding-bottom:58px}.prayerMeaningGrid p{font-size:20px}}.prayerCultureNote{display:none!important}.formationV4Page .programV4Cards article p{font-family:Cormorant Garamond,Georgia,serif!important;font-size:21px!important;line-height:1.46!important;font-weight:500!important;letter-spacing:0!important;color:#514d45!important}.formationV4Page .programV4Cards article h3{font-family:Cormorant Garamond,Georgia,serif!important;font-weight:600!important;line-height:1.08!important}.programV4Cards article p{font-family:Cormorant Garamond,Georgia,serif!important;font-size:21px!important;line-height:1.46!important;font-weight:500!important;letter-spacing:0!important;color:#514d45!important}.programV4Cards article h3{font-family:Cormorant Garamond,Georgia,serif!important;font-size:25px!important;line-height:1.08!important;font-weight:600!important;letter-spacing:-.01em!important}.programV4Page .programV4SectionLead p,.programPageV4 .programV4SectionLead p{font-family:Cormorant Garamond,Georgia,serif!important;font-size:21px!important;line-height:1.46!important;font-weight:500!important}@media (max-width: 700px){.programV4Cards article p{font-size:19px!important}.programV4Cards article h3{font-size:23px!important}}.meetingsLivePage{background:#fffdf8}.meetingsLiveSection{padding-top:90px;padding-bottom:110px}.meetingsLiveIntro{max-width:820px;margin-bottom:48px}.meetingsLiveIntro h1{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(56px,6vw,86px);line-height:.95;margin:12px 0 20px;color:#24241f}.meetingsLiveIntro p{font-family:Cormorant Garamond,Georgia,serif;font-size:23px;line-height:1.45;color:#575249;max-width:720px}.meetingsLiveList{display:grid;gap:18px}.liveMeetingCard{display:grid;grid-template-columns:150px minmax(0,1fr) 220px;gap:32px;align-items:center;padding:30px 32px;background:#fff;border:1px solid #e6dac8;border-radius:24px;box-shadow:0 10px 26px #49341b0f}.liveMeetingDate{min-height:118px;display:flex;align-items:center;justify-content:center;padding:20px;border-radius:18px;background:#fff3df;border:1px solid #f1d7ae;text-align:center}.liveMeetingDate span{font-size:14px;line-height:1.45;letter-spacing:.12em;font-weight:800;color:#ef4728}.meetingType{margin-bottom:8px;font-size:12px;font-weight:800;letter-spacing:.16em;color:#80715f}.liveMeetingInfo h2{font-family:Cormorant Garamond,Georgia,serif;font-size:32px;line-height:1.05;margin:0 0 8px;color:#292821}.meetingFullDate{font-family:Cormorant Garamond,Georgia,serif;font-size:19px;font-weight:600;margin:0 0 16px;color:#625d53}.meetingTimes{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.meetingTimes span{display:flex;flex-direction:column;min-width:180px;padding:10px 14px;background:#faf6ee;border-radius:12px;font-size:14px;color:#5b574f}.meetingTimes strong{margin-bottom:3px;font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:#ef4728}.meetingDescription{max-width:700px;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:19px;line-height:1.45;color:#59554c}.liveMeetingAction{display:flex;justify-content:flex-end}.meetingLinkPending{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid #ded3c2;border-radius:999px;background:#faf7f1;font-size:14px;font-weight:700;color:#81786d}@media (max-width: 950px){.liveMeetingCard{grid-template-columns:120px 1fr}.liveMeetingAction{grid-column:2;justify-content:flex-start}}@media (max-width: 650px){.meetingsLiveSection{padding-top:60px}.liveMeetingCard{grid-template-columns:1fr;gap:20px;padding:22px}.liveMeetingDate{min-height:auto;justify-content:flex-start}.liveMeetingAction{grid-column:auto}.meetingTimes{flex-direction:column}.meetingTimes span{min-width:0}}.meetingWorldTimes{display:grid!important;grid-template-columns:repeat(5,minmax(125px,1fr))!important;gap:10px!important;width:100%!important}.meetingWorldTimes span{min-width:0!important;padding:11px 12px!important}.meetingWorldTimes strong{min-height:28px!important;display:block!important}@media (max-width: 1200px){.meetingWorldTimes{grid-template-columns:repeat(3,minmax(140px,1fr))!important}}@media (max-width: 700px){.meetingWorldTimes{grid-template-columns:1fr 1fr!important}}@media (max-width: 430px){.meetingWorldTimes{grid-template-columns:1fr!important}}.meetingZoomInfo{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-width:190px!important;padding:18px 22px!important;background:#fff4e5!important;border:1px solid #efd2aa!important;border-radius:16px!important;text-align:center!important}.meetingZoomInfo .zoomLabel{display:block!important;margin-bottom:6px!important;font-size:11px!important;font-weight:800!important;letter-spacing:.14em!important;color:#ef4728!important}.meetingZoomInfo strong{font-family:Cormorant Garamond,Georgia,serif!important;font-size:23px!important;line-height:1!important;font-weight:700!important;color:#343027!important}@media (max-width: 950px){.meetingZoomInfo{align-items:flex-start!important}}.siteHeader .headerInner{width:100%!important;max-width:none!important;margin:0!important;padding-left:24px!important;padding-right:24px!important}.siteHeader .brand{margin-left:0!important;margin-right:0!important;flex-shrink:0!important}@media (max-width: 700px){.siteHeader .headerInner{padding-left:16px!important;padding-right:16px!important}}.sectionPad{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;padding-left:max(5.2%,calc((100% - 1344px)/2))!important;padding-right:max(5.2%,calc((100% - 1344px)/2))!important}html,body,#root{width:100%!important;max-width:none!important}body{overflow-x:hidden!important}
