#root,body,html{height:100%;margin:0;padding:0}*{box-sizing:border-box}.header{background:#fff;box-shadow:0 1px 3px #0000000d;color:#000;padding:20px 24px;position:sticky;top:0;z-index:1000}.header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0;position:relative}.header__logo{color:#000;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:.5px;text-decoration:none;text-transform:uppercase;z-index:1001}.header__menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:8px;z-index:1001}.header__menu-toggle span{background:#000;border-radius:2px;height:2px;transition:all .3s ease;width:24px}.header__menu-toggle--open span:first-child{transform:rotate(45deg) translate(7px,7px)}.header__menu-toggle--open span:nth-child(2){opacity:0}.header__menu-toggle--open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header__nav{align-items:center;display:flex;gap:2.5rem}.header__link{color:#000;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}.header__link--active,.header__link:hover{color:#666}@media (max-width:768px){.header{padding:16px 20px}.header__logo{font-size:1.1rem}.header__menu-toggle{display:flex}.header__nav{align-items:flex-start;background:#fff;box-shadow:-2px 0 10px #0000001a;flex-direction:column;gap:1.5rem;height:100vh;padding:80px 32px 32px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:280px}.header__nav--open{right:0}.header__link{border-bottom:1px solid #f0f0f0;font-size:1.1rem;padding:12px 0;width:100%}}@media (max-width:480px){.header{padding:14px 16px}.header__logo{font-size:1rem}.header__nav{padding:70px 24px 24px;width:100%}}.hero{display:none}.hero .container{position:relative;z-index:2}.hero__title{font-size:3.2rem;font-weight:800;line-height:1.12;margin:0 0 28px;max-width:800px}.hero__subtitle{color:#e0e0e0;font-size:1.25rem;font-weight:400;margin:0;max-width:600px}@media (max-width:700px){.hero{min-height:44px;padding:12px 0 9px;text-align:center}.hero__title{font-size:2rem;max-width:98vw}.hero__subtitle{font-size:1rem;max-width:98vw}}.info{align-items:center;background:#fff;color:#181818;display:flex;justify-content:center;min-height:70vh;padding:120px 20px}@media (min-width:801px){.info{padding-bottom:200px}}.info__content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:900px;text-align:center}.info__title{color:#000;font-size:4rem;font-weight:300;line-height:1.1;margin-bottom:32px}.info__text,.info__title{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}.info__text{color:#666;font-size:1.3rem;font-weight:400;line-height:1.6;margin:0 0 48px;max-width:700px}.info__cta-button{background:#5eb1e9;border:none;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:15px 30px;text-transform:uppercase;transition:background .2s ease}.info__cta-button:hover{background:#2d445d}.info__cta-button:active{background:#5eb1e9}@media (max-width:800px){.info{min-height:50vh;padding:60px 20px 120px}.info__content{padding:0 8px}.info__title{font-size:2.5rem;line-height:1.2;margin-bottom:24px}.info__text{font-size:1.1rem;margin-bottom:36px;padding:0 8px}.info__cta-button{font-size:.85rem;min-width:200px;padding:12px 24px;width:auto}}@media (max-width:480px){.info{min-height:40vh;padding:48px 16px 150px}.info__title{font-size:2rem;line-height:1.15;margin-bottom:20px}.info__text{font-size:1rem;margin-bottom:32px;padding:0 4px}.info__cta-button{font-size:.8rem;max-width:280px;padding:14px 28px;width:100%}}.footer{margin-top:auto;width:100%}@media (min-width:801px){.footer{margin-top:200px}}.footer__main{background:#1a1a1a;padding:80px 20px;text-align:center}.footer__container{margin:0 auto;max-width:600px}.footer__title{color:#fff;font-size:2rem;font-weight:600;margin:0 0 16px}.footer__subtitle,.footer__title{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}.footer__subtitle{color:#b0b0b0;font-size:1.1rem;line-height:1.5;margin:0 0 32px}.footer__contact-button{background:#000;border:1px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:24px;padding:12px 32px;text-transform:uppercase;transition:background .2s ease,color .2s ease}.footer__contact-button:hover{background:#fff;color:#000}.footer__email{color:#b0b0b0;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:.95rem;margin:0}.footer__email-link{color:#fff;text-decoration:underline;transition:color .2s ease}.footer__email-link:hover{color:#b0b0b0}.footer__copyright-section{background:#f8f8f8;border-top:1px solid #e0e0e0;padding:24px 20px}.footer__copyright-text{color:#999;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:.85rem;margin:0;text-align:center}@media (max-width:768px){.footer{margin-top:100px}.footer__main{padding:40px 20px}.footer__container{padding:0 8px}.footer--home{opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.footer--home.footer--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.footer:not(.footer--home){opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}}@media (max-width:600px){.footer{margin-top:120px}.footer__main{padding:28px 16px}.footer__title{font-size:1.1rem;margin-bottom:6px}.footer__subtitle{font-size:.8rem;line-height:1.4;margin-bottom:16px}.footer__contact-button{font-size:.7rem;margin-bottom:12px;max-width:220px;padding:8px 20px;width:100%}.footer__email{font-size:.75rem;word-break:break-word}.footer__copyright-section{padding:12px}.footer__copyright-text{font-size:.65rem}}@media (max-width:480px){.footer{margin-top:150px}.footer__main{padding:24px 12px}.footer__title{font-size:1rem;margin-bottom:5px}.footer__subtitle{font-size:.75rem;line-height:1.35;margin-bottom:14px}.footer__contact-button{font-size:.65rem;margin-bottom:10px;max-width:200px;padding:8px 18px}.footer__email{font-size:.7rem}.footer__copyright-section{padding:10px}.footer__copyright-text{font-size:.6rem}}@media (min-width:601px){.footer{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}}.contact{background:#fff;color:#181818;padding:56px 0 40px}.contact__container{align-items:flex-start;display:flex;gap:48px}.contact__left{flex:1 1;max-width:340px;min-width:220px}.contact__left h2{font-size:2rem;font-weight:700;margin-bottom:16px}.contact__left p{color:#444;font-size:1.1rem}.contact__right{flex:2 1;min-width:260px}.contact__form{gap:18px}.contact__form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px}label{font-size:1rem;font-weight:600}input,textarea{border:1px solid #ccc;border-radius:6px;font-family:inherit;font-size:1rem;padding:10px 12px;resize:vertical}input:focus,textarea:focus{border-color:#888;outline:none}.contact__submit{background:#5eb1e9;border:none;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:15px 30px;text-transform:uppercase;transition:background .2s ease}.contact__submit:hover:not(:disabled){background:#2d445d}.contact__submit:active:not(:disabled){background:#5eb1e9}.contact__submit:disabled{background:#ccc;cursor:not-allowed}.contact__message{border-radius:6px;font-weight:600;margin-top:16px;padding:12px;text-align:center}.contact__message--success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.contact__message--error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:800px){.contact{padding:40px 20px 32px}.contact__container{flex-direction:column;gap:32px}.contact__left,.contact__right{max-width:100%;min-width:0}.contact__left h2{font-size:1.75rem;margin-bottom:12px}.contact__left p{font-size:1rem}.contact__form{gap:16px}.contact__submit{font-size:.85rem;padding:12px 24px;width:100%}}@media (max-width:480px){.contact{padding:32px 16px 24px}.contact__container{gap:24px}.contact__left h2{font-size:1.5rem}.contact__left p{font-size:.95rem}.contact__form{gap:14px}input,textarea{font-size:16px;padding:12px}label{font-size:.95rem}.contact__submit{font-size:.8rem;padding:14px 20px}}.about{background:#fff;color:#181818;padding:56px 0 40px}.about .container{align-items:center;display:flex;gap:48px}.about_text_container{flex:1 1;min-width:0}.about__title{font-size:2.2rem;font-weight:800;margin-bottom:24px}.about__text{font-size:1.15rem;margin-bottom:18px;max-width:700px}.about_image_container{align-items:center;display:flex;flex:1 1;justify-content:center}.about__image{border-radius:12px;box-shadow:0 4px 16px #0000001a;height:auto;max-width:100%}@media (max-width:800px){.about{padding:40px 20px 32px}.about .container{flex-direction:column;gap:32px}.about_text_container{text-align:center}.about__title{font-size:1.8rem;margin-bottom:20px}.about__text{font-size:1rem;margin-bottom:16px}.about__image{max-width:100%}}@media (max-width:480px){.about{padding:32px 16px 24px}.about .container{gap:24px}.about__title{font-size:1.5rem;margin-bottom:16px}.about__text{font-size:.95rem;margin-bottom:14px}}.team{background:#fff;color:#181818;padding:56px 0 40px}.team__title{font-size:2.2rem;font-weight:800;margin-bottom:32px}.team__members{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr;justify-items:center;margin:0 auto;max-width:800px}.team__card{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;box-shadow:0 2px 8px #0000000a;color:inherit;cursor:default;display:flex;flex-direction:column;max-width:350px;padding:28px 24px;position:relative;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.team__card:before{background:#0000;border-radius:12px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;transition:background .3s ease}.team__card--link{cursor:pointer}.team__card--link:hover{box-shadow:0 4px 12px #0000001a;color:#fff;transform:translateY(-2px)}.team__card--link:hover:before{background:#0000004d}.team__card:hover{color:#fff}.team__card:hover:before{background:#0000004d}.team__image-container{align-items:center;background:#f5f5f5;display:flex;justify-content:center;margin-bottom:16px;position:relative;transition:opacity .3s ease;z-index:1}.team__image,.team__image-container{border-radius:50%;height:300px;width:300px}.team__image{border:3px solid #fff;box-shadow:0 4px 12px #0000001a;object-fit:cover;object-position:center top}.team__image--barakah{margin-bottom:58px;transform:scale(1.28)}.team__image-wrapper{align-items:center;background:#f5f5f5;border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #0000001a;display:flex;height:300px;justify-content:center;overflow:hidden;position:relative;width:300px;z-index:1}.team__image-wrapper .team__image{height:100%;object-fit:cover;object-position:center 35%;width:100%}.team__name{color:#fff;cursor:inherit;font-size:1.3rem;font-weight:700;margin-bottom:8px;position:relative;text-decoration:none;text-shadow:0 2px 4px #0000004d;transition:color .3s ease;z-index:1}@media (max-width:800px){.team{padding:40px 20px 32px}.team__title{font-size:1.8rem;margin-bottom:28px;text-align:center}.team__members{gap:28px;grid-template-columns:1fr;padding:0 12px}.team__card{max-width:100%;min-width:0;padding:24px 20px}.team__image-container{margin-bottom:16px}.team__image,.team__image-container,.team__image-wrapper{height:200px;width:200px}.team__name{font-size:1.2rem}}@media (max-width:480px){.team{padding:32px 16px 24px}.team__title{font-size:1.6rem;margin-bottom:24px}.team__members{gap:24px;padding:0}.team__card{padding:20px 16px}.team__image,.team__image-container,.team__image-wrapper{height:160px;width:160px}.team__name{font-size:1.1rem}}.origin{background:#fff;color:#181818;min-height:calc(100vh - 200px);padding:60px 12px}.origin__container{display:flex;flex-direction:column;gap:48px;margin:0 auto;max-width:720px}.origin__back-link{align-self:flex-start;color:#666;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:.95rem;text-decoration:none;transition:color .2s ease}.origin__back-link:hover{color:#000}.origin__back-link--bottom{margin-top:32px}.origin__content{display:flex;flex-direction:column;gap:24px}.origin__eyebrow{color:#999;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:-8px;text-transform:uppercase}.origin__eyebrow,.origin__title{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}.origin__title{color:#000;font-size:3.5rem;font-weight:300;line-height:1.1;margin:0}.origin__story-container{display:flex;flex-direction:column;gap:48px;margin-top:16px}.origin__text-content{display:flex;flex-direction:column;gap:32px}.origin__paragraph{color:#333;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.8;margin:0}.origin__image-container{position:static}.origin__figure{display:flex;flex-direction:column;gap:12px;margin:0}.origin__image{border-radius:4px;height:auto;object-fit:cover;width:100%}.origin__caption{color:#666;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-style:italic;line-height:1.5}@media (max-width:768px){.origin{min-height:auto;padding:40px 20px}.origin__container{gap:32px}.origin__title{font-size:2.5rem;line-height:1.15}.origin__story-container{gap:32px;margin-top:12px}.origin__text-content{gap:24px}.origin__paragraph{font-size:1rem;line-height:1.75}.origin__caption{font-size:.85rem}.origin__back-link--bottom{margin-top:24px}}@media (max-width:480px){.origin{padding:32px 16px}.origin__container{gap:28px}.origin__title{font-size:2rem;line-height:1.2}.origin__eyebrow{font-size:.7rem}.origin__story-container{gap:24px;margin-top:8px}.origin__text-content{gap:20px}.origin__paragraph{font-size:.95rem;line-height:1.65}.origin__caption{font-size:.8rem}.origin__figure{gap:10px}}body{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;margin:0}.App,body{background:#fff}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 24px}.container,footer,header,section{box-sizing:border-box;width:100%}.header{padding-bottom:1%;padding-top:1%}@media (max-width:768px){.container{padding:0 20px}}@media (max-width:480px){.container{padding:0 16px}}
/*# sourceMappingURL=main.90d0734c.css.map*/