@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --bg:#101010;
  --panel:#171717;
  --text:#f5f5f1;
  --muted:#8c8c86;
  --line:#32322f;
  --acid:#c9ff35;
  --ease:cubic-bezier(.76,0,.24,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
::selection{background:var(--acid);color:#111}

.contentLoader{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  background:var(--bg);
  transition:opacity .6s,visibility .6s;
}
.contentLoader:before{
  content:none;
}
.contentLoader i{
  position:relative;
  width:min(360px,72vw);
  height:3px;
  overflow:hidden;
  background:rgba(255,255,255,.16);
  border-radius:999px;
}
.contentLoader i:after{
  content:"";
  display:block;
  width:100%;
  height:100%;
  background:var(--text);
  border-radius:inherit;
  box-shadow:0 0 18px rgba(255,255,255,.38);
  animation:pageLoad 1.1s var(--ease) infinite;
}
@keyframes pageLoad{from{transform:translateX(-105%)}to{transform:translateX(105%)}}
.contentLoader.done{opacity:0;visibility:hidden}

.contentWipe{
  position:fixed;
  inset:0;
  z-index:9000;
  pointer-events:none;
  background:var(--bg);
  opacity:0;
  visibility:hidden;
  transition:opacity .55s var(--ease),visibility .55s;
}
.contentWipe.go{opacity:1;visibility:visible}

.innerHeader{
  position:fixed;
  z-index:1000;
  top:0;
  left:0;
  right:0;
  height:88px;
  padding:0 3vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:linear-gradient(180deg,rgba(10,10,10,.86),transparent);
  pointer-events:none;
}
.innerHeader>*{pointer-events:auto}
.innerLogo{
  width:82px;
  height:58px;
  position:relative;
  overflow:hidden;
}
.innerLogo img{
  position:absolute;
  width:140px;
  height:140px;
  max-width:none;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  object-fit:contain;
  filter:invert(1) grayscale(1) brightness(3);
  mix-blend-mode:screen;
}
.backHome{
  display:flex;
  align-items:center;
  gap:13px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.17em;
}
.backHome:before{
  content:"";
  width:35px;
  height:1px;
  background:currentColor;
  transition:width .3s;
}
.backHome:hover:before{width:58px}

.pageSocials{
  display:flex;
  align-items:center;
  gap:16px;
}
.pageSocials a{
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  opacity:.62;
  transition:opacity .25s,transform .3s var(--ease);
}
.pageSocials a:hover{opacity:1;transform:translateY(-3px)}
.pageSocials img{width:14px;height:14px;object-fit:contain}

.aboutHero{
  min-height:100svh;
  padding:20vh 4vw 8vh;
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr);
  gap:6vw;
  align-items:end;
  border-bottom:1px solid var(--line);
}
.eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:30px;
  color:var(--muted);
  font-size:9px;
  font-weight:700;
  letter-spacing:.2em;
}
.eyebrow:before{content:"";width:34px;height:1px;background:var(--acid)}
.aboutHero h1{
  margin:0;
  max-width:1200px;
  font-size:clamp(64px,10.4vw,190px);
  line-height:.78;
  letter-spacing:-.085em;
}
.aboutHero h1 em{color:var(--acid);font-style:normal}
.heroStatement{
  max-width:620px;
  margin:45px 0 0;
  color:#b7b7b1;
  font-size:clamp(17px,1.3vw,24px);
  line-height:1.55;
}
.aboutPortrait{
  position:relative;
  min-height:520px;
  margin:0;
  overflow:hidden;
  background:#1d1d1d;
}
.aboutPortrait:after{
  content:"ART DIRECTOR / CAIRO";
  position:absolute;
  left:20px;
  bottom:20px;
  padding:8px 10px;
  background:#111;
  color:#fff;
  font-size:8px;
  font-weight:700;
  letter-spacing:.16em;
}
.aboutPortrait img{
  width:100%;
  height:100%;
  min-height:520px;
  display:block;
  object-fit:cover;
  filter:grayscale(1) contrast(1.08);
}

.aboutStats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-bottom:1px solid var(--line);
}
.aboutStats article{
  min-height:210px;
  padding:42px 3vw;
  border-right:1px solid var(--line);
}
.aboutStats article:last-child{border-right:0}
.aboutStats strong{
  display:block;
  font-size:clamp(46px,6vw,104px);
  line-height:1;
  letter-spacing:-.07em;
}
.aboutStats span{
  display:block;
  margin-top:16px;
  color:var(--muted);
  font-size:9px;
  font-weight:700;
  letter-spacing:.18em;
}

