@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";
:root{--blue:#4b50a0;--sky:#4395ce;--bright-blue:#2b91cf;--orange:#f4a128;--charcoal:#414042;--footer:#3f3f41;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:118px}body{color:var(--charcoal);background:#fff;margin:0;font-family:Poppins,Arial,sans-serif}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button,input{font:inherit}.home-shell{width:min(1120px,87%);margin-inline:auto}.home-header{z-index:50;align-items:center;gap:30px;height:118px;padding:8px 28px 12px 16px;transition:color .25s,background .25s,box-shadow .25s;display:flex;position:fixed;inset:0 0 auto}.home-header.overlay{color:#fff;background:0 0}.home-header.solid{color:var(--charcoal);background:#fffffffa;box-shadow:0 1px #0000000a}.home-brand{flex:0 0 88px;align-self:flex-start;width:88px}.home-brand img{width:84px}.home-header-content{flex-direction:column;justify-content:space-between;align-self:stretch;width:100%;display:flex}.home-utility,.home-nav{text-transform:uppercase;letter-spacing:.6px;justify-content:flex-end;align-items:center;font-weight:600;display:flex}.home-utility{gap:28px;min-height:28px;font-size:12px}.home-utility span{align-items:center;gap:7px;display:flex}.home-utility span img{object-fit:cover;width:23px;height:16px}.home-utility svg{width:14px;height:14px}.home-nav{gap:38px;min-height:56px;font-size:14px}.home-nav a{white-space:nowrap}.header-donate{color:#fff;background:var(--orange);border-radius:24px;margin-left:-18px;padding:5px 18px}.home-menu-toggle{color:var(--blue);cursor:pointer;background:0 0;border:0;display:none}.home-hero{background:#111;height:100vh;min-height:620px;position:relative;overflow:hidden}.hero-video{object-fit:cover;width:100%;height:100%}.mobile-video{display:none}.sound-toggle{color:#fff;cursor:pointer;background:#232323a6;border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;bottom:25px;right:24px}.sound-toggle svg{width:23px}.life-section{color:#fff;background:var(--sky);padding:112px 0 108px}.two-column-copy{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.two-column-copy h1,.two-column-copy h2{letter-spacing:.5px;margin:0;font-size:clamp(52px,5.5vw,75px);font-weight:800;line-height:.98}.two-column-copy p{margin:0;font-size:17px;line-height:1.85}.programs-section{padding:112px 0 94px;overflow:hidden}.programs-intro{align-items:start}.programs-intro h2{color:var(--orange)}.programs-intro h2 span{color:var(--sky)}.program-carousel{margin-top:80px;position:relative;overflow:hidden}.program-track{gap:18px;transition:transform .55s cubic-bezier(.22,.61,.36,1);display:flex}.program-card{aspect-ratio:1/1.08;background:var(--blue);flex:0 0 calc(33.3333% - 12px);position:relative;overflow:hidden}.program-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.program-overlay{color:#fff;background:linear-gradient(#0000,#000000e0);min-height:27%;padding:24px 26px;transition:min-height .35s,background .35s;position:absolute;inset:auto 0 0}.program-overlay h3{margin:46px 0 0;font-size:19px;line-height:1.25}.program-overlay p,.program-overlay a{visibility:hidden;opacity:0;transition:opacity .25s}.program-overlay p{font-size:13px;line-height:1.65}.program-overlay a{border-bottom:1px solid #fff;margin-top:5px;font-size:12px;font-weight:700;display:inline-block}.program-card:hover img{transform:scale(1.04)}.program-card:hover .program-overlay{background:#4a50a0e6;min-height:100%}.program-card:hover .program-overlay h3{margin-top:0}.program-card:hover .program-overlay p,.program-card:hover .program-overlay a{visibility:visible;opacity:1}.carousel-arrow{z-index:2;color:#fff;cursor:pointer;background:#0000008c;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow.prev{left:12px}.carousel-arrow.next{right:12px}.outline-button{border:1px solid var(--charcoal);letter-spacing:.3px;border-radius:24px;justify-content:center;align-items:center;min-height:42px;padding:0 27px;font-size:13px;font-weight:600;display:inline-flex}.programs-button{width:max-content;margin:42px auto 0;display:flex}.impact-section{padding:112px 0 92px}.impact-intro h2{color:var(--sky)}.impact-intro h2 span{color:var(--orange)}.stats-grid{grid-template-columns:repeat(3,1fr);gap:50px;margin-top:105px;display:grid}.stat{text-align:center}.stat-art{color:#fff;background:var(--blue);place-items:center;width:190px;height:150px;margin:0 auto 34px;display:grid;position:relative}.stat-art strong{z-index:2;font-size:30px}.stat-art.door{border-radius:0 52% 0 0}.stat-art.steps{border-radius:45px 45px 14px 14px;width:190px;height:100px;margin-top:50px}.stat-art.arch{clip-path:polygon(0 0,45% 0,45% 24%,100% 24%,100% 100%,0 100%);border-radius:0}.burst{background:var(--orange);clip-path:polygon(50% 0,61% 34%,90% 15%,69% 43%,100% 50%,69% 57%,90% 85%,61% 66%,50% 100%,39% 66%,10% 85%,31% 57%,0 50%,31% 43%,10% 15%,39% 34%);width:42px;height:42px;position:absolute}.burst-one{top:-26px;right:-28px}.burst-two{bottom:14px;left:-30px;transform:scale(.65)}.burst-three{bottom:-15px;right:-25px;transform:scale(.55)}.stat h3{color:var(--sky);margin:0;font-size:22px;font-weight:800;line-height:1.25}.impact-link{justify-content:flex-end;width:min(1120px,87%);margin:48px auto 0;display:flex}.feature-panels{grid-template-columns:1fr 1fr;height:680px;margin-bottom:118px;display:grid}.feature-panel{color:#fff;background-position:50%;background-size:cover;padding:56px;position:relative;overflow:hidden}.feature-panel:before{content:"";transition:opacity .4s;position:absolute;inset:0}.feature-panel.technology{background-image:url(https://mx.christelhouse.org/wp-content/uploads/2026/04/Academics_Home.jpg);background-color:var(--orange)}.feature-panel.technology:before{background:var(--orange)}.feature-panel.parents{background-image:url(https://mx.christelhouse.org/wp-content/uploads/2026/04/Community-HOME.jpg);background-color:var(--blue)}.feature-panel.parents:before{background:var(--blue)}.feature-panel:hover:before{opacity:.18}.feature-panel h2{z-index:2;margin:0;font-size:36px;line-height:1.3;position:relative}.panel-pattern{z-index:2;height:165px;transition:opacity .25s;position:absolute;inset:auto 0 0}.feature-panel:hover .panel-pattern{opacity:0}.star-pattern{background:radial-gradient(circle,var(--blue) 0 12px,transparent 13px) 0 0/82px 78px}.arch-pattern{background:repeating-linear-gradient(90deg,var(--orange) 0 48px,transparent 48px 66px), linear-gradient(var(--orange),var(--orange));background-position:bottom,bottom;background-repeat:repeat-x,no-repeat;background-size:auto 80px,100% 70px}.admissions-photo{width:100%;height:440px;display:block;overflow:hidden}.admissions-photo img{object-fit:cover;object-position:center;width:100%;height:100%}.scholarship-section{padding-top:98px;padding-bottom:100px}.scholarship-section h2,.support-section h2{color:var(--orange);margin:0 0 32px;font-size:clamp(44px,4.2vw,58px);line-height:1.05}.scholarship-section p{margin:0 0 36px;font-size:16px;line-height:2}.global-section{color:#fff;background:var(--sky);padding:72px 0 60px}.global-grid{grid-template-columns:.9fr 1.15fr;align-items:center;gap:60px;display:grid}.global-grid h2{margin:0 0 38px;font-size:55px;line-height:1}.global-grid p{margin:0;font-size:16px;line-height:2}.map-wrap{flex-direction:column;align-items:flex-end;display:flex}.map-wrap img{width:100%}.outline-button.light{color:#fff;border-color:#fff}.support-section{grid-template-columns:1fr 1fr;gap:72px;min-height:350px;padding-top:76px;padding-bottom:75px;display:grid}.support-section h2{color:var(--sky)}.support-section p{margin:0 0 32px;font-size:16px;line-height:1.85}.support-actions{gap:18px;display:flex}.support-actions a{color:#fff;background:var(--orange);white-space:nowrap;border-radius:24px;padding:11px 29px;font-size:12px;font-weight:700}.christel-section{min-height:620px;position:relative;overflow:hidden}.christel-section picture,.christel-section picture img{width:100%;height:100%;position:absolute;inset:0}.christel-section picture img{object-fit:cover;object-position:center}.christel-quote{color:#fff;background:var(--sky);text-align:center;border-radius:0 200px 0 0;flex-direction:column;align-items:center;width:410px;height:540px;padding:100px 45px 45px;display:flex;position:absolute;top:80px;right:9%}.christel-quote blockquote{margin:0 0 40px;font-size:36px;font-weight:700;line-height:1.25}.christel-quote strong{margin-bottom:42px;font-size:16px}.home-footer{color:#d5d5d5;background:var(--footer);padding:68px 18px 22px}.home-footer-grid{grid-template-columns:180px 1fr 290px;gap:50px;max-width:1220px;margin:0 auto;display:grid}.home-footer-logo{width:178px}.home-footer h3{color:var(--bright-blue);margin:0 0 19px;font-size:19px}.home-quick-links>div{grid-template-columns:repeat(4,1fr);gap:18px 24px;display:grid}.home-quick-links a{text-transform:uppercase;font-size:11px}.home-newsletter p{margin:0 0 20px;font-size:12px;line-height:1.55}.home-newsletter form{background:#fff;border-radius:22px;height:36px;display:flex;overflow:hidden}.home-newsletter input{border:0;outline:0;flex:1;min-width:0;padding:0 14px;font-size:12px}.home-newsletter button{color:#fff;background:var(--orange);cursor:pointer;border:0;width:90px;font-size:12px;font-weight:700}.home-footer-bottom{justify-content:space-between;align-items:center;gap:20px;max-width:1220px;margin:55px auto 0;font-size:11px;display:flex}.home-footer-bottom>div{align-items:center;gap:14px;display:flex}.home-footer-bottom svg{width:18px;height:18px}@media (max-width:1080px){.home-header{justify-content:space-between;height:88px;padding:8px 22px}.home-brand{flex-basis:72px;width:72px}.home-brand img{width:70px}.home-header-content{position:absolute;inset:88px 0 auto}.home-utility{display:none}.home-nav{color:var(--charcoal);background:#fff;flex-direction:column;align-items:flex-start;gap:22px;padding:28px;display:none;box-shadow:0 14px 24px #0000001f}.home-nav.open{display:flex}.header-donate{margin:0}.home-menu-toggle{display:block}.two-column-copy{gap:45px}.program-card{flex-basis:calc(50% - 9px)}.feature-panels{height:580px}.support-actions{flex-wrap:wrap}.home-footer-grid{grid-template-columns:150px 1fr}.home-newsletter{grid-column:2}.home-quick-links>div{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){html{scroll-padding-top:88px}.home-hero{height:100svh;min-height:620px}.desktop-video{display:none}.mobile-video{display:block}.life-section{padding:70px 0}.two-column-copy{grid-template-columns:1fr;gap:34px}.two-column-copy h1,.two-column-copy h2{font-size:47px}.two-column-copy p{font-size:15px;line-height:1.75}.programs-section,.impact-section{padding:72px 0}.program-carousel{margin-top:50px;overflow:visible}.program-track{gap:12px}.program-card{flex-basis:86%}.program-track{scroll-snap-type:x mandatory;scrollbar-width:none;overflow-x:auto;transform:none!important}.program-card{scroll-snap-align:center}.carousel-arrow{display:none}.programs-button{text-align:center;width:87%}.stats-grid{grid-template-columns:1fr;gap:75px;margin-top:75px}.impact-link{justify-content:center}.feature-panels{grid-template-columns:1fr;width:100%;height:auto;margin-bottom:70px}.feature-panel{min-height:450px;padding:38px 28px}.feature-panel h2{font-size:31px}.admissions-photo,.admissions-photo img{height:auto}.scholarship-section{padding-top:68px;padding-bottom:72px}.scholarship-section h2,.support-section h2{font-size:43px}.global-section{padding:66px 0}.global-grid{grid-template-columns:1fr;gap:35px}.global-grid h2{font-size:47px}.map-wrap{align-items:center}.support-section{grid-template-columns:1fr;gap:22px;padding-top:62px;padding-bottom:65px}.support-actions a{padding-inline:20px}.christel-section{min-height:680px}.christel-section picture img{object-position:center}.christel-quote{border-radius:0 160px 0 0;width:90%;height:390px;padding:72px 25px 28px;top:auto;bottom:0;right:5%}.christel-quote blockquote{margin-bottom:25px;font-size:29px}.christel-quote strong{margin-bottom:24px}.home-footer{padding-top:52px}.home-footer-grid{grid-template-columns:1fr;gap:42px}.home-footer-logo{width:145px}.home-newsletter{grid-column:auto}.home-quick-links>div{grid-template-columns:repeat(2,1fr)}.home-footer-bottom{flex-direction:column;align-items:flex-start;margin-top:45px}}
