.navbar{z-index:1100;background:var(--navbar-bg);align-items:center;height:80px;padding:0 clamp(1.25rem,4vw,2.5rem);display:flex;position:fixed;inset:0 0 auto}.navbar.is-menu-open{background:0 0}.navbar__menu-logo{align-items:center;height:80px;display:flex;position:absolute;top:0;right:clamp(1.25rem,4vw,2.5rem)}.navbar__menu-logo img{height:clamp(16px,2.4vw,26px);filter:var(--logo-filter)}.navbar__toggle{cursor:pointer;z-index:2;background:0 0;border:none;flex-direction:column;justify-content:center;gap:8px;width:34px;height:34px;padding:0;display:flex}.navbar__toggle span{background:var(--menu-text);width:100%;height:2px;transition:transform .3s;display:block}.navbar__toggle.is-open span:first-child{transform:translateY(5px)rotate(45deg)}.navbar__toggle.is-open span:nth-child(2){transform:translateY(-5px)rotate(-45deg)}.navbar__logo{z-index:2;color:var(--menu-text);white-space:nowrap;font-size:clamp(1.4rem,3vw,1.9rem);font-style:italic;font-weight:700;text-decoration:none;position:absolute;left:50%;transform:translate(-50%)}.navbar__logo img{height:clamp(20px,3vw,32px);filter:var(--logo-filter);display:block}.navbar__about{color:var(--menu-text);letter-spacing:.08em;text-transform:uppercase;text-underline-offset:4px;margin-left:auto;font-family:Space Mono,Courier New,monospace;font-size:.85rem;text-decoration:underline}.navbar__menu{z-index:1050;background:var(--menu-bg);visibility:hidden;border-right:1px solid #ffffff8c;width:min(480px,90vw);padding:calc(80px + clamp(1rem,4vw,2.5rem)) clamp(1.25rem,4vw,2.5rem) 2rem;transition:transform .35s,visibility .35s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.navbar__menu.is-open{visibility:visible;transform:translate(0)}.navbar__menu{scrollbar-width:thin;scrollbar-color:#ffffff4d transparent}.navbar__menu::-webkit-scrollbar{width:6px}.navbar__menu::-webkit-scrollbar-track{background:0 0}.navbar__menu::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.navbar__menu::-webkit-scrollbar-thumb:hover{background:var(--accent)}.navbar__list{flex-direction:column;gap:clamp(1rem,2.5vw,1.6rem);margin:0;padding:0;list-style:none;display:flex}.navbar__link{color:var(--menu-text);letter-spacing:.05em;text-transform:uppercase;font-family:Space Mono,Courier New,monospace;font-size:clamp(.95rem,2vw,1.2rem);text-decoration:none;transition:color .2s}.navbar__link:hover{color:var(--accent)}.navbar__link--toggle{appearance:none;cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:none;align-items:center;gap:.5rem;margin:0;padding:0;display:flex}.navbar__link--toggle:after{content:"";border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;transition:transform .2s;transform:rotate(45deg)}.navbar__link--toggle.is-open:after{transform:rotate(-135deg)}.navbar__sublist{flex-direction:column;gap:.9rem;margin:.9rem 0 0;padding:0;list-style:none;display:flex}.navbar__subitem{align-items:center;gap:.85rem;display:flex}.navbar__subitem:hover .navbar__subname{color:var(--accent)}.navbar__subicon{background:#1a1a1a33;border-radius:5px;flex-shrink:0;justify-content:center;align-items:flex-start;gap:10px;width:48px;height:41px;padding:0 3px 0 2px;display:flex}.navbar__star{fill:#fff;filter:blur(2px);flex-shrink:0;width:43px;height:39px}.navbar__subtext{flex-direction:column;line-height:1.25;display:flex}.navbar__subname{color:var(--menu-text);font-family:Space Mono,Courier New,monospace;font-size:1.05rem;font-weight:700;transition:color .2s}.navbar__subdesc{color:#fff9;font-family:Space Mono,Courier New,monospace;font-size:.78rem}.sparkles{z-index:-1;pointer-events:none;position:absolute;inset:-.8rem -1.4rem;overflow:visible}.sparkles__star{background:var(--accent);clip-path:polygon(50% 0,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0 50%,39% 39%);filter:drop-shadow(0 0 5px color-mix(in srgb, var(--accent) 70%, transparent));opacity:0;animation:2.4s ease-in-out infinite sparkle-twinkle;position:absolute;transform:scale(0)}@keyframes sparkle-twinkle{0%,to{opacity:0;transform:scale(0)rotate(0)}50%{opacity:1;transform:scale(1)rotate(45deg)}}@media (prefers-reduced-motion:reduce){.sparkles__star{opacity:.45;animation:none;transform:scale(.7)}}.footer{border-top:1px solid color-mix(in srgb, var(--text) 15%, transparent);color:var(--text);margin-top:4rem;padding:clamp(2.5rem,6vw,4rem) clamp(1.5rem,6vw,6rem) 2rem;font-family:Space Mono,Courier New,monospace}.footer__logo-wrap{z-index:0;display:inline-block;position:relative}.footer__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.footer__logo{width:180px;max-width:100%;filter:var(--logo-filter)}.footer__tagline{letter-spacing:.05em;text-transform:uppercase;opacity:.7;margin-top:.75rem;font-size:.75rem}.footer__nav{flex-direction:column;gap:.6rem;display:flex}.footer__link{letter-spacing:.05em;font-size:.8rem;transition:color .2s}.footer__link:hover{color:var(--accent)}.footer__socials{gap:1.1rem;font-size:1.15rem;display:flex}.footer__social{color:var(--text);transition:color .2s}.footer__social:hover{color:var(--accent)}.footer__bottom{border-top:1px solid color-mix(in srgb, var(--text) 8%, transparent);opacity:.7;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:2.5rem auto 0;padding-top:1.5rem;font-size:.7rem;display:flex}.footer__back{transition:color .2s}.footer__back:hover{color:var(--accent)}@media (width<=768px){.footer__top{text-align:center;flex-direction:column;align-items:center;gap:2rem}.footer__brand{text-align:center}.footer__nav{align-items:center}.footer__socials{justify-content:center}.footer__bottom{text-align:center;flex-direction:column;align-items:center}}.hero{background:#000;padding-top:80px}.hero__image{width:100%;height:auto;display:block}.marquee{z-index:2;-webkit-user-select:none;user-select:none;background:0 0;width:100%;padding:clamp(.75rem,2vw,1.25rem) 0;position:relative;overflow:hidden}.marquee__track{width:max-content;animation:40s linear infinite marquee-scroll;display:flex}.marquee__group{align-items:center;list-style:none;display:flex}.marquee__item{color:#fff;letter-spacing:.15em;white-space:nowrap;padding:0 clamp(1.5rem,4vw,3rem);font-family:Space Mono,Courier New,monospace;font-size:clamp(.75rem,1vw,.875rem);font-weight:700}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee__track{animation:none}}.image-section-1{z-index:1;width:100%;margin-top:-7.2rem;position:relative}@media (width<=1024px){.image-section-1{margin-top:0}}.image-section-1 img{width:100%;height:auto}.image-section-2{z-index:1;width:100%;margin-top:-25%;position:relative}.image-section-2 img{width:100%;height:auto}.image-section-3{width:100%}.image-section-3 img{width:100%;height:auto}.image-section-4{z-index:2;width:100%;margin-top:-15.5%;position:relative}.image-section-4 img{width:100%;height:auto}.video-section{z-index:1;width:100%;margin-top:-15.5%;line-height:0;position:relative}.video-section__video{width:100%;height:auto;display:block}.contact{color:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,6vw,6rem);max-width:1400px;margin:0 auto;padding:clamp(3rem,12vh,8rem) clamp(1.5rem,6vw,6rem);display:grid}.contact__status{text-align:center;margin-top:.75rem;font-family:Space Mono,Courier New,monospace;font-size:.75rem}.contact__status--error{color:#c8102e}.contact__title{font-family:Epilogue,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:600;line-height:1}.contact__text{letter-spacing:.05em;text-transform:uppercase;max-width:34ch;margin-top:1.5rem;font-family:Space Mono,Courier New,monospace;font-size:clamp(.7rem,.9vw,.8rem);line-height:1.7}.contact__socials{gap:1.1rem;margin-top:2rem;font-size:1.15rem;display:flex}.contact__social{color:#fff;transition:opacity .2s}.contact__social:hover{opacity:.6}.contact__more{margin-top:1.5rem;font-family:Space Mono,Courier New,monospace;font-size:clamp(.7rem,.9vw,.8rem);display:inline-block}.contact__more:hover{opacity:.6}.contact__form{flex-direction:column;gap:clamp(1rem,2vw,1.5rem);display:flex}.contact__row{align-items:flex-start;gap:1.25rem;display:flex}.contact__label{letter-spacing:.1em;flex:0 0 7.5rem;padding-top:.85rem;font-family:Space Mono,Courier New,monospace;font-size:.7rem}.contact__input{color:#000;background:#d9d9d9;border:none;flex:1;min-width:0;padding:.75rem 1rem;font-family:Space Mono,Courier New,monospace;font-size:.85rem}.contact__input:focus{outline:2px solid #fff}.contact__textarea{resize:vertical;min-height:9rem}.contact__submit{cursor:pointer;color:#fff;letter-spacing:.1em;background:#c8102e;border:none;align-self:stretch;margin-top:.5rem;margin-left:8.75rem;padding:.8rem 2.5rem;font-family:Space Mono,Courier New,monospace;transition:opacity .2s}.contact__submit:hover{opacity:.85}@media (width<=768px){.contact{grid-template-columns:1fr;gap:3rem}.contact__row{flex-direction:column;gap:.5rem}.contact__label{flex:none;padding-top:0}.contact__input{width:100%}.contact__text{max-width:none}.contact__submit{width:100%;margin-left:0}}.sol{background:var(--bg);padding-top:80px}.sol__section{z-index:0;position:relative}.sol__section img{height:auto;width:100%!important}.sol__section--1{z-index:2}.sol__section--1 img{max-width:52.08%;margin-inline:auto}@media (width<=768px){.sol__section--1 img{max-width:70%}}.sol__section--2{z-index:1;margin-top:-25%}@media (width<=768px){.sol__section--2{margin-top:-33%}}.sol__section--2 img{max-width:70%;margin-inline:auto}@media (width<=768px){.sol__section--2 img{max-width:90%}}.sol__section--3{z-index:2;margin-top:-38%}@media (width<=768px){.sol__section--3{margin-top:-55%}}.sol__section--3 img{margin-inline:auto;max-width:20%;margin-right:16%}@media (width<=768px){.sol__section--3 img{max-width:35%;margin-right:6%}}.sol__section--4{z-index:2;margin-top:-17%}@media (width<=768px){.sol__section--4{margin-top:-25%}}.sol__section--4 img{max-width:25%;margin-left:19%}@media (width<=768px){.sol__section--4 img{max-width:40%;margin-left:5%}}.sol__section--5{z-index:2;margin-top:-10%}@media (width<=768px){.sol__section--5{margin-top:-15%}}.sol__section--5 img{max-width:25%;margin-left:33%}@media (width<=768px){.sol__section--5 img{max-width:40%;margin-left:25%}}.sol__section--6{z-index:0;margin-top:-33%}@media (width<=768px){.sol__section--6{margin-top:-50%}}.sol__section--6 img{max-width:80%;margin-inline:auto}@media (width<=768px){.sol__section--6 img{max-width:90%}}.sol__section--7{z-index:2;margin-top:-33%}@media (width<=768px){.sol__section--7{margin-top:-37%}}.sol__section--7 img{max-width:62%;margin-left:0}@media (width<=768px){.sol__section--7 img{max-width:80%}}.sol__section--8{z-index:2;margin-top:-23%}@media (width<=768px){.sol__section--8{margin-top:-32%}}.sol__section--8 img{margin-inline:auto;max-width:30%;margin-right:35%}@media (width<=768px){.sol__section--8 img{max-width:55%;margin-right:5%}}.sol__section--9{z-index:1;margin-top:-26%}@media (width<=768px){.sol__section--9{margin-top:-49%}}.sol__section--9 img{margin-inline:auto;max-width:68%;margin-left:0}@media (width<=768px){.sol__section--9 img{max-width:90%}}.sol__section--10{z-index:2;margin-top:-27%}@media (width<=768px){.sol__section--10{margin-top:-35%}}.sol__section--10 img{margin-inline:auto;max-width:40%;margin-left:5%}@media (width<=768px){.sol__section--10 img{max-width:60%;margin-left:0}}.sol__section--11{z-index:1;margin-top:-28%}@media (width<=768px){.sol__section--11{margin-top:-40%}}.sol__section--11 img{max-width:62%;margin-inline:auto}@media (width<=768px){.sol__section--11 img{max-width:80%}}.sol__center{text-align:center;justify-content:center;align-items:center;display:flex}@media (width<=768px){.sol__center{padding:0 1rem;font-size:.9rem}}.ufuq{padding-top:80px}.ufuq__section{z-index:0;position:relative}.ufuq__section img{height:auto;width:100%!important}.ufuq__section--1{z-index:2}.ufuq__section--1 img{margin-inline:auto;max-width:65%;margin-left:0}@media (width<=768px){.ufuq__section--1 img{max-width:90%}}.ufuq__section--2{z-index:1;margin-top:-5%}@media (width<=768px){.ufuq__section--2{margin-top:-7%}}.ufuq__section--3{z-index:1;margin-top:-20%}@media (width<=768px){.ufuq__section--3{margin-top:-20%}}.ufuq__section--3 img{margin-inline:auto;max-width:51.67%;margin-right:15%}@media (width<=768px){.ufuq__section--3 img{max-width:61%;margin-right:10%}}.ufuq__section--4{z-index:1;margin-top:-45%}@media (width<=768px){.ufuq__section--4{margin-top:-58%}}.ufuq__section--4 img{margin-inline:auto;max-width:43.67%;margin-left:7.21%}@media (width<=768px){.ufuq__section--4 img{max-width:53%;margin-left:2%}}.ufuq__section--5{z-index:1;margin-top:-13%}.ufuq__section--5 img{margin-inline:auto;max-width:60.08%;margin-left:5.21%}@media (width<=768px){.ufuq__section--5 img{max-width:70%;margin-left:0}}.ufuq__section--6{z-index:1;margin-top:-15%}@media (width<=768px){.ufuq__section--6{margin-top:-17%}}.ufuq__section--6 img{max-width:60.08%;margin-inline:auto}@media (width<=768px){.ufuq__section--6 img{max-width:80%}}.ufuq__section--7{z-index:1;margin-top:-30%}@media (width<=768px){.ufuq__section--7{margin-top:-35%}}.ufuq__section--7 img{margin-inline:auto;max-width:40.46%;margin-left:11.81%}@media (width<=768px){.ufuq__section--7 img{max-width:55%;margin-left:0%}}.ufuq__section--8{z-index:1;margin-top:-50%}@media (width<=768px){.ufuq__section--8{margin-top:-60%}}.ufuq__section--8 img{margin-inline:auto;max-width:40.46%;margin-right:15.81%}@media (width<=768px){.ufuq__section--8 img{max-width:55%;margin-right:5%}}.ufuq__section--9{z-index:0;margin-top:-13%}@media (width<=768px){.ufuq__section--9{margin-top:-35%}}.ufuq__section--9 img{max-width:55.46%;margin-inline:auto}@media (width<=768px){.ufuq__section--9 img{max-width:75%}}.danahairmist{background:var(--bg);padding-top:80px}.danahairmist__section{z-index:0;margin:0;position:relative}.danahairmist__section img,.danahairmist__section video{height:auto;display:block;width:100%!important}.danahairmist__section--1{z-index:2}.danahairmist__section--1 img{max-width:100%;margin-inline:auto}.danahairmist__title{z-index:1;text-align:center;color:#fff;white-space:nowrap;text-transform:uppercase;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,9vw,12rem);line-height:1.1;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.danahairmist__section--3{z-index:1;margin-top:-69%}.danahairmist__section--3 img{max-width:85%;margin-inline:auto}.danahairmist__section--4{z-index:0;margin-top:-13%}.danahairmist__section--5{z-index:0;margin-top:-22%}.danahairmist__section--5 img{max-width:100%;margin-inline:auto}.danahairmist__section--6{z-index:0;margin-top:-9%}.danahairmist__section--6 img{max-width:100%;margin-inline:auto}.danahairmist__section--7{z-index:0;margin-top:-7%}.danahairmist__section--7 img{max-width:100%;margin-inline:auto}.danahairmist__center{text-align:center;justify-content:center;align-items:center;margin-top:3rem;display:flex}@media (width<=768px){.danahairmist__center{padding:0 1rem;font-size:.9rem}}.olivio{background:var(--bg);padding-top:80px}.olivio__section{z-index:0;margin:0;position:relative}.olivio__section img{height:auto;display:block;width:100%!important}.olivio__center{text-align:center;justify-content:center;align-items:center;margin-top:3rem;padding:0 3rem;display:flex}@media (width<=768px){.olivio__center{padding:0 1rem;font-size:.9rem}}.lacroissanterie{background:var(--bg);padding-top:80px}.lacroissanterie__section{z-index:0;margin:0;position:relative}.lacroissanterie__section img,.lacroissanterie__section video{height:auto;display:block;width:100%!important}.lacroissanterie__section--1{z-index:6}.lacroissanterie__section--1 img{max-width:50%;margin-inline:auto}@media (width<=768px){.lacroissanterie__section--1 img{max-width:60%}}.lacroissanterie__section--2{z-index:5;margin-top:-35%}@media (width<=768px){.lacroissanterie__section--2{margin-top:-35%}}.lacroissanterie__section--2 img{margin-inline:auto;max-width:60%;margin-left:5%}@media (width<=768px){.lacroissanterie__section--2 img{max-width:60%;margin-left:2%}}.lacroissanterie__section--3{z-index:3;margin-top:-58%}@media (width<=768px){.lacroissanterie__section--3{margin-top:-65%}}.lacroissanterie__section--3 img{margin-inline:auto;max-width:50%;margin-right:8%}@media (width<=768px){.lacroissanterie__section--3 img{max-width:55%;margin-right:4%}}.lacroissanterie__section--4{z-index:5;margin-top:-15%}@media (width<=768px){.lacroissanterie__section--4{margin-top:-20%}}.lacroissanterie__section--4 img{margin-inline:auto;max-width:20%;margin-right:22%}@media (width<=768px){.lacroissanterie__section--4 img{max-width:25%;margin-right:17%}}.lacroissanterie__section--5{z-index:4;margin-top:-15%}@media (width<=768px){.lacroissanterie__section--5{margin-top:-18%}}.lacroissanterie__section--5 img{margin-inline:auto;max-width:20%;margin-right:32%}@media (width<=768px){.lacroissanterie__section--5 img{max-width:25%;margin-right:28%}}.lacroissanterie__section--6{z-index:2;margin-top:-20%}@media (width<=768px){.lacroissanterie__section--6{margin-top:-35%}}.lacroissanterie__section--6 video{max-width:40%;margin-inline:auto}@media (width<=768px){.lacroissanterie__section--6 video{max-width:90%}}.lacroissanterie__section--7{z-index:2;margin-top:-30%}@media (width<=768px){.lacroissanterie__section--7{margin-top:-45%}}.lacroissanterie__section--7 img{margin-inline:auto;max-width:50%;margin-left:5%}@media (width<=768px){.lacroissanterie__section--7 img{max-width:55%;margin-left:0%}}.lacroissanterie__section--8{z-index:2;margin-top:-60%}@media (width<=768px){.lacroissanterie__section--8{margin-top:-70%}}.lacroissanterie__section--8 img{margin-inline:auto;max-width:60%;margin-right:15%}@media (width<=768px){.lacroissanterie__section--8 img{max-width:80%;margin-right:0%}}.lacroissanterie__section--9{z-index:1;margin-top:-35%}@media (width<=768px){.lacroissanterie__section--9{margin-top:-45%}}.lacroissanterie__section--9 img{margin-inline:auto;max-width:40%;margin-right:15%}@media (width<=768px){.lacroissanterie__section--9 img{max-width:55%;margin-right:0%}}.lacroissanterie__section--10{z-index:1;margin-top:-50%}@media (width<=768px){.lacroissanterie__section--10{margin-top:-75%}}.lacroissanterie__section--10 img{margin-inline:auto;max-width:50%;margin-left:20%}@media (width<=768px){.lacroissanterie__section--10 img{max-width:70%;margin-left:5%}}.lacroissanterie__section--11{z-index:1;margin-top:-32%}@media (width<=768px){.lacroissanterie__section--11{margin-top:-40%}}.lacroissanterie__section--11 img{margin-inline:auto;max-width:50%;margin-right:7%}@media (width<=768px){.lacroissanterie__section--11 img{max-width:70%;margin-right:0%}}.lacroissanterie__section--12{z-index:1;margin-top:-22%}@media (width<=768px){.lacroissanterie__section--12{margin-top:-30%}}.lacroissanterie__section--12 img{margin-inline:auto;max-width:55%;margin-left:20%}@media (width<=768px){.lacroissanterie__section--12 img{max-width:80%;margin-left:5%}}.lacroissanterie__section--13{z-index:1;margin-top:-30%}@media (width<=768px){.lacroissanterie__section--13{margin-top:-45%}}.lacroissanterie__section--13 img{margin-inline:auto;max-width:40%;margin-right:15%}@media (width<=768px){.lacroissanterie__section--13 img{max-width:60%;margin-right:0%}}.lacroissanterie__section--14{z-index:1;margin-top:-25%}@media (width<=768px){.lacroissanterie__section--14{margin-top:-36%}}.lacroissanterie__section--14 img{margin-inline:auto;max-width:40%;margin-left:15%}@media (width<=768px){.lacroissanterie__section--14 img{max-width:45%;margin-left:7%}}.lacroissanterie__center{text-align:center;justify-content:center;align-items:center;margin-top:3rem;padding:0 3rem;display:flex}@media (width<=768px){.lacroissanterie__center{padding:0 1rem;font-size:.9rem}}.chipha{background:var(--bg);padding-top:80px}.chipha__row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;padding:0 4%;display:flex;position:relative}.chipha__deco{pointer-events:none;z-index:0;width:7%;max-width:90px;position:absolute}.chipha__deco--scan1{top:-6%;left:1%}.chipha__deco--scan2{width:6%;max-width:70px;bottom:-4%;right:3%}.chipha__deco--dot1{width:2%;max-width:26px;top:8%;left:38%}.chipha__deco--bubble{width:8%;max-width:100px;top:-10%;left:0}.chipha__deco--online1{width:15%;max-width:180px;top:2%;right:-3%}.chipha__deco--dot2{width:2%;max-width:24px;bottom:2%;left:6%}@media (width<=768px){.chipha__deco{display:none}}.chipha__row--edge{flex-wrap:nowrap;gap:4%;padding-right:0}@media (width<=768px){.chipha__row--edge{gap:2%}}.chipha__section{z-index:0;margin:0;position:relative}.chipha__section img,.chipha__section video{height:auto;display:block;width:100%!important}.chipha__section--1{z-index:2}.chipha__section--1 img{margin-inline:auto;max-width:30%;margin-left:0%}.chipha__section--2{z-index:1;margin-top:-58%}.chipha__section--2 img{max-width:20%;margin-inline:auto}.chipha__title{z-index:1;text-align:center;color:#026c5e;white-space:wrap;margin:0;font-family:Inter,sans-serif;font-size:clamp(2rem,3.44vw,66px);font-weight:700;line-height:100%;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}@media (width<=768px){.chipha__title{font-size:clamp(1.2rem,3.44vw,66px);top:54%}}.chipha__actions{z-index:1;flex-wrap:nowrap;justify-content:center;gap:1rem;width:max-content;display:flex;position:absolute;top:62%;left:50%;transform:translate(-50%)}@media (width<=768px){.chipha__actions{flex-direction:column;align-items:center;width:min(260px,70vw);top:72%}}.chipha__btn{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;cursor:pointer;border-radius:5px;padding:.85rem 2rem;font-family:Inter,sans-serif;font-size:.8rem;transition:opacity .2s}.chipha__btn--primary{color:#fff;border:1px solid var(--accent);background:#026c5e}.chipha__btn--secondary{color:#026c5e;background:0 0;border:1px solid #026c5e}.chipha__btn:hover{opacity:.85}@media (width<=768px){.chipha__btn{text-align:center;width:60%;padding:.65rem 1.25rem;font-size:.7rem}}.chipha__section--3{z-index:1;margin-top:-23%}.chipha__section--3 img{margin-inline:auto;max-width:30%;margin-right:0%}.chipha__intro{z-index:1;text-align:center;padding:4rem 1.5rem 2rem;position:relative}.chipha__intro-title{color:#026c5e;text-transform:uppercase;margin:0 0 .75rem;font-family:Inter,sans-serif;font-size:clamp(1.4rem,2.6vw,2rem);font-weight:700}@media (width<=768px){.chipha__intro-title{margin-top:2rem;font-size:clamp(1.2rem,2.6vw,2rem)}}.chipha__intro-subtitle{color:var(--text);opacity:.75;max-width:600px;margin-inline:auto;font-family:Inter,sans-serif;font-size:clamp(.85rem,1.1vw,1rem)}.chipha__flag{vertical-align:middle;border-radius:2px;width:1.3em;height:auto;margin-left:.35em;display:inline-block}.chipha__intro--left{text-align:left;margin-top:5%;padding-left:4%}.chipha__intro--left .chipha__intro-subtitle{margin-inline:0}.chipha__section--4{z-index:0;margin-top:0}.chipha__section--4 img{max-width:20%;margin-inline:auto}@media (width<=768px){.chipha__section--4 img{max-width:30%;margin-right:10%}}.chipha__section--5{z-index:0;margin-top:-35%}@media (width<=768px){.chipha__section--5{margin-top:-50%}}.chipha__section--5 img{margin-inline:auto;max-width:25%;margin-left:10%}@media (width<=768px){.chipha__section--5 img{max-width:40%}}.chipha__section--6{z-index:0;margin-top:-25%}@media (width<=768px){.chipha__section--6{margin-top:0}}.chipha__section--6 img{margin-inline:auto;max-width:28%;margin-right:7%}@media (width<=768px){.chipha__section--6 img{max-width:40%;display:none}}.chipha__section--7{z-index:0;flex:0 0 52%;margin-top:-7%}@media (width<=768px){.chipha__section--7{flex:0 0 100%}}.chipha__section--7 img{max-width:92%;margin-inline:auto}@media (width<=768px){.chipha__section--7 img{max-width:80%}}.chipha__section--8{z-index:0;flex:0 0 34%;margin-top:-5%}@media (width<=768px){.chipha__section--8{flex:0 0 100%}}.chipha__section--8 img{max-width:65%;margin-inline:auto}@media (width<=768px){.chipha__section--8 img{max-width:60%}}.chipha__section--9{z-index:0;flex:56%;min-width:0;margin-top:4%}.chipha__section--9 img{max-width:55%;margin-inline:auto}@media (width<=768px){.chipha__section--9 img{max-width:65%}}.chipha__row--scan{flex-wrap:nowrap;gap:2%}.chipha__section--pills{z-index:0;flex:0 0 22%}@media (width<=768px){.chipha__section--pills{flex:0 0 14%}}.chipha__section--pills img{max-width:100%;margin-inline:auto}.chipha__section--11{z-index:0;flex:0 0 48%}@media (width<=768px){.chipha__section--11{flex:0 0 45%}}.chipha__section--11 img{max-width:60%;margin-left:30%;margin-right:10%}@media (width<=768px){.chipha__section--11 img{max-width:70%;margin-left:20%;margin-right:10%}}.chipha__section--12{z-index:1;flex:0 0 34%;align-self:flex-start;margin-top:-12%;margin-left:-14%}@media (width<=768px){.chipha__section--12{flex:0 0 34%;align-self:flex-start;margin-top:-10%;margin-left:-10%}}.chipha__section--12 img{max-width:62%;margin-inline:auto}@media (width<=768px){.chipha__section--12 img{max-width:80%}}.chipha__section--13{z-index:0;flex:0 0 50%}@media (width<=768px){.chipha__section--13{flex:0 0 100%}}.chipha__section--13 img{max-width:62%;margin-inline:auto}@media (width<=768px){.chipha__section--13 img{max-width:60%}}.chipha__section--14{z-index:1;flex:0 0 44%;margin-top:-4%;margin-left:-12%}@media (width<=768px){.chipha__section--14{flex:0 0 70%;align-self:flex-end;margin-top:4%;margin-left:auto}}.chipha__section--14 img{max-width:62%;margin-inline:auto}@media (width<=768px){.chipha__section--14 img{max-width:100%}}.scoopido{background:var(--bg);padding-top:80px}.scoopido__section{margin-bottom:1.5rem;display:block}.scoopido__section img{width:100%;display:block}.scoopido__row{gap:.75rem;margin-bottom:1.5rem;display:flex}.scoopido__row .scoopido__section{flex:50%;min-width:0;margin-bottom:0}.scoopido__row:has(.scoopido__section--4) .scoopido__section--4{flex:1086}.scoopido__row:has(.scoopido__section--4) .scoopido__section--5{flex:1111}.scoopido__row:has(.scoopido__section--8) .scoopido__section--8{flex:941}.scoopido__row:has(.scoopido__section--8) .scoopido__section--9{flex:940}.scoopido__row:has(.scoopido__section--11) .scoopido__section--11{flex:897}.scoopido__row:has(.scoopido__section--11) .scoopido__section--12{flex:796}@media (width<=768px){.scoopido__row{flex-direction:column;gap:.5rem}.scoopido__row .scoopido__section{flex:auto!important}}.scoopido__center{text-align:center;max-width:720px;color:var(--text);opacity:.85;margin:3rem auto 5rem;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:clamp(.95rem,1.4vw,1.15rem);line-height:1.6}@media (width<=768px){.scoopido__center{margin:2rem auto 3rem;font-size:.9rem}}.theweekend{background:var(--bg);padding-top:80px}.theweekend__section{margin-bottom:1.5rem;display:block}.theweekend__section img{width:100%;display:block}.theweekend__center{text-align:center;max-width:720px;color:var(--text);opacity:.85;margin:3rem auto 5rem;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:clamp(.95rem,1.4vw,1.15rem);line-height:1.6}@media (width<=768px){.theweekend__center{margin:2rem auto 3rem;font-size:.9rem}}.oldphotoediting{background:var(--bg);padding-top:80px}.oldphotoediting__section{margin-bottom:1.5rem;display:block}.oldphotoediting__section img{width:100%;display:block}.oldphotoediting__row{gap:.75rem;margin-bottom:1.5rem;padding:0 4%;display:flex}.oldphotoediting__row .oldphotoediting__section{flex:50%;min-width:0;margin-bottom:0}.oldphotoediting__row--1 .oldphotoediting__section--1{flex:580}.oldphotoediting__row--1 .oldphotoediting__section--2{flex:624}.oldphotoediting__row--2 .oldphotoediting__section--4{flex:1.00525}.oldphotoediting__row--2 .oldphotoediting__section--5{flex:1}@media (width<=768px){.oldphotoediting__row{flex-direction:column;gap:.5rem}.oldphotoediting__row .oldphotoediting__section{flex:auto!important}}.oldphotoediting__center{text-align:center;max-width:720px;color:var(--text);opacity:.75;margin:3rem auto 5rem;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:clamp(.95rem,1.4vw,1.15rem);line-height:1.6}@media (width<=768px){.oldphotoediting__center{margin:2rem auto 3rem;font-size:.9rem}}.ziadrahbani{background:var(--bg);padding-top:80px}.ziadrahbani__section{margin-bottom:1.5rem;display:block}.ziadrahbani__section img{width:100%;display:block}.ziadrahbani__row{gap:.75rem;margin-bottom:1.5rem;padding:0 4%;display:flex}.ziadrahbani__row .ziadrahbani__section{min-width:0;margin-bottom:0}.ziadrahbani__row .ziadrahbani__section--3{flex:770}.ziadrahbani__row .ziadrahbani__section--4{flex:721}@media (width<=768px){.ziadrahbani__row{flex-direction:column;gap:.5rem}.ziadrahbani__row .ziadrahbani__section{flex:auto!important}}.ziadrahbani__center{text-align:center;max-width:720px;color:var(--text);opacity:.75;margin:3rem auto;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:clamp(.95rem,1.4vw,1.15rem);line-height:1.6}@media (width<=768px){.ziadrahbani__center{margin:2rem auto;font-size:.9rem}}.amixofeverything{background:var(--bg);padding-top:80px}.amixofeverything__card{max-width:640px;margin-inline:auto;padding:3rem 1.5rem 0}.amixofeverything__card:last-child{padding-bottom:3rem}.amixofeverything__section img{border-radius:4px;width:100%;display:block}.amixofeverything__caption{color:var(--text);opacity:.75;text-align:center;margin:1.75rem 0 0;font-family:Inter,sans-serif;font-size:clamp(.8rem,1.1vw,.95rem);line-height:1.6}@media (width<=768px){.amixofeverything__caption{font-size:.78rem}}.newspaper{background:var(--bg);padding-top:80px}.newspaper__section{margin-bottom:1.5rem;display:block}.newspaper__section img{width:100%;display:block}.newspaper__row{gap:.75rem;margin-bottom:1.5rem;padding:0 4%;display:flex}.newspaper__row .newspaper__section{min-width:0;margin-bottom:0}.newspaper__row .newspaper__section--4{flex:.995288}.newspaper__row .newspaper__section--5{flex:1}@media (width<=768px){.newspaper__row{flex-direction:column;gap:.5rem}.newspaper__row .newspaper__section{flex:auto!important}}.newspaper__center{text-align:center;max-width:760px;color:var(--text);opacity:.75;margin:3rem auto;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:clamp(.9rem,1.3vw,1.05rem);line-height:1.65}@media (width<=768px){.newspaper__center{margin:2rem auto;font-size:.85rem}}.tomorrowishidden{background:var(--bg);padding-top:80px}.tomorrowishidden__section{margin-bottom:1.5rem;display:block}.tomorrowishidden__section img{width:100%;display:block}.tomorrowishidden__section--1{padding:3rem 6% 0}.tomorrowishidden__section--1 img{border-radius:2px}.tomorrowishidden__center{text-align:center;max-width:780px;color:var(--text);opacity:.75;flex-direction:column;gap:1.25rem;margin:3rem auto;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:clamp(.9rem,1.3vw,1.05rem);line-height:1.65;display:flex}.tomorrowishidden__center p[dir=rtl]{font-family:Noto Sans Arabic,Inter,sans-serif}@media (width<=768px){.tomorrowishidden__center{margin:2rem auto;font-size:.85rem}}.childhoodbetweenwar{background:var(--bg);padding-top:80px}.childhoodbetweenwar__section{margin-bottom:1.5rem;display:block}.childhoodbetweenwar__section img{width:100%;display:block}.childhoodbetweenwar__section--1{padding:3rem 6% 0}.childhoodbetweenwar__section--1 img{border-radius:2px}.childhoodbetweenwar__center{text-align:center;max-width:780px;color:var(--text);opacity:.75;flex-direction:column;gap:1.25rem;margin:3rem auto;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:clamp(.9rem,1.3vw,1.05rem);line-height:1.65;display:flex}.childhoodbetweenwar__center p[dir=rtl]{font-family:Noto Sans Arabic,Inter,sans-serif}@media (width<=768px){.childhoodbetweenwar__center{margin:2rem auto;font-size:.85rem}}.fewanimations{background:var(--bg);padding-top:80px}.fewanimations__block{margin-bottom:3rem}.fewanimations__block:last-child{margin-bottom:4rem}.fewanimations__section{display:block}.fewanimations__section video{width:100%;display:block}.fewanimations__title{text-transform:uppercase;color:var(--text);text-align:center;margin:1.75rem 0 .4rem;font-family:Inter,sans-serif;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700}.fewanimations__subtitle{color:var(--text);opacity:.65;text-align:center;margin:0;font-family:Inter,sans-serif;font-size:clamp(.8rem,1.1vw,.95rem)}@media (width<=768px){.fewanimations__subtitle{font-size:.75rem}}.logoadaptation{background:var(--bg);padding-top:80px}.logoadaptation__intro{text-align:left;max-width:780px;margin:2.5rem auto;padding:0 1.5rem}@media (width<=768px){.logoadaptation__intro{margin:1.75rem auto}}.logoadaptation__intro-title{color:var(--accent);margin:0 0 .5rem;font-family:Inter,sans-serif;font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:700}.logoadaptation__intro-subtitle{color:var(--text);opacity:.75;margin:0;font-family:Inter,sans-serif;font-size:clamp(.85rem,1.1vw,1rem);line-height:1.6}.logoadaptation__section{margin-bottom:1.5rem;display:block}.logoadaptation__section img{width:100%;display:block}.logoadaptation__row{gap:.75rem;margin-bottom:1.5rem;padding:0 4%;display:flex}.logoadaptation__row .logoadaptation__section{flex:50%;min-width:0;margin-bottom:0}@media (width<=768px){.logoadaptation__row{flex-direction:column;gap:.5rem}}.nescafead{background:var(--bg);padding-top:80px}.nescafead__section{margin-bottom:1.5rem;display:block}.nescafead__section img{width:100%;display:block}.nescafead__center{text-align:center;max-width:560px;margin:2.5rem auto;padding:0 1.5rem}@media (width<=768px){.nescafead__center{margin:1.75rem auto}}.nescafead__logo{width:100%;max-width:320px;margin:0 auto 1.25rem;display:block}.nescafead__center p{color:var(--text);opacity:.75;margin:0;font-family:Inter,sans-serif;font-size:clamp(.85rem,1.1vw,1rem)}.bukramkhaba{background:var(--bg);padding-top:80px}.bukramkhaba__section{margin-bottom:1.5rem;display:block}.bukramkhaba__section img{width:100%;display:block}.bukramkhaba__row{gap:.75rem;margin-bottom:1.5rem;display:flex}.bukramkhaba__row .bukramkhaba__section{min-width:0;margin-bottom:0}.bukramkhaba__row .bukramkhaba__section--1{flex:1083}.bukramkhaba__row .bukramkhaba__section--2{flex:1057}@media (width<=768px){.bukramkhaba__row{flex-direction:column;gap:.5rem}.bukramkhaba__row .bukramkhaba__section{flex:auto!important}}.bukramkhaba__center{text-align:center;max-width:780px;color:var(--text);opacity:.75;margin:3rem auto;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:clamp(.9rem,1.3vw,1.05rem);line-height:1.65}@media (width<=768px){.bukramkhaba__center{margin:2rem auto;font-size:.85rem}}.loader{z-index:9999;position:fixed;inset:0;overflow:hidden}.loader__panels{display:flex;position:absolute;inset:0}.loader__panel{height:100%;transition:transform .8s cubic-bezier(.76,0,.24,1);transition-delay:calc(var(--i) * 90ms);background:#000;flex:1;transform:translateY(0)}.loader__panel:not(:last-child){box-shadow:1px 0 #c8102e59}.loader.is-leaving .loader__panel:nth-child(odd){transform:translateY(-100%)}.loader.is-leaving .loader__panel:nth-child(2n){transform:translateY(100%)}.loader__content{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;transition:opacity .4s,transform .4s;display:flex;position:absolute;inset:0}.loader.is-leaving .loader__content{opacity:0;transform:scale(.96)}.loader__logo{width:clamp(160px,30vw,260px);height:auto}.loader__bar{background:#ffffff26;width:clamp(140px,24vw,220px);height:2px;overflow:hidden}.loader__bar-fill{background:#c8102e;width:0;height:100%;transition:width .4s;animation:2.2s cubic-bezier(.4,0,.2,1) forwards loader-fill;display:block}.loader.is-leaving .loader__bar-fill{width:100%}@keyframes loader-fill{0%{width:0}80%{width:85%}to{width:95%}}@media (prefers-reduced-motion:reduce){.loader__panel{transition-duration:.3s;transition-delay:0s}.loader__bar-fill{width:90%;animation:none}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--text:#fff;--navbar-bg:#000;--menu-bg:#000;--menu-text:#fff;--accent:#c8102e;--logo-filter:none}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--bg);width:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Space Mono,Courier New,monospace;overflow-x:hidden}#root{width:100%}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