.aboutSection{
  padding:11vh 4vw;
  border-bottom:1px solid var(--line);
}
.sectionGrid{
  display:grid;
  grid-template-columns:minmax(180px,.45fr) minmax(0,1.55fr);
  gap:8vw;
}
.sectionLabel{
  color:var(--muted);
  font-size:9px;
  font-weight:700;
  letter-spacing:.2em;
}
.aboutSection h2{
  margin:0;
  max-width:1100px;
  font-size:clamp(42px,6.7vw,120px);
  line-height:.88;
  letter-spacing:-.07em;
}
.aboutSection h2 span{color:var(--acid)}
.serviceList{
  margin-top:70px;
  border-top:1px solid var(--line);
}
.serviceList article{
  display:grid;
  grid-template-columns:80px 1fr auto;
  align-items:center;
  gap:20px;
  padding:27px 0;
  border-bottom:1px solid var(--line);
}
.serviceList b{color:var(--muted);font-size:10px}
.serviceList h3{margin:0;font-size:clamp(22px,2.4vw,42px);letter-spacing:-.04em}
.serviceList small{color:var(--muted);font-size:9px;letter-spacing:.13em}

.experienceList{border-top:1px solid var(--line)}
.experienceList article{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:30px;
  padding:32px 0;
  border-bottom:1px solid var(--line);
}
.experienceList h3{margin:0;font-size:clamp(22px,2.8vw,48px);letter-spacing:-.045em}
.experienceList p{margin:4px 0 0;color:#c6c6bf}
.experienceList span{color:var(--muted);font-size:9px;letter-spacing:.15em}
.toolCloud{display:flex;flex-wrap:wrap;gap:10px}
.toolCloud span{
  padding:13px 18px;
  border:1px solid var(--line);
  border-radius:999px;
  color:#d7d7d2;
  font-size:10px;
  letter-spacing:.11em;
}

.contactBlock{
  min-height:72vh;
  padding:12vh 4vw 6vh;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:var(--acid);
  color:#111;
}
.contactBlock small{font-size:9px;font-weight:800;letter-spacing:.2em}
.contactBlock h2{
  margin:40px 0;
  max-width:1300px;
  font-size:clamp(64px,11vw,205px);
  line-height:.76;
  letter-spacing:-.09em;
}
.contactActions{display:flex;flex-wrap:wrap;gap:12px}
.contactActions a{
  padding:15px 21px;
  border:1px solid #111;
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  transition:background .25s,color .25s;
}
.contactActions a:hover{background:#111;color:#fff}

.filmsHero{
  position:relative;
  isolation:isolate;
  min-height:100svh;
  padding:21vh 4vw 9vh;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}
.filmsHero:after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,7,10,.42) 0%,rgba(5,7,10,.08) 58%,rgba(5,7,10,.18) 100%),
    linear-gradient(180deg,rgba(5,7,10,.12) 30%,rgba(5,7,10,.93) 100%);
}
.filmsHeroImage{
  position:absolute;
  z-index:-2;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:saturate(.88) contrast(1.04);
  animation:filmsHeroReveal 1.5s var(--ease) both;
}
@keyframes filmsHeroReveal{
  from{opacity:.25;transform:scale(1.075)}
  to{opacity:1;transform:scale(1)}
}
.filmsHero h1{
  margin:0;
  font-size:clamp(82px,16vw,300px);
  line-height:.72;
  letter-spacing:-.095em;
  text-shadow:0 12px 45px rgba(0,0,0,.32);
}
.filmsHeroBottom{
  margin-top:50px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
}
.filmsHero p{
  max-width:560px;
  margin:0;
  color:#aaa9a3;
  font-size:clamp(16px,1.4vw,23px);
  line-height:1.55;
}
.soundNote{
  color:var(--acid);
  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
}

.filmList{
  padding:4vh 4vw 12vh;
  display:grid;
  grid-template-columns:repeat(2,minmax(280px,520px));
  justify-content:center;
  column-gap:clamp(32px,5vw,90px);
}
.filmCard{
  width:100%;
  max-width:520px;
  min-width:0;
  padding:7vh 0;
  border-bottom:1px solid var(--line);
  opacity:0;
  transform:translateY(70px);
  transition:opacity .7s,transform 1s var(--ease);
}
.filmCard.in{opacity:1;transform:none}
.filmMeta{
  min-height:116px;
  margin-bottom:20px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
}
.filmMeta small{color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.17em}
.filmMeta h2{
  margin:0;
  font-size:clamp(38px,4.5vw,82px);
  line-height:.85;
  letter-spacing:-.075em;
}
.videoShell{
  position:relative;
  width:100%;
  aspect-ratio:9/16;
  overflow:hidden;
  background:#050505;
}
.videoCover{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:0;
  overflow:hidden;
  border:0;
  background:#080808;
  color:#fff;
  cursor:pointer;
}
.videoCover:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.48));
  transition:background .4s;
}
.videoCover img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  filter:grayscale(.2) saturate(.85);
  transform:scale(1.01);
  transition:transform .9s var(--ease),filter .5s;
}
.videoCover:hover img{transform:scale(1.055);filter:grayscale(0) saturate(1)}
.videoCover:hover:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.32))}
.playMark{
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  display:flex;
  align-items:center;
  gap:11px;
  padding:13px 17px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:999px;
  background:rgba(0,0,0,.28);
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
  transform:translate(-50%,-50%);
  backdrop-filter:blur(8px);
  transition:background .3s,color .3s,transform .4s var(--ease);
}
.playMark i{
  width:0;
  height:0;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:8px solid currentColor;
}
.videoCover:hover .playMark{background:#fff;color:#111;transform:translate(-50%,-50%) scale(1.06)}
.videoShell iframe,.videoShell video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  object-fit:cover;
  object-position:center;
  background:#000;
}
.videoShell.isPlaying .videoCover{opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
.filmDescription{
  min-height:142px;
  padding:22px 2px 0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.filmDescription p{
  max-width:620px;
  margin:0;
  color:#b2b2ac;
  font-size:14px;
  line-height:1.65;
}
.filmCaption{
  margin-top:25px;
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font-size:8px;
  letter-spacing:.15em;
}

.motionArchive{
  min-height:72vh;
  margin:0 4vw 10vh;
  padding:7vw;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:50px;
  background:var(--acid);
  color:#101010;
}
.motionArchive small{
  font-size:9px;
  font-weight:800;
  letter-spacing:.18em;
}
.motionArchive h2{
  margin:25px 0 0;
  font-size:clamp(58px,9vw,160px);
  line-height:.78;
  letter-spacing:-.085em;
}
.motionArchive a{
  flex:0 0 auto;
  min-width:250px;
  padding:19px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border:1px solid #101010;
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  transition:background .3s,color .3s,transform .4s var(--ease);
}
.motionArchive a b{font-size:22px;font-weight:400}
.motionArchive a:hover{background:#101010;color:#fff;transform:translateY(-5px)}

.contentFooter{
  padding:35px 4vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:var(--muted);
  font-size:8px;
  letter-spacing:.15em;
}

@media(max-width:900px){
  .aboutHero{grid-template-columns:1fr;padding-top:18vh}
  .aboutPortrait{min-height:65vh}
  .aboutPortrait img{min-height:65vh}
  .aboutStats{grid-template-columns:repeat(2,1fr)}
  .aboutStats article:nth-child(2){border-right:0}
  .aboutStats article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .sectionGrid{grid-template-columns:1fr;gap:45px}
  .filmsHeroBottom{align-items:flex-start;flex-direction:column}
  .filmList{grid-template-columns:minmax(0,520px);column-gap:0;justify-content:center}
  .filmMeta{min-height:auto}
  .motionArchive{min-height:60vh;align-items:flex-start;flex-direction:column;justify-content:space-between}
}

@media(max-width:620px){
  .innerHeader{height:75px;padding:0 5vw}
  .innerLogo{width:66px}
  .innerLogo img{width:120px;height:120px}
  .pageSocials{display:none}
  .aboutHero,.aboutSection,.filmsHero,.filmList{padding-left:5vw;padding-right:5vw}
  .aboutHero h1{font-size:19vw}
  .aboutPortrait,.aboutPortrait img{min-height:54vh}
  .aboutStats article{min-height:150px;padding:32px 5vw}
  .serviceList article{grid-template-columns:45px 1fr}
  .serviceList small{display:none}
  .experienceList article{grid-template-columns:1fr}
  .experienceList span{order:-1}
  .contactBlock{padding-left:5vw;padding-right:5vw}
  .contactBlock h2{font-size:19vw}
  .filmsHero h1{font-size:22vw}
  .filmCard{padding:7vh 0}
  .filmMeta{align-items:flex-start;flex-direction:column}
  .filmMeta h2{font-size:15vw}
  .filmCaption span:last-child{display:none}
  .motionArchive{margin:0 5vw 8vh;padding:10vw 7vw}
  .motionArchive h2{font-size:16vw}
  .motionArchive a{width:100%;min-width:0}
  .contentFooter{padding:30px 5vw}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .contentLoader i:after{animation:none}
  .filmsHeroImage{animation:none}
  .filmCard{opacity:1;transform:none;transition:none}
}
